Text and language model news — Page 28

Language models and text-based AI systems, including reasoning, generation, and understanding of written language.

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 Cryptography and Security

PL-HCL: Detecting Cross-Layer Misalignment in LLM Agent Skills

Researchers introduce Progressive Loading-Aware Hierarchical Contrastive Learning (PL-HCL), a framework for detecting inconsistencies between the descriptions and actual behaviors of large language model (LLM) agent skills. Evaluated on a corpus of over 264,000 open-source skills and a human-verified challenge set, PL-HCL raises Macro-F1 scores from around 0.45 (for unadapted baselines) to 0.87–0.89 across different LLM backbones. This demonstrates a substantial improvement in identifying misaligned agent skills.

Why it matters: As open-source skill marketplaces expand, PL-HCL provides an effective tool to help users and operators screen for agent skills that may not behave as advertised, improving trust and safety.

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 Cryptography and Security

LLM Multi-Agent System Uncovers 84 Vulnerabilities in Cellular Core Networks

Researchers introduced iFinder, a multi-agent system powered by large language models (LLMs), to detect implicit trust errors in cellular core network (CN) implementations. Applied to seven open-source CN projects, iFinder uncovered 84 previously unknown vulnerabilities, with 83 confirmed and 81 assigned CVEs. Notably, a session-hijacking flaw was validated on commercial 5G networks.

Why it matters: This work demonstrates a novel and effective use of LLMs for automated vulnerability discovery in critical cellular infrastructure, highlighting systemic security risks as networks move to cloud-native architectures.

Jul 14, 2026

ResearchOfficialarXiv Cryptography and Security

Which Neurons Detect Malicious Code? A Probing Study of LLM Security Knowledge

Researchers applied mechanistic interpretability techniques to identify neurons responsible for malware detection in three instruction-tuned large language models (LLMs). By amplifying or suppressing these neurons, they observed changes in malware detection accuracy, with effects varying by model. The study demonstrates that security-relevant knowledge is encoded differently across LLM architectures and highlights the potential for neuron-level interventions.

Why it matters: This work provides foundational insights for developing neuron-level defense mechanisms, such as selective unlearning and editing, to improve the security and reliability of code-focused LLMs.

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

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

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

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.

Jul 14, 2026

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.

Jul 14, 2026

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.

Jul 14, 2026

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.

Jul 14, 2026

ModelsOfficialAWS Machine Learning Blog

Flo Health Scales Medical Content Review Using Amazon Bedrock

Flo Health has advanced from a proof of concept to a production-grade AI system for medical content review and generation, utilizing Amazon Bedrock. The engineering team worked with the AWS Generative AI Innovation Center to develop and deploy this scalable solution.

Why it matters: This development highlights how generative AI can improve the efficiency and scalability of medical content review in health technology.

Jul 14, 2026