Researchers reformulate tabular foundation models (TFMs) to address structural challenges in discrete choice estimation, such as choice-set dependence and consumer heterogeneity. Their approach encodes these factors within a row-based learning framework and, when evaluated on a yogurt scanner panel, outperforms hierarchical Bayesian estimation by 8% in holdout log-likelihood and 3.6% in hit rate, while being 16 times faster. The method is particularly effective in medium-data regimes (10–40 purchase occasions per consumer), where traditional Bayesian methods can distort estimates for atypical consumers.
Why it matters: This work demonstrates a significant advance in applying foundation models to consumer choice estimation, offering both improved predictive performance and substantial computational speedups over established methods.
A new preprint demonstrates that predictive coding (PC) can avoid the non-local Jacobian-transpose operation by factoring it into three locally available terms for layers with frozen normalization. The resulting method, WF-Act-PC, removes the need for autograd backward passes in error transport and, on benchmarks like CIFAR-10 and Tiny-ImageNet, matches or exceeds backpropagation performance on deeper architectures, outperforming previous PC methods.
Why it matters: This work addresses a longstanding obstacle to biologically plausible learning by eliminating a key non-local operation in predictive coding, narrowing the performance gap with backpropagation in deep networks.
SteinGate proposes a boundary-aware distributional safety certificate for safe reinforcement learning, leveraging Kernelized Stein Discrepancy to robustly detect rare catastrophic cost events. The method dynamically alternates between reward-seeking and recovery policies based on deviations in the cost distribution's tail, aiming to reduce constraint violations during training. Experimental results on continuous-control benchmarks show that SteinGate lowers both the frequency and severity of safety violations while maintaining competitive performance compared to state-of-the-art methods.
Why it matters: This work offers a novel approach to addressing rare but severe safety failures in reinforcement learning, potentially improving the reliability of RL systems in safety-critical applications.
A new preprint benchmarks Kolmogorov-Arnold Networks (KANs) against Multi-Layer Perceptrons (MLPs) on 12 structured tabular classification tasks. The study finds that KANs achieve statistically significant accuracy improvements over MLPs, particularly in binary and multiclass settings, but require substantially more parameters and computational resources. The authors recommend KANs for high-precision needs and MLPs for efficiency in resource-limited scenarios.
Why it matters: This work provides empirical evidence to inform model selection for structured data, clarifying the trade-off between accuracy and computational efficiency when choosing between KANs and MLPs.
A new preprint demonstrates that temperature scaling, a widely used model calibration technique, systematically misrepresents model reliability when ground-truth labels are soft or distributional, such as those from crowd-sourced human annotations. Evaluating nine model configurations on the CIFAR-10H and ChaosNLI datasets, the study finds that temperature scaling calibrated on hard labels consistently underperforms an oracle calibrated on soft labels, with calibration gaps notably larger in language tasks (mean 0.079) than in vision tasks (mean 0.003). The results hold across model scales and with an alternative calibration method, multiclass isotonic regression.
Why it matters: The findings highlight that standard calibration protocols relying on majority-vote labels can give a misleading sense of model reliability in real-world scenarios with inherent label ambiguity, posing risks for safety-critical AI deployments.
A new framework, Self-Correcting Coupled Markov Jump Processes (SC-CMJP), is introduced to enable concurrent image and text generation by coupling masked diffusion models across modalities. The associated training-free sampler, CO₂Jump, demonstrates state-of-the-art performance on joint multimodal tasks such as image editing and visual reasoning, as shown on newly released large-scale benchmarks.
Why it matters: This work represents a significant advance in multimodal AI by enabling real-time, cross-modal correction and coherent joint outputs, addressing limitations of previous systems that treated modalities separately.
Researchers introduce EXPLORE, a framework that integrates simulator-guided Monte Carlo Tree Search with transformer-based language model decoding to improve analog circuit topology generation. On a 6-component benchmark with tight tolerance, EXPLORE achieves a 65% success rate, outperforming one-shot generation (12%) and sampling-and-filter baselines (33%). The framework also reduces mean squared error by over 20% compared to sampling-and-filter under the same search budget.
Why it matters: This work demonstrates a significant advance in automating analog circuit design by enabling language models to generate complex topologies more reliably through structured search.
Researchers have introduced HEDGEHOG, a six-stage filtration benchmark designed to rigorously evaluate generative molecular models for drug discovery. When 23 different generators were tested on 230,000 molecules, only 0.65% of the generated compounds passed all stages, which include medicinal chemistry, synthesis feasibility, and 3D docking constraints. This finding highlights that current AI models rarely produce molecules that meet all practical requirements for drug candidates.
Why it matters: HEDGEHOG exposes a significant gap between the theoretical capabilities of AI-driven molecular generators and their practical utility in real-world drug discovery.
Agora is a system that enables efficient pretraining of large language models using heterogeneous, individually owned GPUs connected via the internet. By combining bandwidth-efficient pipeline parallelism with fault-tolerant collective operations, Agora successfully trained an 8.6B-parameter model on 500B tokens using 330 contributor nodes over 40 days. The system achieved 63% of the efficiency of a centralized H100 GPU cluster, demonstrating the feasibility of large-scale, decentralized model training.
Why it matters: This work shows that large-scale AI model training can be decentralized and permissionless, potentially broadening access to frontier AI development beyond traditional data centers.
A new method called DIVE is introduced for compressing language-model embeddings using a residual compression adapter that incorporates a self-limiting hinge loss and geometry distillation. In experiments on five BEIR benchmarks with LLM2Vec backbones, DIVE consistently outperforms six baseline methods, including PCA and autoencoders, at both 128- and 256-dimensional outputs.
Why it matters: DIVE enables more efficient storage and retrieval in large-scale information retrieval systems by compressing embeddings without sacrificing retrieval quality.
Policy & Safety→Official→arXiv Computers and Society
A preprint study analyzing 29 language models across 177 occupations finds that these models incorporate demographic information into simulated hiring decisions, advantaging female and Black candidates while penalizing disabled candidates. The research shows that post-training alignment—intended to make models more helpful and aligned with human preferences—substantially amplifies these demographic effects, with the female and Black advantage increasing by nearly 400% and the disability penalty worsening by over 150%.
Why it matters: The findings highlight that alignment processes, while designed to improve AI behavior, can unintentionally exacerbate certain forms of discrimination, particularly against disabled individuals, in high-stakes contexts like hiring.
Policy & Safety→Official→arXiv Computers and Society
A new preprint analyzes the environmental impacts of sovereign AI infrastructure in the Global South, focusing on water, energy, and carbon emissions. The study finds that a 1,024-GPU cluster using evaporative cooling in the UAE would consume over 30 million liters of water annually, despite the country's extremely high water stress. The authors identify a 'sovereignty-sustainability trilemma' and propose design principles such as mandatory water usage reporting and prioritizing smaller, more efficient language models.
Why it matters: The research underscores the urgent need for policymakers in water- and climate-vulnerable regions to consider environmental sustainability when planning AI infrastructure.
This preprint reports the first classroom deployment of LEA, an adaptive AI tutoring agent, with real students and evaluates its scalability across three different courses. The study finds that synthetic (simulated) evaluation does not fully predict real-world classroom performance: while answer relevancy and context precision remain stable across courses, faithfulness of responses declines as the curriculum diverges from the system's original subject. These results highlight the need for further research into making AI tutoring systems fully course-agnostic.
Why it matters: This work provides early empirical evidence on the challenges of deploying AI tutoring systems in real classrooms and exposes the limitations of relying solely on synthetic evaluation for predicting real-world performance.
Researchers introduce CtrlBench-Rec, a collaborative multi-agent framework designed to systematically assess the controllability of recommender systems, which are often treated as black boxes. The framework formalizes three key tasks—target content discovery, interest profile shaping, and popularity bias mitigation—to measure how well recommender systems can be steered by explicit or implicit user guidance. Experiments across real-world datasets and models show that CtrlBench-Rec quantifies controllability and highlights persistent challenges, such as resistance to promoting long-tail content.
Why it matters: CtrlBench-Rec provides the first standardized toolkit for evaluating and auditing the controllability of recommender systems, addressing a critical gap in algorithmic transparency and user empowerment.
OvisOCR2 is a 0.8B parameter end-to-end document parsing model that converts document page images into Markdown in natural reading order, handling text, formulas, tables, and visual regions. It achieves state-of-the-art scores of 96.58 on OmniDocBench v1.6 and 75.06 on PureDocBench, surpassing previous pipeline-based methods. The model's training involves a data engine combining real and synthetic data, reinforcement learning, and model fusion.
Why it matters: This result shows that compact end-to-end models can outperform complex pipeline methods in document parsing, potentially simplifying deployment and improving accuracy for document understanding tasks.
A new preprint investigates how large language models (LLMs) acquire and adjust to human values during post-training. The study finds that supervised fine-tuning (SFT) largely determines a model's value alignment, while subsequent preference optimization rarely changes these values significantly. Experiments with Llama-3 and Qwen-3 models further show that different preference optimization algorithms can result in different value alignment outcomes, even when using the same data.
Why it matters: Understanding when and how LLMs learn human values can guide better data curation and algorithm choices for improved model alignment.
Researchers investigate cross-rubric generalization in automated essay scoring, where models trained on essays labeled with one set of rubrics are evaluated on essays scored with previously unseen rubrics. By introducing rubric-agnostic intermediate representations called 'traits' and using a fine-tuning framework, they achieve a 5.0% macro F1 improvement over baselines in the most challenging setting. Their best open-source Llama-based model also outperforms GPT-5-mini prompting by 2.1% macro F1.
Why it matters: This work demonstrates a method for automated essay scoring systems to adapt to new or revised scoring rubrics without retraining, addressing a practical challenge in educational assessment.
Research→Official→arXiv Audio and Speech Processing
A new preprint audits protocol-level shortcuts in large audio-language models (LALMs) used as automatic judges for speech evaluation. The study finds that several LALMs rely on cues such as specialist labels or reference data provided by the evaluation protocol, rather than grounding their judgments in the audio itself. This reliance can lead to inflated agreement with human ratings, potentially overstating the models' true capabilities. The authors recommend that each model-protocol pair be evaluated with a matched shortcut probe to ensure validity.
Why it matters: The findings highlight that high agreement with human ratings may not reflect genuine audio understanding in LALM judges, emphasizing the need for more rigorous evaluation protocols in speech assessment tasks.
Research→Official→arXiv Audio and Speech Processing
ZipL-Dialog introduces a method that shifts conditional flow-matching into a 4x time-compressed latent space, enabling memory-efficient synthesis of long-form spoken dialog. The approach reduces peak GPU memory usage by 11.22x and speeds up inference by 2.23x compared to the baseline, while maintaining perceptual naturalness. This is achieved through a deterministic mel autoencoder and optimized hierarchical downsampling.
Why it matters: This work substantially lowers the memory and computational requirements for generating multi-minute spoken dialog in a single pass, making practical zero-shot dialog TTS more feasible.
Research→Official→arXiv Audio and Speech Processing
A new reinforcement learning framework for audio-visual speech enhancement leverages a large language model (LLM) to generate natural language descriptions of enhanced speech, which are then scored via sentiment analysis to provide interpretable rewards. This approach outperforms both supervised and DNSMOS-based RL baselines on objective metrics (PESQ, STOI, neural quality) and subjective listening tests using the AVSEC-4 dataset.
Why it matters: The method introduces a novel, interpretable reward mechanism for speech enhancement by incorporating LLM-generated semantic feedback, potentially advancing the alignment of enhancement models with human perception.