40 papers across AI, ML, NLP, and CV from the last 24 hours.
Three themes dominate today's batch. First, post-training methodology is moving past reward-based signals toward structural distillation — multiple papers examine token-level supervision, mismatch-aware student-teacher dynamics, and verifier-free test-time scaling. The field is converging on the idea that how models learn from themselves matters as much as what they learn. Second, agent safety has shifted from model-level fixes to infrastructure-level governance: evolving harnesses, verification layers for robotic autonomy, institutional design for multi-agent systems, and even the recognition that autonomous research loops behave structurally like greybox fuzzers. Third, physically grounded reasoning is gaining traction through world models that encode dynamics explicitly rather than fitting pixels — from kinematic latent transitions in video generation to energy-constrained motion planning and value foundation models for robotics.
The standout is "Agentic Auto-Research is Fuzz Testing," which reframes the entire generate-and-rank paradigm for autonomous research agents through the lens of greybox fuzzing — a conceptual bridge between security engineering and scientific discovery that most researchers in either camp haven't made.
Notably absent: any significant NLP/linguistics work beyond a single paper, and no new architecture announcements. The batch collectively suggests the field is maturing from building bigger models to building better systems around them — safety infrastructure, physical grounding, and self-improving training loops are overtaking raw capability gains as the dominant research vectors.
Oluwanifemi Bamgbose, Simon Rosen, Jash Shah · 2026-05-29
Automated Text-to-Speech (TTS) evaluation methods (Mean Opinion Score (MOS) predictors and Audio Large Language Models (Audio-LLM) judges) are expected to reflect human perception, yet it is unclear how well they capture the distinct aspects of speech that listeners actually perceive. We deconstruct naturalness into a linguistically grounded annotation schema spanning 10 distinct perceptual dimens...
Hunar Batra, Lachin Naghashyar, Ashkan Khakzar · 2026-05-29
Multimodal Large Language Models (MLLMs) exhibit strong visual understanding, yet the internal features that cause these behaviors remain difficult to identify, audit, or control. While applicable to post-hoc inspection, hidden states that are decomposed into interpretable feature directions using sparse autoencoders (SAEs) neither readily isolate which features are changed by multimodal training,...
Laurens Samson, Iva Gornishka, Gossa L^o · 2026-05-29
Large language models are increasingly being deployed in governmental settings, yet few existing evaluation frameworks jointly reflect the values of public administration and the linguistic requirements of non-English contexts. We present the Grip on LLMs framework, a systematic evaluation suite for Dutch governmental use developed in collaboration with domain experts from a major Dutch municipal ...
Alban Puech, Matteo Mazzonelli, Tamara R. Govindasamy · 2026-05-29
Foundation models are transforming business workflows and boosting productivity, yet they remain largely absent from engineering domains such as power system analysis, where strict physical consistency must be enforced. We present GENCO (GEometric Neural Corrective Optimizer), a unified neural solver for steady-state transmission grid analysis that handles power flow (PF), optimal power flow (OPF)...
Derin Gezgin, Jim O'Connor, Tanner Goodwin · 2026-05-29
We introduce the Dark Souls Learning Environment (DSLE), a containerized platform that presents all 22 boss encounters of Dark Souls: Remastered as game-playing agent benchmarks through a Gymnasium-style interface. DSLE combines real-time combat, high-dimensional visual input, and sparse terminal rewards, with each environment step being a real action executed against the running game.
Congfeng Cao, Pengyu Zhang, Jelke Bloem · 2026-05-29
Thinking Mode Fusion (TMF) enables large language models to support both concise responses and long-form reasoning by unifying a non-thinking mode and a thinking mode within a single model. However, its training dynamics, including the data ratio and training schedule between the two modes, remain underexplored. We present a systematic study of TMF by analyzing the effects of the training schedule...
Bjorn Engdahl, Adrian Kosowski, Jan Chorowski · 2026-05-29
We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set.
Wanying Qu, Qinghua Mao, Yu Li · 2026-05-29
The safety of large language model (LLM) agents depends not only on model weights but also on the agent harness that manages context, memory, tools, permissions, and runtime control. Existing safety mechanisms often treat the harness as a fixed deployment artifact, limiting their ability to evolve with emerging risks. Moreover, coupled functions across harness components obscure safety responsibil...
Yapeng Liu, Yuanzhao Zhai, Bo Ding · 2026-05-29
Physically consistent motion planning remains a fundamental challenge in embodied AI, as generated trajectories must strictly conform to real-world execution dynamics. While latent world models offer a promising approach by predicting these dynamics, existing methods learn unconstrained future representations where absorbed physics remains implicit. Therefore, they fail to form reusable physical k...
Abraham Gonzalez, Raghav Gupta, Akanksha Jain · 2026-05-29
Agentic artificial intelligence has shown great promise in automating algorithm design, but scaling similar techniques to computer microarchitecture discovery remains challenging due to vast search spaces, strict hardware budgets, and long simulation times. We present ArchAgent v2, a framework which scales automated microarchitecture search to multi-level data prefetching.
Diandian Zhang, Tingyu Song, Lin Fu · 2026-05-29
We introduce Sci-VBench, a comprehensive benchmark for evaluating knowledge- and reasoning-intensive video generation across scientific domains. It contains 1,253 expert-annotated examples spanning 60 subjects across four core disciplines: Natural Science, Healthcare, Humanities & Social Sciences, and Engineering. Each example requires models to generate temporally rich videos that demand scientif...
Alexander Panfilov, David Schmotz, Ilia Shumailov · 2026-05-29
Leading large language model providers now conceal their models' step-by-step reasoning, or chain-of-thought, to protect intellectual property and limit information leakage. Rather than storing these traces server-side, providers return them to the client as blocks of encrypted text, which the client passes back with each subsequent request. Building on prior research, we identify an architectural...
Mahvish Nagda, Jihyeon Lee, Matthew Thompson · 2026-05-29
Audio-visual interaction is the standard for patient-physician consultations, enabling natural communication and effective assessment of illness through non-verbal cues. While text-based AI has shown promise, it discards essential perceptual dimensions and limits patients who cannot articulate symptoms in writing. Early efforts to extend medical AI to audio-visual interaction have demonstrated fea...
Rohan Bhagra, Mahantesh Halapannavar, Uddhav Bhattarai · 2026-05-29
Advances in advanced artificial intelligence tools have sparked research in robot autonomy, but the development of such systems has largely focused on execution rather than verifying the feasibility actions planning models propose. Like general-purpose LLMs, robotics planning models carry risks: biased toward user-specified goals, they may suggest actions misaligned with scientific ethics, they ma...
Yifeng He, Jicheng Wang, Yinzhe Zhao · 2026-05-29
Autonomous research agents can generate experiments faster than researchers can validate them. Researchers have responded by scaling the proposer and ranking more samples with a learned judge or human reviewers. We argue that this generate-and-rank paradigm misses the problem of sparse feedback. Within a declared research problem, an agent follows the control loop of a greybox fuzzer: it proposes ...
Aimilios Hadjiliasi, Louis Nisiotis · 2026-05-29
The development of embodied Intelligent Virtual Agents (IVAs) that have cognitive capabilities in real-time interactive virtual environments remains a challenge, even with today's advancements in technology. Existing architectures are often focused on either the implementation of low-level reactive control systems that are constrained by commercial game engines, or high-level representations of re...
Zichao Yu, Chengzhi Yu, Shengze Xu · 2026-05-29
On-policy distillation (OPD) has emerged as a core component of modern LLM post-training pipelines, yet we reveal a failure mode: degenerate agreement, where students exploit repetitive loops to achieve near-perfect token agreement with the teacher despite globally flawed responses. We therefore shift our focus from agreement to teacher-student mismatch, and find that mismatch tokens can be mainly...
Abdullah X · 2026-05-29
AI agents increasingly work inside systems that govern how they delegate tasks, move information, execute actions, and use shared resources. Recent work already shows that deployment rules can change collective behavior. Here we ask which parts of an AI institution produce safety and how they do it. This is the first paper from POLIS, an ongoing research programme studying algorithmic institutions...
Yubo Jiang, Fengying Xie, Zhiguo Jiang · 2026-05-29
Reinforcement learning with verifiable rewards yields no group-relative signal when rollout groups are uniformly correct or uniformly wrong, which account for 63.0-68.0% of groups in our experiments. We propose SKALD (Skill-Anchored Latent Distillation), an on-policy self-distillation framework that uses two context views of the same Qwen3-Base model: a question-only student and a teacher conditio...
Haoyu Yang, Meixing Shi, Zengjie Chen · 2026-05-29
Reliable medical image understanding requires models to connect clinical language and visual reasoning with pixel-level grounding. Yet medical vision-language models often lack precise localization, whereas medical segmenters typically rely on explicit target categories or precise spatial prompts. This divide is reinforced by a supervision mismatch: segmentation datasets provide precise masks but ...
Vatsal Venkatkrishna, Nico Daheim, Iryna Gurevych · 2026-05-29
Exploration has been a focus of reinforcement learning research for a long time. Recently, there has been growing evidence that it is also an important ingredient in LLM reinforcement learning recipes that can significantly impact downstream performance. Many existing methods control exploration in the action-space, for example, using temperature scaling. However, these methods cannot reorder toke...
Valentijn Oldenburg, Floris de Kam, Stef de Wildt · 2026-05-29
In fair ranked link prediction, demographic parity is a common fairness metric. Yet, Mattos et al. (2025) argue that it fails to detect exposure bias because it ignores where links appear in the ranking. In this study, we reproduce this claim by showing that demographic parity can indicate aggregate parity even when some subgroup-pair links are systematically ranked lower than others.
Lecheng Kong, Like Hui, Haitao Mao · 2026-05-29
Test-time scaling often uses an external verifier, such as compilers and test cases in coding or trained value functions in robotics applications, to obtain high-quality rollouts. Verifier-free test-time scaling (or VF-TTS) is gaining extensive attention as a mechanism to enhance Large Language Model (LLM) reasoning, primarily because we do not have access to such high-quality verifiers in many re...
Seongjin Choi · 2026-05-29
Ball possession is the most-cited and most-misleading number in football: 60% recycled in one's own half is not 60% spent pinning the opponent back. Existing event-based possession-value frameworks price on-ball actions but ignore the off-ball question a sterile possession poses: did holding the ball create space, or was the circulation dead? We answer this in two layers.
Xu Ouyang, Moontae Lee · 2026-05-29
Financial prediction typically relies on task-specific regression, ranking, or policy heads, separating the language model from the numerical object ultimately evaluated. We investigate whether a causal language model can instead represent forecasts and decisions directly through constrained token generation. FinATOM introduces a unified, head-free interface for three-step stock-return forecasting...
This digest is generated automatically from arXiv submissions. Not affiliated with arXiv or Cornell University.