Text and language model news — Page 9

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

ResearchOfficialarXiv Statistical ML

Discrete Diffusion with Sample-Efficient Estimators for Conditionals

Researchers introduce a discrete denoising diffusion framework that leverages a sample-efficient estimator (NeurISE) for single-site conditional probabilities, eliminating the need for score function approximations. Experiments on binary datasets, including Ising models, MNIST, and quantum annealer data, show that this method outperforms existing approaches in several evaluation metrics.

Why it matters: This work presents a more sample-efficient approach to discrete diffusion, potentially advancing generative modeling for scientific and binary data.

ResearchOfficialarXiv Statistical ML

A Unifying Theory for Self-Supervised Learning: Latent Distribution Matching

Researchers propose latent distribution matching (LDM) as a new theoretical framework that unifies various self-supervised learning (SSL) methods, including contrastive, non-contrastive, and predictive approaches. The framework also leads to a nonlinear Bayesian filtering model for high-dimensional time series and demonstrates identifiability of latent representations under mild conditions. LDM clarifies the assumptions behind existing SSL methods and offers principled guidance for developing new approaches.

Why it matters: This work provides a unified theoretical foundation for self-supervised learning, potentially enabling more systematic and effective development of representation learning methods.

ResearchOfficialarXiv Software Engineering

Coding Agent Quality Fluctuations Driven by Harness Updates, Not LLM Changes, Study Finds

A new controlled longitudinal study investigates the impact of agent harness evolution on coding agent quality, finding that quality regressions often attributed to large language models (LLMs) are actually caused by updates to the agent harness. By evaluating 35 sequential releases of the Qwen Code CLI while keeping the underlying LLM constant, the study reveals that quality fluctuations are linked to specific development patterns and architectural changes in the harness.

Why it matters: This research challenges the common assumption that LLMs are primarily responsible for coding agent regressions, highlighting the significant influence of agent harness middleware and the importance of its careful management.

ResearchOfficialarXiv Software Engineering

SWE-Milestone: Evaluating AI Agents on Continuous Software Evolution

Researchers introduce SWE-Milestone, a benchmark designed to evaluate AI agents on streams of milestone-level coding tasks that simulate real-world software evolution. By testing 12 advanced models across 4 agent frameworks, they observe that performance drops from over 80% on isolated tasks to 38.03% in continuous, evolving scenarios. This highlights significant challenges for AI agents in maintaining system integrity and managing error propagation over time.

Why it matters: This benchmark reveals a major limitation in current AI coding agents: their inability to reliably handle long-term software maintenance, which is essential for real-world applications.

ResearchOfficialarXiv Software Engineering

TraceDev: A Traceability-Driven Multi-agent Framework for Requirement-to-Code Development

TraceDev is a multi-agent framework designed to convert natural language requirements into repository-level code using five specialized agents and a traceability graph. In evaluations on two datasets, TraceDev achieved success rates of 53.63% and 56.82%, outperforming state-of-the-art baselines by up to 340.80%. The framework emphasizes explicit requirement traceability, supporting more reliable code generation for complex software scenarios.

Why it matters: TraceDev introduces a novel approach to requirement traceability in automated code generation, addressing a key limitation in current LLM-based software development methods.

ResearchOfficialarXiv Software Engineering

LISA: LLM-Based Invariant Testing for Software Functional Bugs

Researchers introduce LISA, a framework that leverages large language models (LLMs) to generate API sequences and program invariants for detecting functional bugs in software libraries. LISA achieves higher bug-detection rates and competitive code coverage compared to traditional fuzzing and previous LLM-based test generation methods.

Why it matters: LISA offers a new approach to uncovering non-crashing functional bugs that are often missed by conventional fuzzing techniques, potentially improving software reliability.

ResearchOfficialarXiv Software Engineering

SciCodePile: 128GB Scientific Code Corpus and Benchmark Exposes LLM Limitations

Researchers have released SciCodePile, a 128GB dataset of scientific code collected from 37,737 public repositories, along with a 200-task executable benchmark designed to rigorously test code generation by large language models (LLMs). Evaluation of 15 LLMs on this benchmark revealed that even the best-performing model achieved only 12.30% Pass@1 on executable tasks, indicating that scientific code generation remains a major challenge for current LLMs.

Why it matters: This work establishes a new large-scale standard for evaluating scientific code generation and demonstrates that current LLMs are not yet reliable for this critical application area.

ResearchOfficialarXiv Software Engineering

LLM-Generated Formal Specifications Uncover Bugs Missed by Direct Test Generation

Researchers used large language models (LLMs) to generate Alloy formal specifications from both documentation and source code for two Python libraries, then derived executable tests from these specifications. Their pipeline uncovered a genuine bug in Flipper—a feature flag management system—where duplicate flag names were silently accepted, a defect missed by a direct LLM test generation baseline that achieved 68% branch coverage. Additionally, code-derived specifications showed lower variance in test generation compared to documentation-derived ones.

Why it matters: This study demonstrates that LLM-generated formal specifications can reveal constraint-level software defects that may be overlooked by coverage-focused test generation, suggesting a new avenue for improving automated software validation.

ResearchOfficialarXiv Software Engineering

Falsifiable Release Gates for Self-Improving Systems: Standing Invariants at Scale

Researchers introduce 'falsifiable release gates,' a methodology requiring every new capability in self-improving AI systems to pass a pre-declared, machine-checkable acceptance suite while preserving fixed safety invariants. This approach was implemented in the Antahkarana runtime, where safety invariants held unchanged across six releases, and the acceptance suite expanded from 122 to 563 tests. The system demonstrated gated self-improvement on real hardware, increasing a small model's accuracy from 20% to 70% while automatically rejecting unsafe candidates.

Why it matters: This work offers a practical, verifiable framework for maintaining safety guarantees in self-improving AI systems, addressing a key challenge in AI alignment and deployment.

ResearchOfficialarXiv Software Engineering

Binding Drift in Multi-Step Tool-Augmented Agents

A new preprint formalizes 'binding drift' in tool-augmented language-model agents, where entity bindings that are correct at step 1 can silently become incorrect in later steps, distinct from simple error propagation. In a controlled testbed, the commonly suggested 'entity lock' fix actually amplifies wrong actions by 3x, while a lightweight LLM-based re-verifier reduces wrong actions by 79%, nearly matching an oracle upper bound.

Why it matters: This work identifies a previously underappreciated failure mode in multi-step tool-augmented agents and demonstrates a practical mitigation, with direct implications for the reliability of such systems.

ResearchOfficialarXiv Software Engineering

Skillware: A Software Ontology and Engineering Lifecycle for Persistent Behavioral Artifacts

A new preprint introduces Skillware, a software abstraction designed to formalize and manage persistent behavioral artifacts—called Skill Artifacts—in AI agent systems. The paper defines Skillware Units as managed software entities with independent identity and lifecycle, operationalized through three necessary conditions: behavioral primacy, independent software identity, and an Agent Host execution relationship. The work is supported by analysis of a large corpus of SKILL.md records and multiple engineering implementations, establishing a recurring artifact structure and lifecycle engineering considerations.

Why it matters: Skillware offers a formal ontology and lifecycle for agent skills, potentially enabling more robust, maintainable, and evolvable software artifacts in AI agent ecosystems.

ResearchOfficialarXiv Software Engineering

Grey Literature Review Proposes Unified Definition and Engineering Blueprint for AI-Native Applications

A recent grey literature review synthesizes 106 sources to define AI-native applications, highlighting two core pillars: the central role of AI as the system's intelligence paradigm and their inherently probabilistic, non-deterministic nature. The review identifies key quality attributes—reliability, usability, performance efficiency, and AI-specific observability—and describes an emerging technology stack including LLM orchestration frameworks, vector databases, and AI-native observability platforms. This work offers a structured synthesis of current conceptual and practical perspectives on AI-native software engineering.

Why it matters: This review provides the first comprehensive engineering definition and architectural blueprint for AI-native applications, addressing a gap in systematic guidance for practitioners.

ResearchOfficialarXiv Multiagent Systems

PostEDA-Bench: A Hierarchical Benchmark for LLM-Based Circuit Design Agents

Researchers introduce PostEDA-Bench, a hierarchical benchmark comprising 145 tasks to evaluate large language model (LLM) agents on advanced circuit design challenges, specifically fixing Design Rule Check (DRC) violations and converging Power-Performance-Area (PPA) targets. The study finds that while agents perform adequately on basic tasks, their success rates drop to 36.66% on practical DRC reasoning and 20% on multi-objective PPA tasks, indicating substantial limitations. The benchmark also shows that vision augmentation can improve DRC-related performance.

Why it matters: This work highlights critical gaps in current LLM agents' ability to handle complex, real-world electronic design automation tasks, especially in multi-objective optimization and practical reasoning.

ResearchOfficialarXiv Multiagent Systems

Doctorina MedBench: A Dialogue-Based Benchmark for Agent-Based Medical AI

Researchers introduce Doctorina MedBench, a framework for evaluating agent-based medical AI through simulated physician-patient dialogues. The benchmark uses the D.O.T.S. metric (Diagnosis, Observations/Investigations, Treatment, Step Count) to assess both clinical correctness and dialogue efficiency. The dataset features over 1,000 clinical cases spanning more than 750 diagnoses, and includes support for safety-oriented trap cases and regression testing.

Why it matters: By simulating multi-step clinical dialogues, this benchmark enables a more realistic and comprehensive assessment of clinical competence for medical AI systems than traditional test-based evaluations.

ModelsOfficialarXiv Multiagent Systems

FinRAG-12B: A Production-Validated Recipe for Grounded Question Answering in Banking

Researchers introduce FinRAG-12B, a 12-billion parameter language model designed for grounded question answering in the banking sector, trained on just 143 million tokens. The model surpasses GPT-4.1 in citation grounding, achieves a calibrated 12% refusal rate, and is deployed at over 40 financial institutions, where it improves query resolution by 7.1 percentage points. The system also delivers responses 3-5 times faster and at 20-50 times lower cost compared to GPT-4.1.

Why it matters: This work demonstrates a practical, data-efficient approach for building domain-specific LLMs that satisfy the accuracy, grounding, and compliance needs of regulated industries such as banking.

ResearchOfficialarXiv Multiagent Systems

SR-Agent: First LLM Agent Framework for Automated Post-Ranking Strategy Refinement in E-Commerce

Researchers present SR-Agent, an agentic framework designed to automate the refinement of post-ranking strategies in industrial e-commerce recommender systems. The system integrates three specialized LLM agents to identify user-perceived issues, diagnose recurring problems, and implement constrained strategy updates. In a one-month A/B test on the Kuaishou platform, SR-Agent improved order volume by 0.71%, browsing depth by 0.34%, and category diversity by 0.48%, while reducing operational costs.

Why it matters: This work demonstrates a practical, deployed LLM agent system that autonomously enhances e-commerce recommendation quality, delivering measurable business impact and reducing manual intervention.

ResearchOfficialarXiv Multiagent Systems

AgentJet: Distributed Swarm Training Framework for Agentic RL

AgentJet is a distributed swarm training framework designed for reinforcement learning with large language model (LLM) agents. It features a decoupled multi-node architecture that enables heterogeneous multi-model RL, mixed-task training, fault-tolerant execution, and live code iteration. The framework demonstrates a 6.25x reduction in actor-update time on AppWorld and supports automated, long-horizon RL studies with minimal human intervention.

Why it matters: AgentJet offers a scalable and flexible solution for training LLM agents in complex, multi-turn environments, potentially accelerating research and development in agentic AI systems.

ResearchOfficialarXiv Multiagent Systems

LLM Agents Automate Creation of Interpretable Clinical Scoring Systems

Researchers present AgentScore, a method that leverages large language model (LLM) agents to automatically generate clinical scoring systems composed of interpretable decision rules. AgentScore outperforms existing score-generation methods across eight clinical prediction tasks and achieves AUROC comparable to more flexible interpretable models, while adhering to deployability constraints. The method also demonstrates higher discrimination than established guideline-based scores on two externally validated tasks.

Why it matters: This work advances the automation of clinically deployable, interpretable scoring systems, potentially improving the translation of machine learning models into routine clinical practice.

ResearchOfficialarXiv Machine Learning

Operational Proto-Introspection in Looped Language Models: Readable but Not Yet Usable

Researchers investigated a frozen 2.6B parameter looped transformer (Ouro-RLTT) and found that its hidden states can predict task success on GSM8K (AUROC 0.797) and other properties, such as branch survival and content ranking. However, attempts to intervene in these internal states did not yield any validated improvement in model capability. The authors term this phenomenon 'operational proto-introspection,' where internal signals are accessible for readout but not yet controllable for steering outcomes.

Why it matters: This work highlights a significant gap between being able to interpret a language model's internal processes and being able to control or improve its behavior based on that interpretability.

ResearchOfficialarXiv Machine Learning

Weak-to-Strong Learning Framework Improves Decision Making with Scarce Labels

Researchers introduce a decision-aware weak-to-strong (W2S) learning framework that addresses the challenge of scarce labeled data in operational decision-making. The approach first trains a weak model on limited labeled data, then uses its predictions to generate soft labels for abundant unlabeled contexts, enabling the training of a stronger model. Theoretical analysis provides bounds on decision risk, and experiments on synthetic and real-world tasks support the method's effectiveness.

Why it matters: This work offers a principled way to leverage abundant unlabeled data to improve decision-making when labeled data are limited, addressing a common challenge in real-world applications.