← Back to arXiv AI/ML

arXiv AI/ML briefings

ResearchOfficialarXiv AI/ML

Reward-Driven LLM Agent Workflows: Synthesizing POMDP Routing and Self-Correction for Autonomous Decision-Making

A new LLM agent architecture is proposed that combines POMDP routing with a self-correcting reward model to address challenges in long-horizon planning and dynamic interaction. Experiments on ALFWorld and WebShop benchmarks show a 24.5% absolute improvement in task success rate over the ReAct baseline. The approach integrates reinforcement learning and graph-based memory, with ablation studies confirming the reward-driven critique module's role in reducing hallucination.

Why it matters: This work presents a practical and scalable framework that advances the reliability and effectiveness of autonomous LLM agents in complex, multi-step environments.

ResearchOfficialarXiv AI/ML

LLMs Over-Answer in Hardware Design Q&A: Study Finds Redundancy and Verbosity, Proposes Multi-Agent Fix

A study analyzing 6,246 hardware description language (HDL) Q&A posts found that large language models (LLMs) frequently over-answer by providing redundant alternatives (65.7%) and verbose padding (69.1%). Nearly half (49%) of LLM-generated answers did not fully align with expert responses. The researchers proposed a multi-agent framework that improved core-answer quality from 3.71 to 4.67 and non-core content quality from 3.72 to 4.23 on a five-point scale.

Why it matters: This research identifies a significant quality issue in LLM-generated hardware design answers and demonstrates a practical method to improve answer precision, which is crucial for preventing costly hardware errors.

ResearchOfficialarXiv AI/ML

FUSAR-R1: A Large-Scale Reasoning Model for Intelligent Interpretation of SAR Images

Researchers introduce FUSAR-R1, a large-scale reasoning model designed for interpreting Synthetic Aperture Radar (SAR) images. The model leverages chain-of-thought reasoning data and reinforcement learning to enable step-by-step analysis and self-correction. Experimental results show that FUSAR-R1 outperforms existing multimodal models in SAR tasks such as target detection, counting, classification, and land-cover recognition.

Why it matters: Improved AI interpretation of SAR imagery can enhance remote sensing applications in areas like defense, disaster monitoring, and environmental analysis.

ResearchOfficialarXiv AI/ML

Training Continuous Chain of Thought Models: A Tale of Two Regimes

Researchers introduce C-MTP, a direct supervision method for continuous chain-of-thought (CoT) reasoning that compresses verbose reasoning traces into dense latent representations. C-MTP outperforms previous direct supervision methods and matches the performance of slower indirect methods on simple tasks with short reasoning traces. However, when evaluated on complex tasks requiring longer reasoning traces, all current continuous CoT methods—including C-MTP—experience a significant (~65%) performance drop.

Why it matters: This work highlights a key limitation in current continuous chain-of-thought methods, questioning their effectiveness for complex reasoning tasks.

ResearchOfficialarXiv AI/ML

Environment-free Synthetic Data Generation for API-Calling Agents

Researchers introduce a method for generating synthetic training data for API-calling large language model (LLM) agents without the need for executable environments. Their approach uses LLMs to simulate both agent interactions and API responses based solely on API specifications, producing high-quality trajectories. Evaluations on the AppWorld and OfficeBench benchmarks show that models fine-tuned on this synthetic data achieve significant performance improvements.

Why it matters: This work enables scalable and practical training of API-calling agents by removing the need for real or simulated environments, addressing a key bottleneck in the field.

ResearchOfficialarXiv AI/ML

RELIC: Privacy-Preserving Skill Learning for Multi-Agent Planning

RELIC is a framework that enables agents to learn and transfer composable skills in multi-agent planning scenarios without sharing internal code. Instead, agents abstract successful behaviors into general principles, which can be instantiated by others with different interfaces. Skill refinement occurs via private LLM-guided search, and a trusted orchestrator evaluates updates based on overall team performance. This approach allows for coordination and skill transfer while preserving privacy and accommodating heterogeneous agent designs.

Why it matters: RELIC introduces a new paradigm for privacy-preserving coordination in multi-agent systems, addressing a key challenge in scenarios where agents cannot share internal implementations.

ResearchOfficialarXiv AI/ML

Logical Graph Uncertainty: A New Framework for LLM Uncertainty Quantification

Researchers introduce Logical Graph Uncertainty (LGU), a framework that models logical relationships among large language model (LLM) outputs to enhance uncertainty estimation. LGU aggregates probability along entailment chains and penalizes mutual incompatibility, leading to improved performance over semantic entropy baselines by up to +7.1% AUROC and +3.5% AUARC across multiple question-answering benchmarks.

Why it matters: Improved uncertainty quantification is critical for the safe deployment of LLMs, especially in scenarios where outputs are logically compatible but semantically diverse.

ResearchOfficialarXiv AI/ML

Diversity-Oriented Fine-Tuning Improves Hallucination Detection in LLMs

A new preprint proposes diversity-oriented fine-tuning strategies—using Supervised Fine-Tuning (SFT) and Direct Preference Optimization (DPO)—to improve semantic-entropy-based hallucination detection in large language models. By encouraging more varied generations, these methods reduce cases where models repeatedly produce identical incorrect answers, which often evade detection. Experiments show that the approach improves detection effectiveness, matching or surpassing current state-of-the-art methods.

Why it matters: This work introduces a practical fine-tuning approach that directly enhances the reliability of hallucination detection in large language models, addressing a key challenge in their deployment.

ResearchOfficialarXiv AI/ML

TopoTuner: Topological Finetuning of Large Language Models

TopoTuner is a topology-guided fine-tuning framework for large language models that selectively freezes attention projection matrices based on topological changes measured by Wasserstein distances between persistence diagrams. The method achieves competitive performance with full fine-tuning while updating only 1-2% of parameters, and outperforms LoRA in 7 out of 9 model-dataset settings. TopoTuner also reduces training time by 20.4% compared to full fine-tuning and 5.5% compared to LoRA, and enables the transfer of reusable freezing profiles across tasks.

Why it matters: TopoTuner offers a novel approach to efficient LLM adaptation by enabling reusable fine-tuning profiles, potentially reducing computational costs and improving transferability across tasks.

ResearchOfficialarXiv AI/ML

AgentBrew: Lifelong Knowledge Brewing from Strong Teachers to Weak LLM Agents

AgentBrew introduces a method for transferring knowledge from a strong teacher LLM to a weaker student agent by distilling interactive experiences into an external memory, without requiring weight updates or teacher access at test time. The approach uses failure-triggered teacher interventions and student-aware synthesis to generate actionable, environment-validated guidance. Evaluations across coding, math, and tool-use tasks indicate that this method produces capable and deployable LLM agents.

Why it matters: This approach could make it easier and more cost-effective to deploy capable LLM agents by eliminating the need for continual model retraining or ongoing teacher involvement.

ResearchOfficialarXiv AI/ML

JarvisBench: A Benchmark for Spoken Mediation in Long-Horizon AI Agents

Researchers have introduced JarvisBench, a new benchmark designed to evaluate always-on spoken mediators that facilitate real-time interaction between users and long-horizon AI agents. JarvisBench features two tracks: one assessing whether mediation improves agent task completion, and another measuring user understanding and responsiveness. Initial experiments using a modular Jarvis prototype on 34 WildClaw tasks indicate that spoken mediation can enhance both task performance and user comprehension, though its effectiveness is highly dependent on the underlying language model.

Why it matters: JarvisBench provides a standardized framework to assess the impact of real-time spoken mediation in AI agent workflows, addressing a key gap in user-agent interaction.

ResearchOfficialarXiv AI/ML

LaCache: Exact Caching and Precision-Adaptive Inference for Diffusion Large Language Models

LaCache is a training-free acceleration framework for diffusion-based large language models (DLLMs) that reduces redundant computation by caching intermediate results, including embeddings, pre-attention states, and softmax statistics. It also introduces per-group FP8 quantization for feed-forward network layers to further improve efficiency. Experiments show LaCache achieves about 1.3x speedup on its own and up to 40.2x when combined with other acceleration methods, without compromising task accuracy.

Why it matters: Improving inference efficiency in diffusion LLMs can make these models more practical for real-world deployment by reducing computational costs without sacrificing output quality.

ResearchOfficialarXiv AI/ML

Small Language Models Demonstrate Strong Local Performance with Structured Benchmarking and Fine-Tuning

A new preprint evaluates nine open-weight language models ranging from 135M to 3B parameters on a structured, multiple-choice benchmark tailored for local deployment. The study finds that Qwen Coder 3B achieves 75.67% strict accuracy, and parameter-efficient fine-tuning can boost performance by up to 26.85 points. The results suggest that, with careful benchmarking and adaptation, sub-3B models can serve as effective local experts for structured, niche tasks.

Why it matters: This work challenges the prevailing view that only large-scale models are practical for real-world AI applications, showing that smaller models can be viable for specialized local use cases.

ResearchOfficialarXiv AI/ML

ColGraphRAG: Late-Interaction Multi-Vector Retrieval Improves Multimodal GraphRAG QA

A new preprint introduces ColGraphRAG, which replaces single-vector bi-encoder similarity with late-interaction MaxSim-style multi-vector scoring for retrieving graph-linked images in multimodal GraphRAG systems. On the MultimodalQA benchmark, this approach yields improved retrieval-stage scores for image candidates and downstream QA performance, particularly in cases where visual evidence is crucial. The authors emphasize that broader validation and more detailed graph-level analysis are needed in future work.

Why it matters: This work demonstrates a mechanism-level improvement in multimodal graph-grounded QA by enhancing the alignment of visual evidence retrieval with downstream reasoning.

ResearchOfficialarXiv AI/ML

Interactive Task Alignment as a POMDP

Researchers introduce a new framework that formalizes task alignment as a partially observable Markov decision process (POMDP), enabling models to infer latent user intent from ambiguous interactions. Experiments show that current language models recover the intended task only 22-32% of the time under ambiguity, compared to 48% for humans. While post-training methods improve model performance, they still fall short of human abilities in resolving ambiguous requests.

Why it matters: This work exposes a significant shortfall in current language models' ability to handle ambiguous, real-world user tasks, highlighting a key challenge for developing more reliable AI assistants.

ResearchOfficialarXiv AI/ML

Deterministic Replay for AI Agent Systems Enables Reliable Debugging and Testing

Researchers present agrepl, a command-line framework designed for deterministic replay of AI agent executions. By intercepting all external interactions through a man-in-the-middle proxy and replaying them in a fully isolated environment, agrepl achieves perfect replay fidelity and a median per-step latency reduction of 98.3%. The tool is open-sourced under the MIT license and aims to address reproducibility challenges in LLM-based agent systems.

Why it matters: This work provides a practical solution to the reproducibility and debugging challenges in non-deterministic AI agent systems, facilitating more reliable development and testing.

ResearchOfficialarXiv AI/ML

Masked Diffusion Language Models Enable Strong and Steerable Text-Based World Models for Agentic RL

A new study introduces masked diffusion language models (MDLMs) as world models for reinforcement learning (RL), addressing limitations of autoregressive models such as left-to-right bias. The researchers curated over 239,000 trajectories across nine environments and demonstrated that MDLMs provide greater coherence, groundedness, and rollout diversity than much larger autoregressive language models. Their plug-and-play GRPO training framework led to up to 47% absolute improvement in zero-shot transfer to out-of-distribution environments, without environment-specific fine-tuning.

Why it matters: This work advances scalable and steerable world modeling for RL agents, potentially reducing reliance on hand-crafted training environments and improving generalization.

ResearchOfficialarXiv AI/ML

Symbolic Augmentation Closes a Canonical-Equivalence Blind Spot in Neural Fact-Checkers

Researchers have identified a significant blind spot in neural fact-checkers: they often fail to recognize when quantities are canonically equivalent (such as 95°C and 368.15 K), leading to potential misinterpretation of scientific claims. The team introduces Symbolic Augmentation, a training-time framework that generates label-preserving augmented data using symbolic reasoning, which raises robustness to canonical-equivalent rewrites from 36.5% to 98.2% and slightly improves in-distribution accuracy. The approach also transfers well to external benchmarks and demonstrates that training-time augmentation is a more effective integration point for symbolic and neural methods than feature-level fusion.

Why it matters: This work addresses a critical failure mode in AI fact-checking that could silently invert scientific claims, and demonstrates a principled integration of symbolic and neural methods.

ResearchOfficialarXiv AI/ML

SelKV: Selective KV Cache Merging with Per-Token Merge-or-Drop and Attention Compensation

SelKV is a training-free framework for compressing key-value (KV) caches in large language models (LLMs). It uses a soft cosine gate to adaptively merge or drop tokens based on value-vector similarity, and introduces an attention-ratio compensation mechanism to correct softmax imbalances caused by merging. On LongBench, SelKV retains only 25% of the KV cache while achieving strong performance, near-lossless quality on grouped-query attention (GQA) models, and a 3.3x decoding speedup at 100k tokens.

Why it matters: SelKV addresses the memory and speed bottlenecks of KV caches in LLMs, enabling longer context lengths and faster decoding without significant quality loss.

Policy & SafetyOfficialarXiv AI/ML

Rater State Bias in RLHF Preference Data: An Audit Framework

A new preprint identifies a structured confound in Reinforcement Learning from Human Feedback (RLHF): the emotional or psychological state of human raters during annotation can systematically bias preference labels, especially under stressful conditions. These state-dependent shifts are distinct from random noise and can propagate through reward modeling and policy optimization. The authors propose an audit framework with falsifiable predictions and outline a pilot study plan to detect such bias in publicly available instruction-tuned models.

Why it matters: This work draws attention to a novel, testable source of bias in RLHF that could undermine the reliability of preference-based AI alignment methods.