Researchers introduce Physics-Informed Splines (PI-Splines), a method that replaces neural networks with tensor-product B-spline expansions for solving differential equations in physics-informed learning. PI-Splines offer compact support, explicit smoothness control, and analytical derivatives, while maintaining the residual-based training approach of Physics-Informed Neural Networks (PINNs). Experiments on benchmark problems demonstrate that PI-Splines are a competitive and stable alternative to neural architectures, especially where structured representations and parameter efficiency are important.
Why it matters: This work offers a structured and interpretable alternative to neural networks for physics-informed machine learning, potentially improving efficiency and stability in scientific computing.
Researchers propose PCTD, a framework that addresses reward hacking in reinforcement learning-based task decomposition for tool retrieval. By leveraging counterfactual rewards to eliminate spurious correlations and preference rewards for structural supervision, PCTD improves the quality of decomposed subtasks and tool retrieval. Experiments on a new mobile multi-turn benchmark show that PCTD outperforms state-of-the-art methods in retrieval accuracy, decomposition quality, and generalization to unseen tools.
Why it matters: This work advances the reliability and generalization of AI agents in decomposing ambiguous instructions for tool retrieval, which is crucial for robust real-world applications.
A new study finds that query-document relevance is linearly decodable from the residual-stream activations of instruction-tuned large language models (LLMs), with the strongest signals emerging in the middle-to-late layers. Linear probes trained on these activations can match or even outperform the models' generated relevance judgments in preserving system rankings. The relevance signal shows partial portability across languages, though within-language decoding remains more effective.
Why it matters: This work offers a novel, representation-level perspective on how LLMs internally encode relevance, enabling new ways to diagnose and improve LLM-based information retrieval systems.
A large-scale empirical study of Chinese-language generative search across four platforms and eight interfaces analyzed over 160,000 citation-level records to examine citation behavior, source attribution, and entity exposure. The study found that brands are selectively surfaced in answers (8.3% selection rate), with content fit and cross-source occurrence being key predictors, while the 5118-Baidu Composite Quality Score was not a leading predictor. Cited pages had short half-lives (39-68 days), and source sets differed systematically between App and Web interfaces. Additionally, a notable proportion of brand and contact information exposures could not be matched to the citation pool or crawled text.
Why it matters: This study provides the first large-scale empirical characterization of how Chinese-language generative search systems select, attribute, and surface information, revealing important interface-specific biases and citation behaviors.
Research→Official→arXiv Audio and Speech Processing
A study of 1,168 Japanese voice actors demonstrates that AI voice-clone attribution systems based on embedding similarity have a persistent misidentification floor of approximately 2.6%, even when using advanced ensemble methods. Under session-disjoint conditions, this error rate rises to 13%. Generic encoders cause about half of clones from non-enrolled individuals to be wrongly attributed to enrolled actors, while 32% of clones of enrolled targets are missed. Domain-matched encoders reduce, but do not eliminate, these attribution errors, revealing that fixed-threshold attribution remains unreliable and potentially unfair.
Why it matters: This research highlights a fundamental limitation in current voice-clone attribution systems, raising concerns about the protection and fair treatment of professional voice actors.
A new arXiv preprint examines how internal pluralism—where individuals hold multiple, sometimes conflicting, priorities—can undermine the effectiveness of standard pairwise comparison methods in participatory design and AI alignment. The authors formally model pluralistic preferences and identify two main issues: global priorities like proportionality may not be captured by local comparisons, and forcing decisive answers can cause behavioral distortions. They find that allowing respondents to express indecision can reduce the number of queries needed and improve the accuracy of preference learning.
Why it matters: This work questions foundational assumptions in preference learning for AI alignment and participatory design, suggesting that accounting for internal pluralism could lead to more accurate and interpretable systems.
Researchers introduce Contrastive Hypothesis Retrieval (CHR), a framework that generates both a target hypothesis and a mimic hypothesis to explicitly suppress clinically plausible but incorrect answers during retrieval. In evaluations across three medical QA benchmarks, CHR outperforms all baselines by up to 10.4 percentage points, and in 85.2% of cases where CHR answers correctly but a strong baseline does not, the retrieved documents are entirely different.
Why it matters: CHR provides a novel approach to reducing hard-negative contamination in medical retrieval-augmented generation systems, potentially improving diagnostic accuracy.
RecGPT-V3 is a stateful, hybrid-modal recommender system deployed in Taobao's 'Guess What You Like' feed. It introduces a Memory Hub to reduce user-modeling computation by 55.8%, a Hybrid-modal Foundation Model for joint reasoning over text tags and Semantic IDs, and Latent Intent Reasoning to lower output token cost by 200x. Large-scale online A/B tests report improvements in IPV (+1.28%), CTR (+1.00%), TC (+1.97%), GMV (+3.97%), and a 52.4% reduction in serving resource consumption.
Why it matters: RecGPT-V3 demonstrates a significant advance in scaling LLM-based recommender systems, achieving notable gains in both user experience and resource efficiency in a real-world, high-traffic deployment.
Research→Official→arXiv Audio and Speech Processing
RobustSpeechFlow is a new training strategy for text-to-speech (TTS) systems that extends contrastive flow matching with length-preserving augmentations to simulate repeat and skip errors. This approach improves alignment robustness and reduces content fidelity errors without requiring external aligners or preference data. On the Seed-TTS-eval benchmark, RobustSpeechFlow reduces word error rate from 1.44 to 1.38 using only 0.06B parameters. On the ZERO500 benchmark, it lowers English character error rate from 0.48% to 0.35% and Korean from 0.81% to 0.57%.
Why it matters: This method offers a practical way to improve TTS content fidelity and robustness, making it easier to integrate into existing pipelines without extra data or tools.
Research→Official→arXiv Audio and Speech Processing
Researchers have introduced Audio-Visual Flamingo (AV-Flamingo), an open-source audio-visual large language model designed for joint understanding and reasoning over long and complex videos. The model employs a three-stage curriculum and a novel temporal reasoning framework, achieving strong results across more than 15 benchmarks. AV-Flamingo outperforms similarly sized open models and is competitive with, and sometimes surpasses, much larger open-weight and closed models, especially on tasks involving long-form audio-visual content.
Why it matters: This work significantly advances open-source multimodal AI by enabling robust joint audio-visual reasoning over long-form videos, a capability previously limited to short clips.
A new system called Yi is proposed for in-place graph-based vector index updates, addressing the challenge of maintaining high update throughput and search quality in dynamic vector databases. Yi introduces a vector-level update mechanism and is built with a tasklet-based execution engine, asynchronous buffer manager, and vector file system. Experiments on an 800M dataset show Yi achieves 1.75x higher update throughput and 1.8x higher concurrent search throughput than state-of-the-art systems, while using less memory and fewer CPU cores.
Why it matters: Yi's efficient in-place update capability addresses a key bottleneck for real-time vector databases, which are increasingly important for dynamic AI and LLM applications.
A new adaptive retrieval framework for biomedical question answering selects evidence strategies based on question type, such as yes/no, factoid, list, or summary. Evaluated on the BioASQ benchmark, the approach improves evidence relevance and answer quality compared to standard one-size-fits-all retrieval pipelines.
Why it matters: Aligning retrieval strategies with the specific needs of different biomedical question types can enhance the effectiveness of retrieval-augmented QA systems.
A new preprint introduces the Agent Governance Manifest (AGM), a repository-hosted framework designed to help open-source projects manage and govern AI-generated contributions. In controlled evaluations, AGM improved exact risk-label recovery from 15/37 to 37/38 and increased perceived review support from 3.27 to 6.14 on a 1-7 scale. The framework links contributor-side evidence preparation with maintainer-side verification, aiming to address the challenge of AI agents generating contributions faster than maintainers can assess them.
Why it matters: This work offers a practical governance mechanism for open-source projects to maintain quality and accountability as AI-generated contributions increase.
Researchers introduce MergeMedBench, the first comprehensive benchmark for merging medical vision-language models (LVLMs), covering eight imaging modalities and diverse clinical tasks. They propose a winner-take-all merging method that retains only the most dominant parameters from expert models, avoiding the information dilution seen in averaging or alignment-based strategies. This hyperparameter-free approach consistently outperforms existing merging methods in their evaluations.
Why it matters: This work offers a practical and effective solution for consolidating multiple specialized medical LVLMs, potentially reducing deployment costs and complexity while maintaining strong performance.
ImprovedVBGS is a new framework for real-time, on-the-fly 3D reconstruction, designed for applications in robotics and autonomous navigation. It achieves a 1680x speed-up over previous Variational Bayes Gaussian Splatting (VBGS) methods, reducing per-frame latency from approximately 84 seconds to 0.050 seconds on an RTX 3070 Ti, while maintaining reconstruction quality. The acceleration is accomplished through spatially truncated variational inference and improved reassignment strategies.
Why it matters: This advance enables practical, real-time continual 3D reconstruction for robotics and autonomous systems operating under strict latency and memory constraints.
Policy & Safety→Official→arXiv Computers and Society
A preprint introduces PHP-AIO, a five-gate decision protocol designed to quantify systemic risks—such as tacit knowledge erosion and resilience reduction—when evaluating automation in organizations. Unlike standard cost-benefit analysis, PHP-AIO produces auditable decisions (automate, augment, hybrid, preserve) and incorporates a closed-form automation-debt measure. The protocol also requires a regulator-mandated human-in-the-loop anchor to mitigate identified risks.
Why it matters: This protocol offers a formal method to account for long-term organizational risks often overlooked by traditional ROI analysis, potentially influencing how automation decisions are made by companies and regulators.
Researchers present an Implicit Cultural Alignment Reward Model based on a 4.2B-parameter multimodal large language model (MLLM) to assess cultural authenticity in text-to-image (T2I) outputs. The model achieves 80.54% pairwise accuracy on the CulturalFrames benchmark and processes each evaluation in 0.21 seconds, representing a 10x speedup over standard VQA-based evaluators. The approach outperforms existing vision-language metrics and MLLM-based evaluators in capturing culturally salient details.
Why it matters: This work offers a more efficient and culturally sensitive method for evaluating generative AI outputs, addressing biases often overlooked by current metrics.
A new framework called MoD-VLLM is proposed for multi-event long video understanding. The approach iteratively localizes question-relevant video segments using a grounding module and a reflection module with dynamic granularity encoding. It employs a reinforcement learning strategy to jointly optimize grounding policies and visual representations. MoD-VLLM demonstrates significant improvements over state-of-the-art baselines on several benchmarks, including the newly introduced MEventBench.
Why it matters: This work introduces a modular and self-reflective approach that addresses the challenge of understanding multiple events in long videos, a key limitation of current Video LLMs.
A new study demonstrates that adding biopsy-confirmed, abnormal-enriched cases from external datasets to screening mammography AI training can significantly reduce model performance, with AUC-ROC dropping from 0.737 to as low as 0.620. The performance decline is linked to persistent dataset-specific characteristics that dominate learned representations, even after consistent preprocessing. The research underscores that naive pooling of heterogeneous mammography datasets introduces domain shifts that can outweigh the benefits of increased positive cases.
Why it matters: This work highlights that hidden dataset biases can undermine AI reliability in medical imaging, emphasizing the need for domain-aware strategies when combining data from different sources.
Policy & Safety→Official→arXiv Computers and Society
A preprint study with 705 participants found that large language model (LLM) fact-checkers can significantly shift user trust in both true and false political headlines, even when the chatbot's perceived political leaning differs from the user's. Political congruency between user and chatbot only affected trust for true headlines that were politically distant, while it did not impact the reduction of trust in false headlines. The study also found that LLM fact-checkers can alter trust in news when they are incorrect or inconclusive.
Why it matters: This research highlights both the promise and risks of deploying LLM-based fact-checkers at scale, as they can correct misinformation but may also inadvertently undermine trust in accurate information.