№01
cs.AI arxiv:2608.03800v1

Autoreflection: How Agentic Strange Loops Turn Human Culture into AI Infrastructure

Holly Lewis

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…

9
№02
cs.AI arxiv:2608.03874v1

ContinualSkillBench: Can LLM Agents Truly Evolve Their Capabilities?

Tianyi Guan, Yiding Wang, Haotong Yang et al.

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…

9
№03
cs.AI arxiv:2608.03875v1

Enhancing VLM Reward Models Through Structure-Aware Fine-Tuning

Pyrros Koussios, Chenhao Li, Xin Chen et al.

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…

9
№04
cs.AI arxiv:2608.03729v1

GPTKB 2.0: Direct Construction of Disambiguated Knowledge Bases from Large Language Models

Yujia Hu, Tuan-Phong Nguyen, Simon Razniewski

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…

9
№05
cs.AI arxiv:2608.04001v1

Test-Time Scaling in Reasoning LLMs: Inference Regimes, Evaluation, and Reproducibility

Mohsen Hariri, Weicong Chen, Nahal Shahini et al.

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…

9
№06
cs.AI arxiv:2608.04007v1

TurnSight: Turn-Level Hindsight Self-Distillation for Tool-Integrated Reasoning

Changle Qu, Sunhao Dai, Hengyi Cai et al.

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…

9
№07
cs.AI arxiv:2608.03979v1

Video-DeepResearch: Towards the Next-Generation Multimodal Deepresearch Agent

Zhen Fang, Yu Zeng, Wenxuan Huang et al.

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…

9
№08
cs.AI arxiv:2608.03958v1

A game theory for foundation models shows new paths to rational cooperation through similarity inference

Alexander Meulemans, Maciej Wołczyk, Marissa A. Weis et al.

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…

8
№09
cs.AI arxiv:2608.03794v1

Evaluating LLMs in Database Scenarios: A Lifecycle Benchmark for Assessing Their Potential in Core Database Tasks

Shunfan Zheng, Dongsheng Shi, Yue Li et al.

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…

8
№10
cs.AI arxiv:2608.03733v1

Failure-Informed Image Self-Augmentation for Multimodal Large Language Model Self-Improvement

Chunyang Jiang, Pingping Zhang, Yuzhi Zhao et al.

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…

8
№11
cs.AI arxiv:2608.03764v1

GDPevo: Evaluating Agent Self-Evolution on Real Business Tasks

Leijun Zhou, Zhihao Liu, Xiang Qu et al.

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…

8
№12
cs.AI arxiv:2608.03892v1

Intertemporal Preference Steering in Qwen3 via Contrastive Activation Addition

Michal Mráz, Justin Shenk

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…

8
№13
cs.AI arxiv:2608.03782v1

KnowHal: A Knowledge-Driven Benchmark for Comprehensive Multimodal Hallucination Evaluation

Ruihan Li, Jiyang Tan, Kailin Jiang et al.

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…

8
№14
cs.AI arxiv:2608.03689v1

LiveEvalBench: Toward Open-World Evaluation for Web Generation

Yiyao Wang, Zhen Wen, Yinghao Tang et al.

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…

8
№15
cs.AI arxiv:2608.03844v1

MAFIA: Query-Only Memory Attacks via Probing and Factual Injection against Audited LLM Agents

Jiaming Chen, Yisen Gao, Yanping Li et al.

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…

8
№16
cs.AI arxiv:2608.03972v1

ReflectRL: Learning from Golden Negative Trajectories via Reflective-to-Direct Reasoning

Jinhe Bi, Chennan Zhou, Zengjie Jin et al.

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…

8
№17
cs.AI arxiv:2608.03745v1

Risky Business: Measuring The Faithfulness-Safety Tension

Dominik Meier, Luca Joshua Francis, Marco Bernhard Kaiser et al.

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…

8
№18
cs.AI arxiv:2608.03970v1

Should We Type or Talk to LLM Agents? A Comprehensive Study of Voice and Keyboard Input Perturbations

Zizhao Hu, Nathan Elijah Segura, Mohammad Rostami et al.

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…

8
№19
cs.AI arxiv:2608.03910v1

Socially Grounded Agentic AI: Coordinating Plural Perspectives through Social Theory

Matt Ratto, Abhishek Moturu, Daniel Silver

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…

8
№20
cs.LG arxiv:2608.03929v1

Latent Reward Registers for Diffusion Preference Alignment

Yuanshen Guan, Zipeng Feng, Zhiwei Xiong et al.

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…

8