№01
cs.AI arxiv:2607.29626v1

AgentHPOBench: A Benchmark For Evaluating LLM Agents as Sequential Hyperparameter Optimizers

Tianyu Huai, Tingshuo Fan, Xinchi Chen et al.

This paper introduces AgentHPOBench, a novel benchmark designed to evaluate LLM agents' ability to perform sequential hyperparameter optimization. Unlike previous benchmarks, it assesses how agents interpret experimental evidence to guide subsequent configuration choices across diverse machine learning tasks. The contr…

9
№02
cs.AI arxiv:2607.29549v1

AMTFV: Agentic Mathematical Tool-Flow Verification for LLM Self-Correction

Rui Zou, Yutao Zhu, Mengqi Wei et al.

AMTFV introduces a novel "Mathematical Tool Flow" (MTF) interface to enable LLMs to reliably verify their mathematical answers. This method decouples verification modeling from execution by allowing the LLM to construct a workflow, request specific computations from a mathematical toolbox agent, and then resume its ver…

9
№03
cs.AI arxiv:2607.29405v1

Beyond Component Testing: Validating Agentic AI Systems

Fabio Orazio Mirto, Luca D'Agati, Giuseppe Tricomi et al.

This paper addresses the challenge of validating complex agentic AI systems, which exhibit multi-step, dynamic behaviors. It synthesizes existing research to propose a five-dimension taxonomy (behavioral, safety, temporal, regulatory, multi-agent) for characterizing this validation problem. The contribution lies in map…

9
№04
cs.AI arxiv:2607.29559v1

LEMUR: Learning to Align with Multi-Objective Reinforcement Learning from Preference Feedback

Manith Adikari, Bei Peng, Samuele Vinanzi et al.

LEMUR addresses the challenge of training RL agents for tasks with multiple, conflicting objectives when explicit reward functions are unavailable. It combines Multi-Objective Reinforcement Learning with Preference-based RL, enabling agents to learn complex trade-offs by inferring preferences from human feedback rather…

9
№05
cs.AI arxiv:2607.29254v1

Tool Specifications Matter: Uncovering and Mitigating Safety Risks in AI Agents

Minghui Pan, Jiayuxuan Yang, Yuanyuan Yuan et al.

This paper argues that the way AI agents are given instructions for using external tools (tool specifications) significantly impacts their safety. They found that schema-formatted specifications weaken the AI's ability to refuse harmful actions. To address this, they propose SafeKeep, a system that uses simpler text de…

9
№06
cs.CL arxiv:2607.29211v1

Knowing When to Quit: Diagnosing and Training LLMs to Abort Futile Reasoning

Xinyan Guan, Jiali Zeng, Chunlei Xin et al.

This paper introduces **CaRL**, a method to train Large Language Models (LLMs) to recognize and abort "futile reasoning" on tasks exceeding their capabilities. CaRL uses reward shaping to incentivize refusal over generating plausible but incorrect outputs and hindsight refusal augmentation to learn from past failures. …

9
№07
cs.CL arxiv:2607.29678v1

TokTier: Exact Stateful Tokenization for Agentic LLM Serving

Zhenyu Zhang, Zhichao Cao

TokTier addresses the inefficiency of re-tokenizing entire prompts in agentic LLM serving. Its core method is stateful tokenization that guarantees identical token IDs to full reference tokenization by intelligently re-tokenizing only a small window around appended text and splicing based on a stability check. This sig…

9
№08
cs.CL arxiv:2607.29377v1

Zero-Mem: Zero-Token Memory Operations for LLM Agents

Yilin Xiao, Zhehan Zhu, Yujing Zhang et al.

Zero-Mem proposes a novel approach to LLM agent memory by eliminating token costs for memory operations. Instead of using LLM calls, it organizes interaction traces into an entity-context graph and a temporal hierarchy. This allows for efficient retrieval of supporting information and context for each query without con…

9
№09
cs.AI arxiv:2607.29422v1

AgenticRepair: Multi-Faceted Program Context Engineering for Agentic Vulnerability Repair

Michael Fu, Qiyue Mei, Patanamon Thongtanunam et al.

This paper introduces AgenticRepair, a framework for automated vulnerability repair. Its core method is multi-faceted program context engineering, which addresses critical gaps in existing approaches by capturing code structure, runtime execution, and commit history. This richer context is then used by a dedicated repa…

8
№10
cs.AI arxiv:2607.29440v1

Beyond Retrieval: Analytic Memory for Multimodal Agents

Zhoujin Tian, Yao Tian, Hao Zhang et al.

This paper introduces "analytic memory" as a new paradigm for multimodal agents, complementing existing "retrieval memory." Analytic memory allows agents to compute over accumulated observations by organizing recurring multimodal data into queryable structures for filtering, aggregation, and temporal comparison. The pr…

8
№11
cs.AI arxiv:2607.29246v1

Don't Mix Rewards, Mix Policies: Policy Decomposition and Optimization for Multi-Reward RL

Ruiming Liang, Yi Zhong, Yizhen Yuan et al.

This paper proposes PRISM, a novel multi-reward Reinforcement Learning framework for LLMs. Instead of directly optimizing for multiple conflicting rewards, PRISM decomposes the problem by learning separate positive policies for each desired behavior and a single global negative policy. This approach mitigates alignment…

8
№12
cs.AI arxiv:2607.29516v1

From Code Review to Code Critique: Intent, Drift, and Spotlight for AI-Generated Diffs at Scale

Chandra Maddila, Mashrur Rashik, Euna Mehnaz Khan et al.

This paper introduces ARCTIC, an AI system designed to improve the review of AI-generated code diffs. It addresses the limitations of current tools by focusing on developer intent, detecting deviations from that intent, and highlighting critical code sections for human attention. ARCTIC's core method involves intent pr…

8
№13
cs.AI arxiv:2607.29320v1

MAGA: Multi-Platform Self-Fusion of GUI Agents via Structured Action Distillation

Hang Yan, Zhangxuan GU, Beitong Zhou et al.

MAGA addresses the challenge of creating a single GUI agent that works across multiple platforms by introducing a novel distillation method. It focuses on structured action distillation, prioritizing learning from correct actions and suppressing irrelevant signals to improve the agent's ability to execute tasks across …

8
№14
cs.AI arxiv:2607.29218v1

MirrorCraft: Paired Evaluation under Hidden Rule Changes in Minecraft

Jianxin Gao, Beini Hu, Runze Li et al.

MirrorCraft introduces a novel benchmark for evaluating LLM agents in Minecraft by simulating hidden rule changes. Its core method involves creating paired "Mirror" worlds that are identical to "Vanilla" worlds except for modified server-side rules, allowing for controlled assessment of agent adaptability. The key cont…

8
№15
cs.AI arxiv:2607.29431v1

ModelEquivBench: Certifying Multi-Relational Evaluation of LLM-Generated Optimization Models

Penglin Zhu, Jungang Xu

ModelEquivBench introduces a novel, multi-relational evaluation system for LLM-generated optimization models. Instead of a simple equivalence verdict, it provides a detailed semantic profile (E0-E6) assessing various aspects like representation alignment, feasible set relations, and objective equivalence. This approach…

8
№16
cs.AI arxiv:2607.29468v1

Self-Play Meets Skill Evolution: Self-Evolving Search Agents that Pose, Solve, and Remember

Zenghuang Fu, Zhaoyang Li, Qiuyuan Ai et al.

This paper introduces SESA, a self-play agent that co-evolves problem generation and skill memory. It uses a challenger to pose problems and a solver that retrieves reusable skills from an evolving memory. This bidirectional loop allows the agent to learn and adapt more effectively by continuously refining both its pro…

8
№17
cs.AI arxiv:2607.29527v1

TerraNova: A Foundation Model for the Anthropocene

Carlos Rodriguez-Pardo, Massimo Tavoni

TerraNova's core method is a foundation model that unifies physical Earth data and societal data by respecting their distinct geometric representations (continuous fields vs. administrative units). It achieves this through dedicated encoders for location, country, and time, and cross-modal transformers that fuse these …

8
№18
cs.LG arxiv:2607.29378v1

PTP: Previous-Token Prediction based LLM Inversion for Near-Exact Prompt Reconstruction

Pirzada Suhail, Nagasai Saketh Naidu, Atanu R Sinha et al.

This paper introduces PTP, a novel black-box method for prompt reconstruction from LLM outputs. Instead of semantic reconstruction, PTP trains an explicit inverse language model from scratch using synthetically generated data. This inverse model learns to predict previous tokens, mirroring the forward generation proces…

8
№19
cs.LG arxiv:2607.29389v1

Simulation Code Generation for Fluid Systems using Large Language Models: Benchmarking Models and Prompting Strategies

Jan Marius Stürmer, Jascha Knack, Tobias Koch et al.

This paper explores using Large Language Models (LLMs) to automatically generate simulation code for fluid systems from a neutral graph representation. The core method involves benchmarking ten LLMs and six prompting strategies to translate this representation into executable code for WNTR and Modelica. The contributio…

8
№20
cs.LG arxiv:2607.29601v1

The Parts Are Greater Than the Sum: Automated Task Sequencing for Efficient Training of Multi-Policy LLMs

Jiajia Tang, Sizhe Yuen, Francisco Gomez Medina et al.

This paper proposes a novel method for training multi-policy Large Language Models (LLMs) efficiently using Parameter-Efficient Fine-Tuning (PEFT). Instead of a single adapter, it automatically organizes tasks into groups and sequences them to create independent Quantized Low-Rank Adapters (QLoRA). This decoupled optim…

8