40 papers across AI, ML, NLP, and CV from the last 24 hours.
Long-horizon reasoning dominates today's batch, appearing in at least seven papers from multiple angles. The field is converging on a shared problem: LLMs can reason well within a single skill or domain, but chaining disparate capabilities — math derivation followed by scheduling followed by verification — remains the bottleneck. Papers address this through dedicated runtimes (Argus), credit assignment mechanisms (ABSeeker), recursive inference chains (Chained RLM), and skill-switching benchmarks (Skill-Native LLMs). The consensus direction is clear: reasoning is being reframed from a property of model weights to a property of persistent agent infrastructure.
Medical imaging papers form the second cluster, with five submissions spanning deepfake detection in CT volumes, lesion-aware self-distillation, brain morphometry prediction via continuous-time graph networks, and spatial mapping of lung cancer growth patterns. The throughline is interpretability — almost every paper foregrounds explainability as a deployment requirement, not an afterthought.
Two papers stand out for framing. HelloWorld enables socially interactive characters in video world models, bridging passive world generation and bidirectional social engagement. Objects as Audio-Visual Modal Sound Fields treats 3D objects as acoustic fields, proposing that impact sounds reveal material properties that visual reconstruction alone cannot capture. Both papers treat modalities as complementary signals rather than competing ones.
The batch collectively suggests the field is pivoting from "can the model do it?" to "can the model sustain it across time, skills, and real-world constraints?"
Boxiu Li, Zimo Wen, Yijia Fan · 2026-08-05
Long-horizon reasoning requires an agentic runtime that can persist when evidence supports its current approach and pivot when measurements reveal failure, hidden constraints, or a misspecified objective. We present Argus, a persistent, self-evolving runtime in which Manager, Planner, Engineer, and Reviewer execute bounded missions over durable project state.
Indraneil Paul, Falko Helm, Goran Glavaš · 2026-08-05
Context lengths of language models (LMs) have dramatically increased, driven by the demands for in-context learning, self-improvement, and long-horizon agentic workflows. Existing long-context corpora, however, are dominated by books, academic articles, and code repositories, which are finite resources and often scarce in long-distance dependencies.
Hung Truong Thanh Nguyen, Hélène Fournier, Piper Jackson · 2026-08-05
AI-supported care planning can help clinicians, patients, caregivers, and care teams coordinate complex decisions across clinical, functional, psychosocial, and environmental needs. However, many AI systems present recommendations as fixed outputs, limiting stakeholders' ability to inspect, challenge, and revise plans when they conflict with clinical judgment, patient values, or real-world feasibi...
Yijun Lu, Rui Ye, Jiajun Wang · 2026-08-05
Long-horizon search agents must make multiple sequential actions (steps) to search, retrieve, verify, and integrate evidence to reach a final answer. However, existing methods for training these agents typically treat all steps within a trajectory uniformly during both supervised fine-tuning (SFT) and reinforcement learning (RL), failing to distinguish useful actions from erroneous or redundant on...
Xiawei Yue, Boran Wang, Xiaoqing Zhang · 2026-08-05
Agents for long term reasoning require a memory that can be efficiently and effectively updated over time, as new facts and external feedback continue to arrive. Recently, graph memory has been adopted to offer structural organization for multi-hop retrieval and reasoning.
Joshua Fonseca Rivera, Neil Shah, David Demitri Africa · 2026-08-05
Language models differ in how safely they behave and these differences are measured by safety benchmarks. But aggregated benchmark scores are hard to trust and interpret, because benchmarks duplicate one another, correlate heavily, and models may sandbag when they detect evaluation.
Devender Singh · 2026-08-05
Gradient descent on a factored model $W = UV^\top$ is implicitly biased toward low-rank solutions, while Adam, starting from the same small initialization, is not. We trace the difference to the gauge symmetry of the loss, its invariance under $(U, V) \mapsto (UQ, VQ)$.
Adel Javanmard, David P. Woodruff, Vahab Mirrokni · 2026-08-05
Achieving local differential privacy in distributed optimization while maintaining low communication cost remains challenging. Existing vector quantization methods, such as vqSGD, use high-dimensional geometric constructions but incur unfavorable dimension-dependent variance.
Roberto Aliaga Medina, Paulina Quintanilla, Antonio del Rio Chanona · 2026-08-05
Kinetic model discovery is a central challenge in chemical engineering, as accurate rate expressions are essential for understanding and controlling chemical and biological processes. Symbolic regression (SR) has emerged as a powerful data-driven approach for identifying interpretable kinetic models, but usually operates without domain knowledge, often exploring physicochemically implausible model...
Jai Malegaonkar, Rohan Patil, Henrik I. Christensen · 2026-08-05
In partially observable reinforcement learning, agents face a dual bottleneck: they must explore to encounter rewarding states and retain that experience in memory to optimize their policies. Exploration bonuses and memory architectures are traditionally evaluated in isolation, leaving their interaction unmeasured, and standard notions of sparse reward conflate temporal signal density with what th...
Sajib Hossain, Md Kamrus Samad, Anan Ghosh · 2026-08-05
Deep neural networks have shown impressive success in NLP tasks owing to their complex structure and huge number of edges. Achieving state-of-the-art performance in natural language processing with a large pre-trained model such as BERT is expensive and time-consuming, carries a large carbon footprint, and is difficult to realize on machines with minimal computational capability.
Dibyajyoti Chakraborty, Romit Maulik · 2026-08-05
Data assimilation (DA) uses Bayesian inference to update the state of a numerical forecast model with observed data. In this study, we propose a fundamentally different, unified approach to atmospheric data assimilation. We use latent video flow-matching to sample temporally consistent trajectories from a prior trained using ERA5 reanalysis (69 variables over an 8-day window).
Tongle Wu, Huanyu Dong, Ying Sun · 2026-08-05
Muon has recently emerged as a promising alternative to AdamW for language model pretraining by orthogonalizing momentum matrices using Newton-Schulz iterations. Although Muon mitigates gradient anisotropy, it does not explicitly account for the curvature geometry of the loss landscape and may therefore remain sensitive to curvature anisotropy.
Ahmed Hassoon, Mark Dredze · 2026-08-05
Systems that automate scientific discovery must repeatedly decide which experiment to run, which hypothesis to test, which tool to build, and when to stop. Many systems make these decisions by maximizing a myopic score such as expected information gain per unit cost or a learned plausibility score. We identify a structural limitation of this approach.
Rohit Kumar Salla, Manoj Saravanan, Simon Stepputtis · 2026-08-05
Diffusion policies are a powerful policy class for continuous control, but their iterative denoising process creates a substantial computational bottleneck. Reducing this cost requires adapting the number of denoising steps to the difficulty of each action while preserving task performance.
Zheyuan Zhang, Manqing Mao, Hong Wang · 2026-08-05
Critic-free group-based reinforcement learning has become a scalable approach for post-training large language models. However, most existing methods allocate the same number of rollouts to every task and trajectory state, even though some rollouts provide much more useful learning signals than others.
Blessed Guda, Kayley Sze, Carlee Joe-Wong · 2026-08-05
Recent advances in machine learning have enabled training of wireless foundation models, which aim to support tasks such as channel estimation, beam prediction, and localization based on wireless signals.
Damien Sileo, Valentin Lacombe, Dimitri Kachler · 2026-08-05
Procedural generators produce useful verifiable reasoning problems at scale, but have received less attention as data for completion-supervised fine-tuning. We introduce Reasoning Core, a collection of 50 generators spanning mathematics, logic, planning, state tracking, formal languages, structured data, games, causality, and code, with semantic scorers, difficulty controls, and task evaluators.
Yinghui He, Ling Yang, Jiarui Liu · 2026-08-05
Long-horizon reasoning in recent LLMs demands that the model switch between distinct skills inside a reasoning chain, such as first doing a math derivation, then using the result to plan a schedule. We call such problems cross-skill long-horizon tasks: multi-step tasks whose steps require different reasoning skills and depend on earlier outputs.
Yuezhang Peng, Yuxin Liu, Changfeng Gao · 2026-08-05
Spoken Language Understanding (SLU) is the core component of task-oriented dialogue systems and a pivotal link in achieving seamless human-agent interaction. While traditional SLU can effectively extract user semantics for closed-set tasks after in-domain supervised fine-tuning, it faces significant challenges in leveraging in-context learning for open-domain tasks due to its ambiguous rule defini...
Purbesh Mitra, Sennur Ulukus · 2026-08-05
Long context reasoning in large language models (LLMs) is usually constrained by the fact that a single inference trajectory has to simultaneously explore the context, store intermediate state, verify evidence, and produce the final answer.
Réemi Andrieu, Damien Sileo · 2026-08-05
Reasoning about necessity and possibility depends on assumptions about accessibility between worlds and about which objects exist at each one. The same inference may therefore hold under one modal system and fail under another. Evaluating language models on such problems requires testing whether their judgments follow the stated semantics rather than a familiar logic.
Peer Saleth, Segun T. Aroyehun, Fabio Carrella · 2026-08-05
The spread of misinformation is widely perceived as a threat to democratic deliberation, yet how political elites' rhetorical commitments to truth shift alongside the rise of populist actors remains poorly understood. Analysing 4.
Jianru Shen · 2026-08-05
Small open-weight language models increasingly run in private, offline, and cost-sensitive settings, where the key deployment question is not only what a model answers but when it should defer to a human. We study whether verbalized confidence can support risk-controlled deferral, evaluating eleven instruction-tuned models from three families, 0.
Shengcao Cao, Tanmaya Shekhar Dabral, Zhongli Ding · 2026-08-05
Current instruction-based image retrieval systems are powerful but limited to single-turn interactions, failing to capture the iterative nature of complex, real-world visual searches. To overcome this limitation, we introduce Contextual Composed Image Retrieval (CoCo-IR), a novel task that enables users to progressively refine search results through interactions.
This digest is generated automatically from arXiv submissions. Not affiliated with arXiv or Cornell University.