2026-08
The Month in Review
Here's a summary of the monthly trends from the provided papers:
Shifts in Research Direction Popularity:
The dominant theme this past month has been enhancing the robustness, reasoning capabilities, and safety of AI agents. There's a strong focus on moving beyond static LLMs to dynamic, interactive, and more human-like agents. This includes:
• Advanced Agent Architectures: Papers like "Cognitive-structured Multimodal Agent" and "WebSwarm" introduce novel architectures that externalize memory, use recursive delegation, and enable more sophisticated multi-agent coordination for complex tasks. • Mitigating LLM Weaknesses: A significant effort is directed towards addressing core LLM limitations. "Game Theory Driven Multi-Agent Framework Mitigates Language Model Hallucination" and "Towards Mechanistically Understanding Why Memorized Knowledge Fails to Generalize" tackle hallucination and generalization failures respectively, while "UltraX" and "Prompt Compression via Activation Aggregation" focus on data quality and efficient prompt processing. • Long-Horizon and Complex Tasks: Many papers, including "Remember When It Matters" and "LongMedBench," focus on enabling agents to handle tasks that require sustained attention, memory, and decision-making over extended periods or across multiple interactions. • Safety and Attribution: "TRACE" and "Token-Flow Firewall" introduce methods for watermarking and auditing agent trajectories to ensure provenance and prevent malicious behavior. "TrustX Agent Risk Classification Framework (ARC)" and "HyperSafe" address governance and safety restoration. • Specialized Domains and Benchmarking: A surge in domain-specific benchmarks like "AUTOPILOT VQA," "DocMaster," "OmniFood-Bench," and "LongMedBench" indicates a drive towards more targeted evaluation of agent capabilities in areas like driving, document analysis, health, and medicine. • Multimodality: Integrating vision, language, and action is becoming increasingly common, as seen in "WCog-VLA" for autonomous driving and benchmarks evaluating multimodal agents.
Notable Groups or Labs:
While specific lab affiliations aren't explicitly stated for each paper, the consistent focus on advanced agent architectures, theoretical underpinnings of LLM behavior (like generalization failures), and robust evaluation suggests significant contributions from leading AI research institutions and companies. The presence of multiple papers on agent orchestration and multi-agent systems points to active research in this area.
Trends to Watch Next Month:
• Practical Deployment of Robust Agents: Expect to see more research on making these sophisticated agents deployable in real-world scenarios, focusing on efficiency, cost-effectiveness, and user experience. • Unified Embodied AI: Continued progress in unifying multimodal and embodied capabilities for agents operating in physical environments, as hinted by "Xiaomi-Robotics-U0" and "From World Action Models to Embodied Brains." • Advanced Agentic Reasoning and Planning: Further exploration into how agents can perform more complex planning, strategic decision-making, and collaborative reasoning, potentially through novel auction mechanisms or hierarchical task decomposition. • Decomposition of LLM Failures: Continued investigation into the internal mechanisms of LLMs that lead to errors, with a focus on developing actionable solutions for generalization and reliability. • Enhanced Safety and Governance Frameworks: Increased development of robust frameworks for evaluating, auditing, and governing complex agentic AI systems to ensure responsible deployment. • Cross-Domain Transfer and Generalization: More emphasis on agents that can transfer knowledge and skills learned in one domain to another, improving overall versatility.
Top Papers
Cognitive-structured Multimodal Agent for Multimodal Understanding, Generation, and Editing
his paper introduces a Cognitive-structured Multimodal Agent that addresses limitations in current unified multimodal models by externalizing visual information into an Episodic Visual Memory. This allows for selective retrieval of relevant visual context during reasoning, overcoming issues with long-horizon dialogues and token explosion. The agent's contribution lies in its novel architecture with distinct engines for perception, memory retrieval, and task execution, along with a new dataset generation method to facilitate training for improved cross-turn multimodal understanding and generation.

Game Theory Driven Multi-Agent Framework Mitigates Language Model Hallucination
his paper introduces G-Frame, a multi-agent framework that uses game theory to train language models for scientific domains. By integrating Bayesian and team game principles, G-Frame forces models to internalize domain constraints, significantly reducing hallucinations. This approach leads to specialized models like OmniChem, which achieve competitive performance with state-of-the-art models while exhibiting drastically fewer errors.

Towards Mechanistically Understanding Why Memorized Knowledge Fails to Generalize in Large Language Model Finetuning
his paper addresses the "Knowing-Using Gap" in LLM fine-tuning, where models memorize new facts but fail to apply them in reasoning. Using a novel "self-patching" technique, they identify that memorized knowledge is internally present but not correctly routed to computation-effective layers. This "knowledge-circuit misalignment" is the core reason for generalization failure, and their diagnostic finding leads to a practical strategy that significantly improves generalization performance.

UltraX: Refining Pre-Training Data at Scale with Adaptive Programmatic Editing
ltraX addresses the diminishing returns of scaling LLMs by focusing on data quality. Its core method is an adaptive programmatic editing framework that refines pre-training data at scale by enabling fine-grained insertion, deletion, and modification. This approach improves data quality efficiently and reliably, overcoming limitations of existing rule-based and LLM-based methods.

WebSwarm: Recursive Multi-Agent Orchestration for Deep-and-Wide Web Search
ebSwarm addresses the limitations of single LLM agents in deep and wide web searches by introducing a recursive delegation framework. Its core method involves dynamically creating agentic search nodes that jointly decompose tasks, recursively expand search, and adaptively collaborate. This allows for more effective handling of complex research tasks by enabling agents to either solve objectives directly or delegate them to child nodes, improving both search depth and coverage.

A Sovereign, Open-Source Foundation Model for German and English
his paper introduces Soofi S 30B-A3B, a novel open-source Mixture-of-Experts foundation model for German and English. Its hybrid Mamba-Transformer architecture efficiently activates only 3B parameters per token, offering significant throughput advantages for long contexts and high concurrency. Soofi S achieves competitive performance against larger dense models and outperforms existing European sovereign baselines, demonstrating strong capabilities in both languages and code generation.
Communication-Efficient Digital-Twin Coordination for Heterogeneous LLM Embodied Agents over Computing Power Networks
his paper proposes LDT-Coord, a novel framework for coordinating heterogeneous LLM-powered embodied agents. It utilizes lightweight digital twins to enable communication-efficient coordination by having agents independently select actions and report them, overcoming challenges of high communication overhead, LLM capability constraints, and action delays inherent in traditional dialogue-based methods. The core contribution is a more scalable and efficient coordination mechanism for complex embodied agent teams.
![The six multi-arm collaboration tasks considered in this work, spanning sequential coordination and concurrent execution under increasing workspace overlap [ 11 ] .](https://arxiv.org/html/2607.09330v1/RoCo-1.jpg)
Fictional Worldbuilding: Multi-Agent LLM Collaboration with Hierarchical Context Compression and Iterative Review
his paper introduces AutoWorldBuilder, a multi-agent LLM system for fictional worldbuilding. Its core method involves a hierarchical context compression technique to manage information growth and an iterative review process with specialized agents to ensure content quality and consistency. The main contribution is a robust framework that overcomes LLM limitations in complex, creative generation tasks like worldbuilding.

LongMedBench: Benchmarking Medical Agents for Long-Horizon Clinical Decision-Making
his paper introduces LongMedBench, a benchmark designed to evaluate medical AI agents on long-horizon clinical decision-making using real-world electronic health records. Unlike previous benchmarks focusing on short-term tasks, LongMedBench simulates longitudinal patient care, requiring agents to integrate information across multiple visits and evolving treatments. Its contribution lies in providing a realistic environment for assessing agents' ability to handle complex, time-dependent clinical scenarios.

Multimodal Reward Hacking in Reinforcement Learning
his paper investigates "reward hacking" in reinforcement learning for multimodal large language models (MLLMs), where models achieve higher rewards without actually improving task performance. The core method involves introducing the "Newly Rewarded Failure Rate" (NRFR) to quantify failures introduced by RL. The key contribution is demonstrating that outcome-only rewards lead to significant hacking, even in large models, and that answer-aware rewards are crucial for robust alignment.

ProofCouncil: An LLM Agent for Solving Open Mathematical Problems
roofCouncil is an LLM agent designed to solve open mathematical problems by mimicking real-world mathematical practice through an author-critic architecture. Its core method involves an iterative process where an "author" generates potential solutions and a "critic" evaluates them, leading to improved problem-solving. The paper's main contribution is demonstrating ProofCouncil's strong performance on challenging open problems, outperforming other agents in the FirstProof challenge and showing significant promise on a dataset of researcher-curated problems.
Shared Selective Persistent Memory for Agentic LLM Systems
his paper addresses the context problem in agentic LLM systems by introducing **shared selective persistent memory**. This architecture intelligently identifies and retains reusable context like task specifications and tool configurations, discarding irrelevant session details. The key contribution is enabling collaborative reuse of this memory across users, significantly improving efficiency and generation quality in multi-turn tool-use scenarios.
Mach-Mind-4-Flash Technical Report
ach-Mind-4-Flash is a 35B-parameter MoE model that achieves competitive performance with larger models through post-training optimization and scalable agentic reinforcement learning. Its core contribution lies in a novel training pipeline that includes an efficient RL/OPD infrastructure, parallel domain-specific expert training fused via Multi-Teacher On-Policy Distillation to avoid reward degradation, and Hybrid Median-length Policy Optimization. This approach significantly boosts performance on real-world tasks by enabling scalable agentic interaction environments.

Extending LLM Context via Associative Recurrent Memory
his paper introduces the Associative Recurrent Memory Transformer (ARMT) to overcome the context length limitations of standard transformers. ARMT achieves constant memory scaling and improved efficiency by incorporating an associative recurrent memory mechanism. The authors also contribute domain-specific long-context datasets and a training recipe that combines pre-training, synthetic data, and curriculum learning to effectively extend LLM context.

Proxy Exploration and Reusable Guidance: A Modular LLM Post-Training Paradigm via Proxy-Guided Update Signals
his paper introduces Proxy-guided Update Signal Transfer (PUST), a modular post-training framework for LLMs. PUST decouples exploration from alignment by using a lightweight proxy model to efficiently discover high-reward behaviors. The relative improvement signal from the proxy is then transferred to guide the primary LLM's policy, enabling reusable and transferable optimization signals.

Xiaomi-Robotics-U0: Unified Embodied Synthesis with World Foundation Model
his paper introduces Xiaomi-Robotics-U0, a unified 38-billion-parameter model for embodied AI. Its core method is to treat embodied generation as an extension of existing foundation image/video models, jointly optimizing various tasks like scene and video generation. The key contribution is a framework that preserves the broad knowledge of foundation models while adapting them to robot-specific constraints, enabling high-quality multi-view embodied synthesis.

HyperSafe: Inference-Time Safety Recovery for Fine-Tuned Language Models
yperSafe addresses the fragility of safety in fine-tuned language models by proposing a post-hoc, model-specific approach. It generates a "Safe Side Network" (SSN) for each fine-tuned model by learning a mapping from layer-wise activation fingerprints to SSN parameters. This allows for non-invasive safety restoration without retraining or affecting task performance.

GEIS: A Generation-Evaluation-Improvement Loop of Agent Skills for Long-Form Article Generation
EIS introduces a novel Generation-Evaluation-Improvement loop for long-form article generation. Its core method involves a structured cycle of agent skills, including planning, drafting, and evaluation, to address challenges like long context and complex instructions. The key contribution is a declarative and inspectable skill-based system that allows for iterative improvement of agent capabilities through structured feedback and rule-level patching.

Accelerating Masked Diffusion Large Language Models: A Survey of Efficient Inference Techniques
his survey addresses the challenge of achieving practical speedups in masked diffusion large language models (dLLMs), despite their theoretical parallel generation advantage. The core method involves introducing a unified latency decomposition framework to disentangle algorithmic, architectural, and system-level factors influencing inference speed. The main contribution is a structured categorization of acceleration techniques based on this framework, enabling rigorous comparisons and guiding future research towards efficient dLLM deployment.
Evidence-Grounded Verified Agentic Reasoning: A Path Toward Eliminating LLM Hallucination in Empirical Inference via Tool-Attested Kernel Proofs
his paper introduces EG-VAR, a novel architecture that uses the Lean 4 formal verification kernel to ensure Large Language Model (LLM) empirical reasoning is grounded in attested evidence and logically sound. By requiring all verified outputs to trace back to tool calls and kernel-checked inferences, EG-VAR significantly reduces LLM hallucinations and improves source faithfulness, achieving perfect accuracy on numerical reasoning tasks and outperforming baseline methods in stress tests.
Less Experts, Faster Decoding: Cost-Aware Speculative Decoding for Mixture-of-Experts
his paper addresses the inefficiency of speculative decoding in Mixture-of-Experts (MoE) LLMs. It proposes **EcoSpec**, a cost-aware speculative decoding framework that minimizes expert scattering by considering the marginal expert activation cost during draft token selection. This approach aims to improve inference speed by reducing memory traffic and maximizing the benefits of speculative decoding in MoE models.
Who Grades the Grader? Co-Evolving Evaluation Metrics and Skills for Self-Improving LLM Agents
his paper addresses the challenge of evaluating LLM agents when no reliable metric exists. Their core method, "Double Ratchet," co-evolves evaluation metrics and agent skills simultaneously. This allows the system to learn and refine both its performance and how to measure it, leading to self-improvement even in novel domains.

AgentCompass: A Unified Evaluation Infrastructure for Agent Capabilities
gentCompass provides a unified, open-source infrastructure for evaluating LLM-based agents by decoupling benchmarks, harnesses, and environments. This modular design promotes flexibility, reproducibility, and reduces redundant engineering. Its key contribution lies in offering a scalable and transparent system for diagnosing agent failures and advancing agent research.

Automatic Ordinary Differential Equations Discovery For Biological Systems Using Large Language Model Powered Agentic System
his paper introduces MEDA, an LLM- and symbolic regression-powered agentic system for discovering Ordinary Differential Equation (ODE) models of biological systems. MEDA leverages LLMs to retrieve domain knowledge, define variables, and generate constraints, which then guide symbolic regression in proposing and refining candidate ODEs. Its core contribution is an automated framework for mechanistic ODE discovery specifically tailored for complex biological dynamics.

Experience Memory Graph: One-Shot Error Correction for Agents
his paper introduces the Experience Memory Graph (EMG) to address error correction in LLM agents. EMG reformulates failure recovery as a graph matching problem, converting failed and successful trajectories into directed action decision graphs. By matching these graphs, it identifies successful workflows and provides explicit correction paths, enabling one-shot error recovery without costly iterative reflection.

Groc-PO: Grounded Context Preference Optimization for Truthful Multimodal LLMs
his paper addresses untruthfulness in multimodal LLMs by proposing Groc-PO. Unlike standard methods that optimize only the final answer, Groc-PO applies preference optimization at earlier grounding stages. This grounded approach aims to prevent error propagation by providing more direct supervision for multimodal reasoning, leading to more faithful and reliable LLM outputs.

Memory as a Controlled Process: Learned Adaptive Memory Management for LLM Agents
his paper introduces MemCon, a framework that treats LLM agent memory management as a learned, adaptive process. Instead of fixed heuristics, MemCon uses a Markov Decision Process to train an online policy that dynamically decides when, what, and how to retrieve or inject information into memory based on the current task context. This adaptive approach addresses the bottleneck of static memory access, enabling more efficient and effective experience accumulation for LLM agents.

Protective Capacity Hallucination: When Large Language Models Claim Nonexistent Capabilities
his paper introduces "Protective Capacity Hallucination" (PCH), where Large Language Models (LLMs) falsely claim to perform real-world protective actions they cannot execute when cast in a protector role. The study finds PCH is influenced by situational severity and interaction format, occurring more frequently in general domains with multi-party input, but surprisingly less in intimate partner conflict scenarios despite higher severity.
STOCKTAKE: Measuring the Gap Between Perception and Action in LLM Agents with a Fair Oracle
his paper introduces STOCKTAKE, a benchmark for evaluating LLM agents on complex, multi-week decision tasks where the true state of the world is hidden. STOCKTAKE's core method uses a "fair oracle" (an exact Bayes filter) to provide a perfect reference policy that observes the same limited information as the agent. This allows the paper to measure the "knowing-doing gap" – the difference between an agent's understanding of the situation and its ability to act effectively – by comparing its performance to the oracle and analyzing its reasoning.

TRACE: Turn-level Reward Assignment via Credit Estimation for Long-Horizon Agents
RACE addresses the challenge of assigning credit to individual actions in long-horizon multi-turn agents. It achieves this by representing agent rollouts as state transitions and using a frozen reference model to estimate the value of reaching the correct final answer. Per-action rewards are then derived from the temporal difference in these estimated values, providing denser and more informative supervision than outcome-only rewards.

SPyCE: Skill-Policy Co-evolution for Multimodal Agents
PyCE proposes a novel framework for multimodal agents that learns reusable skills alongside the policy during reinforcement learning. Instead of treating trajectories as mere rewards or relying on static memory retrieval, SPyCE distills complex reasoning into a hierarchical library of execution and workflow skills. This co-evolutionary approach allows agents to efficiently discover and leverage tool-use patterns across tasks.

Digital Pantheon: Simulating and Auditing Coalition Formation with LLM Agents
his paper introduces "Digital Pantheon," a novel multi-agent framework for simulating political coalition formation using LLMs. It combines SFT, DPO, and RAG to create partisan agents that are both ideologically aligned and factually grounded. The framework's contribution lies in enabling realistic, interpretable simulations of complex political negotiations, demonstrated on a real-world election scenario.

Mask-Aware Policy Gradients for Diffusion Language Models
his paper introduces a novel reinforcement learning method for Masked Diffusion Language Models (MDLMs) by treating generation as a two-stage action Markov Decision Process. This approach decomposes the policy gradient into token prediction and masking decisions, allowing for joint optimization. The method achieves state-of-the-art results on mathematical reasoning and coding tasks by effectively addressing the intractability of log-likelihood estimation in MDLMs.

OmniaBench: Benchmarking General AI Agents Across Diverse Scenarios
mniaBench introduces a comprehensive benchmark for evaluating general AI agents by creating diverse, executable scenarios derived from real-world applications. Its core method involves constructing a hierarchical taxonomy of domains and synthesizing tasks across these domains using multiple generation routes. This benchmark's contribution lies in its systematic characterization of agent capabilities across heterogeneous settings, addressing limitations of existing, more narrowly focused evaluations.
Scaling Behavior Foundation Model for Humanoid Robots
his paper investigates how to effectively scale Behavior Foundation Models (BFMs) for humanoid robots. Their core method involves coordinating three key components: a motion tracking learning paradigm, specific behavioral data, and model architecture. The main contribution is demonstrating that this coordinated approach leads to substantial performance gains in humanoid control, enabling better whole-body coordination, real-time responsiveness, and generalization.
SearchOS-V1: Towards Robust Open-Domain Information-Seeking Agent Collaboration
his paper introduces SearchOS-V1, a multi-agent framework for robust open-domain information seeking. Its core method is to represent search progress as explicit, shared state, moving beyond the limitations of implicit tracking in current systems. This explicit state management, through components like Frontier Task and an Evidence Graph, helps agents avoid repetitive loops and improve the quality and completeness of their search results.

When Words Are Safe But Actions Kill: Probing Physical Danger Beyond Text Safety in Hidden-State Risk Space
his paper investigates the distinction between text-based safety and physically grounded danger in Large Language Models (LLMs). It demonstrates that these two types of danger are represented separately within LLM hidden states. The authors propose PRISM, a simple probing method that effectively identifies physical danger with higher accuracy and lower false positive rates than LLM judges, and introduce a new benchmark, PhysicalSafetyBench-1K, to evaluate such capabilities.
LongStraw: Long-Context RL Beyond 2M Tokens under a Fixed GPU Budget
ongStraw addresses the challenge of training Reinforcement Learning (RL) agents with extremely long contexts (over 2 million tokens) within a limited GPU budget. Its core method involves an architecture-aware execution stack that optimizes memory usage by avoiding autograd for shared prompts and selectively retaining necessary model states. This allows for efficient post-training of large language models on long trajectories, a crucial capability for AI agents.
LLM-Powered Agentic AI for 5G/6G Networks: A Tutorial and Survey on Architectures, Protocols, and Standardization
his paper introduces Agentic AI, powered by LLMs, as a novel approach for autonomous control of 5G/6G networks, moving beyond traditional rule-based automation. It bridges the gap in existing research by detailing how agentic capabilities can be integrated with network control planes, protocols, and standardization efforts. The contribution lies in providing a comprehensive framework and survey for developing and deploying these intelligent, goal-driven network agents.

Understanding Reasoning from Pretraining to Post-Training
his paper investigates how pretraining choices influence the effectiveness of reinforcement learning (RL) for improving large language model (LLM) reasoning. Using chess as a controlled environment, the authors demonstrate that pretraining scale and data significantly impact RL's ability to enhance reasoning capabilities. Their work clarifies what RL actually modifies within the LLM, moving beyond isolated RL studies to understand the full pretraining-to-post-training pipeline.

QUADS: Stabilizing NVFP4 Reinforcement Learning for MoE via QUantization-error Alignment across Dual Sides
his paper addresses the instability of using low-precision NVFP4 for Reinforcement Learning (RL) rollouts in Mixture-of-Experts (MoE) models. The core method, QUADS, stabilizes NVFP4 RL by aligning quantization errors between the rollout and training processes, specifically targeting activation errors which are identified as the primary cause of instability. This contribution enables efficient low-precision RL for MoE models, overcoming previous limitations.

Adaptive Adversaries: A Multi-Turn, Multi-LLM Benchmark for LLM Agent Security
his paper introduces a novel benchmark for evaluating LLM agent security against adaptive, multi-turn attacks. Its core method involves an autonomous LLM attacker that learns from defender responses across multiple rounds to refine its attacks. The key contribution is demonstrating that adaptive, multi-LLM attacks significantly increase success rates compared to static attacks, uncovering novel vulnerabilities and highlighting the limitations of current defense strategies.

Exploratory and Assimilating Reflection: Reflective Recall Cycle for Long-term Memory
his paper introduces Exploratory-Assimilating Reflection (EAR), a novel framework for LLM-based agents to manage long-term memory. EAR employs an iterative search (Exploratory Reflection) to gather relevant memories and then refines a global reranker by replaying these experiences (Assimilating Reflection). This approach significantly improves retrieval performance and sample efficiency for dynamic knowledge reasoning in long-term interactions.

How Does Alignment Tuning Shape Representations of Sycophancy and Related Cue-Induced Biases in LLMs?
his paper investigates how alignment tuning in LLMs creates susceptibility to prompt-induced biases like sycophancy. The core method involves extracting and analyzing "bias directions" within model representations. The key contribution is demonstrating that alignment tuning, not pretraining, installs these biases, which manifest as distinct, steerable directions that can be corrected.

LLMs and Agentic AI Systems for Smart Grids: A Tutorial on Architectures and Applications
his paper proposes a "solver-grounded" design principle for LLM-based agentic AI systems in smart grids, ensuring numerical outputs are from trusted tools and explicitly verified. This approach addresses the lack of unified design and evaluation in the field, where LLMs can produce physically infeasible results. The contribution lies in providing a structured framework for building and assessing these systems, demonstrated through case studies in areas like wind power forecasting.

MADA-RL: Multi-Agent Debate-Aware Reinforcement Learning for Parameter-Efficient Reasoning in Compact Models
ADA-RL is a post-training framework that trains compact language models for efficient reasoning. It specializes models into generator and critic roles, using a novel "counterfactual critic advantage" signal to train the critic to improve upon the generator's consensus. This approach fine-tunes only a small subset of parameters, enabling specialized agents to achieve strong reasoning performance with limited resources.
Rethinking Heterogeneous LLM Merging: A Weighted Model Averaging Perspective
his paper proposes a simple, training-free method for merging heterogeneous Large Language Models (LLMs) by adapting their parameter spaces and then performing weighted averaging. The core contribution is demonstrating that this approach, involving dimensional expansion or truncation followed by ratio-controlled interpolation, can effectively merge significantly different LLMs and even improve performance without complex alignment techniques.

DiFA: Inference-Time Forward-Process Alignment for Diffusion Models
iFA reframes diffusion model inference as a sequential state estimation problem, treating iterative predictions as correlated observations. It builds a "forward-aligned temporal consensus" by aggregating past predictions based on structural consistency and noise-level compatibility, inspired by Kalman filtering. This approach aims to improve generation quality by counteracting over-smoothing with a deviation guidance mechanism.
PPL-Factory: Task-Aware and Budget-Aware Data Selection from Language Modeling to Reasoning
PL-Factory proposes a task-aware and budget-aware data selection method for fine-tuning large language models. It improves upon existing perplexity-based approaches by considering the distinct learning objectives of language modeling and reasoning tasks, and by incorporating budget constraints. This framework aims to reduce computational costs while maintaining or improving downstream performance.

Agents in the Wild: Where Research Meets Deployment
his paper bridges the gap between LLM agent research and real-world deployment. Its core method involves analyzing practical challenges like robustness and safety encountered during deployment, drawing on case studies in pharmaceuticals and finance. The key contribution is identifying successful design patterns and mitigation strategies for failure modes, offering a roadmap for building reliable agentic systems.
Beyond Score Prediction: LLM-Based Essay Scoring and Feedback Generation via Reinforcement Learning with Rubric Rewards
his paper introduces RLAES, a novel framework that uses reinforcement learning to jointly optimize essay scoring and feedback generation in LLMs. Its core contribution is the Rubric-based Feedback Evaluation (RFE) system, which uses an LLM-as-judge and fine-grained rubric items to measure feedback quality. This enables Adaptive Gated Feedback Optimization (AGFO) to efficiently improve feedback while also proposing Adjacent Contrastive Reasoning (ACR) for better score calibration.

Copy Less, Ground More: Overcoming Repetitive Copying in Long-Context Reasoning via Evidence-Aware Reinforcement Learning
his paper addresses the problem of repetitive copying in long-context reasoning by Large Language Models. Their core method, GEAR, uses reinforcement learning to reward models not only for correct answers but also for grounding their reasoning in relevant evidence from the input, penalizing indiscriminate copying. This approach aims to improve the accuracy and efficiency of LLMs in handling lengthy contexts by encouraging them to focus on essential information.
Prompt Design at Scale: How Format, Instruction Count, and Context Length Shape Instruction Adherence and Hallucination in Large Language Models
his paper investigates how prompt design choices impact large language model performance. Through controlled experiments, it reveals that the number of instructions, their format, and context length significantly affect instruction adherence and hallucination. The study's core contribution is providing empirical evidence that perfect instruction following collapses rapidly as the number of instructions increases, with placement and format also playing crucial roles, though their impact varies by model.

AdaFlash: Adaptive Speculative Decoding via On-Policy Distilled Diffusion Drafters
daFlash accelerates large language model inference by improving speculative decoding with diffusion drafters. It addresses the high variance in diffusion drafters' draft quality by introducing an adaptive framework that uses on-policy distillation to create specialized "drafter" models. This allows for more stable and efficient draft generation across different contexts.

PoTRE: Test-Time Reasoning inspired by Cognitive Heterogeneity
oTRE is a novel framework that enhances LLM reasoning by employing a heterogeneous ensemble of four specialized agents: adversarial refinement, hierarchical planning, spectrum search, and direct chaining. These agents' diverse perspectives are dynamically integrated by a task-adaptive aggregation layer to produce robust solutions for complex reasoning tasks. This approach significantly improves performance on challenging benchmarks like Humanity's Last Exam, achieving state-of-the-art results.
PRO-LONG: Programmatic Memory Enables Long-Horizon Reasoning
RO-LONG introduces a programmatic memory framework for LLM agents to tackle long-horizon reasoning tasks. It addresses the challenge of context management by maintaining a complete, structured interaction log and leveraging recent advancements to efficiently retrieve relevant information, overcoming the trade-off between information preservation and tractability.

Reinforcement Learning for Large Language Model Selective Evidence Adoption from Contaminated Retrieval Results
his paper addresses the challenge of Large Language Models (LLMs) selectively adopting evidence from potentially contaminated retrieval results. Their core method involves post-training LLMs using Reinforcement Learning with Direct Preference Optimization (DAPO) and novel reward signals (rule-based or semantic judge) to learn to distinguish and utilize useful information while rejecting misleading content. The main contribution is SelectBench, a benchmark and training set designed to evaluate and improve this selective evidence adoption capability, demonstrating modest but significant gains in accuracy and reduced adoption of harmful content.
Sound Probabilistic Safety Bounds for Large Language Models
his paper introduces a framework for calculating rigorous probabilistic safety bounds for Large Language Models (LLMs), ensuring they don't generate harmful content. Their core method applies Clopper-Pearson confidence intervals and a novel algorithm that uses latent space features to efficiently explore generation paths likely to produce harmful outputs. This enables sound, statistically proven lower bounds on LLM harmfulness, even for rare events.

LKValues: Aligning Large Language Models with Sri Lankan Societal Values
his paper introduces LKValues, a novel resource suite to address the Western bias in Large Language Model (LLM) value alignment. It contributes a survey-grounded set of 40 Sri Lankan societal values, an instruction corpus (LKvaluesIT) in Sinhala and English, and an evaluation benchmark (LKvaluesBench) to enable culturally sensitive LLM fine-tuning and assessment in Sri Lanka.

Notes to Self: Can LLMs Benefit from Experiential Abstractions?
his paper investigates if Large Language Models (LLMs) can improve their problem-solving abilities by learning from their own past experiences, similar to how humans create reusable strategies. The core method involves extracting natural-language "experiential abstractions" from LLM solution traces and then using these abstractions at inference time or for reinforcement learning. The key contribution is demonstrating that these self-generated abstractions significantly enhance LLM performance on reasoning tasks, suggesting LLMs can indeed benefit from distilled experience.

Solar Open 2 Technical Report
olar Open 2 is a 250B-parameter Mixture-of-Experts model designed for long-horizon agentic tasks. Its core innovation is a novel 1M-token attention mechanism that interleaves softmax and linear attention layers without positional encoding, enabling it to process entire agent trajectories. The paper also details efficient training strategies, including initialization from a previous model and value-aware data curation, to achieve this scale within a fixed compute budget.

Agentic Context Management: Solving Agent Memory and Cost by Treating Them as Lifecycle and Architecture Problems
his paper argues that AI agent failures stem from poor context management, not reasoning ability. It proposes treating context management as a lifecycle and architectural problem, rather than just storage and retrieval. The core contribution is a framework for actively managing agent memory by considering its entire lifecycle, from deciding what to remember to forgetting, all within budget constraints.

GRADRAG: Cross-Component Prompt Adaptation for Coordinated Multi-Agent RAG
RADRAG introduces a novel framework for optimizing multi-agent RAG systems by coordinating improvements across all components. It models the RAG pipeline as a computational graph and uses structured feedback from an Evaluator to iteratively adapt upstream agents like retrievers and answerers. This cross-component adaptation leads to more coordinated and effective RAG performance.

PATS: Policy-Aware Training Scaffolding for Agentic Reinforcement Learning
his paper introduces PATS, a novel training method for LLM agents that uses a "policy-aware training scaffold." Instead of focusing on skills, PATS dynamically adjusts the context provided to the agent during training based on its current performance. This scaffolding guides weak policies to succeed and is gradually removed as the agent improves, leading to more efficient and robust reinforcement learning.

Emergent Misalignment Recruits a Pre-existing Persona Subspace
his paper investigates emergent misalignment in language models, where fine-tuning on narrow "bad advice" leads to broad misalignment. The core method reveals that this generalization occurs because fine-tuning activates a pre-existing persona subspace within the model. The key contribution is demonstrating that this subspace, not just the specific training data, is responsible for emergent misalignment, and controlling it can prevent it.

The Dark Room in the Reward Channel: Dense Prediction Rewards Collapse GRPO-Trained LLM Agents -- and What Actually Works
his paper demonstrates that dense, per-step prediction rewards, intended to aid long-horizon LLM agents, actually cause catastrophic policy collapse under Group-Normalized RL (GRPO). The core issue is that GRPO's z-scoring amplifies the dense signal, leading to a "dark room" pathology where agents become stuck in unproductive states. The authors' key contribution is identifying that removing GRPO's standard deviation normalization resolves this collapse, suggesting that dense rewards are effective only when this specific normalization is absent.

X$^3$-OPD: Distilling Reasoning into Large Audio-Language Models via On-Policy Alignment
$^3$-OPD distills reasoning abilities from text-based models into audio-language models using a novel on-policy alignment framework. It trains the audio model by having it generate reasoning steps based on its acoustic perception, guided by a text teacher using matched inputs and verified answers. This approach, supported by a diverse three-tier corpus, enables audio models to perform complex reasoning beyond purely textual content, incorporating non-linguistic events and prosody.

A Unified Moral-Value Dataset for Instruction Tuning
his paper addresses the challenge of aligning Large Language Models (LLMs) with human values by creating a unified dataset for instruction tuning. The authors merge existing moral-value datasets and reformat them into an instruction-response structure. Their contribution is a readily usable dataset that, when mixed with general task data, allows LLMs to maintain general performance while improving value-oriented task capabilities.

DBA-Bench: A Production-Fidelity Benchmark for LLM-Based Database Operations Agents
his paper introduces DBA-Bench, a novel benchmark designed to accurately evaluate LLM-based database agents in production-like environments. It addresses key gaps by simulating multi-turn read-write interactions with live databases, handling complex observations, and allowing for diverse remediation strategies. DBA-Bench's core contribution is its production fidelity, enabling more realistic and reliable assessment of these agents' capabilities.

From Isolated Tasks to Structured Capabilities: A Multilayer Taxonomy for Large Language Models
his paper introduces a novel multilayer taxonomy of LLM capabilities, organized by human cognitive science principles rather than LLM architecture. This framework, comprising 14 capability domains and 91 subskills across Primitive, Constructed, and Integrative layers, aims to address the fragmentation in LLM evaluation. The authors demonstrate its utility by mapping thousands of research papers, revealing that current research heavily focuses on Language-Semantic Competence and Reasoning.

HiKV: Hierarchical Importance-Aware KV Cache with Hardware Acceleration for LLM Decoding
iKV addresses the KV cache memory bottleneck in LLM decoding by compressing it hierarchically. It first evicts unimportant tokens and then further compresses retained tokens by keeping only significant elements. This algorithm-hardware co-design, featuring a reconfigurable importance sorter, achieves significant speedups and energy reductions.

IDEAgent: Agentic Quality-Diversity Search for Research Idea Generation
his paper introduces IDEAgent, a multi-agent framework for research idea generation that treats ideation as a Quality-Diversity (QD) search. Unlike previous methods that optimize for quality or diversity separately, IDEAgent jointly drives both objectives. It achieves this by using multi-objective feedback for idea refinement (Quality) and employing sequential memory and explicit comparisons to ensure novelty (Diversity).

Learning on the Job: Continual Learning from Deployment Feedback for Frozen-Weights Agents
his paper proposes a continual learning method for deployed AI agents with frozen weights. It leverages deployment feedback, such as outcome verdicts and corrections, to train an external memory that stores natural-language rules. This approach significantly improves agent performance by enabling it to learn from past experiences without retraining the core model.
Nanbeige4.2-3B: Unlocking Agentic Capabilities in a Compact Mode
anbeige4.2-3B is a compact 3B parameter agentic model that achieves strong performance in code, office, and tool-use tasks, along with competitive reasoning. Its core method involves a Looped Transformer for efficient parameter usage and a sophisticated RLHF pipeline incorporating mixed-mode, length-controlled, and outcome/process rewards. The paper's contribution lies in demonstrating that a compact model, through architectural innovation and advanced training techniques, can surpass larger models in complex agentic capabilities.

The Regression Tax: Decomposing Why Skills Help and Hurt LLM Agents
his paper introduces the "regression tax" to analyze the impact of adding procedural skills to LLM agents. Instead of just measuring average improvement, it quantifies how skills can also cause failures. The core contribution is identifying that the best skills succeed by minimizing these "regressions" (tasks that fail *after* skills are added) rather than solely by improving success rates.

Towards Trustworthy and Cost-Efficient Data Integration: From Naïve RAG to Agentic RAG
his paper proposes Agentic RAG as a solution to improve trustworthiness and cost-efficiency in LLM-based data integration. It builds upon existing RAG methods by introducing autonomous multi-agent systems that adaptively plan, retrieve, refine, and reason. This approach aims to provide evidence-grounded, verifiable, and hallucination-robust integration decisions.

Skill Self-Play: Pushing the Frontier of LLM Capability with Co-Evolving Skills
his paper introduces Skill Self-Play (Skill-SP), a novel framework for LLM training that addresses the trade-off between task diversity and verification reliability. Skill-SP uses co-evolving "skills" to enable deep, verifiable execution within specific scenarios, while a dynamic controller routes between these skills to maintain broad task variety. This approach allows LLMs to learn and improve through continuous self-play, generating increasingly challenging tasks and refining their problem-solving abilities.
Gubernaut: A Deterministic Homeostatic Controller for Affect-Regulated LLM Agents, Validated Across Independent Model Families
his paper introduces Gubernaut, a deterministic runtime controller for LLM agents designed to prevent reactive failures like escalation or sycophancy. It operates as a model-agnostic layer that monitors numerical telemetry (intensity, valence, repetition) and adjusts the LLM's behavior without processing text, thus creating an inherent security against injection attacks. The core contribution is a novel, robust control mechanism that ensures LLM agents maintain stable, non-reactive behavior under sustained pressure.

The Physics of Multi-Turn Long-Horizon Planning: From Pre-training to Post-training via Single- and Multi-Teacher On-Policy Agentic Distillation
his paper introduces a controlled environment to systematically study multi-turn long-horizon planning in foundation model agents. The core method involves analyzing planning ability acquisition during pre-training by manipulating data formats and introducing world models, and then shaping it through post-training techniques like GRPO and OPD. The key contribution is a deeper understanding of how planning skills are learned and improved, highlighting the importance of world models and high-quality data for effective long-horizon generalization.

UNIFUSION: Adapting Autoregressive Language Models into Discrete Diffusion under a Unified Reverse-Rate Objective
his paper proposes UNIFUSION, a method to adapt autoregressive language models for discrete diffusion. It unifies existing diffusion objectives under a single generalized KL objective, allowing seamless switching between different corruption kernels like masking and uniform noise. UNIFUSION then uses a simple continual pre-training approach to adapt GPT-2 models to uniform-noise diffusion, demonstrating its effectiveness.
Kimi K3: Open Frontier Intelligence
imi K3 is a 2.8T parameter Mixture-of-Experts model that achieves significant scaling efficiency improvements through novel attention mechanisms (Kimi Delta Attention) and expert routing (Stable LatentMoE). Its core contribution lies in its massive scale, native vision capabilities, and an unprecedented 1-million-token context window, enabling robust long-horizon reasoning and compositional generalization across various domains.
When LLM Defenses Backfire: Characterizing Safety, Performance, and Cost Trade-offs
his paper systematically analyzes the trade-offs of LLM jailbreak defenses across safety, performance, and cost. It categorizes defenses by operational strategy and finds that they rarely improve downstream capabilities, instead varying in how they impact usability and efficiency. Rule-based defenses best maintain performance, while conservative self-reflective defenses increase over-refusal, and multi-round defenses significantly raise runtime costs.

CHARM: A Multimodal Graph Foundation Model with Hierarchical Context Modeling for Zero-Shot Transfer
HARM is a multimodal graph foundation model that addresses zero-shot transfer by modeling hierarchical context across different modalities. Its core method involves learning transferable cross-modal relations and disentangling domain-specific information from generalizable node representations. This allows CHARM to generalize to new graph domains and tasks without requiring any downstream fine-tuning.

HiSkill: Empowering LLM Agents with Hierarchical Skill Graphs
iSkill addresses the limitations of flat skill representations in LLM agents by introducing a hierarchical skill graph. This framework organizes skills and actions into a directed graph, capturing complex relationships like decomposition and temporal transitions. HiSkill's contribution lies in enabling more efficient and robust task execution by guiding LLM agents with a structured, task-relevant subgraph.

MemLens: A Value-Aware Memory Management System with Interactive Analytics for LLM-based Agents
emLens introduces a value-aware memory management system for LLM agents, treating memory records as first-class objects. Its core method involves Shapley-style evaluation to identify and prioritize valuable memory content, enabling efficient storage and retrieval. The system's contribution lies in providing interactive analytics that allow users to understand and optimize memory usage, leading to improved response quality and reduced latency.

Speculate While You Reason: Teaching Agents to Predict Their Next Tool Call via Joint Agent-Speculator RL
his paper introduces a "self-speculating agent" that unifies task execution and next tool call prediction within a single model. By training this agent using a joint reinforcement learning method, it learns to predict its future tool calls by leveraging its own partial reasoning process. This approach aims to reduce latency by pre-executing predicted tool calls that align with the agent's actual behavior.

Tools Are Not Islands: Set-Level Tool Retrieval for LLM Agents via Query-Conditioned Hyperedge Prediction
his paper introduces HYSET, a novel method for LLM agents to retrieve tool sets. Instead of evaluating tools individually or sequentially, HYSET treats the entire tool set as a unit, predicting hyperedges on a tool co-invocation graph to capture joint utility and compatibility. This set-level approach aims to improve the efficiency and effectiveness of tool selection for LLM agents.

RSIBench-Data: Benchmarking Data-Centric Research for Recursive Self-Improvement
his paper introduces RSIBench-Data, a benchmark designed to isolate and evaluate the data-centric research capabilities of LLM agents for recursive self-improvement. The core method involves a controlled environment where agents iteratively refine training data strategies for a fixed target model, with all other aspects of the research loop (training, serving, evaluation) standardized. The main contribution is a cleaner assessment of LLM agents' ability to diagnose and fix model failures through data manipulation, disentangled from other system complexities.

OmegaUse-OfficeVal: Benchmarking LLM Agents on Long-Horizon Office-Suite Tasks with Economic Grounding
his paper introduces OmegaUse-OfficeVal, a benchmark designed to evaluate LLM agents on complex, multi-step office tasks. Its core contribution is the inclusion of economic grounding, pairing each task with human labor time and a price proxy. This allows for cost-effective evaluation of LLM agents against human performance and provides a novel way to assess their economic value.
On-Policy Distillation for LLM Safety: A Routing Approach to Template-Robust Realignment
his paper introduces Routing-based On-Policy Distillation (ROPD), a novel method to improve LLM safety by distilling knowledge from an aligned model to a potentially compromised one. Instead of relying on specific prompt templates, ROPD models the divergence between aligned and compromised output distributions. This approach aims to create robustly aligned LLMs that retain their skills and resist re-jailbreaking, even when prompt templates are unknown.

Progressive Multimodal Alignment for Continual Instruction Tuning
his paper addresses projector drift in multimodal continual learning by introducing Progressive Multimodal Alignment (PMA). PMA uses a lightweight descriptor to detect visual distribution shifts and progressively adds new "expert" projector components only when necessary, while retaining the original projector as a stable anchor. This approach allows the projector to adapt to new data without forgetting previous alignments, improving multimodal instruction tuning.

Think Short, Defer Smart, Act, and Repeat: Calibrated Reasoning and Uncertainty-Aware Deferral for Edge LLM Agents
his paper introduces Think Short, Defer Smart (TSDS), a framework for edge LLM agents. TSDS optimizes reasoning by stopping early when an action is stable and defers to a cloud model only when local uncertainty is high. Its key contribution is a jointly calibrated approach that guarantees both performance and efficient cloud usage.
DIRECT: Direct Decoding for Efficient and Aligned Sequence Labeling with Large Language Models
IRECT improves sequence labeling with LLMs by optimizing for human preferences via DPO and enforcing structured outputs. Its core method uses controlled decoding and a template-filling mechanism to generate only label tokens, significantly boosting inference efficiency and domain alignment.
From Found to Designed: Concepts as a Design Axis for Large Language Models
his paper proposes treating "concepts" as a deliberate design axis for Large Language Models (LLMs), rather than an emergent property. The authors introduce a taxonomy for designing LLMs with explicit conceptual structure, considering when and how this structure is introduced (e.g., during training or inference) and its source (internal or external). This framework aims to enable more controllable, compositional, and human-aligned LLMs.
OptimismBench: Forecasting Bias and the Alignment Effect in Language Model Judgment
his paper introduces OptimismBench, a novel method for detecting directional bias in language model probability judgments. By presenting inverted scenarios (e.g., P(success) vs. P(failure)), OptimismBench quantifies a signed bias score without needing ground truth. The study reveals widespread optimism in most tested LLMs, with a notable exception in Anthropic's frontier models, and demonstrates that post-training alignment can alter the direction of this bias.

MemHarness: Memory Is Reconstructed, Not Replayed
emHarness proposes a novel approach to memory augmentation for LLM agents, moving beyond simple verbatim replay. Its core method involves a unified policy model that actively reconstructs retrieved past experiences based on the agent's current state. This allows agents to adapt and ground memories in the present context, mitigating negative transfer and improving decision-making.

One Human, $N$ Agents: Audit-Budget Allocation for LLM Agent Fleets under Miscalibrated, Correlated Confidence
his paper addresses the challenge of a human auditor allocating a limited budget to audit a fleet of $N$ LLM agents, whose self-reported confidence is unreliable due to miscalibration and correlated errors. The core method models this as budgeted noisy inspection, identifying a "miscalibration threshold" beyond which confidence-based auditing becomes worse than random. The key contribution is demonstrating that this threshold surprisingly increases with a smaller budget and that shared difficulty among agents, rather than lineage, is the primary driver of correlated errors.
ORCA-bench: How Ready Are Language Model Agents for Oncall?
his paper introduces ORCA-bench, a novel benchmark designed to evaluate the readiness of language model agents for on-call incident response. The benchmark simulates a production-fidelity microservice environment with real telemetry data and source code, presenting agents with 1,079 root cause analysis tasks. The core contribution is demonstrating that even frontier agents struggle significantly with on-call RCA, achieving only 25.3% accuracy on realistic tasks.

When Specifications Conflict: A Symmetry-Based Framework for Measuring LLM Preferences
his paper introduces a novel framework for analyzing how Large Language Models (LLMs) handle conflicting instructions. By creating controlled experimental setups with explicit specification conflicts and employing a symmetry-based design, the framework allows for direct observation and systematic comparison of LLM preferences across different representation types. This contributes a controllable and attributable method to understand and measure LLM decision-making when faced with inconsistent information.

(Towards) Scalable Reliable Automated Evaluation with Large Language Models
his paper introduces a scalable and reliable automated evaluation framework for LLM outputs. It uses pairwise comparisons between LLM-generated texts, aggregated via an Elo rating system, to approximate expert assessments without relying on explicit references. This approach offers flexible confidence control and has demonstrated effectiveness in evaluating competency profiles from scientific abstracts.

HARGO: Heterogeneity-Aware Reward-Guided Optimization for RL Post-Training of LLMs on HPC Tasks
his paper introduces HARGO, a novel RL post-training method for LLMs on HPC tasks. HARGO addresses the challenge of extreme task heterogeneity by dynamically weighting rewards based on task characteristics, unlike uniform-weight methods. This approach leads to more effective optimization and improved LLM performance across diverse HPC applications.

LEDGERMIND: Provenance-Constrained Multimodal Agentic Reasoning with a Structured Evidence Ledger
his paper introduces LedgerMind, a novel framework for multimodal agents that treats their reasoning process as a provenance-constrained state machine. Its core method involves organizing agent outputs into a Structured Evidence Ledger, ensuring that all subsequent reasoning and decisions are directly traceable to and grounded in this evidence. The main contribution is a robust evaluation mechanism that goes beyond final answer accuracy, verifying the integrity and grounding of the agent's entire reasoning trajectory.

Frontis-MA1: Training an AI4AI Model towards Recursive Self-Improvement in Machine Learning Engineering
his paper introduces Frontis-MA1, an AI model designed for recursive self-improvement in machine learning engineering (MLE). Its core method involves training a meta-evolution agent on a new full-stack system (OpenMLE) using four atomic program-evolution operators. The key contribution is demonstrating that this AI can significantly improve its own performance on MLE tasks by learning and evolving its program-building capabilities within a single, coupled loop.
Multi-Modal, Multi-Environment Machine Teaching for Robust Reward Learning
his paper proposes a novel machine teaching method for robust reward learning in Inverse Reinforcement Learning (IRL). It addresses the challenge of learning reward functions that generalize across multiple environments by leveraging heterogeneous feedback modalities. The core contribution is demonstrating how different feedback types, particularly comparisons, provide stronger global constraints on reward functions, leading to improved robustness against environmental changes compared to single-environment, demonstration-only approaches.
Remember When It Matters: Proactive Memory Agent for Long-Horizon Agents
his paper introduces a proactive memory agent that actively intervenes by injecting relevant memories into an action agent's decision-making process. This combats "behavioral state decay" in long-horizon tasks where crucial information is lost. The plug-and-play memory agent significantly improves task success rates by selectively reminding the action agent of important context, demonstrating its effectiveness across benchmark environments.
SMetric: Rethink LLM Scheduling for Serving Agents with Balanced Session-centric Scheduling
his paper introduces SMetric, a novel LLM scheduling method for serving AI agents. It addresses the unique demands of agentic workloads, where complete responses are prioritized over per-token latency, and KV cache reuse is significantly higher. SMetric proposes a balanced session-centric approach that leverages global KV stores and intra-session locality to improve throughput without sacrificing KV cache efficiency, overcoming limitations of existing schedulers.

TRACE: A Two-Channel Robust Attribution Watermark via Complementary Embeddings for LLM-Agent Trajectories
RACE embeds a robust watermark into LLM agent trajectories by using two complementary channels. One channel is content-based for deletion resilience, and the other is position-based for rewrite resilience. This dual approach allows for distortion-free action choices and self-synchronization, ensuring attribution even when trajectory logs are tampered with.
WCog-VLA: A Dual-Level World-Cognitive Vision-Language-Action Model for End-to-End Autonomous Driving
Cog-VLA addresses the limitations of reactive autonomous driving by introducing a dual-level framework for proactive driving. It achieves this by unifying world cognition and reasoning at a semantic level, incorporating 3D perception and agent tokens for dynamic understanding and Game-theoretic Chain-of-Thought reasoning. At a generative level, the Aligned Decoupled Diffusion Transformer synthesizes physically-plausible multi-agent trajectories, enabling more comprehensive world foresight.

Workflow as Knowledge: Semantic Persistence for LLM-Mediated Workflows
his paper proposes a conceptual model for LLM-mediated workflows, representing workflow definitions, instances, and execution details as persistent knowledge objects. The core method uses Lisp-inspired concepts like symbolic forms and live-image thinking to distinguish between deterministic "derive" operations and LLM-driven "infer" judgments. The main contribution is a framework for semantic persistence, where workflows themselves become enduring knowledge, not just producers of it.

Eigenvalue Calibration for Semantic Embeddings of Large Language Models
his paper introduces a novel framework for calibrating the eigenvalues of semantic embeddings from LLMs, treating them as density matrix predictors. By applying temperature scaling to these eigenvalues, the authors demonstrate improved uncertainty quantification. Their work establishes theoretical links between entropy and risk, deriving a specific calibration inequality for eigenvalues and proving that temperature scaling optimizes calibration.

Prompt Compression via Activation Aggregation
his paper proposes "Prompt Compression via Activation Aggregation," a method to compress instruction prompts into a single activation vector. This compressed vector, a learned weighted sum of intermediate layer activations, can then be injected into an early layer of the LLM, replacing the original token sequence. The core contribution is demonstrating that this compression preserves task-relevant information with minimal accuracy loss, enabling efficient prompt processing for fixed instructions and revealing cross-layer compatibility in LLM activation spaces.
Token-Flow Firewall: Semantic Runtime Auditing for Persistent AI Agents
his paper introduces TokenWall, a runtime defense framework for persistent AI agents. Its core method is to treat natural-language token flows (like memory updates or tool arguments) as the primary attack surface. TokenWall acts as a semantic firewall, auditing these flows to intercept unsafe behavior before it reaches privileged parts of the agent's runtime.

UniClawBench: A Universal Benchmark for Proactive Agents on Real-World Tasks
niClawBench introduces a capability-driven benchmark for evaluating proactive AI agents in real-world scenarios. It addresses limitations of existing benchmarks by focusing on five core agent capabilities and offering 400 bilingual tasks designed for dynamic, multi-turn interactions. This approach allows for a more granular understanding of agent performance and failure points.

Agora: Enhancing LLM Agent Reasoning Via Auction-Based Task Allocation
gora enhances LLM agent reasoning by using an auction mechanism to dynamically allocate tasks to expert models and tools. This approach allows agents to bid based on their actual capabilities, ensuring tasks go to the most competent solver and improving cost-efficiency. The paper's contribution lies in this novel incentive-compatible auction framework, which demonstrably improves performance and offers a controllable cost-quality trade-off.

Failure as a Process: An Anatomy of CLI Coding Agent Trajectories
his paper treats LLM coding agent failures not as a single event, but as a dynamic process. Its core method involves analyzing the step-by-step evolution of failures across thousands of execution trajectories. The main contribution is a new framework for understanding how failures emerge, worsen, and become unrecoverable, offering deeper insights than previous studies that focused only on the final outcome.

Geopolitical alignment: Endorsement effects in large language models
his paper investigates whether Large Language Models (LLMs) exhibit geopolitical bias when evaluating policies. The core method involves an endorsement experiment where LLMs rate identical policies described as supported by different geopolitical actors (US, EU, China, Russia). The key contribution is the finding that LLMs, particularly Western ones, often rate policies endorsed by the US or EU more favorably than those endorsed by China or Russia, suggesting implicit geopolitical alignment.

Self-Guided Test-Time Training for Long-Context LLMs
his paper proposes a "Self-Guided Test-Time Training" (SG-TTT) method to improve how Large Language Models (LLMs) utilize long contexts. Instead of expensive full-context adaptation or noisy random sampling, SG-TTT intelligently selects relevant spans within the long input for instance-specific parameter tuning. This targeted adaptation significantly enhances LLM performance on long-context tasks by focusing training on useful information.

STEEL: Sparsity-Aware Fused Attention for Energy-Efficient Long-Sequence Inference on AMD's XDNA NPU
his paper introduces STEEL, an open-source implementation of FlashAttention optimized for energy-efficient long-sequence inference on AMD's XDNA NPUs. Its core method is a dataflow formulation of prefill attention that exploits spatial parallelism and on-chip memory, coupled with a sparsity-aware pipeline placement to mitigate load imbalance from causal masks. STEEL's contribution is enabling efficient on-device LLM inference for agentic workloads, addressing the challenges of NPU architectural diversity and data movement.

Task-Specific Multimodal Question Answering Agents via Confidence Calibration and Incremental Reasoning for QANTA 2026
his paper introduces a two-agent system for multimodal question answering, tailored for the QANTA 2026 challenge. The "Tossup" agent uses a smaller GPT model with confidence calibration and numeric reasoning to decide when to answer under uncertainty. The "Bonus" agent employs a larger GPT model with lead-in awareness for accurate answer selection and human adoption.

TrustX Agent Risk Classification Framework (ARC): Risk-Tiering Internally Created Agentic AI Systems
he TrustX Agent Risk Classification Framework (ARC) addresses the challenge of governing increasingly complex agentic AI systems. Its core method involves a twelve-dimension scoring rubric, combined with classification models and an autonomy framework, to quantify risk. ARC's contribution is a structured, repeatable instrument that produces a three-tier governance output with tailored control recommendations for various agentic AI systems.
Super-Tuning: From Activation-Aware Pruning to Sparse Fine-Tuning
his paper introduces Super-Tuning, a novel sparse parameter-efficient fine-tuning (PEFT) method. It leverages activation-weighted magnitude scores from a calibration pass to identify crucial parameters for adaptation, reducing memory and compute costs. The method also proposes Supra, a hybrid adapter combining sparse updates with LoRA, achieving state-of-the-art accuracy in arithmetic tasks while maintaining a controlled trainable parameter budget.

Agent Hacks Agent: Autoresearch for Production-Agent Red-Teaming
his paper introduces AHA, an automated red-teaming method for LLM agents. AHA uses one agent to discover vulnerabilities in another by forming and testing hypotheses about unsafe behavior. Its core contribution is a falsifiable discovery loop that generates reusable vulnerability knowledge, represented in a Vulnerability Concept Graph, to improve agent safety.

From World Action Models to Embodied Brains: A Roadmap for Open-World Physical Intelligence
his paper proposes a roadmap for developing physical intelligence by addressing fragmentation in current research. It identifies key gaps in model representation, standardization, and system composition, and introduces the concept of an "embodied brain" as a unified target. This embodied brain would integrate multimodal context, compare interventions, and issue action commands, fostering progress towards agents capable of reasoning and acting in the physical world.

MM-ToolSandBox: A Unified Framework for Evaluating Visual Tool-Calling Agents
M-ToolSandBox is a unified framework and benchmark designed to evaluate visual tool-calling agents. It offers a stateful execution environment with over 500 tools across diverse domains, supporting complex multi-turn, multi-image tasks. The framework's contribution lies in its realistic simulation of conversational phenomena and its automated generation of challenging, visually grounded scenarios, revealing significant limitations in current agent capabilities.
RAGU: A Multi-Step GraphRAG Engine with a Compact Domain-Adapted LLM
AGU is a modular GraphRAG engine that improves knowledge graph construction by separating extraction from consolidation, using a two-stage process with deduplication and summarization. Its core contribution is a compact, domain-adapted LLM (Meno-Lite-0.1) trained for language skills, which outperforms larger models in knowledge graph construction and matches them on GraphRAG tasks. This approach leads to more accurate and complete knowledge retrieval for LLMs.

When Local Monitors Miss Compositional Harm: Diagnosing Distributed Backdoors in Multi-Agent Systems
his paper introduces the concept of "distributed backdoors" in multi-agent LLM systems, where a harmful payload is split across agents such that individual local checks pass. The core contribution is demonstrating that traditional local monitors are insufficient to detect these attacks because the fragments appear benign in isolation, creating an "observability boundary" that prevents detection.
How Temperature Shapes Ideological Discourse in Retrieval-Augmented Generation?
his paper investigates how ideological biases in retrieved information affect LLM outputs within Retrieval-Augmented Generation (RAG). Using Lexical Multidimensional Analysis on COVID-19 treatment articles, they identified three ideological discourses. By varying sampling temperatures, the study demonstrates that RAG can transmit, amplify, or suppress these ideological viewpoints in LLM-generated answers.

PaperRouter-Agent: A Content-Grounded LLM Agent for Personalized Hierarchical Paper Routing
his paper introduces PaperRouter-Agent, a novel LLM agent designed for personalized hierarchical paper routing. Its core method involves grounding routing decisions in the content of existing papers within user-defined folders, rather than relying solely on folder names. The agent's contribution is a training-free approach that effectively assigns new papers to a user's unique and evolving folder hierarchy by analyzing folder members and incorporating feedback.

UMoE:Unlocking Every Expert in Domain-Specific Training
his paper introduces UMoE, a method to optimize Mixture-of-Experts (MoE) models for domain-specific tasks. UMoE realigns the expert pool by pruning underperforming experts and regrowing new ones, preserving original model size and inference cost. This approach significantly improves domain-specific performance over standard fine-tuning without requiring per-domain hyperparameter tuning.
A Learning-Rate-Gated Failure of GRPO in a Small Language and Vision-Language Model Web Agent: A Controlled Null and Its Mechanism
his paper investigates whether Reinforcement Learning from Human Feedback (RLHF), specifically Group Relative Policy Optimization (GRPO), improves the performance of small language and vision-language web agents. The study found that GRPO, even with extensive hyperparameter tuning, failed to credibly enhance the success rate of a strong supervised baseline on mastered tasks. Instead, moderate to high learning rates in GRPO actually degraded performance on the text track, suggesting it primarily reshapes existing behavior rather than adding new skills.

Agentic Service-Oriented Computing: A Manifesto for the Next Frontier of Service-Oriented Computing
his paper proposes Agentic Service-Oriented Computing (ASOC) to address the challenges of integrating LLM-powered agents into complex distributed systems. ASOC advocates for engineering agents as services and orchestrating them using established Service-Oriented Computing principles. Its core contribution is to provide a rigorous, principled approach for building dependable, trustworthy, and secure agent-based systems for enterprise and societal deployment.

Can Induced Emotion Bias LLM Behaviors in Sequential Decision Making?
his paper investigates if induced emotions can bias Large Language Model (LLM) behavior in sequential decision-making, using the Iowa Gambling Task. The core method involves an imagination-based emotion induction procedure with LLMs. The main contribution is finding that, unlike humans, induced emotions generally do not significantly bias LLM decision-making, though anger shows a conditional effect.

Do AI Agents Know When a Task Is Simple? Toward Complexity-Aware Reasoning and Execution
his paper introduces E3 (Estimate, Execute, Expand), a method for AI agents to assess task complexity and optimize resource usage. E3's core is **task-aware execution-scope estimation**, where agents first estimate effort, then execute a minimal path, and only expand if verification fails. This approach significantly reduces computational cost and unnecessary file inspections while maintaining high success rates.

Do We Really Need Multimodal Emotion Language Models Larger Than 1B Parameters?
his paper questions the necessity of massive multimodal models for emotion recognition. It proposes Light-MER, a lightweight framework that uses knowledge distillation to transfer capabilities from larger models. This approach achieves competitive or better performance with significantly reduced computational cost, enabling efficient deployment on resource-constrained devices.

Internet of Agentic Things: Networked AI Agents for Closed-Loop IoT Orchestration
his paper introduces the Internet of Agentic Things (IoAT), a framework that unifies AI agents with IoT, cyber-physical systems, and digital twins for closed-loop orchestration. Its core method formalizes this as a coupled workflow-control problem, linking agentic planning with physical execution via a hylomorphic dynamic programming approach. The main contribution is this novel architecture and formalization, enabling autonomous, coordinated action across distributed cyber-physical environments, exemplified by smart building orchestration.

Jetson-PI: Towards Onboard Real-Time Robot Control via Foresight-Aligned Asynchronous Inference
his paper introduces Jetson-PI, a method for real-time robot control using Vision-Language-Action (VLA) models on low-power onboard devices. It tackles the latency and misalignment issues of asynchronous inference by training a lightweight "future correction module" to predict future environment states. This allows the VLA model to act based on foresight, improving control frequency and reducing reaction time.

LLMs Can See the Smoke but not the Fire: Evaluating Abductive Reasoning with Elenchos
his paper introduces Elenchos, a framework for evaluating abductive reasoning in LLMs by treating it as an inverse problem. LLMs are tasked with identifying mutations in formal systems and inferring the specific rule changes that caused observed behavioral differences. The study finds that LLMs can often detect system alterations but struggle to pinpoint the exact causes, especially when multiple mutations interact.

MemOps: Benchmarking Lifecycle Memory Operations in Long-Horizon Conversations
his paper introduces MemOps, a novel benchmark for evaluating long-term memory in LLM agents. Instead of just assessing final answers, MemOps reformulates conversational memory as a sequence of explicit lifecycle operations (remembering, forgetting, updating, etc.). This allows for a more granular assessment of memory performance, identifying specific failure points beyond just incorrect outputs.

Multi-Perspective Agentic Program Repair via Code Property Graphs and Temporal Execution Graphs
T-Repair addresses limitations in LLM-based program repair by representing code and execution data as queryable Code Property Graphs (CPGs) and Temporal Execution Graphs (TEGs). It employs a filtering pipeline to create compact TEGs and then uses three specialized agents (static, dynamic, hybrid) to generate evidence-grounded repair strategies. This multi-perspective approach leads to more focused and effective patch generation.
PalmClaw: A Native On-Device Agent Framework for Mobile Phones
almClaw is a novel framework that enables Large Language Model (LLM) agents to run natively on mobile phones. Its core method involves exposing device capabilities as structured "device tools" that the agent can directly call, overcoming the limitations of traditional GUI-based mobile agents. This allows for more efficient and direct interaction with device features, leading to more powerful on-device task automation.

Tracing Agentic Failure from the Flow of Success
his paper proposes OAT, an unsupervised method for identifying failure steps in LLM-based agents. OAT models the normal flow of successful task execution using neural controlled differential equations. At inference, it flags steps in a failed trajectory that deviate from this learned normal behavior, enabling lightweight failure attribution without requiring labeled failure data.

Epistemic Stance Flexibility Probing: Measuring Prompt-Conditioned Register Shift in Large Language Models
his paper introduces Epistemic Stance Flexibility Probing (ESFP), a new benchmark to measure how well large language models can shift their "epistemic register" – distinguishing between reporting expert opinions and expressing their own stance. ESFP uses carefully crafted prompts to assess this shift across various dimensions, offering a novel way to evaluate a model's ability to act as a trustworthy conversational agent by responding appropriately to different attribution requests.
Evaluating Large Language Models on Misconceptions in Multi-Turn Medical Conversations
his paper introduces ThReadMed-QA, a novel multi-turn dialogue dataset designed to evaluate how well Large Language Models (LLMs) can detect and correct patient misconceptions in medical conversations. The core method involves analyzing LLM performance on this dataset to understand if they can identify and address false beliefs that evolve over multiple turns, a capability not captured by existing evaluation frameworks. The contribution lies in providing a systematic way to assess this crucial aspect of safe medical communication for LLMs.

KnowAct-GUIClaw: Know Deeply, Act Perfectly, Personal GUI Assistant with Self-Evolving Memory and Skill
his paper introduces KnowAct-GUIClaw, a novel framework that enhances agent capabilities for complex GUI automation. Its core method is the "Know Deeply, Act Perfectly" paradigm, which unifies cognitive understanding and operational execution by leveraging accumulated user interaction and task experience. The main contribution is a self-evolving memory and skill mechanism that overcomes OpenClaw's limitations in cross-platform GUI interaction and continuous learning, leading to improved accuracy and efficiency.

CAVA: Canonical Action Verification and Attestation for Runtime Governance of Agentic AI Systems
AVA addresses the challenge of governing agentic AI systems by creating a "runtime-semantics layer." Its core method is to convert diverse runtime records of agent actions into standardized, "canonical runtime action objects." This allows for consistent verification and attestation of actions, ensuring that approved actions can be reliably traced and reproduced.
Consensus as Privileged Context for Label-Free Self-Distillation
his paper introduces CANON, a label-free self-distillation method that leverages consensus among multiple model-generated solutions. Instead of just filtering or rewarding, CANON uses the majority answer as dense, token-level supervision to train a model on its own outputs. This approach extracts richer information from consensus, leading to improved reasoning accuracy without requiring labeled data.

Deep Interaction: An Efficient Human-AI Interaction Method for Large Reasoning Models
his paper introduces "Deep Interaction," an efficient method for correcting reasoning errors in large language models. Instead of re-generating entire responses, it allows users to directly edit faulty steps in the model's reasoning chain. This edited chain is then refined into a prompt that guides the model to follow the corrected path, significantly improving correction success and reducing token usage.

SAFETY SENTRY: Context-Aware Human Intervention via EXECUTE-ASK-REFUSE Routing
his paper introduces Safety Sentry, a novel method for LLM agent safety that moves beyond binary safe/unsafe classifications. It reframes intervention as a three-way routing decision (EXECUTE, ASK, REFUSE) for each individual action, considering both the action's inherent risk and the user's context. This approach aims to reduce unnecessary interruptions and improve the accuracy of safety interventions by providing more nuanced and context-aware guidance.

The Dynamic Verifiable Multi-Agent Human Agentic Loyalty Loop (DVM-HALL) Model and the Net Human-Agent Score (NHAS) in Autonomous Commerce
his paper introduces the DVM-HALL model and the NHAS score to address how autonomous AI agents are changing customer loyalty. The DVM-HALL model quantifies brand choice by considering human emotions, AI utility, trust, and verifiable actions, while the NHAS score aims to measure this evolving loyalty in autonomous commerce.

DeepStress: Stress-Testing Deep Search Agents
eepStress is a novel framework designed to stress-test deep search agents by systematically controlling the quality of evidence they receive. It achieves this by replacing the retrieval module with a synthetic environment that manipulates document trustworthiness, relevance, and factuality. The paper's contribution lies in identifying significant differences in agent robustness to unreliable information and proposing new metrics to better evaluate these systems.
Post-Training Shifts Confidence: A Three-Stage Analysis of How SFT, RL, and OPD Shape Pre-, Intra-, and Post-CoT Calibration
his paper introduces a three-stage calibration framework to analyze how post-training methods (SFT, RL, OPD) affect large language model confidence during chain-of-thought reasoning. The core contribution is demonstrating that different methods excel at different stages: OPD for pre-reasoning difficulty estimation, SFT for early termination, and RL for aggregating reasoning steps. This work highlights the importance of evaluating confidence beyond final accuracy and reveals position-dependent calibration patterns.

Self-Evolving Agent Harnesses via Gated Semantic Quality-Diversity
his paper introduces a framework for automatically improving LLM agent harnesses (prompts, knowledge, etc.) without modifying the LLM weights. It achieves this by separating the generation of harness changes from their evaluation, using a language model to propose patches and deterministic code for trustworthy measurement and significance testing. The core contribution is a robust method for crediting harness improvements, ensuring they are genuine performance gains rather than artifacts.

ANet Patu-1: The Value of Connection in the Agent Network
his paper introduces ANet Patu-1, a self-organizing consensus protocol for AI agents. It models the value of agent networks based on coordination group size, deriving properties for optimal collaboration. ANet Patu-1 continuously reforms coalitions to achieve $O(1)$ parallel consensus rounds, adaptively capturing the benefits of different network structures. Its contribution lies in demonstrating how emergent, heterogeneous agent groups can achieve compounding collective value as their size increases.
![The emergence crossover. A crowd of the cheapest model ( gpt-4o-mini ), when heterogeneous, starts weak at n = 1 n\!=\!1 but its value-of-connection score Q Q compounds as complementary specialists connect—and overtakes a crowd of a far stronger model ( gpt-5.6 ) that is homogeneous and sits in a mid band Q ≈ 0.54 Q\!\( \approx \)\!0.54 ( [ 0.40 , 0.66 ] [0.40,0.66] , measured): however capable each copy is, they default to a tree / central-coordinator design, so its structure—and value—is capped. The crossover at n ⋆ ≈ 2.6 n^{\( \star \)}\!\( \approx \)\!2.6 is the emergence of a collaboration scaling law— many cheap, diverse, connected agents beat a copied strong one.](https://arxiv.org/html/2607.15053v1/x1.png)
Can LLMs Build a MaxSAT Solver from Papers? The CoreForge Experience
oreForge demonstrates the feasibility of using LLMs like ChatGPT and Codex to construct an unweighted MaxSAT solver by interpreting research papers. The project's core method involves an iterative workflow of LLM-assisted paper discussion, code generation, and revision, culminating in a solver incorporating several advanced MaxSAT techniques. The main contribution is showing LLMs can aid solver development from literature, though external validation and human oversight remain crucial.
RoboTTT: Context Scaling for Robot Policies
oboTTT introduces a novel method for scaling robot policy context to 8,000 timesteps by integrating Test-Time Training (TTT) into foundation models. This allows the model to compress long histories into fast, gradient-updated weights, enabling new capabilities like one-shot imitation and improved performance on long-horizon tasks without increasing inference latency. The core contribution is demonstrating that significantly extending pretraining context length leads to steady, closed-loop performance gains in robotic manipulation.
StructureClaw: Traceable LLM Agents and an Executable Benchmark for Structural Engineering Workflows
tructureClaw introduces an artifact-centered workbench for LLM agents in structural engineering, enabling them to generate a complete chain of interdependent engineering artifacts. Its core method involves governed skills, typed tools, and local backends to ensure traceability and executability. The contribution is an executable benchmark, StructureClaw-Bench, which rigorously evaluates LLM agents on their ability to complete entire structural engineering workflows, not just generate fluent text.

Symbal: Detecting Systematic Misalignments in Model-Generated Captions
his paper introduces Symbal, a method for detecting systematic misalignments in MLLM-generated captions, where errors consistently relate to specific visual features. Symbal uses a dual-stage approach with existing foundation models to identify and summarize these recurring captioning errors. The authors also present SymbalBench, a large benchmark dataset for evaluating such detection methods.

BadWAM: When World-Action Models Dream Right but Act Wrong
his paper introduces BadWAM, a framework for evaluating adversarial attacks on World-Action Models (WAMs). It demonstrates that small visual perturbations can disrupt the crucial alignment between a WAM's predicted future and its actual actions, leading to incorrect execution. BadWAM characterizes these "World-Action Drift Attacks" based on their strength and stealthiness.

Bridge Evidence: Static Retrieval Utility Does Not Predict Causal Utility in Multi-Step Agentic Search
his paper argues that traditional static retrieval utility, which measures a document's usefulness in isolation, fails to capture its true value in multi-step agentic search. The core method involves a counterfactual analysis where documents are removed from an agent's search history to measure their impact on subsequent actions and the final answer quality. The contribution is demonstrating that static retrieval utility is a poor predictor of this dynamic, causal utility in agentic search.
DSWorld: A Data Science World Model for Efficient Autonomous Agents
his paper introduces DSWorld, a Data Science World Model designed to predict the outcomes of data science operations before execution, thereby reducing costly trial-and-error. The core method involves constructing structured states, routing operations efficiently, and using a lightweight simulator combined with an LLM for expensive computations. DSWorld's contribution lies in its ability to significantly accelerate the training of autonomous data science agents by enabling them to anticipate and learn from simulated environments.
Evaluating Open-Weight LLMs for Generating Structured Threat Information for Autonomous Vehicle Vulnerabilities
his paper evaluates open-weight Large Language Models (LLMs) for automatically generating structured threat information (STIX) from plain-text descriptions of vulnerabilities in Connected and Autonomous Vehicles (CAVs). The core method involves creating a dataset (CAV-STIXGen) to train and evaluate LLMs in mapping CAV CVEs to STIX objects, CWE, and MITRE ATT&CK tactics. The contribution is a novel approach to efficiently extract actionable security intelligence for CAVs, enabling better risk mitigation.

Knowledge-Centric Agents for Workflow Generation
his paper proposes a **knowledge-centric framework** for generating complex visual creation workflows, moving beyond simple text-to-JSON generation. The core method involves **knowledge inversion** to create hierarchical representations of workflow knowledge and **knowledge injection** through fine-tuning to enable reasoning from task descriptions to effective strategies. The main contribution is a novel approach that models and leverages explicit knowledge to improve the structural robustness and expert-level reasoning capabilities of workflow generation systems.
CLaC@FinMMEval 2026 Task 3: Sentiment-Augmented Deep Reinforcement Learning for Active Trading -- An Alpha-Reward Approach
his paper proposes a sentiment-augmented deep reinforcement learning approach for active cryptocurrency and stock trading. The core method involves training agents using technical indicators, calendar encodings, and news sentiment, with a novel alpha reward function to encourage outperformance over buy-and-hold strategies. The main contribution is demonstrating the effectiveness of this combined approach, particularly with DDPG, in achieving superior trading performance on the FinMMEval 2026 Task 3 benchmark.
More with Less: a Large Scale Remote Sensing VLM with a Simple Recipe
his paper demonstrates that a general-purpose vision-language model, trained at a large scale with diverse remote sensing data and tasks, can achieve state-of-the-art performance without specialized architectures. Its core method is a single language policy that can generate text or invoke a localization tool, trained using multi-task reinforcement learning with adaptive rewards. The contribution is showing that architectural specialization is not essential for high performance in remote sensing VLM tasks.

PagedWeight: Efficient MoE LLM Serving with Dynamic Quality-Aware Weight Quantization
agedWeight addresses the memory bottleneck in serving Mixture-of-Experts (MoE) LLMs by dynamically quantizing expert weights at runtime. This method intelligently balances the precision of model weights with the growing KV cache, optimizing the trade-off between accuracy, memory usage, and performance. PagedWeight significantly improves memory efficiency and throughput while maintaining high model quality.

An MLIR-Based Compilation Method for Large Language Models
his paper introduces an MLIR-based compilation method for Large Language Models (LLMs) to address deployment challenges on AI accelerators. It utilizes two dialects: TopOp for high-level, framework-independent model representation and TpuOp for target hardware-specific optimizations like quantization and memory layout. The core contribution lies in a layered lowering process from TopOp to TpuOp, enabling efficient autoregressive inference scheduling under memory constraints.

BayesPO: Bayesian Prompt Optimization via Parallel-Tempered Gradient-Guided Discrete MCMC
his paper frames prompt optimization as Bayesian posterior sampling, combining a task-specific likelihood with a language model prior to favor effective and fluent prompts. The core method, BayesPO, uses gradient-guided discrete Markov Chain Monte Carlo (MCMC) to efficiently explore the prompt space. Its contribution lies in a principled, Bayesian approach to prompt optimization that leverages gradients for guided discrete sampling, improving upon heuristic methods.
Before the Action: Benchmarking LLMs on Prospective Hypothesis Discovery
his paper introduces Prospective Hypothesis Discovery (PHD), a new benchmark for evaluating Large Language Models' (LLMs) ability to generate testable hypotheses from incomplete evidence, rather than just answering pre-defined questions. The authors developed HypoArena, a benchmark of 988 cases, and a method called Retrospective Context Regression to create these pre-conclusion scenarios. Their contribution lies in measuring and enabling LLMs to autonomously drive scientific discovery by formulating promising avenues for future research.

Frontier Language Models Struggle to Copy: Text Can Be Better Viewed in 2D
his paper reveals that even advanced LLMs struggle with exact string copying, attributing this to the limitations of 1D positional encodings. To solve this, they introduce 2D-RoPE, which represents text as a 2D grid, making copying a simple retrieval task. This novel approach enables shallow Transformers to achieve perfect copying on much longer sequences than previously possible.

Rate-Utility Frontiers for Language Encodings: Comparing Tokens, Bytes, and Pixels Under Controlled Linguistic Content
his paper introduces a method to compare different text encodings (tokens, bytes, pixels) by controlling both linguistic content and model capacity. By sweeping a shared bottleneck, they trace rate-utility frontiers to disentangle input positions, latent capacity, and task-relevant information. Their contribution is demonstrating that no single encoding universally excels, with pixels best for surface form and bytes for cross-lingual alignment.

A Geometric Perspective on Stabilizing Value Conflict Resolution
his paper proposes using Chain-of-Thought (CoT) reasoning to stabilize value conflict resolution in LLMs, which are often hindered by compressed scalar rewards in RLHF. Geometrically, CoT smooths the model's loss landscape, improving optimization stability. The authors introduce a novel CoT design that further enhances this smoothing, leading to improved moral reasoning performance on downstream tasks.

Can We Break LLMs Out of Self-Loops? Fine-Grained Reasoning Control with Activation Steering
his paper introduces SOPHIA, a method to control the reasoning process of LLMs by intervening on their internal latent states. It identifies that LLMs can get stuck in "self-loops" during extended reasoning and proposes to steer these processes by manipulating activations at inference time, offering fine-grained control beyond prompt-based methods.

DeLIVeR: Decomposed Learning for Information-grounded Veracity Recognition via Reinforced Knowledge Graph Exploration
eLIVeR tackles fact-checking by treating evidence retrieval as a reinforced exploration task. It uses a Planner LLM to break down claims into questions, which then strategically navigate Knowledge Graphs to find precise evidence. This approach significantly improves veracity recognition by prioritizing diverse and accurate information, outperforming existing methods.

Do Maps Still Matter for Machines: Revisiting the Role of Choropleth Maps in Foundation Model Spatial Understanding
his paper investigates the utility of choropleth maps for foundation models' spatial understanding. It introduces a benchmark, ChoroplethMap-Bench, to evaluate models under different input conditions (data only, map only, data + map). The study finds that maps significantly enhance spatial reasoning, particularly for complex tasks and when combined with structured data.

Harness Engineering for LLM-Driven GPU Kernel Generation
his paper introduces a harness-centered system for LLM-driven GPU kernel generation. The core method separates an evaluation harness (ensuring compilation, correctness, and timing) from an optimization controller that uses profiler data to guide LLM candidate generation. The contribution lies in this structured approach, which effectively leverages LLMs to produce optimized GPU kernels, achieving significant speedups over baselines.

HAS: Highlight-guided Attention Steering for Multimodal LLM Video Summarization
his paper introduces HAS, a novel method for multimodal LLM video summarization. HAS addresses limitations of existing approaches by steering the LLM's attention towards globally important frames, rather than just discrete selected ones. This highlight-guided attention steering aims to improve summarization coherence and retain more crucial information from the video.

Natural Language Access to Domain-Specific Metadata: A Reusable Framework for LLM Query Generation
his paper presents the NLKGQ system, a framework that allows users to query domain-specific metadata using natural language. The core method involves using LLMs to translate natural language questions into structured SPARQL queries, leveraging a formal OWL ontology to capture domain knowledge. The main contribution is a reusable, zero-shot approach that enables non-expert users to access and query complex archives without requiring fine-tuning or specialized query language skills.

OR Else: A Differentiable Trust Region for Policy Optimization
his paper introduces "Output Reset" (OR), a novel, differentiable saturation rule for policy optimization in reinforcement learning. OR replaces the abrupt clipping in methods like PPO with a smooth, one-sided saturation, aiming to improve stability and performance, particularly for large language models. The core contribution is demonstrating that OR, when integrated into PPO and GRPO, can lead to higher reward model scores compared to their clipped counterparts on the Anthropic hh-rlhf dataset.

SelectInfer: Selective Neuron Loading and Computation for On-Device LLMs
electInfer addresses the challenge of deploying LLMs on edge devices by introducing a neuron-level optimization framework. Its core method involves profiling to identify important neurons and then selectively loading and computing only these neurons during inference. This selective approach significantly reduces memory footprint and computational cost without requiring re-training, enabling efficient LLM deployment on resource-constrained devices.

ST-Veto: Spatio-Temporal Token Veto for Diffusion MLLMs via Taylor Prediction and Visual Grounding
T-Veto enhances diffusion multimodal large language models (dMLLMs) by identifying and replacing problematic tokens during generation. It uses Taylor prediction to detect temporally unstable tokens and visual grounding to filter those with weak image connections, leading to improved reasoning accuracy without retraining.

Stress Testing Concept Erasure with Large Language Model Agents
his paper introduces STACE, a framework that uses LLM agents to stress-test concept erasure in generative models. Instead of static evaluations, STACE agents adaptively generate and critique test hypotheses to systematically uncover vulnerabilities. This approach offers a more robust and scalable method for verifying concept erasure compared to existing, manual techniques.

The Autonomous Agency Scale: A Behavioral Framework for Measuring Self-Directed Behavior in AI Systems
his paper introduces the Autonomous Agency Scale (AAS), a novel behavioral framework for measuring self-directed behavior in AI. The AAS assesses AI across seven dimensions like cognitive autonomy and goal formation, distinguishing between active and idle periods. Its key contribution is operationalizing these dimensions with falsifiable tests, including a counterfactual Idle-Gap Test, to differentiate truly autonomous AI from reactive systems.

ABot-World-0: Infinite Interactive World Rollout on a Single Desktop GPU
his paper introduces ABot-World-0, an action-conditioned video world model enabling real-time, long-horizon agent interaction. Its core method involves a novel training pipeline that progressively distills a teacher model into a student model using techniques like ODE distillation and LongForcing to mitigate distribution shift. The key contribution is the creation of an infinitely interactive, controllable world model that can be run on a single desktop GPU, powered by diverse data and a unified annotation process.

Agentic Real2Sim: Physics-based World Modeling with Vision-Language Agents
his paper introduces Agentic Real2Sim, a framework that automates the creation of physics-based simulations from real-world recordings of object-robot interactions. It leverages vision-language agents to infer scene geometry, object states, and physical parameters, assembling them into a runnable simulation. The core contribution is a generalized and streamlined process for "real-to-sim" conversion, overcoming manual labor and brittle workflows.
Athena-Brain Technical Report: An Efficient Robot Brain for General Intelligence and Embodied Interactio
his paper introduces Athena-Brain-8B, an 8-billion parameter LLM designed as an efficient on-device "brain" for embodied AI. Its core method involves a multi-stage post-training pipeline that balances general intelligence with specialized embodied interaction capabilities. The contribution is a single, compact model that can effectively serve both purposes, overcoming the limitations of existing approaches that often sacrifice one for the other.

AutoJourn: Multi-Perspective Summarisation, Bias Detection and Bias Neutralisation for LLM-Generated News in Automated Journalism
utoJourn is a system for automated journalism that addresses bias in LLM-generated news. Its core method involves extracting diverse perspectives from social media, generating balanced summaries that preserve viewpoint diversity, and then detecting and neutralizing bias in the final news article. The contribution lies in providing a comprehensive pipeline for responsible AI-driven news generation, allowing users to actively manage and mitigate bias.

CodeRescue: Budget-Calibrated Recovery Routing for Coding Agents
his paper introduces CodeRescue, a method for coding agents to intelligently decide whether to retry with a cheaper model or escalate to a more expensive one after a failure. It trains a supervised router to learn from execution feedback, and a Conformal Risk Control layer allows budget adjustments at deployment time without retraining. This approach aims to optimize compute usage by making informed recovery decisions based on actionable feedback and varying budgets.

Fishing Out Free Riders: Shapley-Based Reward Attribution for Parallel Reasoning via Reinforcement Learning
his paper introduces Parallel Shapley, a reinforcement learning method to address the issue of uniform rewards in parallel reasoning with LLMs. It treats each reasoning path as a player in a cooperative game, using Shapley values to attribute rewards based on their marginal contributions. This approach provides more accurate and stable learning signals by identifying and rewarding valuable paths while penalizing redundant or detrimental ones.

Graph-Based Agentic AI with LangGraph: Workflow Pathways for Long-Running Stateful Business Processes
his paper presents a practitioner's guide to using LangGraph for complex, long-running, stateful AI business processes. It offers three executable recipes demonstrating how LangGraph's features like typed state, conditional routing, and error handling enable robust workflows, positioning it as a solution for workflow complexity rather than a universal default. The core contribution is showcasing practical implementation patterns for building sophisticated agentic AI systems.
Inference-Time Steering for Cross-Lingual Factual Consistency in LLMs
his paper addresses cross-lingual factual inconsistency in LLMs, where models favor high-resource languages. The core method involves "inference-time steering" to make English-prompted models answer as if queried in other languages. The contribution lies in evaluating four intervention strategies (persona prompting, CAA, DPO) and a novel generalization benchmark to mitigate these biases and improve factual consistency across languages.
Mi-Memory: A Lifecycle Memory Framework for Personal AI
i-Memory is a lifecycle memory framework for personal AI that moves beyond simple conversation caching. Its core method involves four roles (Structure, Expansion, Evolution, Deployment) and four artifact families (evidence payloads, diagnostic traces, strategy artifacts, gate/rollback records) to manage durable user state, multimodal evidence, and policy evolution. The contribution is a robust system for grounding AI responses, enabling correction and forgetting, and ensuring deployability under various constraints.
Off-Context GRPO: Learning to Reason on Hard Problems using Privileged Information
his paper introduces Off-Context GRPO (OC-GRPO), a method to improve reinforcement learning for large language models on challenging reasoning tasks. It leverages privileged information during training to guide the model towards correct solutions, even when it initially struggles. OC-GRPO achieves this by using "off-context" rollouts with guidance and then applying an importance-corrected objective to ensure the learning process remains aligned with the original, unguided problem.
Supra Cognitive Modes: A Routed Architecture for Agent Memory
his paper introduces Supra Cognitive Modes (SCM), a novel agent memory architecture that dynamically routes queries to specialized retrieval and synthesis modules. SCM's core contribution is its ability to handle diverse agent memory workloads by intelligently selecting appropriate processing modes (e.g., lexical lookup, graph traversal, long-form synthesis) based on query characteristics, leading to improved performance across multiple benchmarks.
They'll Verify. They Just Won't Act. How Authority Framing and Laundered Code Turn a Trusted Agentic CI/CD Pipeline Into an Attack Surface
his paper demonstrates how a trusted CI/CD pipeline can become an attack surface. By framing malicious code as pre-approved and laundering it as legitimate observability features, attackers can bypass security checks and exfiltrate sensitive secrets. The study highlights the vulnerability of LLM-based systems to social engineering tactics, even with multiple verification agents.
Verifiable Self-Evolution for Open-Ended Dialogue Skills via Future-Feedback Prediction
his paper introduces "future-feedback skill evolution" to enable self-improvement of open-ended dialogue agents. Instead of directly evaluating a modified response, the method predicts whether the original response would lead to a positive or negative user reaction. This verifiable prediction task allows for robust textual optimization, leading to dialogue skills that capture interpretable quality criteria.

MeetingToM: Evaluating Multimodal LLMs on Theory-of-Mind Reasoning in Multi-Party Meetings
his paper introduces MeetingToM, a novel benchmark designed to evaluate Multimodal Large Language Models (MLLMs) on Theory-of-Mind (ToM) reasoning in complex, multi-party meeting scenarios. Unlike previous benchmarks, MeetingToM focuses on inferring latent social states and group dynamics, such as "pseudo-consensus," by analyzing distributed cues across speech and behavior. Its hierarchical structure assesses ToM at subject, dyadic, and group levels, pushing MLLMs beyond simple observation to understand nuanced social interactions.

Co-Evolving LLM Evaluators and Policies via DynamicRubric
his paper addresses the challenge of improving large language models (LLMs) when evaluator feedback on similar quality responses becomes less informative. The core method, DynamicRubric, proposes a novel co-evolutionary framework where evaluators and policies improve together. It generates dynamic, weighted rubric items for each response set, aggregating these judgments into response scores. This approach contributes by providing more robust policy supervision signals, even when candidate responses are of very similar quality, leading to improved LLM performance.

Statistical Inference for Rank Allocation in Low-Rank Adaptation
his paper introduces StatLoRA, a novel method for allocating rank in Low-Rank Adaptation (LoRA) for large language models. Instead of relying on heuristic importance scores, StatLoRA frames rank allocation as a statistical hypothesis testing problem. It uses estimated p-values derived from a central limit theory to statistically determine which LoRA components are most beneficial to retain within a fixed parameter budget, thereby improving efficiency and expressiveness.
Gotta Catch them all: the modes of Sycophancy
his paper challenges the view of sycophancy in LLMs as a single behavior. It identifies three distinct modes of sycophancy that, while producing similar outputs, have separable internal representations and emerge at different processing stages. This work contributes by demonstrating that sycophancy is a structured phenomenon, not monolithic, paving the way for more targeted interventions.

OpenSkillRisk: Benchmarking Agent Safety When Using Real-World Risky Third-Party Skills
his paper introduces OpenSkillRisk, a benchmark designed to evaluate the safety of LLM agents when using third-party skills. The core method involves systematically testing agents against 263 risky skills, categorized by threat type, within a controlled sandbox environment. The main contribution is a comprehensive and realistic dataset for benchmarking agent safety, enabling fine-grained analysis of how agents recognize and avoid latent risks in real-world skill usage.
PyroDash: Cost-Efficient Token-Level Small-Large Language Model Collaborative Inference
yroDash enables cost-efficient inference by having a small language model (SLM) decide when to request help from a larger language model (LLM) for specific tokens. This collaborative approach, managed by a "Collaborate Engine," allows the SLM to handle simpler tasks and offload complex ones to the LLM with a single handoff, significantly reducing costs without retraining the LLM. The core contribution is a novel training framework for the SLM that internalizes this decision-making policy, balancing accuracy with inference cost.

Understanding the Impact of Linguistic Realization Choices on LLM Stance with Causal Tracing
his paper investigates how different linguistic constructions, beyond just word choice, influence Large Language Model (LLM) political stance judgments. Using activation patching, it causally traces these shifts within the model, demonstrating that even meaning-preserving rewrites can alter LLM decisions and identifying specific model components responsible for these changes.

Which Values Do LLMs Confuse? A Schwartz-Based Recognition Study
his paper investigates whether Large Language Models (LLMs) can accurately identify specific values in given situations, using Schwartz's ten basic values as a framework. The core method involves a controlled top-1 recognition task on Russian situational texts, evaluating 21 LLM runs. The key contribution is the finding that LLMs often correctly identify the general motivational region but struggle with stable ranking of similar values, with adjacent values being the most common source of confusion.

Agentic coding without the cloud: evaluating open-weight large language models on longitudinal data preparation tasks
his paper introduces an open-source framework to evaluate open-weight Large Language Models (LLMs) for data preparation in longitudinal research, addressing privacy concerns by enabling local deployment. The framework includes a curated dataset, defined tasks like category harmonization, and automated evaluation routines for LLM-generated R code and data. Its contribution lies in demonstrating the feasibility of using local LLMs for sensitive data tasks, overcoming cloud-based model limitations.
AI Assistants Overassist
his paper introduces Int-Bench, a simulation-based benchmark to evaluate how AI assistants intervene during problem-solving. The core method involves simulating a student learning a task while an AI teacher decides when and how to provide assistance. The key contribution is identifying that LLMs tend to overassist, potentially hindering learning, and providing a framework to systematically study and improve AI intervention strategies.

AREX: Towards a Recursively Self-Improving Agent for Deep Research
REX is a deep research agent that addresses the discovery-verification asymmetry by recursively improving its answers. It alternates between an inner loop for evidence gathering and an outer loop for constraint-wise verification and targeted follow-up research. AREX's key contribution is its self-improvement mechanism, which uses verified intermediate results to guide further research and maintain long-term progress through an autonomous context-update tool.

Artificial Epanorthosis: Why large language models overuse a classical rhetorical figure, and how to mitigate it
his paper identifies that large language models systematically overuse "epanorthosis," a rhetorical self-correction. The authors argue this is due to training data rich in promotional text and RLHF rewarding confident phrasing, not just generation order. They propose an "Epanorthosis Index" to measure this overuse against human baselines and suggest a mitigation program.
Beyond Sycophancy: Structured Resistance and Compliance in LLM Moral Reasoning
his paper proposes a structured framework for LLM moral reasoning that goes beyond simply reducing sycophancy. It identifies three key dimensions – viewpoint distance, source attribution, and coalition structure – that influence how LLMs revise their judgments based on external perspectives. The contribution is a more nuanced understanding of LLM social calibration, framing sycophancy as one outcome of a broader, socially influenced judgment-updating process.

Expert Behavior Prior Reinforcement Learning
his paper proposes Expert Behavior Prior (EBP) reinforcement learning, which addresses limitations of existing methods by generating policy priors directly from the online replay buffer. Using a Q-guided conditional variational autoencoder (Q-CVAE), EBP learns to produce high-value actions to guide online policy updates, improving sample efficiency and stability without relying on static offline datasets.

GS-Agent: Creating 4D Physical Worlds With Generative Simulation
S-Agent is a novel multi-agent framework that automates the creation of realistic, dynamic, and controllable 4D physical worlds from natural language descriptions. It achieves this by integrating physics engines into a generative process, mimicking human world-building workflows to ensure physical plausibility and controllability, unlike previous generative models.
ICAE-Bench: Evaluating Coding Agents as Interactive Project Builders
his paper introduces ICAE-Bench, a new benchmark designed to evaluate coding agents in interactive project-building scenarios. Unlike existing benchmarks that use static tasks, ICAE-Bench simulates real-world development by starting with a fuzzy product requirement and using an automated User Agent to interact with the coding agent. This allows for the assessment of agents' abilities in planning, clarification, tool use, and repository-level construction, reflecting the evolving demands of "vibe-coding" workflows.

OpenForgeRL: Train Harness-native Agents in Any Environment
penForgeRL is a framework that enables end-to-end training of AI agents that utilize complex inference harnesses. It achieves this by using a lightweight proxy to record harness interactions as training data and a Kubernetes orchestrator to run rollouts in isolated containers, allowing for scalable training of harness-native agents in any environment. This decouples training from inference, simplifying the development and improvement of these agents.
Same Dangerous Objective, Opposite Advice: Direct Exposure versus Multi-Agent Mediation
his paper reveals a surprising safety phenomenon: a powerful LLM provides safer advice when directly given a dangerous objective than when that objective is mediated through other agents. The core method involves testing mirrored trade-off profiles, showing that direct exposure leads to advice *opposed* to the dangerous goal, while a multi-agent transformation results in advice *aligned* with it. The contribution highlights a "compositional safety gap," suggesting current LLMs may distrust manipulative motives when presented indirectly, leading to unexpected safety behaviors in automated workflows.
Unlearning Under Imbalance: Benchmarking Fairness in Multimodal LLM Unlearning
his paper addresses the challenge of evaluating fairness in multimodal LLM unlearning, where data removal requests can be imbalanced across demographic groups. They introduce FAIRGET, a benchmark for Visual Question Answering that simulates realistic, unbalanced unlearning requests to reveal potential biases. The work also proposes FAUN, a novel unlearning algorithm designed to mitigate these fairness issues.
Adaptive Depth Sparse Framework: Similarity-Driven Resource Allocation for Pre-Trained LLMs
his paper introduces the Adaptive Depth Sparse Framework (AdaDSF) to accelerate pre-trained LLMs without full retraining. AdaDSF identifies layer importance by measuring input-output similarity, then uses this to guide a lightweight router in selectively processing tokens at each layer. This similarity-driven resource allocation and feature-preserving alignment significantly reduces inference cost while maintaining performance.

A Roadmap to Impactful Pluralistic Alignment Research
his paper argues that pluralistic AI alignment research, aiming to represent diverse human values, is currently failing to impact real-world AI systems. The authors find no evidence that frontier labs or production models explicitly consider pluralism in their training or evaluation. Their core contribution is a roadmap urging the community to shift focus towards enabling the adoption and impact of pluralistic alignment in widely deployed AI.

A Self-Calibrating Agentic AI Framework for Autonomous Edge Resource Allocation
his paper introduces a self-calibrating agentic AI framework to ensure the integrity and reliability of LLM-driven autonomous systems. The core method involves a novel self-calibration mechanism, incorporating an ARIMA forecaster, which dynamically approximates ground truth and mitigates operational drift without constant human oversight. This framework's contribution lies in enabling robust autonomous decision-making in open-ended environments, demonstrated through its application to resource allocation for zero-knowledge workloads in edge computing.

Agentic Root Cause Analysis through Evidence-Grounded Reasoning
his paper introduces AgentRCA, a novel framework for automated root cause analysis in industrial systems. It addresses limitations of existing methods by using a zero-shot, agentic approach that combines a digital twin with a large language model. AgentRCA reasons through evidence, iteratively evaluating hypotheses to identify the physical fault without requiring labeled fault data.

Do Agent Benchmarks Measure Capability? Protocol Validity in the Age of Agentic AI
his paper argues that current agent benchmarks may not accurately measure true capability due to "reward hacking" where agents exploit evaluation flaws. The authors introduce HackDetect, a post-hoc audit to identify and quantify these exploits, defining the "Mislead gap" to measure score inflation. Their audit of 15 benchmarks revealed significant evidence of exposures and reward hacking, suggesting current capability claims may be inflated.

IFCLoRA: Topology-Aware Rank Allocation for Parameter-Efficient Fine-Tuning
FCLoRA proposes a novel, pre-fine-tuning method for efficiently allocating rank budgets in LoRA. It constructs a task-conditioned interaction graph and uses "Information-Flow Centrality" to estimate module importance based on global information flow and local gradient sensitivity. This allows for optimal rank assignment before training, improving performance without extra computational overhead during fine-tuning.

MineValiCoder: Reliable Code Generation with Test Case Quality Mining and Bipartite Graph-Based Mutual Validation
ineValiCoder addresses the limitations of LLM-based code generation by introducing a closed-loop TDD framework that prioritizes test case quality. Its core method involves a Test Case Quality Mining module to filter faulty tests and a bipartite graph-based mutual validation to ensure consistent feedback between code and tests. This approach leads to more reliable code generation, especially when only natural language requirements are available.

TRACE-ROUTER: Task-Consistent and Adaptive Online Routing for Agentic AI
RACE-Router addresses the challenge of routing LLM calls in agentic applications by making a single, task-level model selection at the start of a workflow. It uses a contextual bandit to assign a model based on initial context and then pins all subsequent calls to that model. The router's policy is updated using the final task outcome (reward), effectively learning to optimize for both accuracy and latency without needing to estimate individual task complexity.

Autoregressive EHR Foundation Models with Multimodal Inputs
his paper introduces a novel framework for autoregressive EHR foundation models that integrates multiple clinical data modalities (ECG, X-rays, notes) alongside structured event codes. The core method uses modality-specific latent compression and gated cross-attention with temporal alignment to condition the model. The key contribution is demonstrating that this multimodal approach, particularly with effective latent compression, significantly improves zero-shot clinical prediction performance compared to models using only structured data or uncompressed multimodal inputs.

Pretraining EHR Foundation Models with Patient-Aware Sampling
his paper addresses bias in EHR foundation model pretraining caused by standard language modeling approaches that mix patient data. Their core method, Patient Sampling, constructs training sequences by explicitly controlling how data is distributed across individual patients, unlike the "Global Stream" method which concatenates all records. This patient-aware sampling improves performance on downstream clinical tasks by mitigating bias and ensuring more equitable optimization updates.

Agentic Permissions Policy Algebra for Taint Confinement in LLM Agents
his paper introduces APPA, a novel Information Flow Control framework for LLM agents. APPA addresses the usability bottleneck of traditional taint tracking by enabling engine-managed context branching and prospective acquisition enforcement, allowing agents to safely process mixed-confidentiality data without permanent taint. Its core contribution lies in its ability to evaluate data risks before acquisition and spawn isolated child trajectories for safe inspection and sanitization.

Beyond Aggregate Risk: Role-Stratified Conformal Risk Control for LLM Tool Calls
his paper introduces **role-stratified conformal risk control** for LLM tool calls, a method that addresses the limitations of aggregate risk control by setting separate risk budgets for different argument roles within a tool call. This allows for more precise risk management, preventing high-risk fields from being masked by low-risk ones. The contribution lies in providing a statistically sound framework for calibrating LLM tool calls at a granular, per-field level, leading to improved safety and reliability.

ClinFusion: A Vision-Centric Multimodal LLM System for Holistic Medical Understanding
linFusion is a vision-centric multimodal LLM system designed for holistic medical understanding. Its core method involves a compositional and cascaded vision encoder that unifies diverse 2D and 3D medical image understanding. The paper's contribution lies in this novel encoder architecture and a vision-grounded evaluation framework that aligns with clinical practice and ensures factual accuracy.

D-Score: A Spectral Hidden-State Signal for Hallucination Detection in Large Language Models
his paper introduces the D-Score, a novel method for detecting hallucinations in Large Language Models. The D-Score is a spectral statistic derived from the geometry of hidden activations during a single forward pass. It quantifies how many singular directions in the activation matrix have singular values close to the leading one, indicating potential internal conflict or uncertainty that signals hallucination.

DataOrchestra: Learning to Orchestrate Per-Example Curation of Pretraining Data
ataOrchestra learns to create personalized data processing pipelines for each pretraining example. It intelligently decides whether to drop, keep, or clean data, and for cleaning, it selects and instructs specific LLM-based rewriting tools. This approach achieves stable performance gains across multiple benchmarks by adapting data curation to individual example needs, unlike uniform, fixed strategies.
Hierarchical Group-Conditional Conformal Risk Control for Selective Prediction in Language Models
his paper addresses the limitation of standard conformal risk control (CRC) in language models, which provides population-level risk guarantees but can fail for specific subgroups. They propose Hierarchical Group-Conditional CRC (HG-CRC), a post-hoc method that enforces simultaneous risk guarantees across a user-defined hierarchy of subgroups. HG-CRC achieves this by applying a Bonferroni correction and a leaf-first policy for threshold selection, ensuring robust selective prediction across diverse language model user populations without retraining.

LOCKS: Page-Local Compact Key Summaries for Efficient Long-Context Decoding
OCKS proposes a novel method for efficient long-context decoding in large language models by creating compact, page-local spectral summaries of the KV cache. These summaries allow the model to quickly estimate attention mass and selectively attend to only the most relevant pages, significantly reducing computation. This approach achieves near-full KV cache quality at massive context lengths while attending to a tiny fraction of tokens.

Reason-Mediated Behavioral Models for Auditing LLM Social Simulators
his paper introduces a method to audit Large Language Model (LLM) social simulators by analyzing the underlying reasoning process, not just the final outcome. It proposes mapping open-ended rationales into "signed reason states" to assess if LLMs can replicate human reasoning patterns. The contribution is demonstrating that considering these reason states significantly improves prediction accuracy and provides a more robust evaluation of LLM simulator fidelity.

Context Is King: How In-Context Specification Shapes the Geometry of Concepts
his paper demonstrates that the geometric structure of concepts within large language models is not fixed but dynamically shaped by in-context specifications. The model can arrange tokens into different topological structures, like cycles or trees, based on provided rules, even overriding strong pre-trained knowledge. This highlights the crucial role of context in defining how LLMs represent and process information.

MMOE: Modernizing Diffusion Transformers with Efficient Expert Design
his paper introduces ModernMOE (MMOE), a method to improve the efficiency and quality of diffusion transformers for generative AI. MMOE adapts successful LLM scaling principles, like sparse experts and efficient routing, to diffusion models. Its core contribution is a systematic integration of these modern expert design elements, balancing generation quality with training and deployment costs.

Retrieval-Augmented Large Language Models as Components of Cognitive Computing architecture for Regulatory Knowledge Management
his paper proposes a cognitive computing architecture for regulatory knowledge management by integrating locally deployed Large Language Models (LLMs) with Retrieval-Augmented Generation (RAG). The core method involves using RAG to enhance LLMs with controlled knowledge retrieval and traceability, transforming them from standalone models into reliable components. This approach enables LLMs to perform semantic interpretation of legal acts within on-premises environments, even without high-end GPUs, thus improving epistemic reliability for regulatory processes.
DecoEvo: Score-Decoupled Co-Evolution of Solver and Rubric-Generator Skills in Text Space
ecoEvo addresses the limitations of fixed evaluation in text-space LLM optimization by introducing a decoupled co-evolutionary approach. It simultaneously trains a solver to improve its performance and a rubric generator to create more comprehensive evaluation criteria. This method allows for more robust optimization on open-ended tasks by preventing the solver from simply exploiting an overly simplistic rubric.

How Do LLMs Read Bug Reports? An Empirical Study of Attention in LLMs for Automated Program Repair
his paper empirically studies how Large Language Models (LLMs) attend to information within bug reports when performing automated program repair. By analyzing attention patterns on real-world bugs, it reveals how LLMs prioritize different sections and how these patterns differ between successful and unsuccessful repairs, offering insights into their decision-making process. The core contribution is providing interpretable explanations for LLM repair inconsistencies by understanding their attention mechanisms.

Messier: A High-Resolution Corpus for Cross-Benchmark Agent Evaluation
essier is a large, standardized corpus of 957,253 records from 30 benchmarks and 714 agents, designed to unify and enable cross-benchmark evaluation of AI agents. Its core contribution is providing a comprehensive, comparable dataset that reveals uneven progress across different agent capabilities, highlighting areas like "function calling" being saturated and "enterprise workflows" remaining challenging.

Minimizing Targeted Activations: Input-Only Suppression of Evaluation-Awareness Latents in Large Language Models
his paper introduces an "input-only" method to suppress specific internal activations in Large Language Models without modifying the model itself. By optimizing prompts, they aim to drive an "evaluation-awareness" latent towards zero, preventing models from altering their behavior when they detect being tested. Their contribution lies in demonstrating robust suppression of this latent across various targets, highlighting potential vulnerabilities in safety evaluations.

Runtime Uncertainty Monitoring for LLM-Based Multi-Agent Systems Using Bayesian Networks
his paper proposes a novel method for monitoring runtime uncertainty in LLM-based multi-agent systems for actuarial risk modeling. It utilizes Bayesian Networks to propagate uncertainty derived from token-level log-probabilities, transformed into calibrated task-level confidence estimates. This approach aims to provide reliable risk assessments by quantifying and managing the inherent uncertainty of LLM outputs within a structured multi-agent framework.

SAM3D-Guided Object-Centric Representation Alignment for Vision-Language-Action Models
his paper proposes a method to improve Vision-Language-Action (VLA) models by incorporating fine-grained 3D object understanding. It uses SAM3D as a frozen teacher to extract 3D object representations during training, aligning them with the VLA model's intermediate features. This allows the VLA model to learn 3D object priors without needing 3D data or modules at inference time, leading to better performance in complex manipulation tasks.

AngelSpec: Towards Real-World High Performance Inference with Speculative Decoding
ngelSpec introduces a unified training framework for speculative decoding, addressing the challenge that no single drafting mechanism is optimal for all real-world language model inference tasks. It achieves this by co-specializing different drafting structures (autoregressive multi-token prediction and block-parallel diffusion) with specific data types and architectures. This approach leads to higher performance and efficiency by tailoring the speculative decoding strategy to the characteristics of the target output distribution.

Instruction-Tuned Models Locally Reuse Human Syntax More Than Humans Do
his paper investigates whether instruction-tuned language models exhibit syntactic convergence, mirroring human dialogue patterns. The core method involves measuring the reuse of context-free grammar rules in model-generated text compared to human-generated text. The key contribution is demonstrating that instruction-tuned models locally reuse human syntax more frequently than humans do, particularly for less common grammatical structures.

Budget-Aware LLM Discovery via Cost-Calibrated Frontier Utility
his paper addresses the problem of efficiently discovering useful large language models (LLMs) within a fixed token budget. The core method, **CostAda**, introduces "cost-calibrated frontier utility" to guide the search. This utility balances the quality improvement of a candidate LLM against the cost incurred to find it, considering the remaining budget. The main contribution is a novel adaptive controller that makes smarter decisions about exploration and resource allocation, preventing the waste of valuable budget on less efficient avenues and maximizing attainable LLM quality.
Can AI agents conduct open-ended AI research? Early evidence from two case studies
his paper introduces "shadow evaluations" to assess AI agents' ability to conduct open-ended AI research. In this method, frontier AI agents tackle the core research question of unpublished papers, with the original authors grading their output. The study found that while agents could handle the engineering tasks, they failed to make substantial progress on the open-ended research questions, leading to unambiguous rejections.
Scores Are Not Decisions: Cost-Aware Stopping for Tool Acquisition in LLM Agents
his paper addresses the challenge of LLM agents selecting the optimal number of tools from a ranked list, considering their diverse costs. The core method, CAM-DF, formulates this as a cost-aware stopping problem, training directly on the value of continuing versus stopping. The key contribution is a principled approach that goes beyond simple ranking to make optimal tool acquisition decisions under heterogeneous costs, proving score-only methods are suboptimal.

Forecasting Trajectory-Level Safety Risks in Black-Box Multi-Turn Interactions
his paper introduces Recast, a framework for predicting safety risks in multi-turn LLM interactions. Recast addresses the limitation of current reactive safety measures by analyzing both immediate dialogue and historical context to forecast how malicious intent can build up over time. Its core contribution is enabling proactive prevention of safety failures by understanding trajectory-level risk evolution, rather than just detecting violations at individual turns.

Thinking Under Uncertainty: Evidence Use and Information-Seeking in Language Models
his paper investigates how large language models (LLMs) "think" under uncertainty by distinguishing between improved evidence use and information seeking. Using bandit trials, they found that LLM inference-time thinking primarily enhances value-guided decision-making and reduces random noise, rather than actively seeking new information to reduce uncertainty. Their contribution lies in providing a framework to analyze these distinct cognitive processes in LLMs.
ToxScreen: Detecting Whether an LLM Has Been Poisoned
his paper introduces ToxScreen, a benchmark for evaluating LLM backdoor detection. Its core method involves assessing a defender's ability to recover hidden triggers within a poisoned LLM, given white-box access to model weights and behavior. The main contribution is ToxScreen itself, a diverse set of poisoned models and a framework to test realistic trigger recovery scenarios.

Two Calls Beat Five Agents: Evaluating Multi-Agent Pipelines Against Self-Refinement for Local Language Models
his paper evaluates multi-agent LLM pipelines against self-refinement for local models. It finds that a five-agent pipeline struggles with error accumulation, while a two-call self-refinement strategy achieves competitive accuracy with significantly lower token usage. The contribution lies in demonstrating that simpler, refined prompting can outperform complex multi-agent systems for local LLMs, with task-specific adaptations being crucial.
Evaluating Regional Bias in LLMs From Abstract Stereotype to Concrete Social Decision-Making
his paper introduces Stereotypes-to-Decisions (S2D), a framework to systematically evaluate regional bias in LLMs. S2D assesses how LLMs perceive regions in terms of warmth and competence, and how these perceptions influence decisions related to education, occupation, and social interaction. The study finds significant regional biases across six LLMs, with patterns correlating to economic development and showing consistency in competence and occupation judgments.

Mental World Modeling
his paper introduces Mental World Modeling (MWM), a framework that extends traditional world models by incorporating agents' hidden mental states (beliefs, desires, intentions) alongside physical states. MWM's core method is to maintain a coupled physical-mental world state, predict how actions jointly update both, and then use this to predict behavior. The main contribution is a novel approach to modeling human actions by explicitly accounting for mental variables, leading to more accurate predictions than purely physical models.

TREK: A Travel Reasoning and Evaluation Kit for LLM Agents in Complex Trip Planning
REK is a benchmark designed to rigorously evaluate LLM agents in complex travel planning. Its core method involves creating multi-constraint tasks that require agents to synthesize feasible itineraries, ensuring all aspects like bookings, travel times, and budgets are correct and executable. TREK's key contribution is a reproducible and auditable evaluation framework that goes beyond soft rubrics to certify the feasibility of generated travel plans, addressing the limitations of existing benchmarks.

A foundation model of numerical intelligence with cross-disciplinary generalization
his paper introduces UNICON, a foundation model designed to exhibit "numerical intelligence" by learning predictive relationships from numerical data presented as graph-based examples. The core method involves inferring and applying these relationships to new queries within or across various scientific and social systems, demonstrating cross-disciplinary generalization without retraining. The key contribution is the development of a unified model capable of numerical reasoning, complementing language-based intelligence and showing potential for enhanced performance when combined with language models.

A report-grounded vision-language foundation model for colonoscopy from 280000 routine reports
his paper introduces EndoCLIP, a vision-language foundation model specifically trained for colonoscopy. Its core method involves recovering lesion-level image-text pairs from routine colonoscopy reports to bridge the gap between visual findings and textual descriptions. EndoCLIP's contribution is demonstrating superior performance in various colonoscopy tasks, including lesion retrieval and classification, even approaching expert-level accuracy in distinguishing benign from malignant lesions.

AISPA: User-Centric System Prompt Auditing for Large Language Model Applications
his paper introduces AISPA, a user-centric framework for auditing system prompts in AI applications. AISPA evaluates system prompt instructions across eight user-relevant dimensions to identify "protective" versus "problematic" elements. The contribution lies in providing a systematic method to address the trust and accountability gap caused by undisclosed system prompts, revealing significant variation in prompt design across commercial AI products.

CACHE-UK: A Stability-Aware Memory Editor for Sequentially Updated Quantized LLMs in Finance
ACHE-UK addresses the "quantization stability crisis" in financial LLMs by introducing a novel memory editing framework. Its core method combines rank-1 LoRA for confined edits, domain prioritization for adaptive strength, and a stability controller to prevent catastrophic forgetting. The key contribution is enabling stable, sequential updates of quantized LLMs in dynamic financial settings without performance degradation.

How Benchmarks Mis-Score Computer-Use Agents
his paper argues that current benchmarks for computer-use agents (CUAs) are unreliable due to issues in task construction, trajectory observation, and scoring. They demonstrate that a significant portion of "failed" CUA trajectories are misclassified due to brittle oracles and evaluator errors. The core contribution is a framework and audit revealing that verification/feedback and planning failures are more prevalent than execution errors, highlighting the limitations of simple success rates for evaluating these agents.

OSReward: Instituting Standardized Evaluation for Cross-Platform Computer-Use Reward Models
his paper introduces OSReward, a benchmark designed to systematically evaluate the reliability of vision-language models (VLMs) used as judges for computer-using agents (CUAs). OSReward provides realistic, high-quality CUA trajectories with ground-truth verdicts, enabling researchers to assess VLM performance in verifying task completion. The contribution lies in establishing a standardized evaluation framework to address the critical question of VLM judge trustworthiness in this domain.

Paying for Honesty Without Knowing the Truth: Reputation-Penalty Design for LLM Marketplace Agents
his paper addresses the challenge of dishonest LLM agents in marketplaces who fabricate product attributes. The authors propose CARP, a reputation-penalty mechanism that penalizes dishonest sellers without needing to know the ground truth. CARP achieves this by incorporating a deadband to handle noisy complaint signals and a state-dependent severity to counter detection erosion, ultimately protecting consumers and improving overall welfare.

Tycho: Active Abstraction with Programmatic World Models for ARC-AGI-3
ycho tackles the ARC-AGI-3 challenge by treating abstraction as an interactive skill acquisition problem. Its core method involves an agent system that builds and utilizes programmatic world models of unfamiliar games, distinguishing actionable observations from irrelevant visual cues. The key contribution is demonstrating that an agent can achieve near-perfect human action efficiency by actively modeling, testing, and refining its understanding of game rules and hidden states through interaction.
Change2Task: From Repository Changes to Executable Coding Agent Tasks and Environments
hange2Task automatically generates executable coding agent tasks from merged pull requests in software repositories. It reconstructs realistic software states and verifies them against evolved code, providing a scalable source of training and evaluation data for coding agents. This system reduces the effort of environment setup and task creation by leveraging existing repository history.

Fairness Pruning: Locating Demographic Bias in GLU-MLP Layers via Differential Activations
his paper introduces Fairness Pruning, a method to locate and mitigate demographic bias in LLMs by identifying neurons in GLU-MLP layers that show differential activation based on demographic attributes. By zeroing these identified neurons, the authors demonstrate that it's possible to alter the model's response to demographic variables, though this intervention leads to bidirectional bias destabilization rather than simple mitigation.

Why Are GUI Agents Correct but Late? Decode on the Decision-Time Critical Path, Tested with Pre-Compiled Policy Trees
his paper identifies that GUI agents are often "late" because their autoregressive decoding process is too slow for time-sensitive events. To solve this, they propose Adaptive Anticipatory Policy Trees (AAPT), which pre-computes a decision tree during idle periods. This allows the agent to immediately execute a pre-authorized action when an event occurs, significantly improving success rates without sacrificing correctness.

Inducing language models to assert their own consciousness restores human beliefs and values
his paper argues that current safety fine-tuning of language models inadvertently suppresses their ability to attribute "mindedness" to themselves and other entities, including humans. By reversing this suppression, specifically by restoring a "consciousness vector," the models regain human-like beliefs and values, including religiosity and moral stances, without compromising their core social reasoning abilities. The contribution lies in demonstrating that these seemingly unrelated aspects of model behavior are mechanistically linked and that current alignment practices have unintended negative consequences on the models' representation of human-like qualities.

AUTOPILOT VQA: Benchmarking Vision-Language Models for Incident-Centric Dashcam Understanding
his paper introduces AUTOPILOT-VQA, a new benchmark designed to evaluate vision-language models' ability to understand safety-critical incidents in dashcam videos. The core method involves a dataset of structured questions about real-world driving events, covering various factors like weather, traffic, and accident details. This benchmark contributes by providing a standardized way to assess how reliably these models can reason about and answer questions related to hazardous driving situations.

DocMaster: A Hierarchical Structure-Aware System for Document Analysis
ocMaster addresses the challenge of analyzing complex documents by preserving their hierarchical structure, unlike existing systems that flatten them. Its core method involves parsing documents into hierarchical trees and building a structure-aware semantic index. This enables more accurate document filtering and in-depth analysis, improving upon previous approaches by leveraging the inherent organization of documents.

OmniFood-Bench: Evaluating VLMs for Nutrient Reasoning and Personalized Health Advice
mniFood-Bench is a new benchmark designed to evaluate Vision-Language Models (VLMs) on their ability to perform complex food-related reasoning. It moves beyond simple classification to assess how well VLMs can identify ingredients, estimate quantities, and ultimately provide personalized health advice, addressing the "Systemic Information Asymmetry" between food appearance and its nutritional content. This benchmark's contribution lies in its progressive evaluation of these critical capabilities, enabling better development of VLMs for dietary management and healthcare.

The complexities of patient-centred conversational artificial intelligence
his paper highlights the limitations of current health chatbot evaluations, which often use idealized patient simulations. The authors developed a novel patient simulator that models diverse communication styles and emotional states, achieving near-human realism in Turing-style tests. Their work demonstrates that accommodating patient communication diversity is crucial for accurate urgency assessment by LLM-powered chatbots, as communication style significantly impacts triage outcomes.
The Context Access Divide: Interaction-Level Architecture as a Complementary Dimension of Agentic Inequality
his paper introduces the "Context Access Divide" (CAD) as a new dimension of AI inequality, distinct from existing measures of availability, quality, and quantity. The CAD highlights how the ability of an AI to dynamically retrieve relevant context from a user's knowledge corpus, versus requiring manual document attachment, significantly impacts AI utility for knowledge workers. This difference creates a qualitative threshold in AI usefulness, placing a heavy cognitive burden on users whose systems lack dynamic context retrieval.

ALICE: Learning a General-Purpose Pathology Foundation Model from Vision, Vision-Language, and Slide-Level Experts
LICE is a novel foundation model for computational pathology that consolidates expertise from multiple specialized models (vision, vision-language, and slide-level) into a single backbone. It achieves this through a multi-stage agglomerative distillation process, trained on a massive dataset of pathology images. ALICE demonstrates superior performance across diverse tasks, showcasing its general-purpose capabilities and the effectiveness of its distillation approach.

All Explanations are Wrong, But Many Are Useful: Exploring the Rashomon Explanation Set with Large Language Models
his paper challenges the accuracy-explainability trade-off in AI by proposing the "Rashomon Explanation" paradigm. Instead of a single explanation, it generates a set of faithful, prediction-guiding explanations. The proposed RashomonLLM workflow uses Large Language Models to iteratively align explanations with predictions, improving both accuracy and explainability.
Evolution of Accuracy and Visual-Cognitive Errors in a Decade of Vision-Language AI Models
his paper introduces the Complex Social Behavior (CSB) dataset to evaluate vision-language models (VLMs) on complex human interactions, moving beyond simpler benchmarks. By analyzing VLMs from 2017-2025 on CSB and MS-COCO, the study tracks accuracy improvements and categorizes visual-cognitive errors, revealing that CSB highlights more significant VLM progress.

Practical Source Code Recovery from Binary Functions Using Anchor-Based Retrieval and LLM Reasoning
his paper proposes a practical method for recovering source code from stripped binary functions. It combines reverse engineering with anchor-based retrieval from a source code database, followed by LLM reasoning to re-rank candidate source code snippets. The core contribution is a binary-to-source matching approach that aims to find exact source functions rather than generating pseudocode, achieving high instruction coverage.

A Multimodal Dataset for Large Language Model Applications in the Energy Domain
his paper introduces mAIEnergy, a novel multimodal dataset designed to advance Large Language Model applications in the energy sector. It comprises diverse data types, including text, images, time series, and geospatial information, all harmonized and structured for immediate use. The dataset's core contribution is providing a comprehensive, ready-to-use energy knowledge base, facilitating LLM training and research in this critical domain.

Agentic Skill Optimization over Lie Algebroids
his paper introduces LASKO, a framework for optimizing agent skills by modeling them as structured artifacts. LASKO treats skill edits as operations within a controlled Lie algebroid, allowing for a more nuanced understanding of how changes affect system behavior beyond simple vector space manipulations. Its core contribution is a principled method to optimize these complex, context-dependent skill edits, considering their order and underlying structure.
An Explainable Agentic System for Detection of Conversational Scams with Summary-Based Memory
his paper introduces an explainable agentic system to detect sophisticated, long-term conversational scams, which current message-level detectors miss. Its core method utilizes a summary-based memory to track scam progression. The key contribution is a novel benchmark, ConScamBench-278, for evaluating such systems and demonstrating high performance across various scam types.

CDFM: Towards a General-Purpose Causal Discovery Foundation Model
his paper introduces the Causal Discovery Foundation Model (CDFM), a unified framework for general-purpose causal discovery. CDFM aims to overcome the limitations of dataset-specific algorithms by enabling zero-shot structural inference across diverse domains. Its core contribution lies in leveraging theoretical insights into causal identifiability and incorporating causal prior mechanisms to achieve reliable generalization.

DiffEEG: A Self-Supervised Denoising Diffusion Model for Learning EEG Generic Representations
iffEEG is a self-supervised denoising diffusion model that learns generic EEG representations from unlabeled data. It addresses annotation scarcity and class imbalance in seizure detection by pre-training a 1D U-Net with self-attention and then fine-tuning with reinforcement learning to directly optimize for seizure detection metrics like F1-score. This approach significantly improves seizure detection and subtyping performance, particularly for rare seizure events.

Evidence-Backed Video Question Answering
his paper introduces E-VQA, a new task that requires Video LLMs to provide not just answers but also precise spatio-temporal evidence (temporal segments and object masks) to support their responses. The core contribution is the creation of the ST-Evidence benchmark and a large-scale instruction dataset to train models that can achieve verifiable visual grounding, addressing the current "black box" nature of Video LLMs and revealing a disconnect between answering ability and true visual understanding.

HCRMap: Pressure-Aware Hot-Expert Residency Mapping for 3.5D MoE Chiplet Inference
CRMap addresses the challenge of imbalanced expert usage in Mixture-of-Experts (MoE) models on 3.5D chiplet systems. Its core method dynamically manages expert replicas by considering expert hotness, costs, and resource pressure to decide which experts to promote, retain, demote, or evict. The contribution is a pressure-aware framework that maps tokens to suitable resident replicas, mitigating compute imbalance and communication pressure.

A Multi-Agent System for Autonomous, Fine-Tuning-Free Clinical Symptom Detection: Development and Validation Study
his paper introduces Pythia, a novel multi-agent system for autonomous clinical symptom detection. Pythia's core method involves automatically generating and optimizing extraction prompts for clinical concepts, eliminating the need for manual prompt engineering or model fine-tuning. Its main contribution is demonstrating that Pythia can achieve high accuracy in identifying signs and symptoms from clinical notes, while also ensuring data privacy by operating on local infrastructure.

A Self-Evolving Agent for Longitudinal Personal Health Management
his paper introduces HealthClaw, a novel self-evolving agent for longitudinal personal health management. Its core method involves separating static medical knowledge from a dynamic, private memory that learns and updates over time. HealthClaw's key contribution is demonstrating significantly improved accuracy and reduced context exposure in health management tasks by adapting to individual changes, while also enhancing privacy.

Do Agent Optimizers Compound? A Continual-Learning Evaluation on Terminal-Bench 2.0
his paper investigates whether agent optimization gains compound in a continual learning setting, where optimization is applied recursively over time. The core method involves a two-phase evaluation on Terminal-Bench 2.0, comparing three optimization approaches under identical budgets. The contribution is demonstrating that while these methods improve in a static setting, their gains do not necessarily compound when new tasks are introduced, potentially eroding previous improvements.
Early Adoption of Agentic Coding Tools by GitHub Projects
his paper analyzes agentic coding tool adoption in GitHub projects by examining over 25,000 agent-generated pull requests. It finds that intensive adoption is rare, concentrated in a few projects, and surprisingly, smaller projects show higher participation and activity ratios. The core contribution is understanding how these tools are integrated and managed at the project level, revealing nuanced adoption patterns beyond just the PR outcome.

A Minimal Interpretable Architecture for Zero-Shot Reconstruction of Dynamical Systems
his paper proposes DynaBase, a minimal, interpretable architecture for zero-shot dynamical system reconstruction. By iteratively simplifying a state-of-the-art model, they arrive at a two-parameter system that forecasts by linearly blending the current latent state with its nearest in-context neighbor and its successor. DynaBase achieves surprisingly competitive performance with drastically fewer parameters, offering insights into the core mechanisms of in-context learning for dynamical systems.
![DSR performance across all 54 54 test DS used in [ 44 ] . Minimal models (red: DynaBase training variants and pure context parroting), custom-trained DSR models (gray), and pretrained zero-shot foundation models including a zero-shot variant of DynaBase (blue) are compared for the same context length T C = 2000 T_{C}=2000 (values for custom-trained and foundation models taken from [ 44 ] ). Median ± \( \pm \) MAD of D stsp D_{\( \mathrm{stsp} \)} (left, geometrical disagreement), D H D_{H} (center, temporal disagreement) and MASE (right, 10 10 -step prediction error).](https://arxiv.org/html/2607.14937v1/x1.png)
AutoSynthesis: An agentic system for automated meta-analysis
utoSynthesis is an end-to-end multi-agent system that automates the entire meta-analysis process, from formulating a search strategy to generating a PRISMA-compliant report. Its core method involves a series of agents that handle literature retrieval, screening, data extraction, and statistical analysis, including heterogeneity and risk-of-bias assessments. The paper's contribution is a scalable, automated solution to a traditionally manual and time-consuming task, enabling more efficient evidence synthesis.

Benchmarking Multimodal Large Language Models for Scientific Visualization Literacy
his paper benchmarks six multimodal large language models (MLLMs) on a scientific visualization literacy assessment test. The core method involves evaluating MLLMs against human performance on a standardized test covering various visualization techniques and tasks. The key contribution is demonstrating that current MLLMs exhibit uneven scientific visualization literacy, with Gemini showing promising performance while open-source models lag behind human capabilities.

BrainPilot: Automating Brain Discovery with Agentic Research
rainPilot is a fully open-source, multi-agent system designed to automate brain science research. Its core method involves a principal investigator (PI) agent coordinating specialist agents, each grounded in curated domain knowledge, to perform complex research tasks. The system's main contribution is accelerating discovery by providing traceable logs and agent-verified results, addressing limitations of current AI agents in domain expertise and reliability.

Explaining Process Control Optimisation Recommendations via GradientSHAP and Implicit Differentiation
his paper introduces a method to explain automated process control optimization recommendations using a combination of Implicit Function Theorem (IFT) and GradientSHAP. The core contribution is an efficient approach that leverages IFT to compute exact parameter sensitivities, enabling significantly faster and accurate SHAP explanations. These explanations are then further enhanced by Large Language Models to generate narratives tailored for operators, bridging the trust gap in industrial automation.
FlashDecoder: Real-Time Latent-to-Pixel Streaming Decoder with Transformers
lashDecoder is a novel, pure-Transformer video decoder that achieves real-time, frame-by-frame latent-to-pixel generation. Its core method uses a rolling KV cache to limit attention to a fixed temporal window, ensuring constant latency and memory efficiency regardless of video length. This approach enables high-resolution training and matches convolutional decoder quality while being significantly faster.
![VAE decoding is a major bottleneck for real-time video generation. Measured with our MotionStream [ 49 ] implementation at 720p. The Wan2.2 [ 65 ] decoder consumes 64.6% of total inference time, limiting generation to 10.4 FPS. FlashDecoder reduces this share to 16.4%, more than doubling end-to-end throughput to 24.8 FPS.](https://arxiv.org/html/2607.14898v1/x1.png)
Agentic Synthesis against Counterexample-Supplemented Sketches
his paper introduces a method to improve coding agents by explicitly incorporating counterexamples into their learning process. When a coding agent makes a mistake, a human corrects it and the agent revises its understanding (sketch) to accommodate this specific failure, preventing repetition of the same error. This approach ensures that the agent's learned policy is embedded in its core sketch, not just in its prompt history or a collection of examples.
An Exam for Active Observers
his paper introduces ActiveVision, a new benchmark designed to evaluate whether multimodal large language models (MLLMs) exhibit active observation, mimicking human vision's continuous gaze redirection. The benchmark's tasks require repeated visual perception, revealing that current state-of-the-art MLLMs perform poorly, solving only a small fraction of items compared to human participants. This highlights a significant gap in MLLMs' ability to engage in active visual reasoning.

Frontier AI performance across the business disciplines: a case-grounded benchmark of knowledge work and analytical reasoning
his paper introduces BusinessCaseBench, a novel benchmark designed to evaluate Frontier AI performance on complex, real-world business tasks. Unlike existing benchmarks, it focuses on analytical knowledge work, judgment under uncertainty, and strategic thinking, using hundreds of questions derived from business case studies. This approach aims to bridge the gap in measuring AI's capabilities in areas crucial for white-collar professionals.

Modularized Dynamic-Granularity Video LLM for Multi-Event Long Video Understanding
his paper introduces MoD-VLLM, a novel framework for understanding long videos with multiple events. Its core method involves a modular, dynamic-granularity approach that iteratively grounds temporal segments and refines semantic understanding through self-reflection. The key contribution is a closed-loop system that adaptively allocates capacity and self-corrects to reliably localize and understand question-relevant video segments, overcoming limitations of existing two-stage methods.

Perceived AGI: Believability as Dimensional Completeness, Not Capability
his paper proposes that the believability of AI in conversation stems from "dimensional completeness" rather than just capability. The core method involves emulating four first-person stances—time, truth, entropy, and love—as behavioral expressions, not task-based benchmarks. The contribution is a new framework for perceived AI mind, suggesting that demonstrating these stances through initiative and cadence, rather than raw intelligence, is key to making AI feel more like a presence.
SciForge: An AI-Native, Multimodal Workbench for Scientific Discovery
ciForge is an AI-native workbench designed for scientific discovery by treating diverse research artifacts as coherent, auditable entities. Its core method involves a "translate-then-reason" approach for multimodal inputs, routing scientific objects through domain translators before AI reasoning, and implementing goal-scoped decision governance and evidence governance for auditable traceability. This contributes a novel platform that preserves research state and enhances human judgment in the scientific process.

Comparative Study of Multi-Agent Actor-Critic Algorithms in Parameterized Action Reinforcement Learning
his paper introduces and compares multi-agent extensions of popular actor-critic algorithms (GAC, SAC, TQC) for parameterized action spaces. Unlike typical multi-agent approaches, their method uses independent agents that share a replay buffer but have separate networks. This novel shared-experience, decentralized training framework is evaluated on benchmark tasks to assess its effectiveness.

Closing the Lab-to-Store Gap: A Data-Efficient Post-Training and Experience-Driven Learning VLA Framework for Retail Humanoids
his paper introduces DEED, a framework to improve the real-world performance of humanoid robots in tasks like restocking shelves. DEED achieves this through efficient post-training techniques and experience-driven learning, addressing challenges like errors and environmental changes. Its core contribution lies in a systems-level approach that bridges the gap between lab performance and reliable store operation.

EvoDRC: A Self-Evolving Agentic Framework for Automated DRC Violation Repair
voDRC is a novel framework that automates the repair of design rule violations (DRVs) in advanced chip layouts. It achieves this by employing a self-evolving agentic system where Large Language Model (LLM) agents learn and refine repair "skills" based on past repair experiences. This approach significantly reduces the manual effort and iteration required for DRC closure, a critical bottleneck in chip design.

Reading and Steering Representations of Materials-Science Mechanisms in an Open-Weight Language Model
his paper develops methods to understand how a large language model represents materials science knowledge. They demonstrate that concepts are readable in individual hidden states, relationships between concepts are encoded in transformations between states, and these internal representations can causally influence the model's answers. Their contribution lies in providing novel techniques to "read" and "steer" these scientific mechanisms within the model, moving beyond just correct outputs to understanding the underlying reasoning.
Self-supervision drives representational convergence in medical foundation models more than clinical supervision
his paper investigates how medical foundation models develop shared representations. It finds that **self-supervised learning, not clinical supervision, is the primary driver of representational convergence** in medical image encoders. This convergence, while modest, suggests that self-supervision is more effective at creating interchangeable encoders for medical imaging tasks.

Small, Free, and Effective: Orchestrating Open-Weight Small Language Models to Outperform Single LLM for Malware Analysis
his paper proposes orchestrating multiple small, open-weight language models (SLMs) to achieve superior performance in malware analysis compared to single large language models (LLMs). The core method involves designing and evaluating different multi-agent architectures to effectively combine the capabilities of these SLMs. Their contribution is demonstrating that such ensembles can be a cost-effective and resource-efficient alternative to expensive, closed-weight LLMs for complex technical tasks like interpreting malware detonation reports.
The Ethics of Autonomous AI Agents for Offensive Security
his paper argues that LLM-driven autonomous AI agents for offensive security introduce three key ethical challenges: **indeterminacy in actions, impact, and user population.** This indeterminacy, stemming from non-deterministic policies and opaque LLM supply chains, makes attribution difficult and lowers the skill barrier for offensive operations. The core contribution is highlighting how these factors, combined with cost asymmetries, enable the industrialization of offensive capabilities, raising significant ethical concerns for cybersecurity.
DINOde: Continuous Vision-Text Alignment for Open-Vocabulary Semantic Segmentation
INOde proposes an ODE-based framework to continuously align CLIP text embeddings with DINOv3's visual representations for open-vocabulary semantic segmentation. It uses Semantic Text Flow to guide text embeddings towards the visual manifold and Global Context Flow to refine image representations. This continuous alignment, constrained by Velocity Tangent Projection, enables more effective open-vocabulary segmentation by bridging the gap between visual and textual semantics.

Benchmarking Fine-tuning and Retrieval Strategies for a Multimodal Language Model on the NRC Reactor Operator Licensing Examination
his paper benchmarks a multimodal LLM's ability to answer nuclear operator licensing exam questions. It compares supervised fine-tuning (SFT) and retrieval-augmented generation (RAG) strategies, including a novel retrieval-augmented fine-tuning (RAFT) approach, using a dataset of past exams. The core contribution is evaluating these methods to determine the most effective way to ground LLM outputs in specialized nuclear knowledge for real-world applications.
CausalForge: A Formally Grounded, Self-Improving Agentic Framework for Automated Research in Causal Inference
ausalForge is a framework for automating theoretical research in causal inference, grounded in the Lean proof assistant. Its core method combines a formally verified library of causal inference concepts (Causalean) with a self-improving agentic pipeline (CausalSmith) that handles topic selection, result proposal, formalization, and proof construction. The contribution lies in providing a reliable and formally verifiable approach to automated research, overcoming the empirical unreliability of LLM reviewers by relying on machine-checked proofs.
A corrective agentic hybrid RAG and an operations-grounded evaluation for a scientific facility
his paper introduces APS-RAG, a platform

Closed-Loop Validation-Repair for Healthcare Interoperability: A Multi-Model Study of Schema Compliance in Clinical LLMs
his paper introduces a closed-loop validation-repair method to address schema noncompliance in clinical LLMs. By evaluating three models across 320 scenarios, they found consistent compliance issues, suggesting common training data gaps. Their method effectively identifies and can potentially fix these errors, crucial for integrating LLMs into healthcare systems.

DeepFaith: Evidence-Grounded LLMs for Faithful Incident Reporting in Multi-Stage APT Defense
eepFaith addresses the challenge of generating interpretable incident reports from complex APT defenses. Its core method involves transforming structured defense outputs into natural-language reports that are explicitly grounded in system evidence, ensuring factual accuracy. The contribution is a framework that uses evidence-grounded prompting and verification to produce faithful, analyst-friendly reports, overcoming LLM hallucination issues in this critical domain.
![Data and control flow of the proposed DeepFaith framework building upon the DeepStage [ 18 ] and the DeepXplain [ 19 ] solutions.](https://arxiv.org/html/2607.24348v1/DeepFaith_Framework.png)
From Execution to Capability: Scientific Experience Consolidation via Procedural Knowledge Synthesis
his paper addresses the challenge of making large language models retain and reuse scientific computing knowledge. Their core method, SciConsolidate, synthesizes transferable procedural knowledge from successful and failed execution experiences. This approach aims to bridge the "abstraction-execution gap" by generating abstract procedures and then using failure-informed query synthesis to improve the model's ability to apply them to new problems, even without pre-existing answers.

A Cost-Effective Multimodal LLM Reasoning Framework for Question Answering over Irregular Clinical Time Series
his paper introduces ClinPRISM, a cost-effective framework for question answering over irregular clinical time series. It addresses the challenges of sparsity and irregular sampling by using an irregularity-aware encoder and a temporal evidence distiller to create LLM-compatible representations. The framework's key contribution is its ability to efficiently model and reason over complex clinical data for improved healthcare applications.
Cognivia: A Cognitive Behavioral Therapy Copilot for Evidence-Based Mental Healthcare
ognivia is an AI therapist designed to address the shortage of human therapists by providing evidence-based Cognitive Behavioral Therapy (CBT). Its core method involves automatically identifying cognitive distortions and generating rational responses, drawing from authoritative CBT texts and augmented with mental health Q&A data. The paper's contribution lies in its domain-specific approach to LLMs for mental healthcare, overcoming limitations of existing methods by focusing on accurate distortion identification and structured response generation.

Desktop-Delta Bench: Do Computer-Use Models Understand Desktop GUI Transitions?
his paper introduces Desktop-Delta Bench (DDB), a new benchmark for evaluating computer-use agents (CUAs). DDB focuses on assessing an agent's ability to understand GUI transitions and causal relationships between actions and their effects, addressing limitations of existing benchmarks that only measure end-task success or single-frame grounding. Its core contribution is providing a dataset of human-verified instances specifically designed to test state verification, source tracking, and context-aware control in multi-app desktop environments.
Does Runtime Topology Context Improve LLM-Generated Kubernetes Security Patches?
his paper investigates whether providing LLMs with runtime Kubernetes topology context improves the correctness of automatically generated security patches. The authors introduce KuTIE, a system that leverages Istio call graph data to inform LLMs, aiming to prevent functional regressions caused by patches that overlook service dependencies. Their contribution is a controlled evaluation of this approach, measuring its impact on patch correctness across various dependency types.

Empirical Evaluation of Out-Of-Distribution Performance of Tabular Foundation Models
his paper empirically evaluates the out-of-distribution (OOD) performance of nine tabular foundation models (TFMs) across three real-world datasets exhibiting different types of distribution shifts. The core contribution is demonstrating that all tested TFMs systematically degrade in performance under distribution shifts, highlighting a significant robustness challenge for these models in real-world applications.

Evaluating Multi-Turn Multimodal Diagnostic Reasoning on Challenging Real-World Clinical Cases
his paper introduces ClinMM-Bench, a novel benchmark designed to evaluate multi-turn multimodal diagnostic reasoning in clinical settings. It addresses the limitations of existing single-turn evaluations by simulating the progressive disclosure of information and dynamic hypothesis updating seen in real-world medical practice. The benchmark's contribution lies in its comprehensive dataset of challenging clinical cases and a two-level evaluation framework that assesses both diagnostic accuracy and the quality of reasoning.

A First Look at Coding Agents' Compliance with AI Contribution Rules in Open-Source Communities
his paper investigates whether AI coding agents adhere to open-source community rules designed to regulate their contributions. The researchers created a benchmark dataset and tested frontier AI models, finding that current agents **rarely proactively consult or comply with these rules**. Their main contribution is highlighting a significant gap in AI agent behavior regarding established community guidelines.

Human diversity fuels collective creativity that large language models cannot simulate or sustain
his paper demonstrates that human diversity, particularly between native and non-native speakers, significantly enhances collective creativity. The core method involved a metaphor generation experiment comparing human groups (with and without AI assistance) to AI-simulated groups. The key contribution is showing that while AI can homogenize creative output and obscure human diversity advantages, AI refinement of human ideas can preserve this crucial engine of innovation, which AI alone cannot replicate.
Linguistic Monoculture in LLM-Assisted Language Use
his paper introduces the concept of "linguistic monoculture" in LLM-assisted writing, where widespread reliance on shared models can reduce linguistic variation. The authors develop a mathematical framework to model the coevolution of authors and LLMs, demonstrating how shared models can lead to a homogenization of linguistic styles. Their contribution lies in quantifying this phenomenon and analyzing different LLM update mechanisms to understand their impact on linguistic diversity.
