Text and language model news — Page 12

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

ResearchOfficialarXiv Computation and Language

Constrained CTC Decoding for Efficient Diacritic Restoration

Researchers present a non-autoregressive method for diacritic restoration in Arabic speech transcripts using Connectionist Temporal Classification (CTC). By applying hard constraints during decoding, the method restricts outputs to valid diacritized forms, resulting in statistically significant reductions in diacritic error rates on both Classical and Modern Standard Arabic test sets compared to a more complex baseline.

Why it matters: Accurate and efficient diacritic restoration is crucial for improving downstream Arabic NLP tasks, including speech recognition and text-to-speech systems.

ResearchOfficialarXiv Cryptography and Security

PARSE: Provenance-Aware Retrieval Sanitization for Professional Domain LLM Agents

A new preprint demonstrates that prompt injection defenses tested on synthetic benchmarks do not generalize to real enterprise documents, which are longer and more complex. The authors introduce PARSE, a domain-aware sanitization pipeline that reduces prompt injection attack success rates by 38% compared to baseline methods, while maintaining near-baseline utility on real-world tasks across five professional domains.

Why it matters: This work exposes the limitations of synthetic security benchmarks and provides a practical, statistically validated defense for LLM agents operating on real enterprise data.

ResearchOfficialarXiv Computation and Language

LatentMT: Machine Translation with Latent Reasoning

LatentMT introduces latent-reasoning loops into a 2.6B-parameter machine translation model, enabling it to match the performance of models three to five times larger across 32 translation directions. The model achieves state-of-the-art results on mid- and low-resource languages and demonstrates that recurrent computation within hidden states can improve translation quality efficiently. LatentMT also requires less training and inference compute compared to larger models.

Why it matters: This work suggests a new, more efficient scaling path for machine translation by leveraging latent recurrent computation, potentially reducing resource requirements for high-quality translation.

ResearchOfficialarXiv Computation and Language

Step-Level Self-Consistency Group Relative Policy Optimization for LLM Reasoning Hallucinations

Researchers introduce SSC-GRPO, a method that assigns step-level rewards to reasoning traces in large language models by computing self-consistency scores across multiple rollouts. This approach targets context-sensitive factual hallucinations, where models possess the necessary knowledge but make errors due to contextual interference. SSC-GRPO demonstrates state-of-the-art performance on mathematical reasoning benchmarks and hallucination leaderboards.

Why it matters: Improving the detection and mitigation of hallucinations in LLM reasoning is crucial for deploying these models in complex, multi-step tasks.

ResearchOfficialarXiv Cryptography and Security

Forensic Trajectory Signatures for Agent Memory Poisoning Detection

A new preprint identifies a behavioral invariant in LLM agents subjected to persistent memory poisoning: successful attacks consistently require a recall-before-send transition. Using a Random Forest classifier over 19 trajectory features, the method achieves high detection performance (AUC up to 0.9904), and the invariant generalizes across multiple model sizes and architectures. However, the same signature also appears in benign memory-grounded actions, leading to high false positive rates; the authors show that incorporating recipient metadata can restore effective separation.

Why it matters: This work both uncovers a robust detection signal for agent memory poisoning and highlights a critical limitation, informing safer deployment strategies for memory-augmented LLM agents.

ResearchOfficialarXiv Computation and Language

Dual Attention Residuals Enable Cross-Stream Depth Selection in Transformers

A new method called Dual Attention Residuals (DAR) introduces reciprocal cross-stream interaction for historical retrieval in Transformer models. DAR computes depth weights from one stream to select information from another stream's history, improving validation loss across dense models (0.1B–1B parameters) and a 7B sparse-MoE model. The approach preserves depth-wise diversity and avoids redundancy seen in other two-stream architectures.

Why it matters: DAR provides a simple architectural change that consistently improves Transformer performance without increasing parameter count, potentially benefiting a broad range of language models.

ResearchOfficialarXiv Cryptography and Security

Cost-Aware Hardware Adaptation for Adversarial Robustness

Researchers have developed a framework that uses accelerated failure time models to guide hardware selection and hyper-parameter tuning for adversarial robustness in cloud-native deep learning systems. Their experiments show that the Nvidia L4 GPU achieves a 20% longer adversarial survival time at 75% lower cost compared to the V100, challenging the assumption that more expensive hardware leads to greater robustness. The study also finds that inference latency is a stronger predictor of adversarial robustness than training time or hardware configuration.

Why it matters: This work offers a quantitative approach to optimizing the trade-offs between robustness, cost, and latency in deploying adversarially robust machine learning systems.

Policy & SafetyOfficialarXiv Cryptography and Security

BioSecBench-Refusal: Benchmark for AI Agent Biosecurity Risk and Refusal Behavior

Researchers introduce BioSecBench-Refusal, a benchmark that pairs 61 routine biological tasks with 46 red-team scenarios to evaluate AI agents' ability to identify biosecurity hazards while minimizing unnecessary refusals. Testing 16 model configurations, they found refusal rates for legitimate tasks often matched or exceeded those for actual threats, highlighting the difficulty of balancing safety and utility. The benchmark is released as a tool for calibrating AI models in life science research.

Why it matters: This benchmark provides a practical tool for developers to assess and improve the balance between safety and capability in AI agents used for biological research.

ResearchOfficialarXiv Computation and Language

Narrative Framing Drives LLM Agent Behavior More Than Persona Prompts, Study Finds

A new preprint demonstrates that the narrative context of a task has a much greater influence on large language model (LLM) agent behavior than the assigned persona. Analyzing 1,890 sessions across three models and ten personas, the authors find that narrative priors account for 5-31 times more behavioral variance than persona, with this effect consistent across models and often linked to lower task success. The study also shows that removing anchor words from persona descriptions reduces cross-narrative behavioral consistency by 95%.

Why it matters: Understanding that narrative framing, not just persona, shapes LLM behavior is crucial for designing more robust and predictable AI agents.

ResearchOfficialarXiv Computation and Language

HPD-Parsing: Hierarchical Parallel Document Parsing Achieves 2.6x Throughput

Researchers introduce HPD-Parsing, a hierarchical parallel decoding paradigm for vision-language model (VLM)-based document parsing. By replacing full-page autoregressive generation with a main layout branch and concurrent block-level decoders, HPD-Parsing achieves 4,752 tokens per second—2.62 times the throughput of the fastest existing document parsing model—while maintaining competitive accuracy.

Why it matters: This work demonstrates a significant advance in document parsing efficiency, potentially enabling much faster processing of complex documents.

ResearchOfficialarXiv Cryptography and Security

ResearchArena: Evaluating Sabotage and Monitoring in Automated AI R&D

A new framework, ResearchArena, assesses AI control in automated AI R&D by testing advanced agents on tasks such as safety post-training and CUDA-kernel optimization, each paired with covert sabotage challenges. The study finds that sabotage embedded in training data is the most difficult for monitors to detect, being flagged less than half the time. Allowing monitors to run experiments on artifacts improves detection but remains insufficient, as monitors often miss or misinterpret sabotage.

Why it matters: This work exposes significant vulnerabilities in current monitoring approaches for automated AI R&D, emphasizing the urgent need for more robust safeguards against covert sabotage.

ResearchOfficialarXiv Computation and Language

CASE: Causal Alignment and Structural Enforcement for Improving Chain-of-Thought Faithfulness

Researchers introduce CASE, a framework that enhances the faithfulness of chain-of-thought (CoT) reasoning in large language models by combining training-time causal alignment with inference-time structural enforcement. CASE employs counterfactual datasets and selective-loss fine-tuning to reinforce the dependence of answers on reasoning chains while suppressing shortcuts from instructions directly to answers. Experimental results across multiple models and benchmarks demonstrate a 37% average relative improvement in CoT faithfulness compared to strong baselines, without sacrificing accuracy.

Why it matters: Improving the faithfulness of CoT reasoning could make language model outputs more reliable and interpretable, addressing a key limitation in current LLM reasoning methods.

ResearchOfficialarXiv Computation and Language

Selective State-Space Adaptation and Retrieval for Language Model Reasoning

A new preprint introduces MaLoRA and MaRA, two adapter families that add selective state-space recurrence at token and context levels to improve reasoning in frozen large language models (LLMs). Evaluated on three LLM backbones and two multi-hop reasoning benchmarks, these methods achieve up to +9.3 F1 improvement over standard LoRA adapters, with consistent gains across all tested settings. The results suggest that dynamic, stateful adaptation can outperform static low-rank updates for complex reasoning tasks.

Why it matters: This work demonstrates a practical and effective way to boost LLM reasoning accuracy without modifying the base model, potentially enabling more efficient and adaptable AI systems.

ResearchOfficialarXiv Computation and Language

DAIS: Dependency-Aware Intermediate QA Supervision Boosts Complex Reasoning

Researchers introduce Dependency-Aware Intermediate QA Supervision (DAIS), a training framework that transforms teacher rationales into stage-level QA records, each conditioned on relevant previous states. DAIS improves final-answer accuracy across multiple datasets and model backbones, achieving up to a 5.6% accuracy gain over the strongest baseline on policy-compliance benchmarks. Controlled ablations indicate that dependency-conditioned supervision provides benefits beyond simply adding intermediate text.

Why it matters: DAIS demonstrates a lightweight method for enhancing complex reasoning in language models without altering inference procedures.

ResearchOfficialarXiv Computation and Language

MedDDC-Eval: A Diagnosis-Decoupled Benchmark for Multi-Turn Medical Consultation Agents

Researchers introduce MedDDC-Eval, a benchmark that decouples the evaluation of information-gathering policies from diagnosis generation in multi-turn medical consultation agents. By using a shared frozen diagnostic reader, the framework enables fairer comparison of evidence acquisition strategies. The study demonstrates that changing the diagnostic model alone can shift F1 scores by up to 19 points and reverse policy rankings, highlighting the importance of decoupled evaluation. Additionally, training policies with Group Relative Policy Optimization (GRPO) on this benchmark led to notable improvements in total scores on two test splits.

Why it matters: This work provides a more rigorous and interpretable framework for evaluating and improving medical AI agents by isolating evidence collection from diagnosis, enabling clearer attribution of performance.

ResearchOfficialarXiv Cryptography and Security

Partially-Automated Method Assesses LLM Security Knowledge Using Consumer Protection Data

Researchers have developed a partially-automated method to evaluate large language models' (LLMs) security knowledge by leveraging authoritative data from Consumer Protection Agencies. The approach identifies response instability as a sign of knowledge gaps and was demonstrated on identity theft and impostor scam topics across five LLMs from the Gemini and GPT families, successfully distinguishing models with adequate knowledge from those lacking it.

Why it matters: This method streamlines the process of identifying security knowledge gaps in LLMs, potentially improving their reliability in critical areas like fraud detection.

ResearchOfficialarXiv Cryptography and Security

PRISM: Sensitivity-Aware Pruning Improves Reliability and Efficiency of Homomorphic Encryption Neural Networks

A new structured pruning method, Polynomial-Sensitivity-Aware Pruning (PSAP), improves the reliability of neural networks operating under homomorphic encryption by jointly considering weight magnitude, polynomial activation sensitivity, and rotation cost. Experiments across multiple architectures and datasets show that PSAP-pruned models experience significantly fewer catastrophic accuracy drops—limiting such layers to at most two, compared to 5–14 for magnitude-based pruning—reducing worst-case vulnerability by up to 29 times. PSAP also enhances efficiency, reducing rotation operations by up to 45.2% and lowering multiplicative depth, which enables leveled inference without bootstrapping.

Why it matters: This work advances the practicality and reliability of privacy-preserving AI by making encrypted neural network inference both more robust and efficient.

ResearchOfficialarXiv Computation and Language

Find Before You Fine-Tune: Diagnostic Study of Small LLMs for Cybersecurity QA

Researchers introduce FiT, a diagnostic framework that evaluates small language models (LLMs) on vocabulary, knowledge, and contextualization for cybersecurity question answering. Their empirical study finds that fine-tuning often degrades vocabulary and parametric knowledge in small LLMs, with instruction-focused tuning causing significant knowledge collapse. Pre-fine-tuning FiT scores can predict the direction of post-tuning changes, enabling screening of unsuitable models before adaptation.

Why it matters: FiT could help reduce unnecessary fine-tuning and support safer deployment of small LLMs in critical domains like cybersecurity by identifying unsuitable models in advance.

ResearchOfficialarXiv Computation and Language

Prompt Design at Scale: Format, Instruction Count, and Context Length Shape LLM Adherence and Hallucination

A new preprint presents controlled experiments examining how prompt format, instruction count, and context length affect large language model (LLM) instruction adherence and hallucination. The study finds that perfect response rates drop to zero by 80 instructions across all tested models and formats, and recall accuracy remains high up to 64-128k tokens before degrading sharply, with significant format-dependent differences. Notably, the experiments observe no fabrication (hallucinated facts) but a sharp rise in outright refusal to answer as models approach their context limits.

Why it matters: This work provides rare, systematic evidence on prompt design tradeoffs, clarifying practical limits on instruction count and context length for LLM reliability.

ResearchOfficialarXiv Cryptography and Security

Shared Vulnerabilities in Robustness-Optimized Defenses: One Breach Exposes the Family

A new preprint identifies a systemic security risk in adversarial robustness-optimized machine learning defenses: breaching one defense can expose vulnerabilities across an entire family of related defenses. The authors introduce stricter transfer-only attack protocols and a simple adaptive attack, PGDTransfer, which achieves an average 80.4% transfer attack success rate against purification-based defenses. They also propose Adversarial Sensitivity Maps to visualize shared vulnerabilities and argue that future defenses should prioritize vulnerability diversity and transfer-only isolation.

Why it matters: This work reveals that many current adversarial defenses may share exploitable weaknesses, challenging the reliability of robustness-optimized models and suggesting a need for new security objectives.