← Back to arXiv AI/ML

arXiv AI/ML briefings

ResearchOfficialarXiv AI/ML

KANs Enable Auditing in Small Language Models but Show No Consistent Performance Gains Over MLPs

A preprint study investigates Kolmogorov–Arnold Networks (KANs) as replacements for feed-forward networks in small language models. The authors find that small-basis KANs offer a practical and transferable interface for auditing learned scalar transformations, with most edges exhibiting significant nonlinearity and a small fraction inactive. However, across multiple benchmarks and tests, KAN-based architectures do not demonstrate consistent improvements in benchmark accuracy, quality, or latency compared to strong MLP baselines.

Why it matters: This work clarifies the interpretability benefits of KANs while tempering expectations about their performance advantages over established MLP architectures in language modeling.

Policy & SafetyOfficialarXiv AI/ML

FLINT: Fingerprinting Federated Learning Architectures from 5G PHY-Layer Side Channels

Researchers present FLINT, a black-box framework capable of inferring federated learning model architecture families (such as CNNs, RNNs, and Transformers) by analyzing only 5G physical-layer side-channel information. FLINT operates without access to packet-level data, instead leveraging scheduling metadata from the 5G Physical Downlink Control Channel (PDCCH) to identify temporal patterns linked to specific model architectures. In over-the-air experiments, FLINT achieves a macro F1-score of 0.930 for architecture-family classification, demonstrating a new class of side-channel leakage in federated learning over 5G networks.

Why it matters: This work reveals a previously unrecognized security vulnerability in federated learning over 5G, showing that model architectures can be fingerprinted via physical-layer side channels, potentially enabling targeted attacks.

ResearchOfficialarXiv AI/ML

CoWeaver: A Bidirectional Matching Engine for Human-Agent Science Collaboration

Researchers introduce CoWeaver, a bidirectional, learnable, and explainable algorithm designed to match scientists and LLM-based agents for collaborative scientific work. The system uses two-stage ranking and uncertainty-aware capability estimates to form effective teams, and combines exploration and greedy selection strategies. Experimental results show that CoWeaver outperforms baseline methods in matching quality and efficiency across evaluated metrics.

Why it matters: This work advances the formation of effective human-AI teams in scientific research, addressing challenges in dynamic and interpretable collaboration.

ResearchOfficialarXiv AI/ML

Cache-Aware Prompt Compression (CAPC) Significantly Reduces LLM API Costs

A new method called Cache-Aware Prompt Compression (CAPC) is introduced, combining query-agnostic compression with explicit cache control to optimize prompt caching for large language model (LLM) APIs. On Anthropic's Sonnet 4.6 API, CAPC achieves mean cost savings of 49% over cache-only and 64% over query-aware compression, with output quality within 0.05 of uncompressed baselines. CAPC is validated on three production workloads and is the most cost-effective strategy across all 16 LongBench-v2 configurations.

Why it matters: This work challenges the prevailing assumption that query-aware compression is optimal, demonstrating that it can be less cost-effective than caching alone, and introduces a practical approach that yields substantial real-world savings.

ResearchOfficialarXiv AI/ML

PLA Framework Achieves 100% Feasibility in On-Device Itinerary Generation, Outperforming Frontier LLMs

Researchers introduce Plan, Learn, Adapt (PLA), a three-stage framework for personalized on-device itinerary generation that guarantees 100% feasibility and achieves a 67.8% win rate in human comparisons. In contrast, leading large language models such as GPT-5, Claude Opus 4.5, and Gemini 3 Pro achieved 0% feasibility under the same constraints. In production deployment within FlyEnJoy, PLA increased itinerary completion rates by 91% with an average on-device latency of 109.9 ms.

Why it matters: This work demonstrates that combining classical optimization with lightweight learning can outperform large language models on constrained planning tasks, enabling practical and efficient mobile deployment.

ResearchOfficialarXiv AI/ML

Prompt Echoing Resolves Question-First Paradox in Vision-Language Models

Researchers have identified a 'question-first paradox' in vision-language models (VLMs), where placing the question before the image in prompts—though intuitive—leads to worse performance than placing the image first. Through analysis, they attribute this to a trade-off between steering perception and maintaining question accessibility at answer time. They propose a training-free solution called 'question echoing,' which involves restating the question both before and after the image in the prompt. This method closes the performance gap and improves accuracy by up to 19 points on several benchmarks, without requiring any model retraining or architectural changes.

Why it matters: This finding offers a simple, immediate way to boost VLM performance through prompt design alone, benefiting users and developers without additional computational cost.

ModelsOfficialarXiv AI/ML

S1-Omni: A Unified Multimodal Reasoning Model for Scientific Understanding, Prediction, and Generation

S1-Omni is a unified multimodal reasoning model designed for a wide range of scientific tasks, including property prediction, spectrum-to-molecular generation, and protein structure prediction. The model consolidates capabilities that were previously fragmented across domain-specific models, mapping diverse scientific data and natural-language instructions into a shared representation space. According to its preprint, S1-Omni outperforms GPT-5.5 and Gemini-3.1-Pro on most scientific benchmarks and matches or surpasses specialized models on several tasks.

Why it matters: S1-Omni represents a significant step toward unified AI models for science, potentially streamlining research workflows and reducing the need for multiple specialized systems.

ResearchOfficialarXiv AI/ML

Cura 1T: Specialized Model for Agentic Healthcare

Researchers introduce Cura 1T, a healthcare-specialized large language model (LLM) trained using a human-gated self-evolution loop. This iterative process targets improvements in patient consultation, clinical reasoning, interactive diagnosis, and EHR tool use, with each round refining the model based on observed failures. Cura 1T achieves top or near-top performance on a suite of healthcare evaluations and remains competitive on general reasoning and agentic benchmarks.

Why it matters: Cura 1T offers a novel training approach that advances specialized healthcare LLMs while maintaining general capabilities, addressing a key challenge in domain-specific AI development.

ResearchOfficialarXiv AI/ML

Empowering Users with System Control Has Mixed Effects on News Filter Bubbles

A preprint study introduced a political news recommendation system with an interface that reveals inferred user interests and allows users to adjust their news feed. The user study found that this transparency increased awareness of filter bubbles. However, the effects on news consumption were mixed: while many users shifted toward more centrist news, some used the controls to seek more extreme content, and overall political diversity sometimes decreased.

Why it matters: The findings suggest that giving users more control over recommendation systems can raise awareness of filter bubbles but may not consistently reduce polarization or increase content diversity.

ResearchOfficialarXiv AI/ML

DrawingVQA: A Real-World Benchmark for Multi-Depth Visual-Textual Reasoning on Construction Drawings

DrawingVQA introduces the first benchmark specifically designed to evaluate multimodal large language models on real-world construction drawings. The dataset includes 33 authentic construction drawings and 92 expert-curated question-answer pairs, covering three levels of reasoning complexity. Evaluations show a significant performance gap between current models and human experts, especially at more advanced reasoning levels.

Why it matters: This benchmark provides a crucial resource for advancing AI capabilities in domain-specific multimodal reasoning, with direct relevance to engineering and construction workflows.

ResearchOfficialarXiv AI/ML

ToolVerse: A Framework for Scaling Agentic RL with Massive Tool Environments

ToolVerse is a framework that automatically constructs large-scale agent training environments from nearly 400 real-world Model Context Protocols (MCPs), encompassing about 4,500 tools. It introduces a task design strategy based on tool dependency graphs and a Turn-Aware Relative Advantage algorithm to address credit assignment in long-horizon tasks. Experiments indicate that ToolVerse significantly improves agent performance in long-horizon tool use and enhances robust reasoning in dynamic environments.

Why it matters: ToolVerse addresses a key limitation in current agentic systems by enabling scalable training of LLM agents for complex, long-horizon tasks with real-world tool integration.

ResearchOfficialarXiv AI/ML

From Black Box to Executable Logic: Explainable Reinforcement Learning through Prolog Expert Systems

Researchers introduce a method to transform deep reinforcement learning (RL) policies into executable Prolog programs, enabling interpretability and editability. Their approach provides theoretical guarantees on return loss and fidelity, and empirical results show that the distilled logic programs can match or even exceed the performance of the original neural policies on several benchmark tasks.

Why it matters: This work offers a significant advance in making RL policies transparent and certifiable, potentially increasing trust and safety in AI decision-making.

ResearchOfficialarXiv AI/ML

Causal-Audit: Explicit and Auditable Graph-based Reasoning via Target-Aware Causal Chain Construction

A new framework, Causal-Audit, introduces explicit and auditable causal reasoning for large language models (LLMs) by constructing target-aware causal graphs and aggregating evidence from multiple reasoning paths. The method formulates causal inference as structured reasoning over explicit graphs, rather than relying on implicit language-level reasoning. Experiments on three benchmarks show that Causal-Audit outperforms existing LLM-based methods and provides interpretable, auditable reasoning traces.

Why it matters: This work offers a significant advance in making LLM reasoning more transparent and trustworthy by enabling structured, auditable causal inference.

ResearchOfficialarXiv AI/ML

SeerGuard: A Safety Framework for Mobile GUI Agents via World Model Prediction

SeerGuard is a safety framework for mobile GUI agents that introduces pre-execution instruction-level screening and action-level risk assessment. It employs a safety-augmented world model (SAWM) to predict the outcomes of agent actions and assess potential risks before execution. Experimental results show that SeerGuard improves safety-utility scores and reduces risk-cost scores across various agents, demonstrating effective generalization.

Why it matters: SeerGuard enables proactive risk assessment for mobile GUI agents, addressing a key safety challenge by helping prevent irreversible errors before they occur.

ResearchOfficialarXiv AI/ML

DSWorld: A Data Science World Model for Efficient Autonomous Agents

Researchers present DSWorld, a framework that models data science execution environments to predict state transitions before actual execution. DSWorld integrates structured state construction, cost-aware routing, lightweight execution, and an LLM-based simulator, enabling reinforcement learning-based agent training to be accelerated by approximately 14x and search-based inference by 3-6x. The framework also outperforms the strongest LLM baseline by 35.6% on transition prediction tasks.

Why it matters: This work offers a substantial reduction in computational cost for autonomous data science agents, improving their efficiency and practicality for real-world applications.

ResearchOfficialarXiv AI/ML

Precise but Uncoupled: Reviewer Precision Does Not Guarantee Critique Uptake in Multi-Agent Math Reasoning

A study of 4,181 math problems finds that hierarchical multi-agent systems with dedicated reviewer roles do not always outperform simpler broadcast-style peer discussion, especially on harder problems. The performance gap is not due to reviewer precision—PER's reviewer is more precise (0.861 vs. 0.644)—but because critiques are less likely to be acted upon. Forcing explicit acknowledgment of critiques lowers accuracy, while embedding reviewer guidance in the solver's context helps but does not close the gap.

Why it matters: This challenges the assumption that adding a reviewer role inherently improves multi-agent reasoning, showing that the uptake of critiques is a distinct bottleneck from error detection.

Policy & SafetyOfficialarXiv AI/ML

Critical Analysis Reveals Gaps in Trustworthy AI Tools and Frameworks

A new preprint analyzing OECD data finds that current trustworthy AI tools and certifications emphasize fairness, transparency, and robustness, but pay less attention to explainability, digital security, and environmental sustainability. The study also notes that most tools focus on post-development stages, with limited support for early design or data collection. The authors recommend expanding ethical objectives and embedding ethics throughout the AI lifecycle.

Why it matters: This analysis highlights concrete gaps between AI ethics principles and their practical implementation, offering recommendations for more comprehensive AI governance.

ResearchOfficialarXiv AI/ML

MAR-12: Multi-Angle Reasoning Framework for Detecting and Explaining Harmful Humor in Memes

Researchers have introduced MAR-12, a novel framework that leverages Vision Language Models to detect and explain harmful humor in memes by analyzing twelve structured perspectives based on humor and hate theories. MAR-12 achieves up to 80.3% accuracy for humor detection and 75.9% for hate detection on benchmark datasets, outperforming previous state-of-the-art methods. The system generates transparent, context-grounded explanations for its decisions, particularly in cases where humor and hate coexist. Human and GPT-4-based evaluations confirm the coherence and persuasiveness of its explanations.

Why it matters: This work advances explainable AI for multimodal content moderation, addressing the challenge of interpreting memes where humor and harmful intent overlap.

ResearchOfficialarXiv AI/ML

CRAFT: Clustering Rubrics to Diagnose Weak LLM Capabilities and Generate Targeted Fine-Tuning Data

CRAFT is a method that transforms rubric-based evaluation datasets into model-specific diagnoses of weak capabilities by treating each grading criterion as a capability probe. It clusters these capability descriptions into a hierarchical tree, scores the model at each node, and selects low-performing nodes to generate targeted supervised fine-tuning data. In experiments on four open-source models in finance and legal domains, CRAFT outperformed baseline methods in most settings, leading to improved model performance after targeted fine-tuning.

Why it matters: CRAFT enables more precise identification and remediation of model weaknesses, supporting more effective targeted fine-tuning and improved model capabilities.

ResearchOfficialarXiv AI/ML

GraphDx: A Cost-Aware Multi-Agent Framework for Sequential Diagnosis

GraphDx is a knowledge-enhanced multi-agent framework designed for sequential medical diagnosis that aims to balance diagnostic accuracy with resource costs. It leverages large language models to construct Medical Diagnosis Knowledge Graphs and employs three collaborative agents—Perception, Reasoning, and Decision—for systematic information gathering and decision-making. Experiments on MedQA and MIMIC-IV datasets demonstrate that GraphDx improves diagnostic success rates from 50–68% to 79–93% while reducing test costs by 20–54%.

Why it matters: This framework offers a potentially more cost-effective and interpretable approach to automated clinical diagnosis by integrating LLM knowledge with structured, cost-aware reasoning.