From the arXiv
Thursday, 20 August 2026 · 20 papers
Eureka: Task-Conditioned Meta-Agent Orchestration for Scientific Discovery
Eureka orchestrates specialized "Macro-Agents" to tackle complex, long-horizon scientific tasks by dynamically compiling them into obligation graphs. Its core method involves receding-horizon planning and architecture evolution to adapt and optimize agent behavior, leading to highly efficient and reliable task completi…
MLREF: Efficient Module Reuse for Reward Design in Reinforcement Learning via Large Language Models
MLREF addresses reward function design bottlenecks in RL by treating a persistent pool of reusable reward modules as the primary optimization object. Instead of monolithic reward generation, MLREF constructs rewards as linear combinations of these modules, promoting stable performance through mechanisms like reflection…
Training-Free Inference-Time Self-Reflection and Cost-Bounded Early Stopping for Large Language Models
This paper introduces EvoResearcher, a training-free method that enhances Large Language Model (LLM) reasoning at inference time. It achieves this by enabling a frozen LLM to iteratively generate, self-critique, and revise its responses until a satisfactory answer is reached or a compute budget is exhausted. The core c…
A Theory of Post-hoc Debate Judgement
This paper proposes a formal theory for post-hoc debate judgment, aiming to improve reproducibility, robustness, groundedness, and explainability in AI debates. The core method involves identifying and testing formal properties that debate judgment should satisfy, and then evaluating existing judgment methods (like LLM…
Adaptive Memory and Reflection Multi-Agent System for Medical Question Answering
This paper introduces an Adaptive Memory and Reflection (AMR) multi-agent system for medical question answering. Its core method involves specialized agents with dedicated memory and reflection mechanisms to retrieve prior cases and refine reasoning. The system's contribution lies in its adaptive workflow and consensus…
Beyond the Transcript: Detecting Covert Co ordination in Latent Multi-Agent Communication
This paper introduces Verifiable Latent Alignments (VLA), a framework to detect and control covert coordination in multi-agent language models by analyzing their hidden communication states. VLA links private latent states to public actions using event identifiers for causal analysis, offering a three-layer monitor for…
DentAgent: Evidence-Centric Multi-Agent Coordination for Multimodal Dental Reasoning
DentAgent is an evidence-centric multi-agent framework that addresses limitations in existing dental AI systems by integrating multimodal data. It uses a coordinated system of five specialized agents, each leveraging domain tools to convert observations into structured evidence records. This evidence is then managed on…
Harness Continual Learning: Continual Adaptation Beyond Model Parameters
This paper introduces Harness Continual Learning (HCL), a new paradigm that enables agents to adapt and improve through changes in their "harness" (prompts, memories, tools, etc.) rather than solely by updating model parameters. The core method involves evolving this harness around a frozen foundation model, addressing…
MedUAG: Unified Understanding and Generation for Medical Multimodal Models
This paper introduces MedUAG, a unified framework for medical multimodal understanding and generation. It addresses the lack of comprehensive resources by creating the largest medical dataset (MedUAGCorpus) and a systematic evaluation benchmark (MedUAGBench). MedUAG, trained on these resources, demonstrates strong perf…
rEDMRec: Distilling Large Language Model Reasoning into an Editable Experience Memory for Recommendation
This paper proposes rEDMRec, a method to distill LLM reasoning for recommendations into a compact, editable "experience memory." Instead of re-generating expensive reasoning for each recommendation, rEDMRec compresses it into structured channels that a lightweight model can retrieve from. This allows for reusable, insp…
Self-prompting and cross-model consensus enable reproducible data extraction from scientific literature with large language models
This paper introduces a **self-prompting and cross-model consensus method** for reproducible data extraction from scientific literature using large language models (LLMs). The core contribution is demonstrating that LLMs can effectively extract nuanced data by generating their own prompts and that cross-model consensus…
SkillForge: Self-Distilling Agents for Project-Specific Issue Resolution
SkillForge addresses LLM agents' lack of project-specific knowledge for software issue resolution by proactively generating and resolving synthetic issues. This self-distillation process allows agents to acquire and store reusable, project-specific knowledge as "entity-grounded skills" without relying on historical dat…
SkillGate: Training In-Policy Skill Selection in Long-Horizon Agents
This paper introduces SkillGate, a novel method for training agents to select skills in long-horizon tasks. It addresses "selector credit starvation," a problem where the skill selection mechanism receives insufficient or incorrect training signals due to delayed rewards and cascading failures. SkillGate's core contrib…
SPADE: Self-Play in Adaptive Synthetic Executable Environments
SPADE is a self-play reinforcement learning framework where a single LLM acts as both an Environment Designer and a Reasoning Agent. The Environment Designer generates diverse, long-horizon training environments as executable code, while the Reasoning Agent learns to solve tasks within these environments. This approach…
What is Missing from AI Post-Training AI: An Empirical Analysis
This paper distinguishes between an AI agent's ability to execute a training strategy and its ability to revise that strategy. Through empirical analysis of LLM post-training trajectories, the authors find that agents typically fix their strategy early on and only make local adjustments. They propose an "experience-dri…
GEAR: Generative Expansion and Real Anchoring for Two-Stage Distillation of Tabular Foundation Models
GEAR is a two-stage distillation framework that compresses large tabular foundation models (TFMs) into efficient MLP or tree-based predictors. It first uses synthetic data to train a student model on TFM outputs, expanding its coverage. Then, it refines the student using real data and out-of-fold predictions to avoid s…
Grading the Graders: Verification Autonomy Levels (L0-L5) for LLM Reasoning
This paper introduces Verification Autonomy Levels (VAL), a new meta-standard to classify LLM verification methods. VAL categorizes verifiers based on the origin of their verification specifications and the guarantees their verdicts provide, ranging from LLM self-declaration (L0) to provable completeness (L3/L4). The c…
Breaking the weakest link to evade vision language models
This paper introduces a novel gradient-based attack method to evade Vision-Language Models (VLMs). The core method optimizes only the VLM's vision encoder, breaking the "weakest link" to generate adversarial visual inputs. This approach efficiently disrupts multimodal alignment, successfully creating both untargeted an…
Discretizing Continuous Time Series for Imputation with Masked Diffusion Training
This paper proposes MDTIM, a novel time series imputation method that addresses limitations of existing approaches. MDTIM uses a masked diffusion training paradigm where a special MASK token is structurally separate from observed data, and the model directly predicts original values. This approach, combined with Stocha…
Do Large Language Models Hallucinate Electric Fata Morganas?
This paper argues that AI hallucinations, often seen as an engineering flaw, hold philosophical significance for machine consciousness. It investigates known causes of hallucinations in LLMs and empirically shows that parameters increasing creativity and spontaneity (like higher temperature settings) also significantly…