№01
cs.AI arxiv:2607.24339v1

Gubernaut: A Deterministic Homeostatic Controller for Affect-Regulated LLM Agents, Validated Across Independent Model Families

Dushyant Sharma

This paper introduces Gubernaut, a deterministic runtime controller for LLM agents designed to prevent reactive failures like escalation or sycophancy. It operates as a model-agnostic layer that monitors numerical telemetry (intensity, valence, repetition) and adjusts the LLM's behavior without processing text, thus cr…

9
№02
cs.AI arxiv:2607.24720v1

The Physics of Multi-Turn Long-Horizon Planning: From Pre-training to Post-training via Single- and Multi-Teacher On-Policy Agentic Distillation

Tianyi Men, Zhuoran Jin, Kang Liu et al.

This paper introduces a controlled environment to systematically study multi-turn long-horizon planning in foundation model agents. The core method involves analyzing planning ability acquisition during pre-training by manipulating data formats and introducing world models, and then shaping it through post-training tec…

9
№03
cs.AI arxiv:2607.24507v1

UNIFUSION: Adapting Autoregressive Language Models into Discrete Diffusion under a Unified Reverse-Rate Objective

Xiaoyi Jiang, Jingyuan Li, Yixuan Jiang et al.

This paper proposes UNIFUSION, a method to adapt autoregressive language models for discrete diffusion. It unifies existing diffusion objectives under a single generalized KL objective, allowing seamless switching between different corruption kernels like masking and uniform noise. UNIFUSION then uses a simple continua…

9
№04
cs.LG arxiv:2607.24653v1

Kimi K3: Open Frontier Intelligence

Kimi Team, Tongtong Bai, Yifan Bai et al.

Kimi K3 is a 2.8T parameter Mixture-of-Experts model that achieves significant scaling efficiency improvements through novel attention mechanisms (Kimi Delta Attention) and expert routing (Stable LatentMoE). Its core contribution lies in its massive scale, native vision capabilities, and an unprecedented 1-million-toke…

9
№05
cs.LG arxiv:2607.24392v1

When LLM Defenses Backfire: Characterizing Safety, Performance, and Cost Trade-offs

Tong Zhang, Zexin Li, Simin Chen et al.

This paper systematically analyzes the trade-offs of LLM jailbreak defenses across safety, performance, and cost. It categorizes defenses by operational strategy and finds that they rarely improve downstream capabilities, instead varying in how they impact usability and efficiency. Rule-based defenses best maintain per…

9
№06
cs.AI arxiv:2607.24625v1

Agentic Permissions Policy Algebra for Taint Confinement in LLM Agents

Arseny Kravchenko, Vadim Liventsev, Innokentii Konstantinov et al.

This paper introduces APPA, a novel Information Flow Control framework for LLM agents. APPA addresses the usability bottleneck of traditional taint tracking by enabling engine-managed context branching and prospective acquisition enforcement, allowing agents to safely process mixed-confidentiality data without permanen…

8
№07
cs.AI arxiv:2607.24343v1

Beyond Aggregate Risk: Role-Stratified Conformal Risk Control for LLM Tool Calls

Md Ashikur Rahman, Md Arifur Rahman, Niamul Hassan Samin et al.

This paper introduces **role-stratified conformal risk control** for LLM tool calls, a method that addresses the limitations of aggregate risk control by setting separate risk budgets for different argument roles within a tool call. This allows for more precise risk management, preventing high-risk fields from being ma…

8
№08
cs.AI arxiv:2607.24743v1

ClinFusion: A Vision-Centric Multimodal LLM System for Holistic Medical Understanding

Hangjie Yuan, Yichen Qian, Zhiwei Tang et al.

ClinFusion is a vision-centric multimodal LLM system designed for holistic medical understanding. Its core method involves a compositional and cascaded vision encoder that unifies diverse 2D and 3D medical image understanding. The paper's contribution lies in this novel encoder architecture and a vision-grounded evalua…

8
№09
cs.AI arxiv:2607.24586v1

D-Score: A Spectral Hidden-State Signal for Hallucination Detection in Large Language Models

Bianca Raimondi, Davide Evangelista, Maurizio Gabbrielli et al.

This paper introduces the D-Score, a novel method for detecting hallucinations in Large Language Models. The D-Score is a spectral statistic derived from the geometry of hidden activations during a single forward pass. It quantifies how many singular directions in the activation matrix have singular values close to the…

8
№10
cs.AI arxiv:2607.24717v1

DataOrchestra: Learning to Orchestrate Per-Example Curation of Pretraining Data

Zhen Huang, Yikun Wang, Shijie Xia et al.

DataOrchestra learns to create personalized data processing pipelines for each pretraining example. It intelligently decides whether to drop, keep, or clean data, and for cleaning, it selects and instructs specific LLM-based rewriting tools. This approach achieves stable performance gains across multiple benchmarks by …

8
№11
cs.AI arxiv:2607.24562v1

Hierarchical Group-Conditional Conformal Risk Control for Selective Prediction in Language Models

Murilo Salem, Luísa Böhm, Daniel Pontes et al.

This paper addresses the limitation of standard conformal risk control (CRC) in language models, which provides population-level risk guarantees but can fail for specific subgroups. They propose Hierarchical Group-Conditional CRC (HG-CRC), a post-hoc method that enforces simultaneous risk guarantees across a user-defin…

8
№12
cs.AI arxiv:2607.24555v1

LOCKS: Page-Local Compact Key Summaries for Efficient Long-Context Decoding

Junsung Hwang

LOCKS proposes a novel method for efficient long-context decoding in large language models by creating compact, page-local spectral summaries of the KV cache. These summaries allow the model to quickly estimate attention mass and selectively attend to only the most relevant pages, significantly reducing computation. Th…

8
№13
cs.AI arxiv:2607.24649v1

Reason-Mediated Behavioral Models for Auditing LLM Social Simulators

Atharva Pandey, Gautam Jajoo

This paper introduces a method to audit Large Language Model (LLM) social simulators by analyzing the underlying reasoning process, not just the final outcome. It proposes mapping open-ended rationales into "signed reason states" to assess if LLMs can replicate human reasoning patterns. The contribution is demonstratin…

8
№14
cs.LG arxiv:2607.24425v1

Context Is King: How In-Context Specification Shapes the Geometry of Concepts

Elad David, Max Fomin

This paper demonstrates that the geometric structure of concepts within large language models is not fixed but dynamically shaped by in-context specifications. The model can arrange tokens into different topological structures, like cycles or trees, based on provided rules, even overriding strong pre-trained knowledge.…

8
№15
cs.LG arxiv:2607.24665v1

MMOE: Modernizing Diffusion Transformers with Efficient Expert Design

Yanhao Jia, Jiepeng Wang, Haibin Huang et al.

This paper introduces ModernMOE (MMOE), a method to improve the efficiency and quality of diffusion transformers for generative AI. MMOE adapts successful LLM scaling principles, like sparse experts and efficient routing, to diffusion models. Its core contribution is a systematic integration of these modern expert desi…

8
№16
cs.CL arxiv:2607.24352v1

Retrieval-Augmented Large Language Models as Components of Cognitive Computing architecture for Regulatory Knowledge Management

Dariusz Nowak-Nova

This paper proposes a cognitive computing architecture for regulatory knowledge management by integrating locally deployed Large Language Models (LLMs) with Retrieval-Augmented Generation (RAG). The core method involves using RAG to enhance LLMs with controlled knowledge retrieval and traceability, transforming them fr…

8
№17
cs.AI arxiv:2607.24663v1

A corrective agentic hybrid RAG and an operations-grounded evaluation for a scientific facility

Rajat Sainju, Dariusz Jarosz, Hairong Shang et al.

This paper introduces APS-RAG, a platform

7
№18
cs.AI arxiv:2607.24371v1

Closed-Loop Validation-Repair for Healthcare Interoperability: A Multi-Model Study of Schema Compliance in Clinical LLMs

Jianru Shen

This paper introduces a closed-loop validation-repair method to address schema noncompliance in clinical LLMs. By evaluating three models across 320 scenarios, they found consistent compliance issues, suggesting common training data gaps. Their method effectively identifies and can potentially fix these errors, crucial…

7
№19
cs.AI arxiv:2607.24348v1

DeepFaith: Evidence-Grounded LLMs for Faithful Incident Reporting in Multi-Stage APT Defense

Trung V. Phan, Tri Gia Nguyen, Thomas Bauschert

DeepFaith addresses the challenge of generating interpretable incident reports from complex APT defenses. Its core method involves transforming structured defense outputs into natural-language reports that are explicitly grounded in system evidence, ensuring factual accuracy. The contribution is a framework that uses e…

7
№20
cs.AI arxiv:2607.24459v1

From Execution to Capability: Scientific Experience Consolidation via Procedural Knowledge Synthesis

Liwei Dong, Jiahao Zhao, Nan Xu

This paper addresses the challenge of making large language models retain and reuse scientific computing knowledge. Their core method, SciConsolidate, synthesizes transferable procedural knowledge from successful and failed execution experiences. This approach aims to bridge the "abstraction-execution gap" by generatin…

7