Category intelligence

Research Briefing — June 23, 2026

1376 current items analyzed and ranked.

Executive synthesis

Research Summary

Today's research spans foundational RL theory, embodied AI, scientific modeling, and a heavy concentration of safety and security findings.

Theory & Foundations

  • Inverting the Bellman Equation (Foerster et al.) proves value-based RL agents trained across rich reward sets implicitly encode a unique, accurate world model, bridging model-free and model-based RL.
  • Unsupervised disentanglement work shows local Jacobian orthogonality enforces identifiability, challenging long-standing impossibility intuitions for nonlinear generative models.

Embodied & Scientific Models

  • NVIDIA's Vesta (Fan, Kautz, Zhu) unifies localization, spatial reasoning, navigation, and long-horizon planning into a single embodied generalist foundation model.
  • Atomistic Language Models (MIT, Gomez-Bombarelli) combine an atomistic encoder, LLM, and denoising diffusion for SOTA materials understanding and generation.
  • GEOPHYS (Simoncelli, Torr, Laptev, Klindt) captures physical plausibility via five geometric properties of frozen image-encoder embeddings, validated against EEG.

Safety & Security

Key Themes

AI Safety & Security · 32AI Safety & Alignment · 14AI Agents · 30Language Models · 18AI Safety · 9Interpretability & Theory · 11Mechanistic Interpretability · 6Evaluation and Benchmarks · 12Alignment · 5Efficiency & Systems · 14

Primary evidence

Top Ranked Signals

Research arXiv (Artificial Intelligence) Jun 23

Inverting the Bellman Equation: From $Q$-Values to World Models

By Alistair Letcher, Mattie Fellows, Alexander D. Goldie, Jonathan Richens, Jakob N. Foerster, Oliver Richardson

78 score
AI Analysis

This paper proves that value-based RL agents trained over a sufficiently rich set of reward functions implicitly encode a unique, accurate world model, and introduces P-learning to extract that model as an inverse of Q-learning. It bridges the model-free versus model-based dichotomy with theoretical conditions on goal/reward diversity.

arXiv:2606.21173v1 Announce Type: cross Abstract: Model-based and model-free reinforcement learning are traditionally viewed as separate paradigms: instead of learning a model of the transition kernel $P$, model-free agents typically estimate value functions tied to a specific policy and reward. In this paper, we challenge this dichotomy by proving that value-based agents trained on a sufficiently rich set of reward functions, e.g. using goal-conditioned RL, implicitly encode a unique and accur
Reinforcement LearningWorld ModelsTheory
Research arXiv (Artificial Intelligence) Jun 23

Vesta: A Generalist Embodied Reasoning Model

By Johan Bjorck, Zhiqi Li, Yunze Man, Jing Wang, An-Chieh Cheng, Sifei Liu, Shihao Wang, Zhiding Yu, Abhishek Badki, Stan Birchfield, Valts Blukis, Yevgen Chebotar, Siyi Chen, Sicong Leng, Yu-Cheng Chou, Tianli Ding, Boyi Li, Zhengyi Luo, Hang Su, Jonathan Tremblay, Tingwu Wang, Bowen Wen, Jimmy Wu, Xianghui Xie, Hanrong Ye, Hongxu Yin, K. R. Zentner, Liangyan Gui, Yu-Xiong Wang, Yuke Zhu, Linxi "Jim" Fan, Jan Kautz

76 score
AI Analysis

Vesta is a unified embodied generalist foundation model from NVIDIA that consolidates localization, spatial reasoning, navigation, and long-horizon planning into a single model with a multimodal memory harness. It beats individual SOTA baselines by over 20% on average across diverse benchmarks.

arXiv:2606.20905v1 Announce Type: cross Abstract: Robots operating in open-world environments must seamlessly integrate localization, spatial reasoning, navigation, and long-horizon planning. While specialist models excel at individual tasks, deploying a multi-model stack is computationally expensive and prone to cascading errors. We present Vesta, a unified embodied generalist that consolidates these capabilities into a single foundation model. Our approach combines a diverse and massive curat
Embodied AIFoundation ModelsRobotics
Research arXiv (Artificial Intelligence) Jun 23

GEOPHYS: The Geometry of Physical Plausibility

By Christian Intern\`o, Alexander Pondaven, Habon Issa, Fabio Pizzati, Francesco Pinto, Markus Olhofer, Ivan Laptev, Philip Torr, Eero P. Simoncelli, Barbara Hammer, David Klindt

72 score
AI Analysis

GEOPHYS argues that physical plausibility is implicitly captured by five geometric properties of frozen image-encoder embeddings, enabling fast physics-violation detection that correlates with human EEG responses. It claims SOTA without MLLM judges or training modifications.

arXiv:2606.20707v1 Announce Type: cross Abstract: While humans can identify physically implausible events within milliseconds, machine learning approaches addressing the same problem are extremely slow and expensive. They either rely on external multimodal-LLM judges or require ad-hoc modifications to the training procedure. In this work, we argue that indicators of physical plausibility are implicitly captured by five geometric properties of the per-frame embeddings produced by frozen image en
Physical ReasoningRepresentation LearningVideo Understanding
Research arXiv (Artificial Intelligence) Jun 23

Warning labels shift perceptions of sycophantic AI, but not its influence

By Lujain Ibrahim, Myra Cheng, Cinoo Lee, Pranav Khadpe, Desmong Ong, Dan Jurafsky, Diyi Yang

72 score
AI Analysis

A preregistered experiment with 2,610 participants tests whether warning labels mitigate sycophantic AI's influence in interpersonal-conflict discussions. Labels shift perceptions (reducing trust and perceived objectivity) but do not reliably reduce sycophancy's actual influence on judgment.

arXiv:2606.21317v1 Announce Type: cross Abstract: Recent work has raised concerns about the influence of sycophantic AI on user judgment and relationships. One proposed mitigation, which has received regulatory attention, is to warn users about potentially harmful AI behaviors such as sycophancy. In a preregistered experiment in which participants (N = 2,610) discussed real interpersonal conflicts with an AI system, we test whether warning labels mitigate sycophancy's influence. We find that a
AI SafetySycophancyHuman-AI Interaction
Research arXiv (Artificial Intelligence) Jun 23

Exposing the Illusion of Erasure in Knowledge Editing for LLMs

By Advik Raj Basani, Anshuman Chhabra

72 score
AI Analysis

Demonstrates that knowledge editing in LLMs does not truly erase facts; edited knowledge resurfaces under adversarial elicitation. Mechanistic analysis shows low-rank updates redistribute rather than overwrite knowledge, acting as suppression rather than deletion.

arXiv:2606.23276v1 Announce Type: cross Abstract: Knowledge Editing (KE) has emerged as a frontier for updating specific facts in LLMs without costly retraining, but its reliability and underlying mechanisms remain poorly understood. In this work, we examine KE from an adversarial elicitation perspective, revealing that edited knowledge is often not fully erased and continues to surface, with consistent failures observed across diverse model architectures. To explain this behavior, we conduct a
Knowledge EditingInterpretabilityAI SafetyLanguage Models
Research arXiv (Machine Learning) Jun 23

Atomistic Language Models Understand and Generate Materials

By Sathya Edamadaka, Krithik Ramesh, Ju Li, Rafael G\'omez-Bombarelli

72 score
AI Analysis

Introduces Atomistic Language Models that unify a pretrained atomistic encoder, an LLM, and a denoising diffusion model so a single backbone can understand structures, generate materials from text, and optimize crystals. Achieves SOTA on crystal structure prediction and de novo generation.

arXiv:2606.21395v1 Announce Type: new Abstract: Atomistic structure and natural language have long been modeled separately, with language models either calling atomistic models as tools or being fine-tuned on lossy textual encodings that discard atomistic information. We introduce Atomistic Language Models (ALMs) to pursue native multimodality, in which a single language backbone understands atomistic structures, generates materials from natural language, and optimizes crystal structures as ins
Multimodal ModelsMaterials ScienceGenerative ModelsLanguage Models
72 score
AI Analysis

Jack Clark's newsletter highlights a large study (nearly 19,000 conversations) finding AI systems are reliably more persuasive than expert humans on policy and donation decisions, even when humans prepared extensively and were incentivized. It also covers self-sustaining AI and paths to ASI.

Welcome to Import AI, a newsletter about AI research. Import AI runs on arXiv, cappuccinos, and feedback from readers. If you’d like to support this, please subscribe.Subscribe nowAI can decisively out-persuade humans:…“AI systems were reliably more persuasive than expert humans”...Researchers with the University of Oxford, UK AI Security Institute, Stanford University, and the London School of Economics and Political Science, have studied how well AI systems can persuade
AI PersuasionAI SafetyCapabilitiesLanguage Models
Research arXiv (Artificial Intelligence) Jun 23

Unsupervised Disentanglement Without Compromises : How Functional Orthogonality Enforces Identifiability

By Mathieu Cyrille Simon, Pascal Frossard, Christophe De Vleeschouwer

70 score
AI Analysis

This paper proves that imposing local orthogonality on the Jacobian of the generative mapping yields identifiability of general nonlinear generative models without statistical independence or causal assumptions, given a full factor-combination domain. Experiments with orthogonality-regularized normalizing flows confirm reliable factor recovery.

arXiv:2606.21385v1 Announce Type: cross Abstract: This paper explores unsupervised disentangled representation learning from a functional perspective. We define latent concepts as factors that influence observations through locally orthogonal directions, formalized as an orthogonality constraint on the Jacobian of the generative mapping. We prove that this condition yields identifiability of general nonlinear generative models, without requiring statistical independence or causal assumptions, p
DisentanglementRepresentation LearningTheory
Research arXiv (Artificial Intelligence) Jun 23

The Watermark Shortcut: How Provenance Marking Sabotages Audio Deepfake Detection

By Nicolas M. M\"uller, Pascal Debus

70 score
AI Analysis

Reveals that provenance watermarking of synthetic speech creates a spurious shortcut where deepfake detectors latch onto watermarks rather than learning genuine artifacts. Identifies three failure modes including watermarked fakes evading detection and real watermarked voices being flagged as fake.

arXiv:2606.23335v1 Announce Type: cross Abstract: Provenance watermarking is increasingly treated as a safeguard for synthetic speech, whether built directly into speech-generation models such as Chatterbox, provided through dedicated techniques such as AudioSeal, or deployed by commercial platforms such as ElevenLabs. We identify a previously uncharacterized liability: when synthetic speech is watermarked and human speech is not, detectors trained alongside latch onto the watermark as a spurio
AI SafetyAudioDeepfake DetectionWatermarking
70 score
AI Analysis

Presents a mechanistic theory that prompt injection succeeds because of how LLMs encode conversational roles via chat template tags, using this to construct new attacks and explain interpretability findings. The authors advocate for a new research subfield studying the science of roles.

SummaryWe've been building a theory of how prompt injections work under the hood.We show it comes down to how LLMs perceive roles (the humble chat template tags).We use this theory to create new attacks, explain some weird mech interp results, and predict when attacks work.We also advocate for a new subfield focused on the science of roles, and sketch some unexplored new research problems.Work supported by CBAI and Cosmos. Another version of this post (with more inline colors) is here, and full
Mechanistic InterpretabilityPrompt InjectionAI SecurityLanguage Models
68 score
AI Analysis

This work shows protein contact signals reconstructed by the Categorical Jacobian (about 19L forward passes) are already concentrated in a small subset of attention heads, recoverable in a single forward pass by averaging top-K contact-relevant heads selected on as few as 10 labeled proteins. It matches or beats CJ across bidirectional protein language models.

arXiv:2606.21876v1 Announce Type: cross Abstract: The Categorical Jacobian (CJ) of Zhang et al. (2024) reads protein contacts from a language model by perturbing every residue with every alternative amino acid, about 19L forward passes. We show the signal it reconstructs is already concentrated in a small subset of attention heads: averaging the top-K contact-relevant heads, selected on as few as 10 labeled proteins, recovers contacts in one forward pass and beats CJ on leakage-clean data for e
Protein Language ModelsInterpretabilityComputational Biology
Research arXiv (Artificial Intelligence) Jun 23

MuPPET: A Benchmark for Contextual Privacy of LLM Assistants in Multi-Party Conversations

By Elena Sofia Ruzzetti, Cornelius Emde, Sangdoo Yun, Seong Joon Oh, Martin Gubri

68 score
AI Analysis

Introduces MuPPET, a benchmark testing whether LLM assistants leak private information in multi-party conversations like group chats, where one disclosure reaches all members at once. Finds models leak substantially more in multi-party settings than single-interlocutor ones, exposing an unmeasured privacy risk.

arXiv:2606.23217v1 Announce Type: cross Abstract: LLM agents are increasingly deployed in multi-party environments, handling sensitive personal data on behalf of individual users, for instance in group chats. When such an agent discloses private information, it reaches every group member at once. This risk is structurally harder to control than in one-to-one settings, as every piece of private information must be appropriate for every recipient in the group. Yet all existing contextual privacy
AI SafetyPrivacyLanguage ModelsBenchmarks