What changed in AI — Page 48

ResearchOfficialarXiv AI/ML

Masked Diffusion Language Models Enable Strong and Steerable Text-Based World Models for Agentic RL

A new study introduces masked diffusion language models (MDLMs) as world models for reinforcement learning (RL), addressing limitations of autoregressive models such as left-to-right bias. The researchers curated over 239,000 trajectories across nine environments and demonstrated that MDLMs provide greater coherence, groundedness, and rollout diversity than much larger autoregressive language models. Their plug-and-play GRPO training framework led to up to 47% absolute improvement in zero-shot transfer to out-of-distribution environments, without environment-specific fine-tuning.

Why it matters: This work advances scalable and steerable world modeling for RL agents, potentially reducing reliance on hand-crafted training environments and improving generalization.

ResearchOfficialarXiv AI/ML

Symbolic Augmentation Closes a Canonical-Equivalence Blind Spot in Neural Fact-Checkers

Researchers have identified a significant blind spot in neural fact-checkers: they often fail to recognize when quantities are canonically equivalent (such as 95°C and 368.15 K), leading to potential misinterpretation of scientific claims. The team introduces Symbolic Augmentation, a training-time framework that generates label-preserving augmented data using symbolic reasoning, which raises robustness to canonical-equivalent rewrites from 36.5% to 98.2% and slightly improves in-distribution accuracy. The approach also transfers well to external benchmarks and demonstrates that training-time augmentation is a more effective integration point for symbolic and neural methods than feature-level fusion.

Why it matters: This work addresses a critical failure mode in AI fact-checking that could silently invert scientific claims, and demonstrates a principled integration of symbolic and neural methods.

ResearchOfficialarXiv AI/ML

SelKV: Selective KV Cache Merging with Per-Token Merge-or-Drop and Attention Compensation

SelKV is a training-free framework for compressing key-value (KV) caches in large language models (LLMs). It uses a soft cosine gate to adaptively merge or drop tokens based on value-vector similarity, and introduces an attention-ratio compensation mechanism to correct softmax imbalances caused by merging. On LongBench, SelKV retains only 25% of the KV cache while achieving strong performance, near-lossless quality on grouped-query attention (GQA) models, and a 3.3x decoding speedup at 100k tokens.

Why it matters: SelKV addresses the memory and speed bottlenecks of KV caches in LLMs, enabling longer context lengths and faster decoding without significant quality loss.

Policy & SafetyOfficialarXiv AI/ML

Rater State Bias in RLHF Preference Data: An Audit Framework

A new preprint identifies a structured confound in Reinforcement Learning from Human Feedback (RLHF): the emotional or psychological state of human raters during annotation can systematically bias preference labels, especially under stressful conditions. These state-dependent shifts are distinct from random noise and can propagate through reward modeling and policy optimization. The authors propose an audit framework with falsifiable predictions and outline a pilot study plan to detect such bias in publicly available instruction-tuned models.

Why it matters: This work draws attention to a novel, testable source of bias in RLHF that could undermine the reliability of preference-based AI alignment methods.

ResearchOfficialarXiv AI/ML

Exact Network Surgery: Functional Invariance and Gradient Plasticity in Reactive Computational Graphs

Researchers introduce Exact Network Surgery, a formal method for inserting residual blocks into live computational graphs while preserving the network's function exactly and ensuring that new parameters are immediately trainable. The method is validated on the NeuroDSL platform, demonstrating bit-exact function preservation, predictable gradient behavior, and constant bookkeeping cost during model expansion.

Why it matters: This work enables neural networks to be expanded dynamically without retraining or loss of function, potentially reducing computational overhead and increasing architectural flexibility.

ResearchOfficialarXiv AI/ML

Generalist AI Controller Achieves Adaptive Control Across Diverse Dynamical Systems

Researchers have developed a Generalist Controller that leverages attention mechanisms and a mixture-of-experts neural architecture to control a wide variety of single-input single-output (SISO) dynamical systems. Trained on over 314,000 demonstrations from 25 different systems—including stable, unstable, linear, and nonlinear cases—the controller matches the performance of system-specific LQI controllers and generalizes to new, unseen operating conditions. This approach enables a single neural network to adaptively control systems with different orders and dynamics without architectural changes or system-specific tuning.

Why it matters: This work demonstrates a significant advance toward universal AI controllers that could streamline and unify control system design across multiple engineering domains.

ResearchOfficialarXiv AI/ML

JUMP: Single-Pass Membership Inference Attack on Fine-Tuned Diffusion Language Models

A new attack method called JUMP is introduced for membership inference on fine-tuned discrete diffusion language models (dLLMs). By leveraging the models' any-order and parallel decodability, JUMP achieves higher ROC-AUC (0.90 vs 0.82) than previous methods like SAMA on LLaDA-8B-Base across six domains, while requiring fewer model queries. The approach uses a single-pass scoring strategy that jointly probes selected masked positions, improving both efficiency and detection performance.

Why it matters: This work reveals a significant privacy vulnerability in diffusion language models, demonstrating that membership inference can be performed more efficiently and accurately than previously known.

ResearchOfficialarXiv AI/ML

RAIL Guard: Closing the Evaluation-to-Remediation Gap in Responsible AI for LLM Agents

RAIL Guard is a closed-loop responsible AI pipeline that evaluates large language model (LLM) outputs across eight measurable dimensions and iteratively remediates failures through an evaluate-rewrite-reevaluate loop. In experiments, closed-loop remediation achieved 96.9% convergence compared to 49.1% for block-and-retry, though with a 22.3% reduction in utility; feedback-driven self-repair reached 86.6% convergence on fixable dimensions without significant utility loss. The system is released as open-source SDKs.

Why it matters: This work presents a practical framework for iteratively improving LLM agent safety and reliability, addressing a key limitation of current guardrail systems that discard unsafe outputs rather than repairing them.

ResearchOfficialarXiv AI/ML

PPO-HSC: Reinforcement Learning Framework Enhances LLM Exploration and Diversity

Researchers introduce PPO-HSC, a reinforcement learning framework that incorporates a High-order Sampling Coverage (HSC) reward to encourage large language models (LLMs) to generate diverse, low-similarity yet valid reasoning patterns. Empirical evaluations on mathematical reasoning and code generation tasks show that PPO-HSC improves solution diversity and state-space coverage while maintaining or surpassing the accuracy of existing RL baselines.

Why it matters: This work addresses the problem of mode collapse in LLM fine-tuning, potentially enabling more creative and robust AI reasoning.

ResearchOfficialarXiv AI/ML

Generative Ontology Induction: Domain-Agnostic Schema Discovery from Document Corpora Using Large Language Models

Researchers present Generative Ontology Induction (GOI), a framework that leverages large language models to automatically generate structured ontologies from document corpora without relying on predefined schemas. GOI demonstrates 95-100% structural coverage across diverse domains, outperforming generic template-based approaches, as measured by a novel Node Coverage Score metric. The method is validated on four contrasting ontologies, showing robust performance even in unfamiliar domains.

Why it matters: This work offers a significant advance in automating ontology engineering, a longstanding bottleneck in knowledge-intensive AI systems, by enabling domain-agnostic schema discovery.

ResearchOfficialarXiv AI/ML

Some Large Language Models Exhibit Consistent Risk Attitudes

A new preprint introduces a cross-domain framework to measure risk attitudes in large language models (LLMs), evaluating six models and 100 humans across spatial navigation, clinical triage, and financial allocation tasks. The study finds that most LLMs display robust intra-task consistency, cross-domain rank-order stability, and a narrower risk-attitude distribution compared to humans. These results suggest that risk attitude is a stable and previously uncharacterized dimension of LLM behavior.

Why it matters: Identifying risk attitude as a stable behavioral trait in LLMs provides a new foundation for evaluating and aligning AI systems in high-stakes decision-making contexts.

Policy & SafetyOfficialarXiv AI/ML

PlanFlip: Attacking Multi-Agent LLM Systems via Planning-Phase Prompt Injection

A new preprint introduces PlanFlip, a framework of four planning-phase prompt injection attacks targeting multi-agent LLM systems. The attacks exploit the Planner agent to corrupt all downstream sub-tasks, with results showing that more capable models like GPT-5 are more vulnerable (attack success rate of 0.68), challenging the assumption that stronger models are inherently more secure. The authors also propose two defense mechanisms, GoalAnchorCheck and CrossAgentConsensus, which achieve detection rates up to 1.00 and outperform same-backbone baselines.

Why it matters: This work reveals a significant security vulnerability in multi-agent LLM systems, demonstrating that planning-phase prompt injection can compromise entire pipelines and that increased model capability may amplify risk.

ResearchOfficialarXiv AI/ML

W2SPO: Weak-to-Strong Off-Policy RL via Auxiliary Branches Improves Reasoning in LLMs

A new method called W2SPO is introduced for reinforcement learning (RL) in large language models, addressing the challenge of limited exploration in reasoning tasks. W2SPO uses a weaker auxiliary model to inject short token segments into the target model's reasoning process, which helps diversify exploration and improve learning efficiency. On mathematical reasoning benchmarks at the 4B parameter scale, W2SPO outperforms post-trained baselines, raising Pass@1 from 62.3% to 64.2% and achieving a 3.55x training speedup compared to vanilla GRPO.

Why it matters: This approach offers a practical advance in RL for language models by overcoming exploration bottlenecks, leading to both faster training and improved reasoning performance.

ResearchOfficialarXiv AI/ML

MOSAIC: Accurate and Efficient Long-Term Memory for LLM Agents

A new framework called MOSAIC introduces structured, conflict-aware long-term memory for LLM agents, using entity-typed graph storage, hash-accelerated retrieval, and active conflict detection. MOSAIC achieves 89.35% accuracy on the LoCoMo benchmark, outperforming baselines by 27.21 percentage points, and detects 66% of factual conflicts—4.7 times higher than the best baseline—while maintaining low search latency (0.58 seconds per question). The system also demonstrates state-of-the-art results on HaluMem benchmarks for extraction F1 and QA correctness.

Why it matters: MOSAIC addresses major limitations in LLM agent memory by enabling more accurate, efficient, and contradiction-aware long-term recall, representing a significant advance over existing methods.

InfrastructureReportedThe Guardian / AI

Not enough water for UK’s datacentre plans, trade body says

The UK water industry has warned that the country does not have enough water to support future datacentre expansion, criticizing the government's AI growth plans as 'fatally flawed.' Datacentres require significant amounts of water for cooling, both directly and indirectly through their high electricity consumption.

Why it matters: This underscores a key infrastructure challenge that could limit the UK's ambitions for AI and data centre growth.

Policy & SafetyReportedTechCrunch / AI

Anthropic’s $1.5B Copyright Settlement Receives Final Court Approval

A court has granted final approval to Anthropic's $1.5 billion copyright settlement. While this resolves a specific lawsuit, it does not address the wider legal debate over the use of copyrighted material in AI training.

Why it matters: This settlement may influence how future legal and financial responsibilities are determined for AI companies using copyrighted content.

ResearchOfficialApple Machine Learning Research

Apple Introduces Length Value Model for Token-Level Generation Length Control

Apple ML Research has proposed the Length Value Model (LenVM), a token-level framework that models the remaining generation length at each decoding step. LenVM formulates length modeling as a value estimation problem with a constant negative reward per token, enabling more fine-grained control over generation length compared to existing sequence-level approaches.

Why it matters: LenVM could enable more precise control over generation length, potentially improving inference efficiency and reasoning performance in autoregressive models.

Policy & SafetyReportedThe Verge / AI

Sony sues Udio over 30,000 songs in AI copyright case

Sony Music Entertainment has filed a lawsuit against AI music generator Udio, alleging copyright infringement of more than 30,000 songs, including works by Elvis Presley, Beyoncé, and Harry Styles. The lawsuit was filed in a New York court on Monday.

Why it matters: This case could set a major precedent for how copyright law applies to AI-generated music and the liability of AI companies for training on copyrighted works.

InfrastructureReportedSemafor / AI

Demand for Chinese AI strains compute

Beijing-based AI company Moonshot has paused new subscriptions for its Kimi K3 model due to compute constraints. This move underscores the ongoing limitations Chinese tech firms face in scaling their AI services.

Why it matters: Compute shortages in China could slow the deployment of advanced AI models, affecting global AI competition.

InfrastructureOfficialRunPod Blog

The GPU Control Plane Is a Specialist Problem

RunPod contends that traditional Kubernetes schedulers struggle with the demands of modern AI workloads, citing issues such as model-and-weight locality, rapid scaling, and bursty traffic. The post outlines how a GPU-native control plane can address these challenges more effectively than general-purpose orchestrators.

Why it matters: This analysis points to a potential infrastructure bottleneck in AI deployment, indicating that specialized orchestration may be needed for optimal GPU utilization.