A new arXiv preprint introduces a unified quantum-classical hybrid framework for multi-horizon time-series forecasting, featuring two model variants: Quantum Reservoir Forecaster (QRC-F) and Variational Quantum Forecaster (VQF-F). The framework explores complexity-fidelity trade-offs under near-term NISQ hardware constraints, using angle encoding and cross-channel entanglement to process multivariate data. Experiments on benchmark datasets show that VQF-F achieves superior training stability and parameter efficiency, while QRC-F demonstrates enhanced robustness and circuit fidelity under quantum noise.
Why it matters: This work presents a practical quantum-native approach to time-series forecasting, highlighting potential for real-world deployment on near-term quantum hardware and addressing key challenges in quantum machine learning for sequential data.
Research→Official→arXiv Audio and Speech Processing
UniPASE is an extension of the PASE framework designed for universal speech enhancement across multiple sampling rates. It introduces the DeWavLM-Omni module, fine-tuned from WavLM via knowledge distillation, to convert degraded waveforms into clean, linguistically faithful phonetic representations. The system reconstructs high-fidelity 16 kHz waveforms and upscales them to 48 kHz, achieving robust enhancement with minimal linguistic hallucination. UniPASE demonstrated superior or competitive performance compared to state-of-the-art models and won first place in the objective evaluation of the URGENT 2026 Challenge.
Why it matters: UniPASE advances the field of speech enhancement by addressing both fidelity and hallucination issues across diverse sampling rates, setting a new benchmark in universal speech enhancement.
Researchers have extended the Hypencoder retrieval approach by integrating Matryoshka Representation Learning, enabling the use of multiple sizes of query-encoding neural networks. The resulting Matryoshka Hypencoder achieves comparable in-domain retrieval effectiveness with approximately 7x fewer active parameters and 1.6-3.4x higher scoring throughput. This approach allows for flexible efficiency-effectiveness trade-offs in neural retrieval systems.
Why it matters: This method enables retrieval systems to dynamically adjust computational cost and effectiveness without retraining, improving the practicality of deploying advanced neural retrieval models.
A new preprint models how AI systems interacting with social networks can create recursive feedback loops that destabilize collective knowledge. The study derives a regulatory frontier for the minimum filtering needed to maintain informational stability and analyzes how network structures such as homophily and core-periphery arrangements influence systemic risk. The work provides a mathematical framework for understanding the stability of AI-mediated information systems.
Why it matters: This research offers a quantitative basis for regulating AI-generated content in social networks to help prevent the destabilization of collective knowledge.
Research→Official→arXiv Audio and Speech Processing
RealDESED is a new benchmark dataset for domestic sound event detection, featuring 5,710 real-world audio recordings from 652 participants' homes. The dataset includes 15 sound classes, multi-annotator labels, and extensive metadata, aiming to better reflect the variability and complexity of real domestic environments compared to simulated datasets. A transformer-based baseline achieves a macro-averaged PSDS1 score of 0.731 on the test set.
Why it matters: RealDESED offers a realistic and diverse dataset that can drive the development of more robust sound event detection systems for real-world home environments.
Research→Official→arXiv Audio and Speech Processing
SALMONN-2 is an audio large language model (ALLM) built on a unified self-supervised learning (SSL) encoder, enhanced by a multi-layer feature fusion adapter that aggregates hierarchical representations. The model achieves state-of-the-art performance on several ALLM understanding benchmarks among comparable-scale open-weight models. The study also demonstrates that multimodal in-context learning (MICL) can be effectively acquired through targeted contextual biasing training, rather than emerging naturally.
Why it matters: This work demonstrates that general-purpose self-supervised audio encoders can match or surpass specialized supervised encoders, potentially streamlining the development of versatile audio AI systems.
FinSAgent is a multi-agent retrieval-augmented generation (RAG) framework designed for evidence-grounded question answering over SEC filings. It addresses the problem of prior-corpus misalignment by conditioning both query generation and reranking on the structure and content of regulatory filings. Experimental results show that FinSAgent improves retrieval coverage and answer correctness compared to strong single-agent and multi-agent baselines, as demonstrated on five financial QA benchmarks and in a randomized online user study.
Why it matters: This work advances the reliability and accuracy of financial question answering systems by aligning retrieval and reasoning with the unique structure and evidentiary standards of SEC filings.
Policy & Safety→Official→arXiv Computers and Society
A qualitative analysis of generative AI (GenAI) usage guidelines from 43 universities in 12 countries reveals significant gaps in how privacy and security risks are addressed. The study identifies challenges such as limited user control over data and difficulties in adopting existing security frameworks. These findings highlight the need for more comprehensive, privacy-aware GenAI policies in higher education.
Why it matters: As universities increasingly integrate GenAI tools, insufficient privacy and security measures could expose sensitive educational data to external risks.
Research→Official→arXiv Audio and Speech Processing
Researchers introduce NABEATs, a noise-aware audio self-supervised learning model that leverages a reference noise input to help suppress undesired noise in audio representations. NABEATs is trained to estimate clean audio representations from noisy signals, leading to improved performance on downstream tasks in noisy environments and better generalization to previously unseen noise types.
Why it matters: This work advances the robustness of audio AI systems in real-world noisy conditions, which is important for applications such as speech recognition and sound event detection.
A new preprint introduces an evidence-grounded workflow for deploying large language model (LLM) agents in real-world customer service. The system integrates hybrid retrieval-augmented generation (RAG) techniques—including BM25, vector recall, cross-encoder reranking, and rule-based evidence—within a LangGraph DAG for policy-compliant orchestration. The authors propose three reusable deployment patterns: hybrid RAG evidence construction, evidence-grounded decision making, and trace-driven RAG improvement, all demonstrated in a production setting.
Why it matters: This work offers a practical and auditable framework for deploying LLM agents in customer service, emphasizing evidence boundaries and policy compliance.
A new benchmark, DRNOISE, evaluates deep research agents on 100 tasks by introducing a single plausible but false document into search results. This intervention leads to accuracy drops of 66-88 percentage points, with agents frequently failing to complete evidence chains and often deferring to the misleading document.
Why it matters: This exposes a significant vulnerability in open-web AI agents, showing that even ordinary-looking falsehoods can seriously undermine their evidential reasoning.
A new preprint audits Portugal's publicly funded 9B language model AMALIA, evaluating its ability to code moral foundations in European Portuguese. The study finds that while AMALIA matches much larger open models in agreement with human coders, only about half of its coding performance can be attributed to the explicit theory underlying the coding scheme. The authors introduce a 'recovery gap' method to assess whether LLMs genuinely measure theoretical constructs or rely on surface correlations, and show that a larger multilingual model closes this gap, implicating limitations in AMALIA itself.
Why it matters: This work questions the epistemic trustworthiness of sovereign language models and introduces a portable audit method for evaluating their validity as scientific instruments.
AnnoRetrieve introduces a new retrieval paradigm that replaces traditional vector embeddings with lightweight structured queries over automatically generated annotation schemas. Using SchemaBoot for schema induction and Structured Semantic Retrieval (SSR) for precise matching, AnnoRetrieve enables annotation-driven semantic retrieval without relying on LLM calls. Experiments on real-world datasets demonstrate that this approach significantly reduces LLM usage and retrieval costs while maintaining high accuracy.
Why it matters: AnnoRetrieve's annotation-driven approach could substantially reduce the computational and financial costs of large-scale document analysis, making precise retrieval more accessible and scalable.
Research→Official→arXiv Audio and Speech Processing
ChipChat introduces a novel low-latency cascaded system for real-time on-device voice agents, integrating streaming speech recognition, large language models, text-to-speech, vocoder, and speaker modeling. Implemented in MLX, the system achieves sub-second response latency on a Mac Studio without dedicated GPUs, enabling privacy-preserving, fully on-device processing. The work demonstrates that architectural innovations and streaming optimizations can overcome traditional latency bottlenecks in cascaded systems.
Why it matters: This research provides a practical solution for real-time, privacy-preserving voice-based AI agents on consumer hardware, addressing a key challenge in deploying conversational AI locally.
Research→Official→arXiv Audio and Speech Processing
A preprint introduces Precision-Varying Prediction (PVP), a method that improves the adversarial robustness of automatic speech recognition (ASR) models by randomly varying the inference precision. The approach also enables adversarial example detection using a Gaussian classifier on outputs from different precision levels. When combined with uncertainty-based defenses, PVP increases the difficulty for adaptive attackers, requiring them to introduce more perceptible noise to evade detection. Experimental results show significant improvements in robustness and detection across multiple ASR models, languages, and attack types.
Why it matters: This work proposes a practical and effective defense against adversarial attacks on ASR systems, which are increasingly used in real-world automated applications.
Research→Official→arXiv Audio and Speech Processing
Researchers present X-Translator, a modular, low-cost, open-source speech-to-speech translation system that integrates streaming automatic speech recognition (ASR), machine translation, and prompt-conditioned text-to-speech (TTS). The system is designed for real-time translation in long-form and multi-speaker conversations, addressing challenges such as unstable ASR hypotheses, ambiguous turn boundaries, and speaker consistency. X-Translator is evaluated on translation quality, speech quality, latency, and speaker preservation, with code and a demo publicly available.
Why it matters: X-Translator offers an open, reproducible platform for real-time multilingual speech translation with speaker awareness, helping advance practical deployment in complex conversational scenarios.
The WHALE model unifies non-sequence and sequence feature modeling for recommendation systems by integrating Wukong and HSTU modules with an attention-based fusion mechanism. The architecture maintains both modules throughout the network, enabling high-order feature interactions to leverage detailed user behavior histories. WHALE demonstrates consistent improvements in offline experiments and delivers positive online gains in industrial settings, with deployment in production systems.
Why it matters: WHALE provides a practical and scalable approach to combining complementary recommendation architectures, showing real-world deployment and measurable improvements.
Research→Official→arXiv Audio and Speech Processing
Researchers introduce WildElder, a Mandarin elderly speech corpus collected from online videos and annotated with transcription, speaker age, gender, and accent strength. The dataset addresses the scarcity of diverse, real-world elderly speech data for automatic speech recognition and speaker profiling. Experimental results demonstrate the challenges of elderly speech recognition and establish WildElder as a new benchmark for the field.
Why it matters: WildElder provides a much-needed resource for developing and evaluating speech technologies tailored to aging populations.
A new preprint introduces the Autonomous Agency Scale (AAS), a behavioral framework designed to measure the degree of self-directed behavior in AI systems. The AAS scores systems across seven dimensions of agency, each evaluated in both active (user-initiated) and ambient (idle) temporal bands. When applied to six AI systems, the scale shows that task agents like Claude Code and Manus exhibit low ambient agency, while a persistent companion architecture uniquely demonstrates self-directed behavior during idle periods. The study also notes limitations such as single-rater assessment and potential evaluator bias.
Why it matters: The AAS provides a systematic method to distinguish between reactive and genuinely self-directed AI systems, addressing a gap in current AI evaluation frameworks.
Researchers have released the first multi-domain corpus for analyzing social biases against people experiencing homelessness (PEH), containing 1,698 gold-standard annotated texts and over 50,000 GPT-4.1-labeled texts from Reddit, X, news, and city council transcripts across ten U.S. cities (2015-2025). Benchmarking six large language models (LLMs) on this dataset revealed moderate F1 scores but significant miscalibration, such as consistent over-tagging of 'not in my backyard' (NIMBY) bias and under-detection of factual claims. The new corpus and audit protocol are intended to support municipal stigma monitoring, with caution against treating LLM-generated labels as definitive.
Why it matters: This work introduces a systematic resource and methodology for tracking and auditing social biases against a vulnerable population, potentially informing policy and public discourse.