cs.CL · 2026-08-18 · No. 88

Computation and Language, 2026-08-18.

17 new papers in cs.CL. Titles, authors, abstracts. Links to arXiv. Want this in your inbox every morning? Subscribe →

01 — The papers

17 entries
  1. 01

    Towards Computational Provenance: Carrying Causal-State Evidence in Generated Text

    Benjamin Belay

    cs.CL · cs.AI

    A language model's output does not by itself provide verifiable evidence about the internal computation that produced it. We study computational provenance: whether generated text can carry detectable evidence of which causally relevant internal state occurred. We test a bounded form of this idea in two controlled architectures: a modular feed-forward neural network and a transformer-based model. Both architectures are trained on the same...

    arxiv.org/abs/2608.16868 · PDF

  2. 02

    Model Hypnosis: Strong control of AI via additive subliminal effects

    Enric Boix-Adsera, Benedict Tessler

    cs.CL · cs.AI

    We demonstrate that AI models are broadly susceptible to a phenomenon we call model hypnosis, in which individually weak and seemingly irrelevant cues in the prompt can be systematically combined to strongly control model behavior. Model hypnosis occurs across model families and scales, including in frontier reasoning models, and hypnotic prompts can transfer between models. Because the model is controlled by inconspicuous textual choices,...

    arxiv.org/abs/2608.16834 · PDF

  3. 03

    ClawGym II: Exploring Black-Box RL on Agent Harness

    Huatong Song, Fei Bai, Ming Yang, Renyuan Li, Jia Deng, Jujie He, Zhange Zhang, Daixuan Cheng, Yan Xing, Qi Yun,...

    cs.CL · cs.AI · cs.LG

    Agent harnesses have substantially improved performance on long-horizon tasks by coordinating agent interactions with the environment. However, reinforcement learning through complex harnesses remains largely unexplored, as scaling such training to long-horizon agent tasks introduces fundamental challenges. In this work, we present a unified black-box RL framework for stable and scalable optimization of general agents through complex...

    arxiv.org/abs/2608.16798 · PDF

  4. 04

    Semantic Bandits: In-Context Exploration-Exploitation is Biased by Semantic Priors

    David Eric Austin, Kaheer Suleman, Jackie Chi Kit Cheung

    cs.CL · cs.AI

    Large language models (LLMs) are increasingly deployed as decision-making agents in settings that require sophisticated environmental exploration. However, existing work has raised questions about how LLMs actually balance exploration and exploitation. Unlike classical agents, LLM agents engage with tasks through natural language, exposing them to semantic information with no formal counterpart in the task structure. We introduce the semantic...

    arxiv.org/abs/2608.16707 · PDF

  5. 05

    Toward Better Assessment of LLMs' Performance in Clinical Error Detection

    Yifan Zhang, Rahmatollah Beheshti

    cs.CL · cs.AI · cs.LG

    Automated detection of errors in clinical documentation is a promising application of large language models (LLMs), yet decisions to deploy such models rest on benchmarks that evaluate each clinical note in isolation. Error-detection benchmarks are typically constructed by injecting errors into notes, such that each erroneous note has a natural counterpart. Aggregate discriminative metrics (e.g., balanced accuracy or F1) do not exploit this...

    arxiv.org/abs/2608.16643 · PDF

  6. 06

    When Do Explanations Help In-Context Learning? A Comparative Study of Natural Language Explanation Types and Faithfulness

    Mahdi Dhaini, Adam Dejl, Juraj Vladika, Volkan Özer, Barbara Plank, Gjergji Kasneci

    cs.CL · cs.AI

    Natural language explanations (NLEs) are increasingly used as inputs, for example, as few-shot rationales that influence model behavior in in-context learning (ICL). However, it remains unclear how different types of NLEs compare in their effects on downstream model performance in explanation-augmented prompting. Therefore, we provide a comparative evaluation across six benchmarks and four instruction-tuned models, studying how NLE source...

    arxiv.org/abs/2608.16627 · PDF

  7. 07

    Palmyra x6 Technical Report: An Agentic, Tool-Use Model Post-Trained via Anchored Supervised Fine-Tuning

    Peng Du, Kiran Kamble, Rakshith Vasudev, Zhizhuo Yang, Rohith Nadimpally, Arjun Krishna, Waseem Alshikh, Daniel M. Bikel

    cs.CL · cs.AI

    Palmyra x6 is a large language model optimized for use with enterprise-oriented agentic tasks. The model was built by post-training a Mixture-of-Experts base model with Anchored Supervised Fine-Tuning on a compact corpus of verified, synthetic tool-use trajectories, optimized with a Muon + Adam hybrid. The recipe is deliberately conservative and deliberately controlled: 626 trajectories, a single epoch, a low learning rate, and a KL anchor to...

    arxiv.org/abs/2608.16620 · PDF

  8. 08

    When Context Misleads: Intent-Guided Decoding for Robust Retrieval-Augmented Generation

    Haolin Jin, Pengyue Yang, Huaming Chen

    cs.CL · cs.AI

    Retrieval-augmented generation (RAG) improves large language models by grounding generation in external evidence, but it also introduces a source trust problem: retrieved context may be useful, irrelevant, or even misleading. Existing RAG systems often apply a fixed trust policy toward retrieved evidence, which can either over-trust incorrect context or underuse context when the user explicitly asks for context-following behavior. Therefore,...

    arxiv.org/abs/2608.16515 · PDF

  9. 09

    Counting Documents Is Not Counting Text: Unit Bias in Web-PDF Corpus Statistics

    Luca Foppiano

    cs.CL · cs.AI

    PDF corpora advertise their size in tokens but compute every rate they publish (coverage, OCR routing, re-fetch recovery, language mix) per document, and none decomposes its token total. The two units diverge sharply. On CC-MAIN-2021-31-PDF-UNTRUNCATED (7.9M web PDFs, 32.6B tokens), 3.02% of text-bearing documents hold half the tokens (Gini 0.807); documents over 50 pages are 5.00% of the corpus but 53.53% of its text. The PDFs produced by a...

    arxiv.org/abs/2608.16390 · PDF

  10. 10

    Mint-Agent: Introducing Finance-Native Agentic Foundation Models

    Mint-Agent Team, B. Zhang, Yaze Geng, Lei Tang, Yaoyang Yi, Zonghan Wu, Yifan Hu, Kun Wang, Qingsong Wen, Yilei Shao

    cs.CL · cs.LG

    Financial agents must do more than recall domain knowledge: they must be both reliable, executing precise operations over grounded evidence, and executive, sustaining long-horizon research whose conclusions remain auditable. We present Mint-Agent, a family of finance-native agentic models designed around these two scales of financial intelligence. Mint-Agent is built upon three pillars: data, harness, and algorithm. Our data engine constructs...

    arxiv.org/abs/2608.16386 · PDF

  11. 11

    HalluTracer: Hallucination Detection via Depth-Averaging Truth Signals

    Zhihao Guo, Zonghan Wu, Huan Huo, DaYong Ye, Junwei Zhang, Weiran Yao, Zhiwei Liu, Qingsong Wen, Yilei Shao

    cs.CL · cs.AI

    Even well-aligned large language models confidently generate factually incorrect text, making hallucination a persistent reliability risk in high-stakes deployments. These models nonetheless carry linearly separable truthfulness signals in their internal representations. Existing white-box detectors, however, collapse this evidence to isolated components or a single depth, discarding discriminative information distributed across the full...

    arxiv.org/abs/2608.16353 · PDF

  12. 12

    Architecture-Dependent Causal Transfer of Activation States Across Large Language Models

    Fernando Cardenas Piepereit

    cs.CL · cs.LG

    Direct communication between AI systems relies on natural language as an intermediate layer, incurring encoding/decoding overhead, token cost, and latency. We ask whether internal activation states can instead be transferred causally between different large language model (LLM) architectures via a learned projection, evaluated at three levels: representational similarity, cross-model retrieval from projected states, and end-to-end causal...

    arxiv.org/abs/2608.16347 · PDF

  13. 13

    Step-Level On-Policy Distillation: Interpolating Between On-Policy Distillation and Supervised Fine-Tuning

    Changhui Sun, Lanbo Liu, Hang Lei, Tong Ling, Jiahang Xie, Zhiyong Zheng, Yujia Wang, Hao Liu, Feng Xiao, Lu Liu,...

    cs.CL · cs.AI

    On-policy distillation (OPD) aligns a student model with a teacher's logit distribution on student-generated trajectories. This approach has achieved strong empirical gains and can often surpass conventional off-policy distillation with substantially less data. However, standard token-level OPD can provide only fragmented corrections along an erroneous student trajectory and cannot unfold a complete and correct repair path. Motivated by this...

    arxiv.org/abs/2608.16333 · PDF

  14. 14

    Domain-Agnostic Neural Topic Modeling with Contextual Token-Level Semantic Graph Representation

    Seung-Won Seo, Won Ik Cho, Yongmin Yoo

    cs.CL · cs.LG

    Recent advances in neural topic models with pre-trained language models (PLMs) have achieved strong performance by leveraging general-domain pre-training, yet their topic interpretability often degrades on specialized corpora. This limitation primarily stems from the geometry of the embedding space, where domain-specific terms unseen during pre-training collapse into an indistinguishable region, and neither domain-specific re-training,...

    arxiv.org/abs/2608.16269 · PDF

  15. 15

    STAIR: Semantic-Temporal Automaton for Interpretable Reasoning in Temporal Question Answering

    Xinlong Dai, Jinchuan Zhang, Lei Gao, Xinzhe Hu, Yuefeng He, Hui Gao

    cs.CL · cs.AI

    By leveraging large-scale pretraining, LLMs can interpret diverse temporal expressions and question formulations without task-specific training. However, existing prompt-based neuro-symbolic systems continue to rely on LLMs for both semantic interpretation and exact temporal inference. Consequently, discrete decisions regarding intervals, time anchors, and ordered states remain vulnerable to probabilistic errors and difficult to verify. We...

    arxiv.org/abs/2608.16224 · PDF

  16. 16

    LENS: In-Context Search via Latent Evidence Exploration over Dynamic Raw Documents

    Xingjun Wang, Gongsheng Li, Qi Fan, Yunlin Mao, Luyan Su, Yingda Chen

    cs.CL · cs.AI

    LLM agents increasingly answer questions over dynamic raw-document collections, where files may change before preprocessing, and relevant evidence (spans, sections, pages, or tables) is query-dependent. Existing retrieval-augmented approaches pre-materialize evidence via fixed chunking, embeddings, or persistent indexes: effective for lookup, yet costly, stale-prone, and committed to a granularity before the query is known. We formulate...

    arxiv.org/abs/2608.16185 · PDF

  17. 17

    QUMem: Personalized Memory for Query-Conditioned User-State Inference in LLM Agents

    Heng Wang, Yifei Li, Lingling Zhang, Pengyu Li, Xinyu Che, Xinyu Zhang, Zesheng Yang

    cs.CL · cs.AI

    Large language model (LLM) agents increasingly use external memory systems to support personalization by drawing on long and evolving interaction histories, in which user preferences may be distributed across time, change with context, and conflict with earlier evidence. However, existing systems face three limitations: fixed-turn, fixed-token, or session-based boundaries can mix unrelated dialogue or split an event from its causes,...

    arxiv.org/abs/2608.16168 · PDF

This edition is part of The Daily Abstract — cs.CL archive. Subscribe to receive these in your inbox each morning, automatically translated to Spanish, with reply-to-PDF: arxivdaily.ignorelist.com.

Colophon Set in Georgia, with system sans for interface chrome and a monospaced stack for code and paper identifiers. Sole accent: amber #D99C5E. Built and served on an always-free VM. The masthead is set 14% letterspaced because newspapers do that and it works.