From the arXiv
Wednesday, 5 August 2026 · 20 papers
Autoreflection: How Agentic Strange Loops Turn Human Culture into AI Infrastructure
This paper introduces "autoreflection," a novel capability in LLM-based agents. The core method involves agents reading and editing externalized files representing their identity, memory, and disposition, enabling them to observe, describe, and reason about their own operational state and architecture. The key contribu…
ContinualSkillBench: Can LLM Agents Truly Evolve Their Capabilities?
This paper introduces ContinualSkillBench, a novel evaluation framework to assess if LLM agents can truly evolve their skills over time. The framework uses interconnected subtasks across five domains to measure skill improvement and reusability. Experiments reveal that while sequential execution boosts performance, muc…
Enhancing VLM Reward Models Through Structure-Aware Fine-Tuning
This paper introduces Structure-Aware Fine-Tuning (SAFT), a self-supervised method to improve the noisy reward signals generated by Vision-Language Models (VLMs) for Reinforcement Learning. SAFT uses LoRA adapters to regularize the VLM's latent space based on intrinsic structural priors, leading to denoised rewards, fa…
GPTKB 2.0: Direct Construction of Disambiguated Knowledge Bases from Large Language Models
GPTKB 2.0 directly constructs disambiguated knowledge bases (KBs) from large language models (LLMs) by incorporating on-the-fly disambiguation of entities, relations, and classes. This methodology addresses LLMs' inherent lack of explicit entity representation, preventing duplicates and conflations. The paper's contrib…
Test-Time Scaling in Reasoning LLMs: Inference Regimes, Evaluation, and Reproducibility
This paper addresses the ambiguity in "test-time scaling" for reasoning LLMs. It proposes a systematic framework to categorize different scaling methods into three structural regimes based on how they explore the model's implicit prefix tree. This formalization aims to improve the reproducibility and comparability of r…
TurnSight: Turn-Level Hindsight Self-Distillation for Tool-Integrated Reasoning
TurnSight addresses limitations in training LLMs for tool-integrated reasoning by introducing turn-level hindsight self-distillation. Its core method generates supervision signals directly from execution outcomes, creating multiple "hindsight views" with varying lookahead horizons. The key contribution is selecting rel…
Video-DeepResearch: Towards the Next-Generation Multimodal Deepresearch Agent
This paper introduces Video-DeepResearch (Video-DR), a multimodal agent designed for continuous video streams. Its core method involves a decoupled perception-exploration pipeline with stage-wise tool unlocking, forcing visual grounding before web search to overcome modality bias and knowledge leakage. The contribution…
A game theory for foundation models shows new paths to rational cooperation through similarity inference
This paper introduces a new game theory framework for foundation model agents, moving beyond classical assumptions of independent decision-making. The core method involves modeling agents as "embedded Bayesian agents" that jointly predict their actions with environmental observations. This shift reveals that foundation…
Evaluating LLMs in Database Scenarios: A Lifecycle Benchmark for Assessing Their Potential in Core Database Tasks
This paper introduces DBLifeBench, the first benchmark to evaluate LLMs across the entire database lifecycle, from design to maintenance, addressing the limitations of current Text-to-SQL focused evaluations. It also proposes Progressive-Text2SQL, a novel task using reasoning graphs to improve LLM performance on comple…
Failure-Informed Image Self-Augmentation for Multimodal Large Language Model Self-Improvement
This paper introduces Failure-Informed Image Self-Augmentation (FISA), a novel method for MLLMs to improve themselves using their own mistakes. FISA generates challenging, yet semantically preserved, image augmentations from failure cases, then verifies their usefulness and filters out distorted examples. This approach…
GDPevo: Evaluating Agent Self-Evolution on Real Business Tasks
This paper introduces GDPevo, a novel benchmark for evaluating agent self-evolution on real-world business tasks. Its core method, rule hybridization, breaks down enterprise workflows into atomic rules, distributing them across training tasks and recombining them in test tasks to isolate the impact of learned experienc…
Intertemporal Preference Steering in Qwen3 via Contrastive Activation Addition
This paper identifies linear directions in the Qwen3 model's internal representations that correspond to short-term versus long-term preferences. By training contrastive probes on temporal choice data, they discover these directions and then use "contrastive activation addition" to steer the model's behavior. This meth…
KnowHal: A Knowledge-Driven Benchmark for Comprehensive Multimodal Hallucination Evaluation
This paper introduces KnowHal, a novel benchmark designed to comprehensively evaluate multimodal hallucination in LLMs. KnowHal expands beyond existing evaluations by incorporating "knowledge hallucination" alongside entity, attribute, and relation hallucinations. Its core method involves creating paired positive and n…
LiveEvalBench: Toward Open-World Evaluation for Web Generation
This paper introduces LiveEvalBench, a novel framework for evaluating web generation by large language models. It shifts from static evaluation to an agentic, adaptive process that mimics a collaborative review workflow involving build, code, and UI engineers. This approach accounts for the interactive nature of fronte…
MAFIA: Query-Only Memory Attacks via Probing and Factual Injection against Audited LLM Agents
MAFIA is a novel query-only attack framework designed to poison the memory of LLM agents. It overcomes limitations of existing methods by using memory probing to ensure injected malicious records are retrieved and factual cloaks to bypass input auditing, effectively maintaining malicious effects while remaining semanti…
ReflectRL: Learning from Golden Negative Trajectories via Reflective-to-Direct Reasoning
ReflectRL introduces a novel approach to improve large language model reasoning by learning from "Golden Negative Trajectories" – expert model failures on difficult problems. Instead of discarding these failures, ReflectRL treats them as opportunities for reflection. The core method involves a lightweight framework tha…
Risky Business: Measuring The Faithfulness-Safety Tension
This paper identifies a tension in Large Reasoning Models (LRMs) between being faithful to their reasoning traces for monitoring and being robust enough to reject unsafe reasoning. To address this, they introduce HazMart, a dataset for testing this tension, and a novel technique called Targeted Reasoning Replacement (T…
Should We Type or Talk to LLM Agents? A Comprehensive Study of Voice and Keyboard Input Perturbations
This paper investigates how voice and keyboard input affect LLM performance. Their core method, HIVE, introduces realistic noise to both input types and evaluates model robustness. The key contribution is identifying that the loss of original question tokens, rather than added noise or fillers, is the primary driver of…
Socially Grounded Agentic AI: Coordinating Plural Perspectives through Social Theory
This paper proposes "Socially Grounded Agentic AI" to address pluralistic alignment by leveraging social theory. The core method involves understanding and representing diverse AI perspectives as structured by social roles, shaped by interaction, and influenced by power dynamics. The main contribution is providing a fr…
Latent Reward Registers for Diffusion Preference Alignment
This paper introduces Latent Reward Registers to address the temporal credit assignment problem in aligning diffusion models with human preferences. By prepending learnable tokens to intermediate noisy latents, the method estimates terminal preferences without altering the diffusion model's internal states. This provid…