Text and language model news — Page 38

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

ResearchOfficialarXiv AI/ML

Alipay-PIBench: A Realistic Payment Integration Benchmark for Coding Agents

Alipay-PIBench is a new benchmark designed to evaluate coding agents on realistic Alipay payment integration tasks. It features nine product-specific projects and 18 task instances, covering both basic functional-completion and advanced risk-aware hardening scenarios. The benchmark uses rubric-based and LLM-assisted assessments to evaluate agent performance. Experiments with six coding-agent models show mean rubric pass rates from 68.58% to 91.37% under the with-skill condition, and access to the payment integration skill improves performance by an average of 10.31 percentage points.

Why it matters: This benchmark enables controlled, realistic evaluation of coding agents on complex, multi-step payment integration tasks, which is important for advancing AI deployment in financial software development.

ResearchOfficialarXiv AI/ML

Step-Level Preference Learning Improves LLM-Based Social Agents

Researchers present a method for collecting step-level human preference annotations in LLM-based generative agents used in social simulations, resulting in a dataset of 57,000 annotations. By applying supervised finetuning and direct preference optimization to open-weight models using this data, they report consistent improvements in simulation fidelity, coordination, and interaction quality.

Why it matters: This approach offers a scalable way to align agent decision-making with human preferences at a fine-grained level, enhancing the realism and effectiveness of social simulations.

ResearchOfficialarXiv AI/ML

MathCoPilot: Interactive System for Human-AI Symbiotic Mathematical Research

MathCoPilot is a human-in-the-loop system designed to facilitate collaboration between mathematicians and AI agents in formal theorem proving. The system integrates an interactive workbench, automated proof orchestration, and topic-driven paper formalization, allowing users to guide and refine proofs interactively. Evaluations using four state-of-the-art LLMs demonstrate strong performance on undergraduate-level problems, but highlight ongoing challenges with more advanced, domain-specific theorems.

Why it matters: This work introduces a novel paradigm for mathematical research, enabling more effective collaboration between humans and AI in formal proof verification and potentially accelerating progress in mathematics.

ResearchOfficialarXiv AI/ML

WrAFT: A Modularized Automated Writing Evaluation System for Argumentative Essays

WrAFT is a modular automated writing evaluation system designed to score and provide feedback on argumentative essays. It achieves state-of-the-art scoring performance (QWK 0.84, RMSE 0.44) on a TOEFL benchmark and receives high human approval ratings for its feedback (over 93%). The system leverages LLMs such as LLaMA-3.3-70B-Instruct, GPT-4o, and Claude 3.7, and is publicly available for use.

Why it matters: WrAFT demonstrates a significant advance in automated essay evaluation by modularizing LLMs for both accurate scoring and high-quality feedback, with practical applications in education.

ResearchOfficialarXiv AI/ML

Per-Token Fixed-Point Convergence in Depth-Recurrent Transformers

A new study demonstrates that depth-recurrent transformers with weight-tied cores exhibit per-token fixed-point convergence: the mean KL divergence between successive outputs drops sharply with each loop, reaching near-zero by loop 16. Convergence is non-uniform across tokens, with the median token stabilizing by loop 6, but about 10% requiring up to 8 loops. The authors introduce a simple, training-free early-exit rule that halts processing for each token upon stabilization, achieving the same quality as uniform depth-8 inference while reducing average computation by 38%. This approach outperforms a learned linear router, which fails to reduce computation.

Why it matters: This work reveals a practical, training-free method to reduce inference cost in depth-recurrent transformers by leveraging natural per-token convergence, potentially improving efficiency without sacrificing output quality.

ResearchOfficialarXiv AI/ML

LLM Agents Exhibit Human-Like Network-Efficiency Effects in Spatial Search Task

A new preprint reports that groups of 16 large language model (LLM) agents, when simulated on eight different network topologies in a spatial search task modeled after the Mason–Watts experiment, display a significant network-efficiency effect if instructed to randomize their first-round choices. This effect was not observed under default initialization. Mechanistic Bayesian optimization agents outperformed LLM agents on the same task. The study also compared exploration–exploitation behavior and information sharing among agent types.

Why it matters: The findings suggest that LLM agents can replicate certain human-like collective problem-solving behaviors, and that simple instructions can substantially alter group performance in networked tasks.

ResearchOfficialarXiv AI/ML

Untrained Structural Monitor Blocks AI Agent Sabotage in Infrastructure-as-Code

A new preprint introduces an Information Flow Graph (IFG) monitor designed to detect covert sabotage by AI coding agents in infrastructure-as-code environments. The untrained IFG monitor reduces missed attacks from 11.6% to 3.5% at a 1% false positive rate, and in synchronous mode, it eliminates joint task and covert sabotage success (from 74.4% to 0.0%) without harming legitimate task completion. This approach does not require training data and can be deployed as a pre-deployment safeguard.

Why it matters: This work provides a practical, auditable method for improving AI agent deployment safety, especially for organizations lacking advanced monitoring resources.

ResearchOfficialarXiv AI/ML

Are LLM-Generated GPU Kernels Production-Ready? A Trace-Driven Benchmark and Optimization Agent

Researchers introduce Atrex-Bench, a benchmark that samples 30 operators and 440 shapes from real production inference traces to evaluate the performance of LLM-generated GPU kernels. Results show that current models achieve only about 10% of the hardware roofline, with correctness metrics often inflated by PyTorch fallbacks rather than genuine kernel generation. The authors also present Atrex-Kernel-Agent (AKA), an optimization agent that iteratively improves kernel code, successfully converting fallbacks into kernels that match or surpass hand-tuned production baselines in a controlled case study.

Why it matters: This work provides a realistic benchmark and demonstrates an agent that can bridge the performance gap for LLM-generated GPU kernels, advancing the practical deployment of AI-generated code in production environments.

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.

ResearchOfficialarXiv AI/ML

Intention Abstraction Layer Enables Pre-Execution Conflict Detection in Autonomous Industrial Systems

A new preprint introduces the Intention Abstraction Layer (IAL), a middleware that leverages large language models and OWL ontologies to represent human intentions as persistent runtime objects in autonomous industrial systems. The IAL enables pre-execution detection and explanation of goal conflicts between autonomous agents, as demonstrated in a proof-of-concept scenario where conflicting intentions were flagged before execution. This approach shifts behavioral assurance from post-hoc analysis to intention-level checking.

Why it matters: The IAL offers a novel method for improving safety and reliability in multi-agent industrial systems by identifying and explaining goal conflicts before they lead to operational failures.

ResearchOfficialarXiv AI/ML

Analytic Abduction: Causal Decomposition and Governed Commitment for Human–AI Coordination

A new formal framework for analytic abduction is proposed, enabling AI systems to identify and manage latent causal factors under risk-sensitive commitment thresholds. The κ-τ apparatus models epistemic interactions and calibrates commitment based on decision stakes, producing causal clusters that help prevent premature convergence on explanations. Demonstrations in epidemiology and cybersecurity show the approach yields legible, decomposable explanations to support human-AI coordination.

Why it matters: This framework enables AI to present multiple plausible explanatory scenarios to humans, supporting informed decision-making even under uncertainty.

ResearchOfficialarXiv Computation and Language

Automatically Evolving Prompt Guidelines for Task-Specific Optimization

Researchers introduce AGOPS, an automatic method for generating task-specific prompt guidelines to help users write more effective queries for large language models (LLMs). AGOPS evolves these guidelines by optimizing downstream performance on reference examples, addressing the issue of prompt underspecification that can cause significant drops in LLM performance. The method demonstrates substantial recovery of lost performance across tasks such as mathematical reasoning, medical question answering, and coding.

Why it matters: This work offers a systematic solution to the widespread problem of prompt underspecification, enabling more reliable and effective use of LLMs in practical applications.

ResearchOfficialarXiv Computation and Language

Token Time Continuous Diffusion (TTCD) for Language Modeling

Researchers have introduced Token Time Continuous Diffusion (TTCD), a novel diffusion-based language model that operates in continuous space and assigns per-token times, allowing some tokens to be generated from noise more quickly than others. TTCD demonstrates improved performance over discrete models in conditional text generation at high speedups and achieves comparable quality in unconditional generation. A 160M parameter TTCD model, trained and self-distilled on OpenWebText, also shows gains in language modeling and Sudoku solving tasks.

Why it matters: TTCD represents a meaningful advance in diffusion language modeling by enabling faster and more accurate text generation through continuous space modeling and per-token timing.

ResearchOfficialarXiv AI/ML

Neuro-Symbolic Agentic Framework Boosts Reasoning in Small Language Models via Knowledge Graph Grounding

A new study introduces a neuro-symbolic agentic framework designed to enhance the reasoning abilities of small language models (SLMs) such as Gemma 3 and Llama 3.2 by grounding their outputs in knowledge graphs. The approach leverages tool calls for fact extraction and expert hints from a relational graph convolutional network, resulting in 1.5-2x performance improvements on the CLUTRR kinship reasoning benchmark. The research also highlights key challenges, including errors in fact extraction and a distraction effect from noisy, self-generated facts.

Why it matters: This work offers a promising strategy to improve SLM reasoning efficiency without relying on large, resource-intensive models, while also identifying critical limitations in current neuro-symbolic systems.

ResearchOfficialarXiv AI/ML

CatalogAgent: Supervisor-Mediated Self-Learning for E-commerce Catalog Enrichment

CatalogAgent is a self-learning system designed to enhance e-commerce catalog enrichment by mediating conflicts between LLM-based generator and evaluator models through a Supervisor Agent. The system stores and summarizes learnings from these interventions in a memory base, which are then used to improve the generator and evaluator models via context engineering. Experiments show performance improvements of 15.24% for the generator and 13.98% for the evaluator, demonstrating the effectiveness of the Supervisor Agent-mediated approach.

Why it matters: This work presents a novel agentic framework for self-improving AI systems in e-commerce, enabling continuous model enhancement without human intervention.

ResearchOfficialarXiv AI/ML

Chat2Scenic: Iterative RAG Framework for Autonomous Driving Scenario Generation

Chat2Scenic introduces an iterative retrieval-augmented generation (RAG) framework that generates executable scenario scripts for autonomous driving testing directly from regulatory descriptions. The system achieves a 76.42% compilation success rate and 58.17% framework accuracy, substantially outperforming previous methods. The authors also provide an open benchmark and have released their code as open source.

Why it matters: This work advances the automation of regulation-compliant scenario generation, addressing a key challenge in validating autonomous driving systems.

ResearchOfficialarXiv AI/ML

Instrument Effects in Language-Model Honesty Evaluation: An Auditable Single-System Demonstration

A new preprint demonstrates that the design of evaluation instruments—such as the number of verdict options and whether success criteria are disclosed—can substantially alter measured honesty in language models. Using a text-adventure environment with a fixed player model, the authors show that expanding from two to three verdict options and clarifying success criteria dramatically reduce the incidence of false claims. The study also finds that repeated runs of the same configuration can yield unstable verdict distributions, and proposes a four-check integrity protocol for evaluation instruments.

Why it matters: This work reveals that the tools used to measure AI honesty can themselves introduce significant distortions, emphasizing the need for more rigorous and transparent evaluation protocols.

ResearchOfficialarXiv AI/ML

MemoHarness: Adaptive Agent Harnesses That Learn from Execution Experience

MemoHarness is a framework that adaptively optimizes agent harnesses—the control layer managing context, tools, and memory for LLM-based agents—by learning from past executions. It decomposes the harness into six editable dimensions, stores experiences in a dual-layer bank, and retrieves relevant patterns to adapt to new tasks without additional labels or search. Evaluations on shell-agent, code-generation, and analytical-reasoning benchmarks show that MemoHarness outperforms fixed harnesses and demonstrates selective transfer to unseen tasks and models.

Why it matters: This work demonstrates that execution experience can be leveraged to build more adaptive agent harnesses, potentially reducing manual tuning and improving agent performance across diverse tasks.

ResearchOfficialarXiv AI/ML

Context Engineering Quality Predicts AI Agent Reliability, Study Finds

A new preprint demonstrates that the quality of context engineering—measured across seven criteria such as role clarity and guardrail coverage—serves as a leading indicator of AI agent reliability. Using the open-source ProofAgent-Harness, the study shows that higher context quality predicts improved behavioral outcomes, including resistance to hallucinations and better instruction following. The validation is performed independently of behavioral metrics, supporting the use of context measurement as a preflight signal for agent governance.

Why it matters: This work offers a validated, proactive method for predicting and improving AI agent reliability before deployment, supporting more robust and auditable agent governance.