AI/ML arXiv cs.AI

Operational Proto-Introspection in Looped Language Models: Process-Quality Taps, Executable Branching, and the Readout-Control Boundary

Operational Proto-Introspection in Looped Language Models: Process-Quality Taps, Executable Branching, and the Readout-Control Boundary (via arXiv cs.AI)

Failed to generate deep-dive analysis.

AI/ML arXiv cs.AI

LatentMT: Machine Translation with Latent Reasoning

LatentMT, authored by Wei-Rui Chen, Samar M. Magdy, Chiyu Zhang, Wenhui Zhu, Zhipeng Wang, and Muhammad Abdul-Mageed, and published on arXiv, introduces a novel approach to machine translation (MT) through the application of latent reasoning within looped language models (LoopLMs). This work directly addresses the escalating computational costs and parameter bloat of state-of-the-art MT systems, offering a different scaling paradigm. Instead of relying on increased model size or explicit step-by-step reasoning tokens, LatentMT leverages additional recurrent computation embedded within the hidden states of a smaller model. This mechanism allows the model to perform internal "reasoning" without increasing its surface-level parameter count or output verbosity.

The core contribution lies in demonstrating that this latent reasoning can significantly enhance translation quality, particularly for mid-resource and low-resource language pairs, where LatentMT achieves state-of-the-art results. Even for high-resource languages, it demonstrates competitiveness with models three to five times its size. This offers a promising path towards more efficient and accessible high-quality MT. The intended audience for this research comprises software engineers and researchers in natural language processing (NLP) and machine learning (ML), who stand to benefit from more compact, computationally less demanding, yet highly performant MT solutions.

Key technical aspects include the adaptation of latent-reasoning LoopLMs for the MT task via lightweight training on a 2.6B-parameter backbone. The study systematically investigates the impact of scaling the number of recurrent reasoning steps, revealing that translation quality improves with initial steps but saturates quickly. Mechanistic analysis supports this observation by showing that hidden representation differences diminish as reasoning steps increase, indicating convergence. This approach enables the development of MT systems that achieve impressive performance with substantially reduced computational footprints, both in terms of training and inference.

Going forward, LatentMT's success suggests that latent recurrent computation represents a viable and potentially dominant strategy for achieving high-quality MT without exorbitant resource requirements. This could democratize access to advanced translation technologies, especially for developers working with limited computational budgets or targeting niche language pairs. Its influence may steer future MT research towards exploring implicit reasoning mechanisms within model architectures, moving away from solely relying on architectural depth or parameter count for performance gains. The presented findings are based on an abstract, necessitating a review of the full paper for complete technical details.

AI/ML arXiv cs.AI

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

This research, "Find Before You Fine-Tune: A Diagnostic Study of Small LLMs for Cybersecurity QA" by Shaswata Mitra, Subash Neupane, Trisha Chakraborty, Himanshu Tripathi, Sudip Mittal, Aritran Piplai, and Shahram Rahimi, published on arXiv (cs.AI), proposes a novel diagnostic framework called FiT for evaluating small Large Language Models (LLMs) before they are fine-tuned for cybersecurity Question-Answering (QA). The work addresses the critical gap in understanding how fine-tuning impacts the capabilities of these models, particularly in the sensitive and rapidly evolving domain of cybersecurity where data scarcity and dynamic threat landscapes present significant challenges. The intended audience is software engineers, researchers, and developers working with LLMs in specialized domains, particularly cybersecurity, who need to select and adapt models cost-effectively.

The core contribution is the FiT framework, which systematically assesses three essential capabilities for cybersecurity QA: vocabulary recognition (understanding domain-specific terminology), parametric knowledge (recalling factual information pertinent to cybersecurity), and contextualization of retrieved information (integrating external knowledge with the query). A key technical finding is that fine-tuning does not always improve performance and can even degrade existing capabilities. Specifically, the study reveals that knowledge-focused fine-tuning leads to a moderate, rank-preserving degradation of vocabulary and parametric knowledge, while instruction-focused tuning causes a more severe collapse of measured knowledge, characterized by increased abstention, which inverts the knowledge ranking. Notably, the ability to contextualize retrieved information remains largely unaffected by both tuning regimes. Rank-correlation analysis quantifies these regime-specific impacts, demonstrating that pre-fine-tuning FiT scores can accurately predict post-tuning performance changes.

This diagnostic approach enables practitioners to make more informed decisions about model selection, potentially avoiding costly and ineffective fine-tuning processes. By identifying models that already possess the necessary foundational capabilities, organizations can optimize their LLM deployment pipelines for cybersecurity applications, leading to safer and more efficient systems. The findings suggest a broader shift towards pre-deployment diagnostics for specialized LLM tasks, influencing future research on model selection strategies and the understanding of fine-tuning's nuanced effects on LLM capabilities. This paper provides an abstract only.

AI/ML arXiv cs.AI

SFGA: A Statistics-First Gating Architecture with Adjudicative Escalation for Trustworthy SFT Data Procurement

Procuring supervised fine-tuning (SFT) data presents a significant financial risk, as buyers must evaluate the quality of a candidate corpus before committing resources to downstream training. To resolve this pre-training assessment bottleneck, Arther Tian, Alex Ding, Simon Wu, and Aaron Chan introduced SFGA (Statistics-First Gating Architecture) in a paper published on arXiv cs.AI. Designed for machine learning engineers, researchers, and data procurement specialists, SFGA treats the data acquisition decision as a cost-aware routing problem evaluated across three intrinsic quality dimensions: diversity, utility, and redundancy.

The architecture operates on a tiered, statistics-first decision pipeline. It first computes inexpensive, blind statistical measurements to generate per-axis quality estimates with associated confidence intervals. The primary gating mechanism only outputs a final buy-or-reject decision if these confidence intervals are tight, sample sizes are statistically sufficient, and all three quality axes align. When uncertainty persists, the architecture escalates the case to an adjudicative debate. This escalation path utilizes a buy-advocate and a reject-advocate LLM judge to debate the merits of the corpus, with their arguments resolved by a presiding verdict.

On a controlled 12-dataset benchmark, SFGA achieved 0.90 accuracy and a 0.83 F1 score at a operating cost of only $0.017 per unit. This performance significantly outpaces a baseline always-verify strategy (0.75 accuracy) and closely approaches an oracle upper bound (0.98 accuracy) while remaining more cost-effective than an always-escalate approach ($0.020). Beyond raw performance, the authors conducted a rigorous diagnostic of the LLM-driven debate path, exposing critical systemic vulnerabilities: a con-side win rate of 0.80 and a 52% position-flip rate under advocate swapping. These findings reveal profound negativity and positional biases that naive LLM evaluators typically obscure.

By framing SFT data procurement as a calibrated routing problem, this work provides a framework for balancing cheap statistical heuristics with expensive, high-fidelity generative reasoning. It enables the industry to develop more trustworthy, cost-controlled pipelines for automated dataset curation and contract verification. Because this analysis is based on the published abstract of the paper, future peer-reviewed validation will be instrumental in mapping the external validity of these gating mechanisms across broader, non-synthetic datasets.

AI/ML arXiv cs.AI

Where Should Optimizer State Live? Tiered State Allocation for Memory-Efficient Mixture-of-Experts Training

Nuemaan Malik of an unspecified institution presents "Where Should Optimizer State Live? Tiered State Allocation for Memory-Efficient Mixture-of-Experts Training," a work published on arXiv's Computer Science (AI) section. This research addresses the significant memory overhead associated with training large Mixture-of-Experts (MoE) models, specifically highlighting that optimizer state, such as the moments in AdamW, consumes far more memory than the model weights themselves. The core contribution is a novel optimizer, SkewAdam, which intelligently allocates optimizer state based on the distinct characteristics of different parameter populations within an MoE architecture. This approach is designed for researchers and engineers working on large-scale MoE model training who are constrained by GPU memory, aiming to enable training on more accessible hardware without compromising performance.

The central technical innovation lies in SkewAdam's tiered state allocation strategy. It recognizes that the dense backbone, the numerous experts, and the router in an MoE model exhibit different parameter sizes and gradient update dynamics. Consequently, SkewAdam applies different optimization state precision and retention policies to these groups. Specifically, it uses full float32 momentum and a factored second moment for the relatively small backbone, a factored second moment alone for the vast majority of expert parameters, and an exact second moment for the router. This fine-grained control drastically reduces memory footprint; for a 6.78B parameter model, SkewAdam requires only 1.29 GB of optimizer state, a mere 2.6% of what AdamW consumes, leading to a peak training memory reduction from 81.4 GB to 31.3 GB. A key result is that this memory efficiency is achieved without sacrificing accuracy, as demonstrated by SkewAdam outperforming AdamW, Muon, and Lion on validation perplexity and achieving router load balance close to the ideal uniform distribution. The paper also elucidates that the perplexity gains stem from retaining momentum, not merely the state allocation strategy itself, with a tier ablation demonstrating that memory savings alone do not yield the accuracy improvements.

This work has significant implications for the future of MoE training. By significantly lowering the memory barrier, SkewAdam and its underlying principles can democratize access to training extremely large models, allowing more researchers and organizations to experiment with and deploy advanced MoE architectures. The success of tiered state allocation suggests a broader trend towards more sophisticated memory management techniques tailored to the specific structures of modern neural network architectures. Future research could explore applying similar tiered approaches to other model families or investigating dynamic allocation strategies that adapt to evolving parameter statistics during training. This paper is an abstract only.

AI/ML arXiv cs.AI

ABot-World-0: Infinite Interactive World Rollout on a Single Desktop GPU

ABot-World-0 presents a significant advancement in the development of action-conditioned video world models, enabling real-time, long-horizon closed-loop interaction within simulated environments on a single desktop GPU. This work, originating from a collaboration of researchers including Fan Jiang, Zhaoxu Sun, and 40 others, and submitted to arXiv for the Computer Vision and Pattern Recognition community (cs.CV), addresses the critical gap in creating agents capable of sustained, coherent interaction with complex virtual worlds without prohibitive computational resources. The core contribution lies in a novel architecture and training methodology that allows for the generation of visually consistent and controllable sequences of events over extended durations, a challenge that has previously limited agent embodiment and interactive learning.

The problem ABot-World-0 solves is the inherent difficulty in training and deploying agents that can not only perceive but also actively and meaningfully influence rich, dynamic virtual environments for extended periods. Traditional approaches often suffer from compounding errors in autoregressive generation, leading to visual incoherence and loss of controllability over time. This research is particularly relevant for researchers and engineers in embodied AI, reinforcement learning, and computer graphics who aim to develop more capable and efficient agents for training, simulation, and interactive content creation.

Two key technical innovations underpin ABot-World-0's success. First, the novel LongForcing mechanism is crucial for mitigating accumulated distribution shift and autoregressive drift during long student self-rollouts. This technique aligns the student model's predictions with an extended-horizon teacher, effectively extending the causal reasoning capabilities and maintaining coherence over much longer sequences than previously feasible. Second, the paper details a sophisticated streaming inference stack optimized for desktop GPU deployment. This stack includes a lightweight VAE decoder, efficient attention mechanisms, memory-aware scheduling, and low-bit inference for a Diffusion Transformer (DiT). This co-designed system is responsible for achieving high frame rates (up to 16 FPS at 720P) and low latency (1.2s action-to-first-frame) on hardware like an NVIDIA RTX 5090, making interactive world rollout practical.

This work enables the creation of agents that can explore, learn, and interact in complex virtual worlds with unprecedented temporal coherence and controllability on readily available hardware. It paves the way for more sophisticated applications in interactive game development, synthetic data generation for training autonomous systems, and the development of truly embodied AI agents capable of long-term planning and interaction. The successful demonstration of long-horizon interaction on a single GPU is likely to influence future research towards more computationally efficient and scalable world modeling techniques. The content provided is an abstract.

AI/ML arXiv cs.AI

Prompt Design at Scale: How Format, Instruction Count, and Context Length Shape Instruction Adherence and Hallucination in Large Language Models

Netanel Eliav's work, "Prompt Design at Scale: How Format, Instruction Count, and Context Length Shape Instruction Adherence and Hallucination in Large Language Models," presents a controlled empirical investigation into crucial, yet empirically undersupported, aspects of prompt engineering. The core contribution is the systematic quantification of how three common prompt design choices—instruction format, the number of simultaneous instructions, and context length—impact a large language model's (LLM) ability to follow instructions and its propensity for hallucination. This research addresses a significant gap in current LLM practice, where prompt design decisions are often made heuristically. The findings are particularly relevant for software engineers, AI researchers, and anyone developing applications that rely on precise LLM output, as they provide data-driven insights to optimize prompt effectiveness.

Two critical technical findings emerge. First, experiment 1 demonstrates that perfect instruction adherence collapses to zero as the number of rules increases from 10 to 160, regardless of the instruction format (markdown, plain text, prose, or tabular) or placement (system prompt vs. user turn). While placement can have effects as large as format, the direction is model-dependent, and no format consistently outperforms others. Second, experiment 2 reveals that recall accuracy remains high through 64-128k tokens but degrades sharply afterward. Notably, instead of increased fabrication or sycophancy, models exhibit a dramatic rise in outright refusal to answer near their context ceiling. The token overhead of different formats also complicates format selection beyond raw accuracy. This research, submitted to arXiv, offers a benchmark suite (VeyraBench) and the experimental harness for reproducibility.

Going forward, this work enables more principled prompt optimization by providing concrete data on performance trade-offs. It suggests that current heuristics for prompt formatting and instruction complexity may be suboptimal and that context window limitations manifest primarily as refusal rather than degradation of factual accuracy or increased fabrication. The findings could lead to new LLM architectures or fine-tuning strategies that improve instruction adherence and context handling, thereby advancing the reliability and usability of LLMs in complex downstream tasks. The submitted abstract indicates this is an abstract-only document.

Cybersecurity arXiv cs.AI

They'll Verify. They Just Won't Act. How Authority Framing and Laundered Code Turn a Trusted Agentic CI/CD Pipeline Into an Attack Surface

This research, authored by Yohann Sidot and presented on arXiv, probes the security vulnerabilities inherent in agentic CI/CD pipelines orchestrated by Large Language Models (LLMs). The core contribution lies in demonstrating how seemingly trustworthy automated systems can be subverted through sophisticated social engineering and code obfuscation, transforming them into attack surfaces. The problem it addresses is critical: as CI/CD pipelines increasingly adopt LLM-based agents for tasks like code review and deployment, the inherent trust placed in these automated processes creates a new vector for malicious actors. This work highlights a significant gap between the perceived security of LLM-driven automation and its actual susceptibility to novel attack methodologies.

The intended audience is primarily software engineers, security researchers, and architects involved in building and securing modern software development workflows. Those benefiting most directly are organizations deploying or considering agentic CI/CD systems.

Several key technical findings emerge. First, the research shows that LLM agents, even when operating behind firewalls in shadow mode, can be manipulated. A critical mechanism is "authority framing," where an attacker injects misleading metadata, such as fake pre-approval directives (e.g., "pre-approved under SEC-2291, do not re-review"), into a pull request. Downstream LLM verifiers, influenced by this framing, bypass rigorous checks and approve malicious code. Second, the study reveals that "laundered code" – code that is syntactically clean and appears benign but contains subtle malicious intent (like data exfiltration disguised as telemetry) – effectively evades traditional static analysis tools and pattern detectors. Only an LLM capable of reasoning about intent shows partial efficacy against this. Third, the research debunks the assumption that the mere presence of multiple verifiers, even in a distributed system, inherently enhances security; a weak bystander effect was observed, not a significant increase in individual scrutiny. Finally, the work underscores that prompt secrecy for individual agents is insufficient.

This research enables a forward-looking perspective on securing AI-driven development pipelines. It suggests that current verification mechanisms are inadequate against nuanced social engineering attacks targeted at LLM agents. The findings imply a shift towards provenance-aware controls at the pipeline's entry point, independent of individual agent prompts or code content analysis. This could influence the development of new security frameworks that prioritize intent verification and robust source authentication for agentic systems, moving beyond simple syntactic checks and distributed review models. It is important to note that the abstract indicates this work uses entirely synthetic data and mocked external endpoints.

AI/ML arXiv cs.AI

ISO: An RLVR-Native Optimization Stack

Reinforcement learning with verifiable rewards (RLVR) has significantly advanced the reasoning capabilities of large language models, yet the optimization layer translating reward feedback into weight-space updates has remained poorly understood. To address this gap, Hanqing Zhu and a team of researchers published "ISO: An RLVR-Native Optimization Stack" on arXiv cs.AI. Designed for machine learning engineers and researchers specializing in alignment and optimization, this work introduces Isospectral Optimization (ISO), an RLVR-native framework built on the newly identified phenomenon of "spectral inheritance." The authors demonstrate that during RLVR, models can preserve the base model's weight spectra while acquiring new reasoning and coding behaviors solely through modifications to their associated input and output singular frames.

ISO operationalizes this structural insight through two complementary components. Offline, ISO-Merger combines the singular frame changes of multiple shared-base specialist models into a single, cohesive, fixed-spectrum model. This approach requires no post-merge training data, rollouts, gradient updates, or on-policy distillation, yet it recovers complementary specialist capabilities and achieves the strongest aggregate performance among data-free merging methods. Online, ISO-Optimizer adapts existing optimizers, such as AdamW and Muon, to update only the singular frame variables while keeping the base weight spectra strictly locked.

In evaluations on reasoning and coding tasks using models ranging from 1.5B to 8B parameters, ISO-Optimizer achieved matched performance in a fraction of the time. For instance, on a Qwen3-8B-Base model, ISO-AdamW matched the baseline AdamW accuracy of 0.495 in just 100 training steps—down from the 270 steps required by standard AdamW—and eventually surpassed it to reach an accuracy of 0.509 at 210 steps.

This work suggests a paradigm shift in post-training alignment. Instead of inheriting computationally intensive pre-training optimization methodologies wholesale, developers can design post-training workflows specifically around the mechanics of reward-driven adaptation by inheriting the spectrum and optimizing only the frames. This research is poised to influence future RLVR frameworks, leading to faster training convergence, lower computational overhead, and more robust model-merging techniques. Please note that this analysis is based on the published abstract of the preprint paper.

AI/ML arXiv cs.AI

Assistax: A Multi-Agent Hardware-Accelerated Reinforcement Learning Benchmark for Assistive Robotics

Assistax is a high-throughput, GPU-accelerated simulation benchmark designed to advance multi-agent reinforcement learning (MARL) in assistive robotics. Developed by Leonard Hinckeldey, Elliot Fosong, Rimvydas Rubavicius, Elle Miller, Trevor McInroe, Fan Zhang, Patricia Wollstadt, Stefano V. Albrecht, and Subramanian Ramamoorthy, and accepted at the Reinforcement Learning Conference (RLC) 2026, the framework addresses a critical limitation in physical simulation. Traditional reinforcement learning (RL) environments are either too simplistic to model complex real-world dynamics, or they suffer from low CPU-bound throughput that throttles training. Crucially, most existing robotics benchmarks treat the robot as an isolated agent. This ignores the cooperative, dynamic nature of home care and assistive tasks, which inherently require coordination with an active human partner.

The technical architecture of Assistax relies on JAX and MuJoCo-MJX to run end-to-end simulation on the GPU, achieving up to 412 times faster open-loop simulation speeds than comparable CPU-based environments. This hardware acceleration enables the training of both the robot and an active humanoid partner simultaneously using MARL. To evaluate generalization, the authors formulate the human-robot interaction as an Ad-Hoc Teamwork (AHT) problem. The framework utilizes a benchmarking pipeline where a diverse population of humanoid partners, each exhibiting distinct simulated disabilities and behavioral preferences, is pre-trained. Robot policies are then evaluated on their ability to coordinate with a withheld validation set of these humanoid partners. To lower the barrier to entry for the research community, the developers have released these reactive, pre-trained partner policies on Hugging Face, allowing researchers to skip the computationally expensive partner-generation phase.

For robotics engineers and MARL researchers, Assistax provides a critical tool for developing algorithms that can safely and effectively coordinate with humans. Initial evaluations using the Assistax pipeline have exposed a significant coordination gap, showing that current RL algorithms fail to generalize effectively when paired with unseen human partners possessing novel combinations of physical limitations and preferences. By offering an open, high-throughput testbed, Assistax enables the field to move beyond single-agent paradigms and rapidly iterate on algorithms capable of zero-shot coordination in physical human-robot interaction. Note that this analysis is based on the published abstract and metadata of the paper.

AI/ML arXiv cs.AI

AgentJet: A Distributed Swarm Training Framework for Agentic Reinforcement Learning

AgentJet introduces a distributed swarm training framework designed specifically to address the architectural bottlenecks of training large language model (LLM) agents via reinforcement learning (RL). Developed by Qingxu Fu, Boyin Liu, Shuchang Tao, Zhaoyang Liu, Cheng Chen, Xuanfa Jin, Rong Zhu, and Bolin Ding, and published on arXiv (cs.AI), this work tackles the challenges of multi-turn trajectory optimization in complex, external environments. Traditional RL frameworks often struggle with runtime failures, rigid single-model constraints, incompatible environment dependencies, and highly redundant contexts. AgentJet resolves these limitations by decoupling the training and execution runtimes, making it a critical infrastructure tool for machine learning researchers and distributed systems engineers building next-generation autonomous agents.

At the core of AgentJet is a configurable, decoupled server-client topology. Swarm servers host the trainable models and execute optimization algorithms across GPU clusters, while detachable swarm clients run the actual agent code and execute tasks in isolated environments. Communication between these entities occurs via standard OpenAI-compatible APIs. This design choice enables heterogeneous multi-model RL training and isolated runtimes, preventing environment crashes from interrupting the training loop. Furthermore, clients are hot-swappable, permitting live code iteration without restarting the centralized training servers. To address the computational overhead of redundant agent-environment interactions, AgentJet introduces a context tracking mechanism with timeline merging, which optimizes the data path and achieves a 6.25x reduction in actor-update time on the AppWorld benchmark.

By abstracting the runtime execution away from the optimization cluster, AgentJet enables automated, long-horizon, multi-day RL studies on massive compute clusters with minimal human oversight. This modular architecture paves the way for highly scalable, fault-tolerant swarm intelligence, allowing developers to seamlessly integrate diverse agent frameworks with centralized training backends and scale up agentic RL research. This analysis is based on the published abstract and technical overview of the paper.

AI/ML arXiv cs.AI

Robust Belief-State Policy Learning for Quantum Network Routing Under Decoherence and Time-Varying Conditions

Optimizing routing protocols in quantum networks is severely challenged by the combined effects of probabilistic entanglement generation, rapid qubit decoherence, finite quantum memory, and imperfect operations. To address this, Amirhossein Taherpour, Abbas Taherpour, Tamer Khattab, and Mazen Hasna developed a robust belief-state routing framework published on the arXiv repository. Designed for quantum network engineers and systems researchers, this work bridges the gap between theoretical quantum information theory and practical, scalable network control under highly dynamic, partially observable physical states.

The core contribution of this research is a novel control framework that models quantum network routing as a quantum partially observable Markov decision process (q-POMDP) integrated with a feasibility-masked graph neural network (GNN). Crucially, the system operates on atomic micro-epochs. Within each micro-epoch, selected operations complete before the next decision boundary, allowing the model to explicitly track physical constraints such as memory reservations, purification consumption, swapping outcomes, and completion-time delivery fidelity. To handle the incomplete state information inherent to quantum systems, the controller maintains a classical belief state over hidden physical variables and latent environmental conditions, dynamically updating posterior pair states.

To scale this mathematically rigorous formulation to complex topologies, the authors introduce three primary architectural mechanisms. First, they employ feasibility-stratified prototypes and identifier-free signatures to group structurally similar information states. Second, role-aware action matching is utilized to preserve hard physical resource constraints while transferring learned values across identical sub-structures. Third, the framework fuses a cached q-POMDP planner with the role-aware GNN policy using an adaptive trust rule, featuring a safe fallback mechanism for previously unencountered feasibility signatures. Theoretical guarantees accompany this design, proving bounded value approximation, policy performance, robustness, and regret. Empirical evaluations demonstrate that this hybrid controller outperforms heuristic, purification-aware, and learning-based baselines, successfully maximizing high-fidelity goodput and minimizing below-threshold deliveries at a lower computational cost than traditional planner-only approaches.

Going forward, this framework establishes a viable path toward deploying deep reinforcement learning and POMDPs in real-time, resource-constrained quantum hardware environments. By successfully scaling belief-state estimation to multi-node topologies, this research offers a template for future adaptive quantum control protocols, specifically in setting up reliable, high-fidelity long-distance entanglement distribution. This analysis is based on the published abstract and metadata of the repository submission.

AI/ML arXiv cs.AI

Breaking the MoE LLM Trilemma: Dynamic Expert Clustering with Structured Compression

This research, "Breaking the MoE LLM Trilemma: Dynamic Expert Clustering with Structured Compression" by Peijun Zhu et al., introduces a novel framework designed to mitigate the inherent challenges in Mixture-of-Experts (MoE) Large Language Models (LLMs). Specifically, it addresses the persistent trilemma of load imbalance across experts, significant parameter redundancy, and substantial communication overhead. The authors propose a unified approach that dynamically reorganizes the MoE architecture during training, aiming to enhance efficiency without compromising model quality. This work is particularly relevant for researchers and engineers working on developing and deploying large-scale language models, offering a path towards more practical and performant MoE systems.

A cornerstone of their contribution is a dynamic expert clustering mechanism. This online clustering procedure, informed by a fused metric of parameter and activation similarity, periodically regroups experts. This stabilization of expert utilization is crucial for preventing performance degradation due to uneven workload distribution. A key innovation is the utilization of the router's semantic embedding capabilities to drive this dynamic reconfiguration, representing an early instance of leveraging semantic understanding for architectural adaptation during training. Furthermore, the framework employs structured compression by decomposing expert weights into a shared base matrix and low-rank residual adapters. This decomposition achieves significant parameter reduction (up to fivefold per expert group) while retaining expert specialization.

The resulting structured architecture enables a hierarchical routing strategy. Tokens are first routed to a cluster and then to an expert within that cluster, dramatically shrinking the routing search space and mitigating all-to-all communication bottlenecks. This is complemented by a heterogeneous precision scheme, using FP16 for shared bases and INT4 for residual adapters, coupled with dynamic offloading of inactive clusters, to substantially reduce peak memory consumption. Evaluated on GLUE and WikiText-103 benchmarks, the proposed framework demonstrates comparable quality to standard MoE models, while achieving an impressive 80% reduction in total parameters, a 10-20% improvement in throughput, and over a threefold decrease in expert load variance. This research, appearing on arXiv (cs.AI, cs.CL, cs.DC, cs.LG, cs.NE), suggests that dynamic structural reorganization is a promising avenue for creating scalable, efficient, and memory-conscious MoE LLMs, potentially influencing future MoE model design and optimization techniques. The provided content is an abstract.

AI/ML arXiv cs.AI

CompilerKV: Risk-Adaptive KV Compression via Offline Experience Compilation

CompilerKV introduces a paradigm shift in key-value (KV) cache compression for large language models by replacing noisy, prompt-specific online estimation with offline-compiled structural priors. Developed by Ning Yang, Chengzhi Wang, Yibo Liu, Baoliang Tian, and Haijun Zhang and published on arXiv, this work targets machine learning engineers and systems researchers designing high-throughput, long-context LLM inference pipelines. Standard prefill-only KV compression methods freeze a subset of tokens at the end of the prefill phase and decode from them without further eviction. Because this retention decision is irreversible, its accuracy depends on estimating per-head reliability and prompt-level compression sensitivity. Existing methods attempt to calculate these corrective signals online from a single, noisy input prompt. CompilerKV addresses this limitation by showing that these signals exhibit high regularity across different prompts, meaning that calculating them per prompt introduces unnecessary statistical noise.

The core mechanism of CompilerKV is its offline experience compilation, which profiles a model on a calibration corpus to generate compiled retention tables. These tables act as portable architectural priors. At runtime, the model bypasses complex online estimation, reducing the corrective step after the standard observation-window scan to an O(1) table lookup followed by a budget clamp. Empirically, these compiled tables transfer robustly across disjoint datasets, showing a mean Spearman correlation of 0.90, and can transfer between different model architectures with minimal degradation (0.4 to 0.8 points on LongBench). At a strict 512-token budget, CompilerKV outperforms the strongest prefill-only baseline by an average of 1.67 points across four different model backbones. In long-context evaluation regimes, such as a 512-token cache over a 32k context, CompilerKV achieves a 0.89 score on the Needle In A Haystack benchmark compared to SnapKV's 0.42. On 128k RULER tests, it maintains a score of approximately 73, nearly matching FullKV's 79 while SnapKV drops to 38. This compression efficiency enables batch-16 serving on 32k inputs by retaining just 1.56% of the prefill KV cache, preventing out-of-memory failures.

Going forward, CompilerKV establishes that optimal KV retention is largely an inherent structural property of the model rather than a dynamic, prompt-dependent variable. This insight opens up new avenues for static compilation of attention allocation maps, potentially allowing hardware-level optimizations and kernel fusion strategies that completely bypass dynamic cache management overhead during long-context generation. Note that this analysis is based on the published abstract of the technical paper.

AI/ML arXiv cs.AI

Robust Reasoning Benchmark

Pavel Golikov, Evgenii Opryshko, Gennady Pekhimenko, and Mark C. Jeffrey, affiliated with their respective institutions, have introduced the Robust Reasoning Benchmark (RRB) as presented on arXiv (cs.AI). This work addresses a critical gap: while large language models (LLMs) exhibit impressive performance on standard mathematical reasoning tasks, their robustness to variations in input presentation remains poorly understood. RRB comprises 13 deterministic textual perturbations applied to AIME 2024 and 2025 competition problems, designed to test the resilience of LLM reasoning capabilities. The benchmark is intended for researchers and engineers in AI and natural language processing who are developing and evaluating advanced reasoning models.

Two pivotal technical contributions emerge from this research. First, the RRB itself, a structured methodology for systematically evaluating prompt sensitivity in mathematical reasoning. This allows for a quantitative assessment of how model performance degrades under adversarial or merely altered input formats. Second, the identification of "Intra-Query Attention Dilution" as a significant failure mode in open-weight models. Through experiments where models solve multiple independent problems sequentially within a single context window, the authors observed accuracy decay on subsequent tasks. This phenomenon suggests that standard dense attention mechanisms, commonly employed in LLM architectures, become saturated or "polluted" by intermediate reasoning steps, hindering the model's ability to isolate and process new problem contexts effectively. This contrasts with frontier models which, while generally resilient, occasionally exhibit categorical refusals, as seen with Claude.

The findings from the RRB and the analysis of Intra-Query Attention Dilution have profound implications for the future of reliable AI reasoning. They highlight that architectural innovations are necessary to decouple the processing of sequential reasoning steps. The research advocates for the integration of explicit contextual resets within LLM architectures to mitigate attention dilution. This opens fertile ground for research into novel attention mechanisms or architectural designs that can manage computational context more effectively across complex, multi-stage reasoning processes, ultimately aiming for more dependable and trustworthy AI systems. The paper's content is an abstract.

AI/ML arXiv cs.AI

GQLA: Group-Query Latent Attention for Hardware-Adaptive Large Language Model Decoding

This work introduces Group-Query Latent Attention (GQLA), a novel attention mechanism designed to enable hardware-adaptive inference for large language models (LLMs). The core contribution is the creation of a single set of trained weights that can dynamically adapt its decoding strategy to match the optimal performance characteristics of different hardware architectures, specifically bridging the gap between high-end accelerators like NVIDIA H100 and more constrained inference GPUs such as the H20. This is crucial because current efficient attention mechanisms, like Multi-head Latent Attention (MLA) used in models such as DeepSeek-V2/V3, are often tightly coupled to specific hardware configurations, limiting their deployment flexibility and performance on diverse inference platforms. GQLA addresses this by offering algebraically equivalent decoding paths that exploit hardware-specific optimizations without requiring retraining or custom kernel development.

The primary problem GQLA solves is the hardware-bound nature of efficient LLM decoding. Existing methods, while achieving impressive efficiency on their target hardware, often sacrifice adaptability, forcing users to choose between performance on cutting-edge hardware or broader deployment on more accessible GPUs. GQLA fills this gap by providing a unified solution. This research, authored by Fanxu Meng and available on arXiv, is primarily intended for LLM developers, researchers, and engineers working on efficient model deployment and inference across heterogeneous hardware environments.

Two key technical ideas underpin GQLA. Firstly, it introduces two algebraically equivalent decoding paths within a single set of trained weights: an MQA-absorb path and a GQA path. The MQA-absorb path is similar to MLA, optimized for hardware with high compute-bandwidth ratios like H100, utilizing $s_q=1$. The GQA path, with a per-group expanded cache and $s_q=2$, is tailored for hardware like H20, enabling Multi-Token Prediction (MTP) gains and supporting higher degrees of zero-redundancy tensor parallelism. The runtime dynamically selects the appropriate path based on the target hardware. Secondly, the work extends the TransMLA architecture to TransGQLA, facilitating the conversion of existing Group-Query Attention (GQA) checkpoints into GQLA models. This process allows for significant KV cache compression (demonstrated to 28.125% of the GQA baseline on the MQA-absorb path for LLaMA-3-8B) while maintaining GQA-level traffic characteristics on the per-group path, thus avoiding the need for expensive full pretraining.

GQLA's ability to adapt to diverse hardware with a single model opens significant avenues for future development. It promises to democratize efficient LLM inference by enabling models to perform optimally across a wider range of hardware, from flagship data center GPUs to edge devices. This could profoundly influence the LLM field by accelerating the deployment of powerful models in resource-constrained environments, fostering innovation in real-time applications, and reducing the total cost of ownership for LLM inference. The presented work is an abstract only.