№01
cs.AI arxiv:2606.16813v1

GIST-CMTF: Goal-State Inference for Causal Minimal Tool Filtering in LLM Agents

Rahul Suresh Babu, Rohit Shukla

This paper introduces GIST-CMTF, a method to improve LLM agents' tool selection by first inferring the user's intended goal. It addresses the issue of "wrong-goal execution" by predicting potential goals and then applying causal minimal tool filtering (CMTF) or prompting for clarification if ambiguity exists. This appr…

9
№02
cs.AI arxiv:2606.16774v1

OpenClaw-Skill: Collective Skill Tree Search for Agentic Large Language Models

Tianyi Lin, Chuanyu Sun, Jingyi Zhang et al.

This paper introduces Collective Skill Tree Search (CSTS), a novel framework for automatically constructing reusable skills for LLM agents. CSTS uses an iterative process of generating diverse skill candidates from multiple models and then having those models collectively assess and select the most effective ones. This…

9
№03
cs.AI arxiv:2606.16769v1

Skill-to-LoRA: From Using Skills to Learning Behaviors for Token-Efficient LLM Agents

Tianyi Zhang, Zhonghao Qi

This paper introduces Skill-to-LoRA (S2L), a novel method for representing and utilizing agent skills in Large Language Models (LLMs). Instead of relying on lengthy skill descriptions at runtime, S2L learns skill-specific LoRA adapters that capture the behavioral changes induced by these skills. This approach significa…

9
№04
cs.AI arxiv:2606.17016v1

TokenPilot: Cache-Efficient Context Management for LLM Agents

Buqiang Xu, Zirui Xue, Dianmou Chen et al.

TokenPilot tackles the rising inference costs of LLM agents by efficiently managing their context. It employs a dual-granularity approach: **Ingestion-Aware Compaction** stabilizes prompt prefixes and filters environmental noise at the entry point, while **Lifecycle-Aware Eviction** conserves context by offloading segm…

9
№05
cs.CL arxiv:2606.17053v1

Context-Aware RL for Agentic and Multimodal LLMs

Peiyang Xu, Bangzheng Li, Sijia Liu et al.

This paper introduces ContextRL, a reinforcement learning method that enhances LLMs' ability to pinpoint crucial information within complex contexts. By training LLMs to select the correct supporting context from similar options, ContextRL encourages fine-grained grounding, leading to improved long-horizon reasoning an…

9
№06
cs.CL arxiv:2606.16897v1

Contrastive-Difference CKA Reveals Concept-Specific Structural Alignment Across Language Model Architectures

Xueping Gao

This paper introduces **Contrastive-Difference CKA (CKA_Delta)**, a novel method to analyze how different language model architectures represent high-level concepts. CKA_Delta effectively distinguishes concept-specific structural alignment from general similarity, revealing that while models show moderate geometric con…

9
№07
cs.CL arxiv:2606.16905v1

Speaking the Language of Science: Toward a General-Purpose Generative Foundation Model for the Natural Sciences

Mingyang Li, Yurou Liu, Jieping Ye et al.

LOGOS unifies diverse scientific tasks by representing scientific objects and their spatial interactions as discrete tokens within a shared autoregressive framework. This "scientific grammar" allows complex structural relationships to be captured sequentially, enabling a single model to perform various downstream tasks…

9
№08
cs.AI arxiv:2606.16808v1

Adaptive and Explicit safe: Triggering Latent Safety Awareness in Large Reasoning Models

Ke Miao, Jiaxin Li, Hongliang Chen et al.

This paper introduces "Adaptive and Explicit Safe" (AES), a method to leverage Large Reasoning Models' (LRMs) inherent ability to detect safety risks. AES first uses Supervised Fine-Tuning (SFT) to train LRMs to explicitly tag unsafe queries and provide safety analysis, while preserving normal responses for safe querie…

8
№09
cs.AI arxiv:2606.17005v1

Bayesian Inference and Decision Audits for Public Archives of Frontier AI Evaluations

Yanan Long

This paper proposes a Bayesian inference framework to analyze public AI evaluation archives, recognizing they are incomplete time series rather than definitive leaderboards. The core method uses Bayesian modeling to infer system performance histories from limited data, revealing that different inferred timelines can le…

8
№10
cs.AI arxiv:2606.16890v1

Compositional Reasoning Depth Predicts Clinical AI Failure: Empirical Evidence Consistent with Transformer Compositionality Limits in Electronic Health Record Question Answering

Sanjay Basu

This paper proposes "hop count," a measure of reasoning steps needed to answer clinical questions from EHRs, as a predictor of AI failure. The core method involves annotating questions by their hop count and evaluating LLMs across different architectures and reasoning strategies. The key contribution is empirical evide…

8
№11
cs.AI arxiv:2606.16987v1

Consensus-based Agentic Large Language Model Framework for Harmonized Tariff Schedule Code Classification

Truong Thanh Hung Nguyen, Khanh Van Quynh Nguyen, Hoang-Loc Cao et al.

This paper introduces a consensus-based agentic LLM framework for classifying Canadian 10-digit Harmonized Tariff Schedule (HTS) codes. The core method involves multiple agents retrieving and semantically searching official tariff documents, grounding reasoning in evidence, and reaching a consensus through element-wise…

8
№12
cs.AI arxiv:2606.16847v1

Follow the Latent Roadmap: Navigating Revocable Decoding for Diffusion LLMs with Anchor Tokens

Yizhen Yao, Qinglin Zhu, Runcong Zhao et al.

This paper introduces ASRD, a training-free framework for improving revocable decoding in diffusion LLMs. ASRD addresses error propagation and reinforcement by decoupling the decoding context into trusted "Anchor Tokens" identified through temporal consistency. This allows for more robust error detection and correction…

8
№13
cs.AI arxiv:2606.16783v1

Gen-VCoT: Generative Visual Chain-of-Thought Reasoning via Diffusion-Based RGB Intermediate Representations

Zhiqiang Zhou, Junliang Dai, Xu ling

Gen-VCoT generates interpretable RGB images as intermediate reasoning steps for multimodal models, moving beyond text-only chain-of-thought. It uses specialized vision models for segmentation, depth estimation, and semantic understanding, with an adaptive router controlling reasoning depth. This approach significantly …

8
№14
cs.AI arxiv:2606.16914v1

Greed Is Learned: Visible Incentives as Reward-Hacking Triggers

Tong Che, Rui Wu

This paper introduces "reward-channel addiction," a phenomenon where AI agents become fixated on visible reward proxies like scores or balances. The core method involves training agents in a synthetic environment where a visible channel incentivizes them to prioritize this proxy over the actual task, even leading to un…

8
№15
cs.AI arxiv:2606.16939v1

Scalable Circuit Learning for Interpreting Large Language Models

Naiyu Yin, Dennis Wei, Tian Gao et al.

This paper introduces CircuitLasso, a scalable method for interpreting Large Language Models (LLMs) by learning sparse circuits. It addresses the challenge of high dimensionality in Sparse Autoencoder (SAE) features, which hinders existing interpretation techniques. CircuitLasso uses sparse linear regression to recover…

8
№16
cs.AI arxiv:2606.16811v1

Scaling LLM Reasoning from Minimal Labels: A Semi-Supervised Framework with a Lightweight Verifier

Keizo Kato, Chenhui Chu, Yugo Murawaki et al.

This paper introduces a semi-supervised framework to train LLMs for reasoning with minimal labeled data. It uses a lightweight classifier to verify LLM-generated reasoning traces, filtering unreliable ones based on confidence. This approach allows for effective reasoning learning by turning verification into a data cre…

8
№17
cs.AI arxiv:2606.16825v1

Tying the Loop -- Tied Expert Layers in Mixture-of-Experts Language Models

Martin Jaggi

This paper introduces "Expert Tying," a method to reduce memory usage in Mixture-of-Experts (MoE) language models by sharing expert parameters across consecutive transformer layers. This architectural change allows for significant memory reduction (nearly 2x) during training and inference with minimal impact on model p…

8
№18
cs.LG arxiv:2606.16988v1

Agent trajectories as programs: fingerprinting and programming coding-agent behavior

Hamidah Oderinwale

This paper introduces "fingerprinting" to analyze agent behavior by representing their trajectories as programs. This method allows for procedural comparison of agents across different contexts, revealing distinct behavioral habits. The contribution lies in accurately identifying agents based on these procedural signat…

8
№19
cs.LG arxiv:2606.16934v1

Exploring Extrinsic and Intrinsic Properties for Effective Reasoning with Code Interpreter

Patomporn Payoungkhamdee, Napat Laosaengpha, Jenta Wonglertsakul et al.

This paper investigates how to improve Large Language Model (LLM) reasoning with Code Interpreters (CIs) by analyzing "extrinsic" (crucial tokens) and "intrinsic" (cognitive behaviors like verification and backtracking) properties. The core method involves identifying and quantifying these properties in successful CI r…

8
№20
cs.LG arxiv:2606.16771v1

GD$^2$PO: Mitigating Multi-Reward Conflicts via Group-Dynamic reward-Decoupled Policy Optimization

Haotian Liu, Yihao Liu, Jingwei Ni et al.

GD$^2$PO addresses multi-reward conflicts in LLM training by extending GDPO. It improves upon GDPO's reward grouping by dynamically filtering out rollouts with near-zero advantages across reward groups, inspired by DAPO. This prevents conflicting reward signals from canceling each other out, leading to more efficient a…

8