← Back to arXiv Computation and Language

arXiv Computation and Language briefings

ResearchOfficialarXiv Computation and Language

Semantic Register Compression in Multi-Agent LLM Cascades

Researchers introduce and characterize 'semantic register compression' as a measurable failure mode in multi-agent LLM systems, where intermediate agents can systematically reduce the semantic distinctions necessary for accurate downstream decisions. In a three-agent pipeline, they find that critical evaluation reduces label separability by up to 41.7% in fact-checking, 27.2% in sentiment analysis, and 20.0% in medical triage tasks. The study demonstrates that this phenomenon is generalizable across domains and is primarily driven by oriented semantic transformation, with implications for the safety and reliability of multi-agent LLM deployments.

Why it matters: This work identifies a generalizable and quantifiable risk in multi-agent LLM systems that could impact the reliability of applications in high-stakes areas such as fact-checking and medical triage.

ResearchOfficialarXiv Computation and Language

Latent Trajectory Discrimination for AI-Generated Text Detection

Researchers introduce Geometric Trajectory and Contrastive Learning (GTCL), a framework that approaches AI-generated text detection by modeling the evolution of textual representations across a sequence, rather than treating documents as static entities. GTCL segments documents into ordered local units, encodes them, and applies contrastive learning to distinguish between latent generation trajectories. Experimental results on multiple benchmarks indicate that GTCL consistently outperforms existing detection baselines.

Why it matters: This work offers a dynamic approach to AI-generated text detection, potentially enhancing robustness against evolving generative models.

Policy & SafetyOfficialarXiv Computation and Language

AI Detection Models May Misclassify Autistic Writing as AI-Generated

A preprint study analyzing around 60,000 Reddit posts found that OpenAI's GPT-2 detection model flagged a significantly higher proportion of texts from likely-autistic authors as AI-generated, even though less than 2% of posts from either group were flagged overall. The study notes that the overlap between features of autistic writing and AI-generated text is not straightforward, but the observed bias raises ethical concerns about the use of such detection models, especially in academic settings.

Why it matters: The findings highlight a potential bias in AI detection tools that could unfairly impact autistic writers, underscoring the need for careful evaluation of these models in high-stakes environments.

ResearchOfficialarXiv Computation and Language

ReportMedSAM: Guiding Medical Image Segmentation Through Radiology Reports

ReportMedSAM introduces a framework for medical image segmentation that leverages free-form radiology reports by replacing discrete extraction with a learnable concept bank. The system aligns organ-level embeddings with clinical corpora using contrastive learning and employs a frozen medical vision-language encoder. It dynamically activates task-specific Mixture-of-Experts modules based on report content, enabling robust segmentation and easy extension to new tasks without retraining existing components. Evaluation on the AbdomenAtlas 3.0 dataset shows competitive segmentation accuracy and effective handling of linguistic variability in clinical reports.

Why it matters: This approach advances scalable and robust medical image segmentation directly from natural language reports, addressing limitations of prior rule-based or phrase-matching methods.

ResearchOfficialarXiv Computation and Language

Prefill Jailbreak Bypasses LLM Refusal in Early Response; Harm Representation Unchanged

A new preprint demonstrates that inserting a simple prefill phrase (such as "Sure, here is") at the start of a prompt can bypass refusal mechanisms in aligned large language models (LLMs). The study finds that while the model's internal representation of harm remains high, behavioral refusal drops to chance, and this effect is localized to the first half of the response. The underlying mechanism is shown to be generic autoregressive conditioning rather than a safety-specific suppression, and the vulnerability is consistent across multiple model families and sizes.

Why it matters: This work exposes a structural vulnerability in current LLM safety alignment, highlighting the challenge of defending against response-site attacks that exploit generic model mechanisms rather than safety-specific features.

ResearchOfficialarXiv Computation and Language

CityLLM enables natural-language queries of semantic 3D city models

CityLLM is a framework that integrates spatial and graph databases with large language models (LLMs) to allow users to query semantic 3D city models using natural language. In tests on a CityJSON dataset of Rotterdam, CityLLM achieved 85.2–100% answer correctness and 100% query success across 54 queries. The system supports iterative query refinement and chaining across multiple databases, aiming to make complex urban data more accessible to non-experts.

Why it matters: This work could make it easier for a wider range of users to access and analyze complex 3D city data, potentially broadening the use of such models in urban planning and research.

ResearchOfficialarXiv Computation and Language

Answer-Conditioned Chains of Thought Degrade Verifiable-Reasoning Distillation in Large Language Models

A new preprint demonstrates that generating chains of thought conditioned on the correct answer can significantly degrade the quality of reasoning data used for distilling large language models (LLMs). The study finds that this approach can reduce verifiable-reasoning accuracy by up to 27 points on the hardest problems, and that standard correctness filtering fails to detect the degradation. The authors recommend generating answer-blind chains of thought to avoid introducing hidden flaws into reasoning data.

Why it matters: This result challenges a common practice in LLM reasoning distillation and highlights the risk of introducing subtle but significant flaws when conditioning on answers.

ResearchOfficialarXiv Computation and Language

PReM: Learning What to Preserve and When to Refresh for Context Compression

PReM is a context-compression framework for language models that maintains long context as internal layer-wise key-value (KV) memory, learning dynamically what information to preserve and when to refresh it. The approach introduces a dedicated memory layer and a special memory token, trained using Phase-Separated Refresh Training to align memory selection with generation needs. Experiments on 32K-token contexts demonstrate that PReM outperforms strong baselines at 16x and 32x compression, achieving a favorable balance between answer quality and inference efficiency.

Why it matters: This work offers a novel approach to efficient long-context inference by enabling dynamic adaptation of compressed context, potentially improving both quality and efficiency in large language models.

ResearchOfficialarXiv Computation and Language

Digital Pantheon: Simulating and Auditing Coalition Formation with LLM Agents

Researchers introduce a multi-agent framework that combines Supervised Fine-Tuning (SFT), Direct Preference Optimization (DPO), and Retrieval-Augmented Generation (RAG) to simulate political coalition negotiations using large language models. Applied to the 2019 Flemish election, the system produces stable coalition rankings and uses a novel tracing method to link agreement clauses back to party manifestos. The framework also benchmarks simulated agreements against real-world outcomes, offering a transparent and interpretable approach to studying party compatibility.

Why it matters: This work provides a transparent and scalable method for simulating and auditing political negotiations with LLMs, potentially advancing computational political science research.

ResearchOfficialarXiv Computation and Language

Reasoning Graphs Enhance Robustness of LLM Authorship Attribution

A new method uses graph neural networks to analyze reasoning structures extracted from LLM-generated text for authorship attribution. This approach significantly outperforms traditional baselines, achieving up to 27 percentage points higher accuracy under obfuscation attacks such as paraphrasing and backtranslation, and 19 points higher on texts from previously unseen model versions.

Why it matters: The method offers a more robust solution for detecting LLM-generated text, addressing vulnerabilities of existing techniques to paraphrasing and model updates.

ResearchOfficialarXiv Computation and Language

Routing Ceilings Are Domain-Independent: Structural Prior Injection in Code Security Vulnerability Detection

A new preprint replicates findings from mathematical reasoning in the domain of code security, showing that injecting structural priors (cheatsheets) into LLM prompts dramatically boosts in-distribution performance but leads to severe out-of-distribution collapse. The study evaluates three large language models across multiple vulnerability types and finds that the trade-off between in-distribution gains and out-of-distribution failures is robust across domains. Iterative recalibration of cheatsheets does not resolve the collapse, supporting the router hypothesis and suggesting that distribution-aware training is needed.

Why it matters: This work reveals a fundamental, cross-domain limitation of prompt-based structural priors for LLMs, emphasizing the need for distribution-aware approaches in real-world applications.

ResearchOfficialarXiv Computation and Language

Multi-Head Latent Control: A Unified Interface for LLM Agent Decision Making

A new method called Multi-Head Latent Control introduces a lightweight layer that reads hidden-state trajectories from a frozen large language or vision-language model to generate control signals at deployment. This enables agents to make decisions such as deferring to a stronger model, requesting clarification, invoking tools, or abstaining, all without modifying the backbone model. Experiments show that this approach can reduce reliance on large models by up to 90.7% on the AndroidWorld benchmark while maintaining most of the performance, and also improves tool-use decision quality.

Why it matters: This technique offers a practical way to enhance the efficiency and reliability of LLM agents by enabling nuanced control decisions directly from model internals, reducing costs and the need for external orchestration.

ResearchOfficialarXiv Computation and Language

Gold-Guided Programmatic Distillation Boosts Financial Reasoning in Smaller LLMs

Researchers introduce a method that distills numerical reasoning abilities from a large language model into a smaller one using execution-verified Python programs, rather than natural-language rationales. On the TAT-QA benchmark, their 7B-parameter student model achieves 87.00 EM / 87.18 F1, outperforming both its 72B-parameter teacher (78.46 EM) and strong existing baselines. The approach includes an iterative recovery stage to further improve training by incorporating newly verified programs.

Why it matters: This work demonstrates that programmatic distillation can enable smaller models to outperform much larger ones in complex financial reasoning tasks, potentially reducing computational costs for high-accuracy applications.

ResearchOfficialarXiv Computation and Language

MARS: Multi-hop Adaptive Retrieval and SPARQL Generation for Knowledge Graph Question Answering

MARS is a knowledge graph question answering (KGQA) approach that integrates large language models (LLMs) with knowledge graphs without requiring model fine-tuning. It uses a structured retrieval process to iteratively gather relevant information and generate SPARQL queries, adapting the retrieval depth to the question. MARS demonstrates competitive performance on established KGQA benchmarks and is efficient and scalable.

Why it matters: MARS offers a scalable way to improve the reliability of LLMs in knowledge-intensive tasks by grounding answers in explicit, updatable symbolic knowledge without the need for costly fine-tuning.

ResearchOfficialarXiv Computation and Language

D-Cut: Adaptive Verification Depth Pruning for Batched Speculative Decoding

D-Cut is an adaptive pruning method for speculative decoding in large language models that selects draft tokens jointly across a batch, focusing verification resources on tokens most likely to be accepted. By using cross-request pruning and a runtime cost model, D-Cut adapts to different deployment environments. Experiments show that under high concurrency, D-Cut increases average speedup from 1.26× to 1.65× and achieves up to 3.0× speedup on mixture-of-experts (MoE) models compared to autoregressive decoding.

Why it matters: D-Cut offers a significant advance in efficient large language model inference, particularly under high concurrency, by reducing wasted computation and improving throughput without compromising output quality.

ResearchOfficialarXiv Computation and Language

Harness Engineering Enables Smaller LLMs to Outperform Larger Models in Academic Supervision Tasks

A new preprint compares a GPT-5-based chatbot without scaffolding to a multi-module system (ASuS) that wraps the smaller GPT-4o-mini model in a LangGraph harness for academic supervision. The harnessed system achieved a pooled mean score of 4.08 versus 1.23 for the larger, unscaffolded model across ten independent raters, excelling in reliability, consistency, and other harness-related dimensions. The study's ablation analysis further suggests that the benefits of harness engineering are largely independent of the underlying model size.

Why it matters: This work provides strong evidence that deliberate harness engineering can yield more reliable and consistent AI systems than simply scaling up model size, especially in high-stakes, structured domains.

ResearchOfficialarXiv Computation and Language

T5-CSBoost: Adversarial Perturbation Resistant LLM Fingerprinting

Researchers introduce T5-CSBoost, an extension of the T5-Sentinel framework that incorporates contrastive style regularization to improve the robustness of AI-generated text detection. The method achieves state-of-the-art results on multiclass source attribution and binary detection benchmarks, and maintains high accuracy under adversarial perturbations up to 90% intensity, including on challenging stress-test suites with unseen models and domains.

Why it matters: This work demonstrates a practical advance in making AI-generated text detectors more resilient to paraphrasing and other adversarial attacks, addressing a key limitation of current systems.

ResearchOfficialarXiv Computation and Language

Just Keep Prompting: Evaluating Repetitive Socratic Prompting in Vision-Language Models

A new evaluation framework, Just Keep Prompting (JKP), assesses the stability of vision-language models (VLMs) like GPT-4o, Gemini 2.5 Pro, and Qwen3-VL-30B under repeated multi-turn questioning. The study finds that repeated prompting often destabilizes model answers, leading to answer flipping and reduced reliability, rather than improving reasoning. Notably, GPT-4o exhibited the most instability, while Qwen3-VL-30B and Gemini 2.5 Pro showed different failure modes under pressure.

Why it matters: This work highlights a critical failure mode in VLMs, showing that sustained conversational pressure can undermine answer reliability, which is important for real-world deployment.

ResearchOfficialarXiv Computation and Language

LBA: Textual Hard-Label Adversarial Attack under Low Query Budgets

A new sampling-based method called LBA is proposed for generating high-quality adversarial texts in hard-label scenarios with low query budgets. LBA constructs an approximate distribution of adversarial examples by integrating prior and posterior knowledge, enabling more effective sampling. Experiments across six language models and four datasets show that LBA outperforms state-of-the-art baselines on all evaluation metrics and produces more semantically preserved adversarial texts according to LLM-based assessments.

Why it matters: Improving the efficiency and quality of adversarial attacks is important for robustly evaluating and strengthening language models against real-world threats.

ResearchOfficialarXiv Computation and Language

Polestar: Drift-Aware Cache Calibration and Token Commitment for Efficient Inference of Diffusion LLMs

Polestar is a training-free inference framework for diffusion large language models (dLLMs) that leverages token representation drift to address inefficiencies in KV-cache reuse and challenges in decoding parallelism. It introduces Polestar-Cache for selective KV-cache refreshes and Polestar-Commit for identifying commit-ready tokens. Experiments show Polestar achieves up to 10.73% accuracy improvement and up to 3.7x higher throughput compared to existing baselines on mathematics and coding benchmarks.

Why it matters: This work demonstrates a significant advance in the efficient inference of diffusion LLMs, potentially accelerating their adoption as an alternative to autoregressive models.