← Back to arXiv Computation and Language

arXiv Computation and Language briefings

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.

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.

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.

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.

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.

ResearchOfficialarXiv Computation and Language

Efficiently Adapting Spoken Language Models for the Singaporean Context

Researchers adapted an open-source spoken language model to the Singaporean Home Team domain, covering five speech tasks in the country's four official languages. By combining LoRA fine-tuning, a surrogate text-QA dataset, and a multi-task objective, they developed HT-Moonstone (5B), which matches or outperforms models up to seven times its size on most tasks and achieves the best accent and gender recognition among evaluated models.

Why it matters: This work presents a practical approach for adapting spoken language models to sensitive, multilingual domains without access to original training data, achieving strong results with a relatively small model.

ResearchOfficialarXiv Computation and Language

CAFE: A Framework for Evaluating Compound AI Systems Using Design of Experiments

CAFE is an open-source platform that applies design of experiments to evaluate compound AI systems, enabling practitioners to identify which components most influence answer quality. It uses factorial designs, LLM judges, and mixed-effects models to attribute variance and report effect sizes, significance, and trade-offs. The framework is validated on a retrieval-augmented QA pipeline and is available as a Python package and web app.

Why it matters: CAFE offers a principled and explainable approach for evaluating and optimizing complex AI pipelines with statistical rigor.

ResearchOfficialarXiv Computation and Language

UNIBROWSE: A Data-to-Agent Framework for Multimodal BrowseComp

UNIBROWSE introduces a unified data pipeline that, for the first time, generates training data covering all three key information-flow patterns in multimodal browsing: text-only, image-to-text, and text-to-image. The framework augments knowledge graphs with live web retrieval and uses a novel exploration degree metric to filter low-signal data, resulting in high-quality training instances. The trained 35B-parameter agent achieves state-of-the-art performance on multimodal BrowseComp benchmarks, with an average accuracy of 54.4, outperforming several closed-source models including GPT-5 and Gemini-2.5.

Why it matters: This work fills a major gap in multimodal browsing by enabling agents to handle the previously neglected text-to-image pattern, advancing the generality and robustness of web agents.

ResearchOfficialarXiv Computation and Language

Hierarchical Human-AI Triage Model Reduces Structural Bias in Nigerian FinTech Fraud Detection

A new preprint introduces a hierarchical human-AI triage model for point-of-sale fraud detection in Nigeria, targeting discrimination laundering where infrastructure-related noise is misclassified as fraud. The model uses a three-tier routing policy and dynamic human oversight, reducing the regional performance gap from 19.43 to 2.88 percentage points and significantly improving fraud recall. This approach aims to neutralize structural bias, particularly benefiting rural accounts.

Why it matters: This research offers a practical method to mitigate algorithmic bias in financial services, supporting more equitable digital financial inclusion in developing economies.

ResearchOfficialarXiv Computation and Language

Quantized LLMs Exhibit Silent Reasoning Failures Undetected by Accuracy Metrics

A new preprint study demonstrates that post-training quantization can silently alter the reasoning processes of large language models (LLMs), even when their task accuracy remains stable. The researchers introduce a taxonomy of six reasoning failure modes and find that 'Hollow Convergence'—cases where correct answers are reached through incomplete or unverifiable reasoning—shifts significantly under low-precision quantization, particularly in smaller models. These shifts are not captured by standard accuracy benchmarks, and Hollow Convergence cannot be reliably detected from surface-level text features.

Why it matters: This work highlights a critical blind spot in LLM evaluation, showing that accuracy metrics alone may miss important reasoning failures in quantized models, which has implications for their safe deployment.

ResearchOfficialarXiv Computation and Language

Equal Accuracy, Unequal Evidence: Search APIs as Decision Surfaces for Tool-Using Agents

A new preprint argues that commercial search APIs should be understood as decision surfaces for tool-using agents, not just as recall tools. In tests with a frozen GPT-5.4 agent answering 100 questions using three different search providers (Brave, Tavily, Firecrawl), the study found similar answer accuracy across providers but significant differences in the quality and distribution of evidence, such as snippet informativeness and exploration patterns.

Why it matters: The findings suggest that the choice of search API affects not only answer accuracy but also the efficiency and strategy of agent decision-making, with implications for retrieval budgets and agent design.

ModelsOfficialarXiv Computation and Language

Bilibili Releases Open-Source Index-1.9B Small Language Model Series

Bilibili has released Index-1.9B, a suite of open small language models that includes base, pure, chat, and character variants. The 1.9B-parameter models are pre-trained on 2.8 trillion predominantly Chinese and English tokens and achieve benchmark scores competitive with or exceeding those of open models several times their size. The models and evaluation code are available on GitHub.

Why it matters: This release shows that small, open-source language models can achieve performance comparable to much larger models, potentially making advanced AI more accessible.