← Back to arXiv Computation and Language

arXiv Computation and Language briefings

ResearchOfficialarXiv Computation and Language

Diagnosing and Mitigating Thinking Collapse in On-Policy Self-Distillation

Researchers have identified 'Thinking Collapse,' a failure mode in on-policy self-distillation (OPSD) for large language models, where intermediate reasoning abilities degrade during training. They introduce Adaptive Dual-Perspective OPSD (AD-OPSD), a method that dynamically moderates the self-distillation objective to preserve reasoning capacity. Experiments show that AD-OPSD improves accuracy by up to 4.1% on mathematical benchmarks compared to standard OPSD.

Why it matters: This work addresses a critical limitation in a widely used LLM training technique, potentially leading to more reliable reasoning in complex tasks.

Jul 14, 2026

ResearchOfficialarXiv Computation and Language

LLMs Struggle with Pragmatic Cooperativity Under Epistemic Asymmetry

A new preprint investigates the pragmatic reasoning abilities of large language models (LLMs) in multi-party collaborative tasks where participants have only partial information. The study finds that while LLMs can display some pragmatic skills, they often struggle to communicate effectively under epistemic asymmetry and frequently fail to recognize violations of Grice's cooperative principles.

Why it matters: This work reveals key limitations in LLMs' ability to engage in effective, cooperative communication in real-world scenarios where information is not fully shared.

Jul 14, 2026

ResearchOfficialarXiv Computation and Language

Study: Language Models Struggle to Retain Facts in Weights During Continual Learning

A new preprint finds that language models have difficulty reliably accumulating facts in their weights during continual learning. After twenty sequential writes, facts trained with diverse data retain 46% accuracy, while those trained with bare statements retain only 1%. The study suggests that context, rather than model weights, is the more reliable channel for composing or preserving facts through multiple updates.

Why it matters: This challenges the feasibility of using language model weights for continual knowledge accumulation, with implications for how models are updated and retain information over time.

Jul 14, 2026

ResearchOfficialarXiv Computation and Language

MafiaScope: Non-Invasive Belief Probing for LLM Agents in Social Deduction Games

MafiaScope is an open testbed that adapts the social deduction game Mafia to probe the beliefs and Theory of Mind of LLM agents. After each public utterance, agents privately answer structured probe questions, with responses scored against ground truth and visualized as belief trajectories. In a 32-game case study using DeepSeek, the system revealed poor calibration (expected calibration error 0.17) and a tendency for agents to over-predict being suspected. The platform, including engine, viewer, and a large corpus of games, is released under an open license.

Why it matters: This introduces a novel, systematic approach to measuring and visualizing the internal beliefs and reasoning processes of LLM agents during social interactions.

Jul 14, 2026

ResearchOfficialarXiv Computation and Language

First ChineseBabyLM Challenge Announced for NLPCC 2026

The first ChineseBabyLM challenge will be held at the 2026 NLPCC conference, inviting researchers to train language models from scratch using 100 million Chinese tokens. The competition will evaluate models on three tracks: natural language understanding (NLU), cognitive alignment, and Hanzi knowledge, with no restrictions on tokenizer, model architecture, or training epochs.

Why it matters: This challenge aims to advance research on data-efficient and cognitively plausible language models for Chinese, encouraging approaches that better reflect human-like language acquisition in a non-English context.

Jul 14, 2026

Policy SafetyOfficialarXiv Computation and Language

MJ: Multi-turn LLM Jailbreaking via Decomposed Credit Assignment

A new preprint introduces DC-GRPO, a turn-level credit assignment framework for multi-turn jailbreaking of large language models (LLMs). The method assigns learning signals to individual dialogue turns, enabling more effective automated red teaming. Experiments show DC-GRPO achieves over 97% attack success rate across multiple benchmarks, substantially outperforming previous state-of-the-art methods.

Why it matters: This work demonstrates a highly effective automated jailbreaking technique for multi-turn LLM interactions, highlighting a significant vulnerability in current conversational AI safety measures.

Jul 14, 2026

ResearchOfficialarXiv Computation and Language

Anamnesis: Open-Source Platform for Backstory-Conditioned Survey Simulation

Anamnesis is an open-source platform that enables large-scale survey simulation using large language models (LLMs), designed to be accessible for non-technical users. The system leverages structured narrative backstories to condition responses and supports multimodal surveys, including image and audio. Case studies demonstrate that Anamnesis produces opinion distributions that more closely align with real-world survey data compared to standard persona-prompting methods.

Why it matters: This platform offers a transparent and reproducible alternative to proprietary survey simulation tools, allowing researchers to prototype and stress-test survey instruments without relying on human subjects.

Jul 14, 2026

ResearchOfficialarXiv Computation and Language

Token-Efficient LLM Framework for Opinion Summarization Preserves Semantics

A new framework combines multidimensional classification and stratified sampling to select representative subsets of opinions before summarization by large language models (LLMs). This approach reduces token usage and computational cost, while experiments on product reviews, hotel feedback, and social posts show improved coverage, balance, and semantic preservation compared to traditional and standard LLM summarization baselines.

Why it matters: Efficiently summarizing large-scale opinionated text without sacrificing viewpoint diversity is crucial for applications such as product analysis and social listening.

Jul 14, 2026

ResearchOfficialarXiv Computation and Language

FATE: An 8B-Parameter Model for Automated AI Tutor Evaluation

Researchers present FATE, an 8B-parameter language model specifically designed to evaluate AI tutors across four pedagogical tracks: Mistake Identification, Mistake Location, Guidance, and Actionability. By leveraging knowledge distillation from a frontier LLM, FATE achieves up to 22.63 percentage point absolute performance gains. The model is used to benchmark instructional responses from several commercial LLMs, with Gemini 2.5 Flash achieving the highest average score.

Why it matters: This work provides a specialized tool for automated, reliable evaluation of AI tutors, addressing a key challenge as LLMs become more prevalent in education.

Jul 14, 2026

ResearchOfficialarXiv Computation and Language

EYT-Bench: A Human-Centered Benchmark for Multi-Turn Dialogue Evaluation

Researchers have introduced EYT-Bench, a benchmark designed to evaluate large language models (LLMs) as multi-turn conversational partners. EYT-Bench uses a decoupled, three-party design involving a persona-grounded user simulator, a target model, and an independent judge, with personas sampled from human-curated corpora. In a 17-model evaluation, the benchmark reveals that while models are statistically similar on subjective measures like empathy and persona consistency, they differ by up to 9x on objective intent tracking. Additionally, enabling reasoning in models improves objective tracking without affecting subjective scores.

Why it matters: EYT-Bench exposes significant gaps in objective intent tracking among conversational AI models that are not captured by single-turn benchmarks, highlighting the need for more comprehensive evaluation methods.

Jul 14, 2026

ResearchOfficialarXiv Computation and Language

Structured Thoughts Framework Improves LLM Reasoning and Enables Context Pruning

Researchers present Structured Thoughts, a framework that organizes large language model (LLM) reasoning into alternating scratch and summary blocks. Fine-tuning LLMs on this structured data leads to up to 8.08% performance improvements on reasoning benchmarks. The framework also enables context pruning, which can save 85% of memory with only an 8.67% drop in performance on mathematical tasks.

Why it matters: This approach offers a practical method to enhance both the reasoning quality and computational efficiency of LLMs by addressing the memory inefficiency of long reasoning chains.

Jul 14, 2026

ModelsOfficialarXiv Computation and Language

Language Models Show Strong Bias Toward Information Locality in Reconstruction Tasks

A new arXiv preprint examines how fine-tuned GPT-2 models reconstruct natural English from 'impossible' languages with disrupted word order. The study finds that these models tend to recover sentence structures with shorter dependency lengths, indicating a strong preference for information locality. Recovery becomes more difficult as word order is increasingly disrupted, and sentence length affects reconstruction differently depending on the type of perturbation applied.

Why it matters: This work provides quantitative evidence of architectural biases in language models, offering new insights into how they process and reconstruct language beyond what learnability experiments reveal.

Jul 14, 2026

ResearchOfficialarXiv Computation and Language

PolyInterview: LLM-Based Platform for Immersive Mock Interviews with Multimodal Assessment

PolyInterview is an LLM-based platform designed to provide immersive mock interview practice with comprehensive multimodal assessment. It generates tailored questions from job descriptions and CVs, conducts multi-turn spoken interviews with a digital human, and evaluates response content, vocal delivery, and non-verbal behavior. The platform has been tested in 1,564 sessions, and expert evaluation found that it produces strong question plans and actionable feedback.

Why it matters: PolyInterview offers a novel, accessible solution for realistic interview practice by combining adaptive dialogue with multimodal assessment, potentially improving job preparation for candidates.

Jul 14, 2026

ResearchOfficialarXiv Computation and Language

Demographic Prompting at Scale: When More Attributes Hurt LLM–Human Agreement

A new preprint systematically varies demographic attributes in prompts across five tasks and five open-source LLMs, finding that alignment with human annotations peaks when using one to three high-signal attributes, but degrades when all attributes are included. The study also shows that the effectiveness of demographic prompting depends on the quality of attribute signals, the nature of the task, and the model architecture. Neuron probing further reveals that only coherent annotation signals lead to alignment gains, and that activation volume alone does not guarantee steerability.

Why it matters: This work provides empirical evidence that more demographic information in prompts does not always improve LLM alignment with human judgments, offering practical guidance for prompt design.

Jul 14, 2026

ResearchOfficialarXiv Computation and Language

Hallucination Detection in LLMs Using Diversion Decoding

Researchers have introduced 'diversion decoding,' a novel method for detecting hallucinations in large language models (LLMs). This technique challenges model-generated responses during decoding and extracts features reflecting the model's resistance to alternative answers, which are then used to train a machine learning model for uncertainty estimation. Experimental results show that diversion decoding outperforms existing hallucination detection methods while requiring significantly less computational resources.

Why it matters: This method could improve the reliability and efficiency of hallucination detection in LLMs, addressing a key challenge for trustworthy AI deployment.

Jul 14, 2026

ResearchOfficialarXiv Computation and Language

Faithful by Design: Evaluating and Improving LLM-Generated Clinical Trial Summaries for Multi-Stakeholder Audiences

A new preprint introduces a benchmark framework to evaluate the faithfulness of large language model (LLM)-generated clinical trial summaries tailored for healthcare providers, patients, and payers. The study assessed GPT-4o, Claude Sonnet 4.6, and Gemini 2.5 Flash on 1,800 summaries, finding 'Unsupported Claims' as the most common error. Incorporating a knowledge-graph-augmented retrieval system led to statistically significant improvements in faithfulness scores, though the nature of improvements varied by model.

Why it matters: This work proposes a systematic approach to identifying and mitigating hallucination risks in clinical summarization, which is crucial for the safe and trustworthy use of LLMs in healthcare.

Jul 14, 2026

ResearchOfficialarXiv Computation and Language

One mechanism for many mental spaces: a shared router over a value slot in language models

A new preprint finds that transformer language models use a unified mechanism—a shared router and value slot—to represent diverse mental spaces such as counterfactual, belief, fictional, and temporal contexts. Subspaces trained to control one type of mental space also generalize to others, and the mechanism is shown to drive inference and compose with space-building operations. The study demonstrates cross-type generality of this mechanism across multiple model families.

Why it matters: This work challenges the traditional view in formal semantics that different mental spaces require separate logics, suggesting instead that language models may use a single, general-purpose mechanism for all such contexts.

Jul 14, 2026

ResearchOfficialarXiv Computation and Language

PTEI: Integrating Personality Traits to Enhance Emotional Intelligence in Large Language Models

A new framework called PTEI integrates MBTI and OCEAN personality traits into large language models (LLMs) to improve their emotional understanding. The approach uses contrastive learning for scenario retrieval and personality-aware prompts, resulting in improved emotional reasoning accuracy, especially in GPT models. When combined with Chain-of-Thought reasoning, PTEI delivers an additional 4% accuracy gain on emotional intelligence benchmarks.

Why it matters: This work demonstrates a meaningful advance in making AI systems more socially and psychologically aware by incorporating individual personality differences into emotional reasoning tasks.

Jul 14, 2026

ResearchOfficialarXiv Computation and Language

CLIR-Bench: Benchmarking Multimodal Question Answering over Irregular Clinical Time Series

CLIR-Bench is a new benchmark designed to evaluate multimodal question answering on irregular clinical time series, constructed from de-identified ICU records. The dataset includes 6,600 QA instances across 11 clinical variables, structured into four capability dimensions and 11 tasks. Each question is linked to explicit temporal evidence and task-specific answer derivation rules. Experiments indicate that current generalist models have difficulty retrieving and reasoning over sparse clinical evidence.

Why it matters: This benchmark fills a critical gap in assessing AI models' ability to ground answers in irregular temporal clinical data, which is important for developing reliable clinical decision support systems.

Jul 14, 2026

ResearchOfficialarXiv Computation and Language

When Reasoning Hurts Legal Drafting: The Verbalization Bottleneck in Patent Claim Generation

A new preprint investigates the impact of explicit Chain-of-Thought (CoT) reasoning on patent claim generation using large language models. The study finds that implicit CoT, where reasoning is kept internal, consistently outperforms explicit CoT, which can introduce a verbalization bottleneck. The authors identify three mechanisms by which explicit verbalized reasoning degrades output quality: abstraction of critical details, disruption of internalized generation patterns, and cascading error propagation. These results are supported by both automatic metrics and human expert assessment.

Why it matters: This challenges the common assumption that explicit reasoning always benefits LLM outputs, especially for structured legal drafting tasks like patent claims.

Jul 14, 2026