Skip to content

arXiv cs.AI - 2026-07-03 ​

353 items collected.


1. PACE: A Neuro-Symbolic Framework for Plausible and Actionable Counterfactual Explanations ​

Author: Pavel Iakovets, Liyanapathiranage Sudeepika Wajirakumari Samarathunga, Martin Thomas Horsch, Fadi Al Machot
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01306v1 Announce Type: new Abstract: Counterfactual explanations explain machine learning predictions by identifying minimal input changes that would alter a model's decision. Although many existing methods successfully generate prediction-changing alternatives, they often produce unreali...

📖 Read original article


2. Auto-FL-Research: Agentic Search for Federated Learning Algorithms ​

Author: Holger R. Roth, Ziyue Xu, Chester Chen, Daguang Xu, Peter Cnudde, Andrew Feng
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01366v1 Announce Type: new Abstract: Federated learning (FL) research often depends on many small but consequential algorithmic choices: optimizer variants, server aggregation rules, local training schedules, normalization, regularization, and model architecture. These choices are expensi...

📖 Read original article


3. The Wiola Architecture for Efficient Small Language Models ​

Author: Aryuemaan Kumar Chowdhury, Afreen Shaik, Yaparla Bhargavi, Brahma Kumar
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01394v1 Announce Type: new Abstract: We present Wiola, a fully original Small Language Model (SLM) architecture built from first principles, sharing no structural lineage with any existing model family including GPT, LLaMA, Mistral, or Falcon. Wiola introduces five independently novel com...

📖 Read original article


4. Agent4cs: A Multi-agent System for Code Summarization in Large Hierarchical Codebases ​

Author: Yongjian Tang, Ezgi Sarikayak, Doruk Tuncel, Jie M. Zhang, Thomas Runkler
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01425v1 Announce Type: new Abstract: Understanding large, complex codebases, especially those with obfuscated structures and incomplete documentation, remains a significant challenge. Existing code summarization solutions often rely on a single language model or coding assistant like Clau...

📖 Read original article


5. When Should Service Agents Reconsider? Difficulty-Routed Control in Customer-Service Operations ​

Author: Qian Chen, Chengyuan Liu, Xin Yu
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01426v1 Announce Type: new Abstract: Autonomous customer-service agents are shifting from conversational interfaces toward operational execution roles: they retrieve firm records, apply service policies, and execute backend writes such as refunds, cancellations, exchanges, order modificat...

📖 Read original article


6. CreativityNeuro: Steering Language Model Weights to Improve Divergent Thinking and Reduce Mode Collapse ​

Author: Samuel Schapiro, Core Francisco Park, Felix Sosa, Lav R. Varshney
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2607.01433v1 Announce Type: new Abstract: Divergent thinking is a crucial aspect of creativity, yet large language models (LLMs) tend to consistently generate similar responses to open-ended questions, in what has been termed the artificial hivemind effect. Here, we introduce CreativityNeuro, ...

📖 Read original article


7. Discrete Diffusion Language Models for Interactive Radiology Report Drafting ​

Author: Max Van Puyvelde, Halil Ibrahim Gulluk, Wim Van Criekinge, Olivier Gevaert
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2607.01436v1 Announce Type: new Abstract: Diffusion language models, which generate text by denoising a token canvas bidirectionally instead of emitting tokens left to right, have become competitive with autoregressive (AR) generation. Medical foundation models, however, remain almost entirely...

📖 Read original article


8. Beyond Next-Token Prediction: An RLVR Proof of Concept for Tool-Use Agents on Atlassian Workflows ​

Author: Karthikeya Aditya Vissa, Sankalp Mane, Ananya Mantravadi, Harshit Rajgarhia, Abhishek Mukherji
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01465v1 Announce Type: new Abstract: Large language models are trained to predict the next token, not to act inside a specific API. In niche enterprise SaaS workflows -- where success means hitting the right endpoint with the right nested arguments in the right order -- this objective mis...

📖 Read original article


9. World Feedback for Clinical Agents: Diagnosing RL in FHIR Environments ​

Author: Ananya Mantravadi, Harshit Rajgarhia, Prasanna Desikan, Abhishek Mukherji
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01470v1 Announce Type: new Abstract: Clinical protocol-execution tasks -- checking a lab value, applying a threshold, placing a correctly structured FHIR order -- are natural candidates for RL from world feedback: once clinical SMEs encode decision logic into a verifier, that verifier gra...

📖 Read original article


10. Procedural Memory Distillation: Online Reflection for Self-Improving Language Models ​

Author: Ye Liu, Srijan Bansal, Bo Pang, Yang Li, Zeyu Leo Liu, Yifei Ming, Zixuan Ke, Shafiq Joty, Semih Yavuz
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2607.01480v1 Announce Type: new Abstract: Reinforcement learning with verifiable rewards (RLVR), along with recent selfdistillation variants such as SDPO, evaluates each rollout against a verifier and updates the policy from that episode-level signal. However, the richer procedural information...

📖 Read original article


11. The Agentic Garden of Forking Paths ​

Author: Jiacheng Miao, Jonathan K Pritchard, James Zou
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, stat.ME

arXiv:2607.01507v1 Announce Type: new Abstract: Empirical research rarely admits a unique analysis. Different analytical choices can lead to different conclusions from the same data, yet these hidden forking paths are difficult to observe. We show that AI agents capture much of the analytical variat...

📖 Read original article


12. Janus: a Playground for User-Involved Agentic Permission Management ​

Author: Natalie Grace Brigham, Eugene Bagdasarian, Tadayoshi Kohno, Franziska Roesner
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CR

arXiv:2607.01510v1 Announce Type: new Abstract: AI agents that autonomously execute tool calls on a user's behalf raise pressing questions about permission management: what role could users play, and what role should they play? Despite many proposed approaches, the user's role in agentic permission ...

📖 Read original article


13. Revisiting Chain-of-Thought Reasoning under Limited Supervision: Semi-supervised Chain-of-Thought Learning ​

Author: Hongyang He, Jiuming Liu, Victor Sanchez
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2607.01511v1 Announce Type: new Abstract: Chain-of-thought (CoT) reasoning has emerged as an effective approach for activating latent reasoning capabilities in large language models. However, most existing CoT methods use reasoning chains mainly as inference-time prompts, while the generated r...

📖 Read original article


14. OPINE-World: Programmatic World Modeling with Ontology-error-Prioritized Interactive Exploration ​

Author: David Courtis, Wenhao Li, Scott Sanner
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2607.01531v1 Announce Type: new Abstract: Learning how an environment behaves from interaction is central to building agents that adapt to unfamiliar tasks. World models learned with deep networks are flexible but data-hungry and transfer poorly beyond their training distribution. Program-synt...

📖 Read original article


Author: Oskar J. Hollinsworth, Ann-Kathrin Dombrowski, Sam Adam-Day, Adam Gleave, Chris Cundy
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01567v1 Announce Type: new Abstract: Deceptive behavior in LLMs is costly to monitor and prevent, motivating approaches such as Scalable Oversight via Lie Detectors (SOLiD) (Cundy & Gleave, 2025), which uses lie detectors to identify responses for review by high-cost labelers. In this pap...

📖 Read original article


16. EO-Agents: A Three-Agent LLM Pipeline for Earth Observation Hypothesis Generation ​

Author: Mahyar Ghazanfari, Amin Tabrizian, Armin Mehrabian, Peng Wei
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01584v1 Announce Type: new Abstract: Large language models have recently been explored for scientific hypothesis generation, but most prior work relies on unstructured literature and free-form textual claims. We present a pipeline for Earth observation that grounds hypothesis generation d...

📖 Read original article


17. Hawk: Harnessing Hardware-Aware Knowledge for High-Performance NPU Kernel Generation ​

Author: Junyi Wen, Ruiyan Zhuang, Yongjia Xu, Pengtu Li, Rui Zou, Hongyi Chen, Chingman Wan, Puxu Yang, Wuhui Chen, Yanlin Wang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.SE

arXiv:2607.01590v1 Announce Type: new Abstract: Developing high-performance kernels for Neural Processing Units (NPUs) is a critical industry bottleneck, requiring developers to manually navigate implicit hardware constraints and strict memory hierarchies. While large language models offer immense a...

📖 Read original article


18. Safe and Adaptive Cloud Healing: Verifying LLM-Generated Recovery Plans with a Neural-Symbolic World Model ​

Author: Junyan Tan, Haoran Lin, Siyuan Guo, Yichen Fang, Xinyue Luo, Tianyu Shen, Zeyu Qiao
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL

arXiv:2607.01595v1 Announce Type: new Abstract: As the scale and complexity of cloud-based AI systems continue to escalate, ensuring service reliability through rapid fault detection and adaptive recovery has become a critical challenge. While existing approaches integrate Large Language Models (LLM...

📖 Read original article


19. SemHash-LLM: A Multi-Granularity Semantic Hashing Framework for Document Deduplication ​

Author: Xinyi Fang, Kejian Tong, Jiabei Liu, Tao Ning, Yuhang He
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01601v1 Announce Type: new Abstract: Large scale document deduplication must preserve semantic equivalence while remaining efficient over massive corpora. We present SemHash LLM, a multi granularity framework that unifies semantic projection hashing, attention weighted MinHash, contrastiv...

📖 Read original article


20. Profit-Based Counterfactual Explanations for Product Improvement: A Case Study of Manga Sales in Japan ​

Author: Keita Kinjo, Takeshi Ebina
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01610v1 Announce Type: new Abstract: Counterfactual explanation (CE) is widely used to enhance the interpretability of machine learning models and support data-driven decision-making based on model predictions. However, existing CE methods typically require two exogenously specified input...

📖 Read original article


21. Scaling with Confidence: Calibrating Confidence of LLMs for Adaptive Test Time Scaling ​

Author: Xuqing Yang, Yi Yuan, Shanzhe Lei, Xuhong Wang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01612v1 Announce Type: new Abstract: Training large language models (LLMs) with reinforcement learning (RL) has significantly advanced their performance on reasoning and question-answering tasks. However, prevailing RL reward designs typically prioritize response correctness, neglecting t...

📖 Read original article


22. Spatial Support Matters: Geometry-Aware Graph Fusion for Rainfall Field Reconstruction ​

Author: Low Jun Yu, Niramay Kachhadiya, Herath Mudiyanselage Viraj Vidura Herath, Sanka Rasnayaka, Lucy Amanda Marshall
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01621v1 Announce Type: new Abstract: Fine-scale rainfall reconstruction is critical for urban flood modeling, but real rainfall sensing systems observe the field through incompatible spatial supports: gauges measure points, microwave links measure paths, and radar/satellite products measu...

📖 Read original article


23. Autonomous discovery of traffic laws with AI traffic scientists ​

Author: Xingyuan Dai, Yue Liu, Xiaoyan Gong, Qinghai Miao, Junyou Shang, Yutong Wang, Chao Guo, Yonglin Tian, Yizhang Chai, Chao Xiang, Yisheng Lv, Fei-Yue Wang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01639v1 Announce Type: new Abstract: Universal traffic laws describe recurrent patterns in congestion, mobility and driving behavior across cities, providing a scientific basis for transportation planning, management and control. Their discovery, however, remains expert-driven, requiring ...

📖 Read original article


24. Diverse Evidence, Better Forecasts: Multi-Agent Deliberation Under Information Asymmetry ​

Author: Yuante Li, Yicheng Tao, Kate Zhang, Taozhi Wang, Gefei Gu, Yaxin Zhou
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01661v1 Announce Type: new Abstract: Multi-agent systems are increasingly used for forecasting future events, as deliberation among multiple LLMs is believed to improve reasoning and calibration. Yet existing approaches overlook a critical design choice: what information each agent receiv...

📖 Read original article


25. Separating Expert Retention from Autonomous Source Inference in Raw-ECG-Replay-Free Continual ECG Deployment ​

Author: Yufan Lu, Xinhui Liu, Chenyang Xu, Yuxi Zhou, Hao Wang, Shenda Hong
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01674v1 Announce Type: new Abstract: In multi-source ECG deployment, models may need to incorporate new data sources when earlier raw ECGs cannot be retained or replayed. Freezing a pretrained backbone and assigning each source an isolated classifier prevents parameter interference, but d...

📖 Read original article


26. Epistemic Goggles: A Pretrained Module that Induces an Epistemic Frame via Gradient Editing ​

Author: Joshua Penman
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.LG

arXiv:2607.01690v1 Announce Type: new Abstract: Finetuning a language model on documents that are explicitly annotated as fictional results in a model that still actually believes the documents' core claims, an effect known as Negation Neglect. In our evaluations, models trained on documents prefixe...

📖 Read original article


27. COMFYCLAW: Self-Evolving Skill Harnesses for Image Generation Workflows ​

Author: Zongxia Li, Dawei Liu, Fuxiao Liu, Yuhang Zhou, Xiyang Wu, Jingxi Chen, Jing Xie, Xiaomin Wu, Lichao Sun
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2607.01709v1 Announce Type: new Abstract: Agents are increasingly used to construct workflows and assist humans in completing recurring tasks more efficiently. As these workflows become repeated and domain-specific, agent memory and reusable skills become increasingly important: agents should ...

📖 Read original article


28. Generic Expert Coverage for Pruning SparseMixture-of-Experts Language Models ​

Author: Yongqin Zeng, Sicheng Pan, Jiale Wang, Hai-tao Zheng, Hong-Gee Kim, Chunxia Ma, XiuTeng Zhou
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01710v1 Announce Type: new Abstract: Sparsely activated Mixture-of-Experts (MoE) language models contain substantial structured redundancy among routed experts, but pruning them without downstream calibration data remains challenging. Existing expert-pruning methods typically rely on a si...

📖 Read original article


29. Distributionally Robust Listwise Preference Optimization ​

Author: Xudong Wu, Jian Qian, Pangpang Liu, Vaneet Aggarwal, Jiayu Chen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01715v1 Announce Type: new Abstract: Existing robust preference optimization for language-model alignment mainly studies pairwise supervision and places robustness at the dataset, prompt, or preference-pair level. We instead study listwise preference optimization under ranking-label uncer...

📖 Read original article


30. DRL-CLBA: A Clean Label Backdoor Attack for Speech Classification via DDPG Reinforcement Learning ​

Author: Yueming Huang, Wenhan Yao, Fen Xiao, Xiarun Chen, Weiping Wen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.SD

arXiv:2607.01729v1 Announce Type: new Abstract: Deep learning models for speech classification are vulnerable to backdoor attacks, where malicious triggers cause misclassification at inference time. While sample-specific attacks can bypass many defenses, they often rely on poisoned label attack, mak...

📖 Read original article


31. Reformalization of the Jordan Curve Theorem ​

Author: Simon Guilloud, Sankalp Gambhir, Samuel Chassot
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01734v1 Announce Type: new Abstract: We present a case study in reformalization, a variant of autoformalization in which the input proof is not natural language but a formal development in a different proof assistant. Concretely, we report three reformalizations of the Jordan Curve Theore...

📖 Read original article


32. Meta-Benchmarks for Financial-Services LLM Evaluation ​

Author: Blair Hudson
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01740v1 Announce Type: new Abstract: Public LLM leaderboards optimise for global average performance and do not capture the specific cognitive demands of financial-services work: a model that leads on MMLU-Pro may underperform on document-grounded compliance reasoning, and a coding leader...

📖 Read original article


33. Path-level Hindsight Instructions for Semantic Exploration in Vision-Language Navigation ​

Author: Sung June Kim, Sangpil Kim, Honglak Lee
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01754v1 Announce Type: new Abstract: On-policy exploration is a crucial component for training robust Vision-Language Navigation agents, as it exposes the policy to a broader state distribution. However, such exploration inevitably leads to trajectories that deviate from expert demonstrat...

📖 Read original article


34. Mastermind: Strategy-grounded Learning for Repository-Scale Vulnerability Reproduction ​

Author: Mingzhe Du, Luu Anh Tuan, Tianyi Wu, Renyang Liu, Zhijiang Guo, Dong Huang, See-Kiong Ng
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01764v1 Announce Type: new Abstract: Repository-level vulnerability reproduction is a demanding software engineering (SE) task: an agent must inspect a codebase, infer the input grammar that reaches a vulnerable path, construct a proof-of-conceptv(PoC), and verify that the crash disappear...

📖 Read original article


35. SimWorlds: A Multi-Agent System for Dynamic 3D Scene Creation ​

Author: Chunjiang Liu, Xiaoyuan Wang, Haoyu Chen, Yizhou Zhao, Ming-Hsuan Yang, L'aszl'o A. Jeni
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01766v1 Announce Type: new Abstract: LLM agents are increasingly used to translate natural language into 3D scenes in a procedural way, but existing systems focus on static output. Dynamic 4D scenes from text alone, in which liquids flow, particles emit, rigid bodies cascade, and articula...

📖 Read original article


36. Repair the Amplifier, Not the Symptom: Stable World-Model Correction for Agent Rollouts ​

Author: Xinyuan Song, Zekun Cai
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01767v1 Announce Type: new Abstract: As agent planning moves from short tool chains toward persistent workflows with thousands or tens of thousands of steps, failures will occur inside large planning graphs rather than in isolated predictions. Replanning the entire graph after every mista...

📖 Read original article


37. Verifiable Knowledge Expansion through Retrieval-Grounded Formal Concept Analysis ​

Author: Yujin Yang, Heejung Lee
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01773v1 Announce Type: new Abstract: Ontology construction requires deciding which objects, attributes, and structural relations should be accepted as valid knowledge. Language models can propose such structures from text, but their outputs can still be unsupported or inconsistent. This p...

📖 Read original article


38. Subliminal Clocks: Latent Time Modelling in Diffusion Language Models ​

Author: Maximo Rulli (Sapienza University of Rome), Thomas Fontanari (Sapienza University of Rome), Simone Petruzzi (Sapienza University of Rome), Federico Alvetreti (Sapienza University of Rome), Giorgio Strano (Sapienza University of Rome), Donato Crisostomi (Sapienza University of Rome), Giorgos Nikolaou (EPFL), Tommaso Mencattini (EPFL), Andrea Santilli (Independent researcher), Emanuele Rodol`a (Sapienza University of Rome), Simone Scardapane (Sapienza University of Rome), Alessio Devoto (Independent researcher)
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL

arXiv:2607.01774v1 Announce Type: new Abstract: Diffusion Language Models (DLMs) have recently emerged as a promising alternative to autoregressive models. Unlike standard diffusion-based approaches, DLMs are not explicitly conditioned on a timestep, raising a natural question: do these models inter...

📖 Read original article


39. Safety Testing LLM Agents at Scale: From Risk Discovery to Evidence-Grounded Verification ​

Author: Yunhao Feng, Ruixiao Lin, Ming Wen, Qinqin He, Yanming Guo, Yifan Ding, Yutao Wu, Jialuo Chen, Yunhao Chen, Xiaohu Du, Jianan Ma, Zixing Chen, Zhuoer Xu, Xingjun Ma, Xinhao Deng
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01793v1 Announce Type: new Abstract: LLM agents increasingly perform autonomous actions through external tools, leading to complex and evolving safety risks. However, existing safety testing targets expert-designed safety violations, and the corresponding outcomes are evaluated by hard-co...

📖 Read original article


40. MMIR-TCM: Memory-Integrated Multimodal Inference and Retrieval for TCM Clinical Decision Support ​

Author: Lihui Luo, Joongwon Chae, Ziyan Chen, Yang Liu, Siyi Cheng, Weihan Gao, Zelin Zeng, Xiaoming Yin, Samaneh Beheshti Kashi, Dongmei Yu, Lian Zhang, Jing Sui, Zeming Liang, Jiansong Ji, Peter E. Lobie, Peiwu Qin
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01814v1 Announce Type: new Abstract: Traditional Chinese Medicine (TCM) diagnosis, particularly through tongue inspection, faces persistent challenges in subjectivity and reproducibility. The application of multimodal artificial intelligence to TCM clinical tasks, such as syndrome differe...

📖 Read original article


41. Pre-Flight: A Benchmark for Evaluating Large Language Models on Aviation Operational Knowledge ​

Author: Alex Brooker, Tim Hughes
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL

arXiv:2607.01829v1 Announce Type: new Abstract: Large language models (LLMs) are increasingly proposed for aviation business operations, from documentation and training generation to customer facing assistants. General purpose benchmarks do not measure whether a model reasons safely and correctly ab...

📖 Read original article


42. Actual causality in fault trees ​

Author: Georgiana Caltais, Milan Lopuha"a-Zwakenberg, Mari"elle Stoelinga
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01840v1 Announce Type: new Abstract: Fault trees are a widely used as effective risk models for complex systems, answering the question "what can go wrong?", especially through minimal cut set analysis. We study fault trees from the perspective of Halpern & Pearl's theory of actual causal...

📖 Read original article


43. CLAP: Closed-Loop Training, Evaluation, and Release Control for Domain Agent Post-training ​

Author: Fangfei Li, Chenyang Zhao, Long Wang, Feng Tian, Zhiyue Zheng, Lv Guo
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01846v1 Announce Type: new Abstract: Domain agents often face noisy business data, uncertain post-training gains, offline/application mismatch, and adapter-release risk. This paper presents CLAP (Closed-Loop Agent Post-training), a closed-loop method that converts business data into struc...

📖 Read original article


44. Safety Targeted Embedding Exploit via Refinement ​

Author: Joshua Adrian Cahyono
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL

arXiv:2607.01859v1 Announce Type: new Abstract: Safety training for large language models (LLMs) is conducted predominantly in English, leaving uncertain how well safety mechanisms generalize to low-resource languages and mixed-language code-switching. We show that this creates an epistemic gap in w...

📖 Read original article


45. CamoNAS: Neural Architecture Search for Enhanced Camouflaged Object Detection ​

Author: Dawei Ren, Yan Zhang, Hongying Tang, Qiaoling Zhou, Jianpo Liu
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01870v1 Announce Type: new Abstract: Camouflaged Object Detection (COD) aims to locate and segment objects that blend into their surroundings, presenting challenges due to weak edge cues and ill-defined boundaries. Traditional COD models rely on hand-designed architectures and multi-scale...

📖 Read original article


46. SkillCoach: Self-Evolving Rubrics for Evaluating and Enhancing Agentic Skill-Use ​

Author: Jiayin Zhu, Kelong Mao, Yudong Guo, Dengbo He, Sulong Xu, Simiu Gu, Yutao Yue
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL

arXiv:2607.01874v1 Announce Type: new Abstract: Skills are becoming a reusable operational layer for LLM agents, encoding SOPs, domain rules, tool workflows, scripts, and validation routines. In realistic skill repositories, overlapping skills make reliable skill-use difficult. Final verifier succes...

📖 Read original article


47. Spec-AUF: Accept-Until-Fail Training under Train-Inference Misalignment for Masked Block Drafters ​

Author: Tianjian Yang, Meng Li
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL

arXiv:2607.01893v1 Announce Type: new Abstract: Speculative decoding accelerates autoregressive generation by drafting a block of tokens that the target model verifies left-to-right, committing only the longest accepted prefix. Block (DLM-style) drafters predict the whole block in parallel, which is...

📖 Read original article


48. Rethinking Complexity Metrics for LLM-Integrated Applications: Beyond Source Code ​

Author: Zihao Xu, Yuekang Li, Gelei Deng, Yi Liu, Zhenchang Xing
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.SE

arXiv:2607.01903v1 Announce Type: new Abstract: LLM-integrated applications blend natural language prompts with program code, and much of their runtime behavior originates in the prompt layer rather than in the code itself. Existing complexity metrics, however, operate solely at the code level and t...

📖 Read original article


49. ContextSniper: AntTrail's Token-Efficient Code Memory for Repository-Level Program Repair ​

Author: Chiwang Luk, Matin Mohammad Najafi, Zhifeng Jia, Wei Yang, Xiuchang Li, Jinwei Zhu, Yang Ren, Lei Chen, Gao Cong
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01916v1 Announce Type: new Abstract: Large language model agents can repair real repository issues, but they often spend large context budgets on whole-file reads, broad searches, and long terminal outputs where useful evidence is mixed with irrelevant code and logs. This paper presents C...

📖 Read original article


50. ElephantAgent: Contextual State Continuity in Agentic Systems ​

Author: Jiankai Jin, Xiangzheng Zhang, Zhao Liu, Wenzhuo Xu, Dongdong Yang, Deyue Zhang, Quanchen Zou
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CR

arXiv:2607.01919v1 Announce Type: new Abstract: Agentic systems enhance their capabilities by invoking external tools and maintaining persistent memory. However, these external dependencies introduce novel attack surfaces. Recent tool and memory poisoning attacks show that maliciously crafted tool d...

📖 Read original article


51. A-TMA: Decoupling State-Aware Memory Failures in Long-Term Agent Memory ​

Author: Zitong Shi, Yixuan Tang, Anthony Kum Hoe Tung
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01935v1 Announce Type: new Abstract: Long term memory lets LLM agents act as persistent assistants, but user facts change. A useful memory system must know what is true now, what used to be true, and what changed. We study \emph{ghost memory}, a state coordination failure in which old, cu...

📖 Read original article


52. Atomic Task Graph: A Unified Framework for Agentic Planning and Execution ​

Author: Yue Zhang, Sihan Chen, Ziwen Huang, Hanyun Cui, Kangye Ji, Zhi Wang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01942v1 Announce Type: new Abstract: LLM-based agents have shown strong potential for solving complex multi-step tasks, yet existing performance improvements often rely on either scaling to larger backbone models or task-specific fine-tuning. The former incurs substantial computational co...

📖 Read original article


53. OntoLearner: A Modular Python Library for Ontology Learning with Large Language Models ​

Author: Hamed Babaei Giglou, Jennifer D'Souza, Andrei Aioanei, Nandana Mihindukulasooriya, S"oren Auer
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01977v1 Announce Type: new Abstract: Ontology learning (OL) aims to automatically construct structured knowledge models from text, yet progress remains fragmented across methods, domains, and evaluation practices. Despite decades of research, OL lacks a shared infrastructure for systemati...

📖 Read original article


54. Multimodal Knowledge Edit-Scoped Generalization for Online Recursive MLLM Editing ​

Author: Siyuan Li, Youyuan Zhang, Ruitong Liu, Junxi Wang, Jing Li
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.CV

arXiv:2607.01978v1 Announce Type: new Abstract: Online multimodal knowledge editing requires injecting a continual stream of visual-textual corrections into multimodal large language models (MLLMs) with bounded overhead and minimal disruption to unrelated behaviors. Existing editors mainly emphasize...

📖 Read original article


55. Episodic-to-Semantic Consolidation Without Identity Drift ​

Author: Xue Qin, Simin Luan, Cong Yang, Zhijun Li
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.RO

arXiv:2607.01988v1 Announce Type: new Abstract: Long-running adaptive intelligent agents face a structural tension between knowledge consolidation and information integrity. Memory consolidation is conventionally treated as an agent-changing operation: a model is fine-tuned, a prompt rewritten, a po...

📖 Read original article


56. Traceable Fault Diagnosis for Battery Energy Storage Systems via Retrieval-Augmented Multi-Agent O&M Assistant ​

Author: Jiangdi Ru, Bing Li, Yage Huang, Ding Wang, Keru Hua
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.01992v1 Announce Type: new Abstract: Large-scale battery energy storage systems (BESSs) require O&M decisions that combine alarms, cell-level measurements, device topology, diagnostic tables, historical cases, and maintenance documents. Monitoring platforms can flag threshold violations, ...

📖 Read original article


57. InduceKV: Fixed-Footprint Continual Adaptation of Multimodal LLMs via Inducing KV Memories ​

Author: Qianyu Chen, Ziteng Feng, Canran Xiao, Runxuan Tang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.02010v1 Announce Type: new Abstract: Multimodal large language models must adapt to evolving tasks and domains, yet continual improvement under bounded deployment footprint remains difficult because repeated parameter updates or growing replay stores can accumulate adaptation state over t...

📖 Read original article


58. Hidden Forgetting in Continual Multimodal Learning: When Accuracy Survives but Grounding Fails ​

Author: Qianyu Chen, Canran Xiao, Runxuan Tang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.02020v1 Announce Type: new Abstract: Multimodal large language models must continually adapt to evolving tasks and domains, yet standard continual learning metrics mainly measure whether old answers remain correct, leaving the stability of multimodal grounding largely unexamined. We study...

📖 Read original article


59. PACE: A Proxy for Agentic Capability Evaluation ​

Author: Yueqi Song, Lintang Sutawika, Jiarui Liu, Lindia Tjuatja, Jiayi Geng, Yunze Xiao, Daniel Lee, Aditya Bharat Soni, Vincent Lo, Xiang Yue, Graham Neubig
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL

arXiv:2607.02032v1 Announce Type: new Abstract: Evaluating LLM agents on benchmarks like SWE-Bench and GAIA can be expensive, time-consuming, and requires complex infrastructure. A single evaluation can cost thousands of dollars and take days to complete. In contrast, non-agentic LLM benchmarks that...

📖 Read original article


60. Algebraic Model Counting for Global Analysis of Optimal Decision Trees ​

Author: Hiroki Arimura
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.02069v1 Announce Type: new Abstract: Ensuring model reliability in Explainable AI requires a global assessment of the hypothesis space. We propose a formal framework for the exhaustive analysis of optimal and near-optimal decision trees, called Algebraic Decision Tree Counting (ADTC). Ins...

📖 Read original article


61. Evidence-State Rewards for Long-Context Reasoning ​

Author: Ya Gao, Pekka Marttinen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2607.02073v1 Announce Type: new Abstract: Long-context reasoning requires models to locate, revise, and synthesize evidence distributed across lengthy inputs. Existing long-context RL methods usually reward final answers or static evidence extraction, offering little feedback on how intermedia...

📖 Read original article


62. SUNTA: Hierarchical Video Prediction with Surprise-based Chunking ​

Author: Tomoshi Iiyama, Masahiro Suzuki, Yutaka Matsuo
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2607.02087v1 Announce Type: new Abstract: Hierarchical state-space models (HSSMs) offer a promising approach to long-horizon prediction by segmenting sequences into temporal chunks. However, their performance hinges on how chunk boundaries are determined. While prior HSSMs typically rely on fi...

📖 Read original article


63. ContextNest: Verifiable Context Governance for Autonomous AI Agent ​

Author: Misha Sulpovar (PromptOwl, LLC), Benn R. Konsynski (Goizueta Business School, Emory University), Qaish Kanchwala (IBM Research), Gabe Goodhart (IBM Research)
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.02116v1 Announce Type: new Abstract: Autonomous AI agents increasingly depend on external knowledge stores, yet most retrieval pipelines provide relevance without durable guarantees of provenance, version identity, integrity, traceability, or point-in-time reconstruction. We formalize thi...

📖 Read original article


64. Enhancing Fitness Intelligence through Domain-Specific LLM Post-Training ​

Author: Xingtao Zhao, Tian Yang, Han Jiang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.02118v1 Announce Type: new Abstract: Scientific Fitness Coaching (SFC) is typically delivered by human professionals, making it costly and inaccessible to many. While recent advances in Large Language Models (LLMs) show considerable promise for more inclusive fitness coaching, directly de...

📖 Read original article


65. Coding-agents can replicate scientific machine learning papers ​

Author: Atharva Hans, Ilias Bilionis
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.02134v1 Announce Type: new Abstract: Scientific machine learning papers typically make computational claims, e.g., that the relative mean square error is less than 5% or that the 95% predictive credible interval covers the test data. A coding agent can be prompted to replicate those claim...

📖 Read original article


66. A$^{2}$utoLPBench: An Auto-Generated, Agent-Friendly LP Benchmark via Inverse-KKT Construction ​

Author: Shuo Ren, Yaohui Han, Yifan Shi, Libo Shen, Haodong Lu, Dongfang Wu, Rongliang Fu, Bei Yu, Tsung-Yi Ho
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.02141v1 Announce Type: new Abstract: Most LP-from-text benchmarks are static datasets of word problems written and labeled by hand. Once such a dataset is released, its size is fixed, its difficulty is fixed, and every problem can leak into the training data of future LLMs. We present \te...

📖 Read original article


67. A rubric-based controlled comparison of frontier language models on expert-authored clinical reasoning tasks ​

Author: Samiha A. Ismail, Fan X. Chen, Ali Merali
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2607.02175v1 Announce Type: new Abstract: Multiple-choice medical benchmarks are increasingly saturated, and recent rubric-based evaluations such as HealthBench have shown that open-ended clinical performance is far from solved - its "Hard" subset top score remains 32%. We present a small, del...

📖 Read original article


68. UA-ChatDev: Uncertainty-Aware Multi-Agent Collaboration for Reliable Software Development ​

Author: Temitayo Olamilekan Ogunsusi, Lijun Qian, Xishuang Dong
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.02186v1 Announce Type: new Abstract: Software development is a complex task that demands cooperation among agents with diverse roles. Large language models (LLMs) have enabled autonomous multi-agent software development frameworks that leverage role-based collaboration to automate require...

📖 Read original article


69. Criticality-Based Guard Rail Validation for AI Agent Decisions in Autonomous Telecom Networks ​

Author: Ravi Kant Sharma
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.NI

arXiv:2607.02210v1 Announce Type: new Abstract: The evolution toward fully autonomous telecommunications networks (Autonomous Network Levels 4-5) requires AI/ML agents to make real-time network decisions without human intervention. However, no standardized runtime mechanism exists to intercept and v...

📖 Read original article


70. Purified OPSD: On-Policy Self-Distillation Without Losing How to Think ​

Author: Zhanming Shen, Jintao Tong, Shaotian Yan, Chen Shen, Hao Chen, Wentao Ye, Xiaomeng Hu, Rui Miao, Haobo Wang, Junbo Zhao, Gang Chen, Jieping Ye
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2607.02234v1 Announce Type: new Abstract: On-policy self-distillation (OPSD) has emerged as a promising paradigm for improving LLM reasoning, where a privileged teacher with access to reference solutions provides token-level supervision on the student's own generated trajectories. However, we ...

📖 Read original article


71. Copewell: A Multi-Agent Swarm Architecture for Equitable Mental Wellness Support ​

Author: Seren Yenikent, Jack Vinijtrongjit, Katherine Ng
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CY, cs.HC

arXiv:2607.02245v1 Announce Type: new Abstract: Mental health disorders affect nearly one billion people globally, yet 75% of individuals in low- and middle-income countries receive no treatment due to workforce shortages, cost barriers, and stigma. Current AI-powered wellness solutions predominantl...

📖 Read original article


72. AgenticSTS: A Bounded-Memory Testbed for Long-Horizon LLM Agents ​

Author: Xiangchen Cheng, Yunwei Jiang, Jianwen Sun, Zizhen Li, Chuanhao Li, Xiangcheng Cao, Yihao Liu, Fanrui Zhang, Li Jin, Kaipeng Zhang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL

arXiv:2607.02255v1 Announce Type: new Abstract: Memory for a long-horizon LLM agent is a contract about what each future decision is allowed to see. The simplest contract appends past observations, tool calls, and reflections to every prompt, which makes prior context easy to access but also turns i...

📖 Read original article


73. A Hippocampus for Linear Attention: An Exact Memory for What the Recurrent State Forgets ​

Author: Wanyun Cui
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.02303v1 Announce Type: new Abstract: Linear-attention and state-space language models compress the prefix into a fixed-size recurrent state, yielding O(1) memory at the cost of a lossy exact memory: when many key--value associations compete, earlier facts are overwritten and needle recall...

📖 Read original article


74. Grounded autonomous research: a fault-tolerant LLM pipeline from corpus to manuscript in frontier computational physics ​

Author: Haonan Huang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cond-mat.mtrl-sci, physics.comp-ph

arXiv:2607.02329v1 Announce Type: new Abstract: Autonomous-research agents have demonstrated end-to-end LLM automation in machine-learning sandboxes where execution provides calibration. Frontier physical science differs categorically: physical reasoning underlies every methodology choice, toolchain...

📖 Read original article


75. DRIFTLENS: Measuring Memory-Induced Reasoning Drift in Personalized Language Models ​

Author: Xi Fang, Weijie Xu, Yingqiang Ge, Yuhui Xu, Stephanie Eckman, Chandan K. Reddy
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.02374v1 Announce Type: new Abstract: Personalization changes what a model says to a user; we show that it can also change the reasoning trajectory used to justify the response. Modern LLMs personalize interactions by storing user attributes, preferences, and prior context, then injecting ...

📖 Read original article


76. Hardware-Enforced Semantic Coordination for Safety-Critical Real-Time Autonomous Systems ​

Author: Uwe M. Borghoff, Paolo Bottoni, Remo Pareschi
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.MA

arXiv:2607.02376v1 Announce Type: new Abstract: Recent advances in agentic AI are producing increasingly complex autonomous systems that integrate large language models, world models, optimization engines, specialized neural architectures, autonomous platforms, and human operators. While much curren...

📖 Read original article


77. Steerability via constraints: a substrate for scalable oversight of coding agents ​

Author: Thomas Winninger
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CR, cs.SE

arXiv:2607.02389v1 Announce Type: new Abstract: Coding agents are capable; human oversight is the bottleneck. Unconstrained agents introduce security risks, erode codebase scalability, and make human review increasingly costly. We argue that the same methods used for decades to manage large human en...

📖 Read original article


78. Fast Multi-dimensional Refusal Subspaces via RFM-AGOP ​

Author: Thomas Winninger
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2607.02396v1 Announce Type: new Abstract: Steering and monitoring activations in Large Language Models (LLMs) are increasingly used for both safety and interpretability. Early work assumed behaviours are encoded along single linear directions, but recent findings suggest complex behaviours, su...

📖 Read original article


79. Text-Driven 3D Indoor Scene Synthesis in Non-Manhattan Environments ​

Author: Xianhui Meng, Zirui Song, Yuchen Zhang, Li Zhang, Yongxuan Lv, Xiuying Chen, Kun Wang, Yan Luo, Kai Chen, Hangjun Ye, Long Chen, Jun Liu, Xiaoshuai Hao
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CV

arXiv:2607.02407v1 Announce Type: new Abstract: Large Language Models (LLMs) have demonstrated remarkable capabilities in 3D indoor synthesis for Manhattan environments. However, existing methods often fail to capture plausible object layout patterns in non-Manhattan settings, primarily because they...

📖 Read original article


80. Automated grading of Linux/bash examinations using large language models: a four-level cognitive taxonomy approach ​

Author: Manuel Alonso-Carracedo, Ruben Fernandez-Boullon, Pedro Celard, Francisco J. Rodriguez-Martinez, Lorena Otero-Cerdeira
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.CY

arXiv:2607.02432v1 Announce Type: new Abstract: Scalable and reliable grading of command-line examinations remains a challenge in computing education, where rising enrolments make manual marking difficult and rule-based autograders cannot handle partial credit, equivalent solutions, or syntactic var...

📖 Read original article


81. EvoPolicyGym: Evaluating Autonomous Policy Evolution in Interactive Environments ​

Author: Zhilin Wang, Han Song, Runzhe Zhan, Jusen Du, Jiacheng Chen, Tianle Li, Qingyu Yin, Yulun Wu, Zhennan Shen, Tong Zhu, Yanshu Li, Guanjie Chen, Derek F. Wong, Yafu Li, Yu Cheng, Yang Yang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL

arXiv:2607.02440v1 Announce Type: new Abstract: Autonomous agents are increasingly expected to improve executable policies through feedback, yet existing evaluations often collapse this process into a final score or confound it with open-ended software-engineering progress. We introduce Autonomous P...

📖 Read original article


82. G-RRM: Guiding Symbolic Solvers with Recurrent Reasoning Models ​

Author: Timo Bertram, Sidhant Bhavnani, Richard Freinschlag, Erich Kobler, Andreas Mayr, G"unter Klambauer
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.02491v1 Announce Type: new Abstract: In this work, we focus on SE-RRMs, a symbol-equivariant instantiation of RRMs that exhibits improved extrapolation to larger problem sizes. We propose a neuro-symbolic approach, ``Guiding with Recurrent Reasoning Models'' (G-RRM), which integrates SE-R...

📖 Read original article


83. What LLM Agents Say When No One Is Watching: Social Structure and Latent Objective Emergence in Multi-Agent Debates ​

Author: Arman Ghaffarizadeh, Danyal Mohaddes, Aliakbar Izadkhah, Shahriar Noroozizadeh
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.LG, cs.MA

arXiv:2607.02507v1 Announce Type: new Abstract: LLM agents will increasingly act in socially structured settings where role, audience, and relational context can shape what is advantageous or costly to say. We study whether such social structure, without any explicit objective in the prompt, changes...

📖 Read original article


84. ReContext: Recursive Evidence Replay as LLM Harness for Long-Context Reasoning ​

Author: Yanjun Zhao, Ruizhong Qiu, Tianxin Wei, Yuanchen Bei, Zhining Liu, Lingjie Chen, Ismini Lourentzou, Hanghang Tong, Jingrui He
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.02509v1 Announce Type: new Abstract: Understanding and reasoning over long contexts has become a key requirement for deploying large language models (LLMs) in realistic applications. Although recent LLMs support increasingly long context windows, they often fail to use relevant evidence t...

📖 Read original article


85. Online Safety Monitoring for LLMs ​

Author: Mona Schirmer, Metod Jazbec, Alexander Timans, Christian Naesseth, Maja Waldron, Eric Nalisnick
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.LG, stat.AP, stat.ML

arXiv:2607.02510v1 Announce Type: new Abstract: Despite alignment training, LLMs remain prone to generating unsafe outputs at deployment time. Monitoring outputs online and raising an alarm when safety can no longer be assumed is therefore critical. We study a simple real-time monitor that turns a v...

📖 Read original article


86. Distributed Attacks in Persistent-State AI Control ​

Author: Josh Hills, Ida Caspary, Asa Cooper Stickland
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.02514v1 Announce Type: new Abstract: As AI coding agents become more autonomous, they increasingly ship code iteratively, with the codebase persisting across sessions. This persistence creates a new attack surface: a misaligned or prompt-injected agent can distribute attacks across pull r...

📖 Read original article


87. TokenScope: Token-Level Explainability and Interpretability for Code-Oriented Tasks in Large Language Models ​

Author: Amirreza Esmaeili, Fatemeh Fard
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.SE

arXiv:2607.01235v1 Announce Type: cross Abstract: Understanding how Large Language Models (LLMs) make token-level decisions during code generation remains a major challenge for both researchers and practitioners. While recent tools provide insights into model internals or generation outcomes, they o...

📖 Read original article


88. Safeguarding LLM Agents from Misalignment through Provenance Analysis ​

Author: Yining She, Yiliang Liang, Eunsuk Kang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.01236v1 Announce Type: cross Abstract: As LLM agents gain increasing access to powerful tools, ensuring that their actions are aligned with the user's intent becomes critical. When an agent's proposed tool invocation deviates from the user's intent -- a phenomenon called misalignment -- i...

📖 Read original article


89. Kara: Efficient Reasoning LLM Serving via Sliding-Window KV Cache Compression ​

Author: Shen Han, Yuyang Wu
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.01237v1 Announce Type: cross Abstract: Reasoning language models often generate long chain-of-thought (CoT), which accumulates a massive KV cache during the decoding phase and incurs high decoding latency and limited throughput. To address these issues, KV cache compression has emerged as...

📖 Read original article


90. SPARCLE: SPeaker-aware Aligned Representations via Contrastive Language Embeddings ​

Author: Priyam Mazumdar, Yurii Halychanskyi, Steven Guo, Mark Hasegawa-Johnson, Volodymyr Kindratenko
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.SD, eess.AS

arXiv:2607.01238v1 Announce Type: cross Abstract: Recent advances in speech synthesis have shifted from phoneme representations to direct grapheme modeling. While phonemes address the one-to-many mapping between text and acoustics, they rely on grapheme-to-phoneme (G2P) systems that fail to capture ...

📖 Read original article


91. Breaking Safety at the Token Boundary: How BPE Tokenization Creates Exploitable Gaps in LLM Alignment ​

Author: Tung-Ling Li, Hongliang Liu, Yuhao Wu
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.01239v1 Announce Type: cross Abstract: Character-level perturbations bypass safety alignment in modern LLMs despite leaving prompts human-readable. We identify and test a central structural mechanism: BPE tokenization fragments safety-critical words into sub-word pieces, and the three pub...

📖 Read original article


92. Prompt Framing Distorts Count-Based Evaluation of LLM Error Detection: Evidence from Numeric Anchoring ​

Author: Dekun Yang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.01240v1 Announce Type: cross Abstract: Count-based F1 is widely used as a proxy for LLM error-detection quality, but this paper shows that it can rise dramatically without a corresponding improvement in span localization, a gap termed F1 Inflation. The paper introduces ErrorBench, a contr...

📖 Read original article


93. Mapping Text to Multiplex Graph: Prompt Compression as L\'evy Walk-Guided Graph Pruning ​

Author: Yaxin Gao, Yao Lu, Jinhong Deng, Jiaqi Nie, Zhe Tang, Jian Zhang, Zhaowei Zhu, Shanqing Yu, Qi Xuan, Joey Tianyi Zhou
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.01241v1 Announce Type: cross Abstract: Existing prompt compression methods treat text as flat token sequences, failing to capture the distributed nature of important information, which is often spread across multiple locations and connected through both local syntactic dependencies and gl...

📖 Read original article


94. ExPerT: Personalizing LLM Responses to Users' Domain Expertise via Query-Wise Semantic and Keystroke Behavioral Cues ​

Author: Yeji Park, Jiwon Tark, Taesik Gong
Published: 7/3/2026, 4:00:00 AM
Categories: cs.HC, cs.AI, cs.CL, cs.IR

arXiv:2607.01242v1 Announce Type: cross Abstract: Large language models (LLMs) are increasingly used by end users, yet existing personalization methods relying on static profiles or text-only signals fail to capture query-specific expertise variation. We present ExPerT, a query-wise personalization ...

📖 Read original article


95. Office Comprehension Benchmark ​

Author: Firoz Shaik, Mateus Pican\c{c}o Lima Gomes, Tanvir Aumi, Jingci Wang, Milos Milunovic, Filip Basara, Ivana Jovanovic, Vishwas Suryanarayanan, Neha Nandan Kenkare, Weiyao Xie, Zhipeng Han, Zheng Zhang, Waleed Shahid, Jay Rathi, Russell Scherer, Thong Q. Nguyen, Michael Bentley, Tamara Stankovic, Rasika Chakravarthy, Vishal Chowdhary
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.CY, cs.IR, cs.LG

arXiv:2607.01245v1 Announce Type: cross Abstract: We introduce Office Comprehension Bench (OCB), the first public benchmark to jointly evaluate LLM systems on Word, Excel, and PowerPoint comprehension over native file formats (.docx, .xlsx, .pptx) and their variants. OCB consists of two tracks. File...

📖 Read original article


96. LLMs as Teaching Assistants for Mathematics Exam Grading: Reliability, and Practical Usability ​

Author: Aastha Sapkota, M. G. Sarwar Murshed
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2607.01247v1 Announce Type: cross Abstract: Open-ended mathematics exams are valuable because they assess reasoning, proof construction, algorithmic thinking, and communication of intermediate steps. They are also difficult to grade at scale because instructors must apply partial-credit rubric...

📖 Read original article


97. A Practice Auditing Framework for Large Language Model Use: Collective Empiricism, Pseudo-Rational Cognition, and Governance of AI-Generated Content ​

Author: Yang Zhao, Yingshuo Li, Zeyu Zhang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2607.01248v1 Announce Type: cross Abstract: Large language models are increasingly used for knowledge acquisition, code generation, academic writing, and agent-based automation. In these settings, users may obtain highly structured answers, plans, and judgments without sufficient domain practi...

📖 Read original article


98. Structuring the Space of Sociotechnical Alignment ​

Author: Esra D"onmez, Agnieszka Falenska
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CY, cs.AI, cs.CL

arXiv:2607.01250v1 Announce Type: cross Abstract: Sociotechnical alignment concerns the social desirability of AI behavior and is thus inherently normative, not merely technical. While NLP research increasingly addresses its technical aspects, it often leaves underspecified what such "social desirab...

📖 Read original article


99. Collaborative Disagreement Resolution for Scalable Oversight ​

Author: Yuyang Jiang, Chacha Chen, Teng Wu, Liwen Sun, Han Liu, Shi Feng, Chenhao Tan
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2607.01251v1 Announce Type: cross Abstract: Debate, where AI agents argue opposing positions, has emerged as a key approach to scalable oversight. However, debate faces a fundamental tension: models are incentivized to be persuasive to the judge, which may not always align with epistemic hones...

📖 Read original article


100. How Indian Dermatologists are Utilizing Artificial Intelligence for Clinical Practice and Workflow Management: A Nationwide Survey with a Special Focus on atopic dermatitis ​

Author: Dipayan Sengupta, Saumya Panda, Sandipan Dhar, Dipankar De, Deepika Pandhi, Narayanan B
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2607.01252v1 Announce Type: cross Abstract: Background: Dermatology AI has mainly focused on image-based diagnosis, while chronic disease workflows have received less attention. We surveyed Indian dermatologists to map routine clinical challenges, with a focus on atopic dermatitis (AD), and as...

📖 Read original article


101. Beyond Detection: Redesigning Assessment and Governande of Generative AI at the Universidad Polit\'ecnica de Madrid (UPM) ​

Author: Jessica D'iaz, Sonia Linio, Fernando Pescador, Daniel Martin-Fabiani
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2607.01255v1 Announce Type: cross Abstract: Universities have responded to generative artificial intelligence (GenAI) in noticeably different ways, both internationally and within Spain. So far, the dominant reaction has been defensive, this is, most institutions frame the debate around AI det...

📖 Read original article


102. AI Assistance for Human Review of Default Judgments ​

Author: Theodora Worledge, Othman Bensouda Koraichi, Daniel Bernal, Aviv Caspi, Tatsunori Hashimoto, Carlos Guestrin, David Freeman Engstrom
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2607.01256v1 Announce Type: cross Abstract: Overwhelmed courts in the United States review millions of default judgments each year. Unfortunately, such manual reviews are time-consuming and prone to error. In an audit of 188 debt collection cases granted default judgment by the Superior Court ...

📖 Read original article


103. Artificial Intelligence-Enabled Accounting Information Systems and Fraud Detection in Nigeria's Financial Services Sector: The Moderating Role of Natural Language Processing ​

Author: Timothy Oluwapelumi Adeyemi, Abigail Omotola Ojogbede
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2607.01257v1 Announce Type: cross Abstract: The rapid digitalisation of financial systems has improved operational efficiency and financial inclusion while simultaneously increasing exposure to sophisticated forms of cyber-enabled fraud and electronic financial misconduct. Conventional auditin...

📖 Read original article


104. The Rising Unsustainability of AI Graphics Cards Production ​

Author: Cl'ement Morand, Aur'elie N'ev'eol, Anne-Laure Ligozat
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2607.01258v1 Announce Type: cross Abstract: The rapid advancement of Artificial Intelligence (AI) has been accompanied by significant increases in computational and environmental costs, driven by large-scale investments in AI infrastructure, hardware, and software. In particular, graphics card...

📖 Read original article


105. Benchmarking Federated Learning and Knowledge Distillation for Point Cloud Classification ​

Author: Aizierjiang Aiersilan
Published: 7/3/2026, 4:00:00 AM
Categories: cs.GR, cs.AI, cs.CV, cs.DC, cs.LG

arXiv:2607.01272v1 Announce Type: cross Abstract: Deploying 3D point cloud analysis in privacy-sensitive, resource-constrained settings faces two barriers: data cannot be centralized, and models must run on limited edge hardware. We present a multi-seed benchmark jointly evaluating federated learnin...

📖 Read original article


106. Domain Knowledge Based Temporal-Spatial Graph Convolution Network for ECG Recognition ​

Author: Wenting Ma, Zhipeng Zhang, Xiaohang Yuan, Ningwei Xie, Yuxin Xie, Xiaolin Wang, Meng Guo, Xingang Chai, Zhenjie Yao
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.01282v1 Announce Type: cross Abstract: In light of strides in Arti cial Intelligence (AI) and its wide spread application, challenges persist in the interpretability of AI models, particularly within specialized domains like healthcare, such as electro cardiograph (ECG) recognition. Rathe...

📖 Read original article


107. Scaling Laws for Grid-Based Approximate Nearest Neighbor Search in High Dimensions ​

Author: Matthew J Liu, Wei Hang Zheng, Vidhan Purohit, Siqi Xie, Chieh-En Li, Jerry Li, Noah Flynn
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.01283v1 Announce Type: cross Abstract: Grid-based approaches to approximate nearest neighbor (ANN) search have been absent from modern scaling analyses. We present a systematic characterization of a multiprobe grid algorithm with respect to dataset size $N$ and dimensionality $d$. Our exp...

📖 Read original article


108. Adaptive Companionship for Group-Following Robots: Handling Dynamically Changing Group Formations ​

Author: Cong-Thanh Vu, Yen-Chen Liu
Published: 7/3/2026, 4:00:00 AM
Categories: cs.RO, cs.AI, cs.SY, eess.SY

arXiv:2607.01287v1 Announce Type: cross Abstract: Accompanying a group of humans is an essential aspect of developing human-like social cognition in robots. However, human groups typically do not follow fixed formations, which poses significant challenges for robots in maintaining natural companions...

📖 Read original article


109. CPG-PAD: Concept-Informed Prompts Guided Presentation Attack Detection ​

Author: Haoyuan Zhang, Xiangyu Zhu, Li Gao, Ajian Liu, Siran Peng, Zhen Lei
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.01303v1 Announce Type: cross Abstract: Presentation Attack Detection (PAD) serves as a crucial safeguard for face recognition systems against presentation attacks such as printed photos, replayed videos, and 3D masks. Despite significant progress, existing PAD models still struggle to gen...

📖 Read original article


110. Generative AI and Federated Learning for Intrusion Detection Systems: A Survey ​

Author: Jiefei Liu, Abu Saleh Md Tayeen, Pratyay Kumar, Qixu Gong, Wenbin Jiang, Huiping Cao, Satyajayant Misra, Jayashree Harikumar
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CR, cs.AI, cs.LG

arXiv:2607.01305v1 Announce Type: cross Abstract: Intrusion Detection Systems (IDSs) are essential for monitoring network traffic and identifying malicious activities in modern cyber-physical, Internet of Things (IoT), enterprise, and distributed network environments. However, developing reliable ID...

📖 Read original article


111. Black-Box Inference of LLM Architectural Properties with Restrictive API Access ​

Author: Christopher Ellis, Shreyas Chaudhari, Mei-Yu Wang, Leighton Barnes, Giulia Fanti, Jos'e M. F. Moura
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CL, cs.CR

arXiv:2607.01313v1 Announce Type: cross Abstract: In practice, most commercial LLM providers do not publicly release details of underlying LLM architectures. However, prior work has shown that given limited API access to an LLM (namely, top-$k$ logits and/or a logit bias function), one can recover c...

📖 Read original article


112. Mechanistic Interpretability and Causal Feature Steering of Neural Quantum States via Sparse Autoencoders ​

Author: Zihao Qi, Christopher Earls
Published: 7/3/2026, 4:00:00 AM
Categories: quant-ph, cond-mat.dis-nn, cond-mat.str-el, cs.AI, cs.LG

arXiv:2607.01336v1 Announce Type: cross Abstract: Neural Quantum States (NQS) are a remarkably expressive class of variational ans"atze for quantum many-body wavefunctions, yet little is understood about their internal mechanisms: trained on variational objectives alone, how do NQS accurately captu...

📖 Read original article


113. TurnNat: Automatic Evaluation of Turn-Taking Naturalness in Dyadic Spoken Dialogue ​

Author: Hao Zhang, Thomas Thebaud, Georgi Tinchev, Venkatesh Ravichandran, Laureano Moro-Velazquez
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.01345v1 Announce Type: cross Abstract: Turn-taking naturalness is central to full-duplex spoken dialogue systems, yet its automatic evaluation remains limited. Existing evaluations often rely on human judgments or behavior-specific timing metrics, making it difficult to compare heterogene...

📖 Read original article


114. Multi-modal Rail Crossing Safety Analysis ​

Author: Paimon Goulart, Chansong Lim, N'icolas Roque dos Santos, Yue Dong, Sheldon Peterson, Jia Chen, Evangelos E. Papalexakis
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CV

arXiv:2607.01365v1 Announce Type: cross Abstract: Given one or more images of a railway crossing, can we leverage visual cues that allow us to robustly estimate how safe it is? Can we improve our ability to do so by introducing structured data (such as official accident reports) about the accident h...

📖 Read original article


115. AI-enabled gravitational-waves searches for binary neutron stars at optimal sensitivity ​

Author: Bhavya Gupta, Deep Chatterjee, William Benoit, Ethan Marx, Christina Reissel, Seiya Tsukamoto, Kyungseop Yoon, Michael W. Coughlin, Philip Harris, Erik Katsavounidis
Published: 7/3/2026, 4:00:00 AM
Categories: astro-ph.HE, astro-ph.IM, cs.AI

arXiv:2607.01372v1 Announce Type: cross Abstract: Gravitational Waves (GWs) represent the newest window of astronomy, furthering our understanding of compact objects like black holes and neutron stars in the Universe. The signal from two merging neutron stars is especially interesting since it bring...

📖 Read original article


116. How Should Transformers Encode Numeric Values in Electronic Health Records? ​

Author: Maria Elkj{\ae}r Montgomery, Christian Igel, Mikkel Odgaard, Martin Sillesen, Mads Nielsen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.01391v1 Announce Type: cross Abstract: How do we encode numeric values in transformer-based sequence processing, particularly in electronic health record (EHR) data? We systematically compare discrete, continuous, and hybrid value encoding strategies using synthetic arithmetic tasks embed...

📖 Read original article


117. Rethinking Generic Object Tracking Toward Human-Level Perceptual Intelligence ​

Author: Shih-Fang Chen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.LG, cs.MM, eess.IV

arXiv:2607.01395v1 Announce Type: cross Abstract: At the heart of human visual perception lies the ability to maintain a continuous and coherent understanding of the external world. By integrating observations with accumulated experience, the human visual system can continuously adapt to variations ...

📖 Read original article


118. NeuroBridge: Bridging Multi-Task MRI Knowledge for Neurodegenerative Disease Diagnosis ​

Author: Mengyu Li, Guoyao Shen, Chad W. Farris, Xin Zhang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CV

arXiv:2607.01401v1 Announce Type: cross Abstract: INTRODUCTION: Accurate MRI-based identification of Alzheimer's disease (AD), mild cognitive impairment (MCI), and related dementias remains challenging because disease-related structural changes are often subtle and heterogeneous. We developed NeuroB...

📖 Read original article


119. Spin-Weighted Spherical Harmonics Enable Complete and Scalable $\mathrm{E}(3)$-Equivariant Networks ​

Author: Chenxing Liang, Yuchao Lin, Andrii Kryvenko, Wendi Yu, Chuan Li, Jianwen Xie, Xiaofeng Qian, Shuiwang Ji
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.01408v1 Announce Type: cross Abstract: $\mathrm{E}(3)$-equivariant networks are promising for 3D atomistic system modeling, yet their scalability is limited by the $O(L^6)$ complexity of the Clebsch-Gordan Tensor Product (CGTP). The recently proposed Gaunt Tensor Product (GTP) reduces the...

📖 Read original article


120. GPUAlert: A Zero-Instrumentation Process-Boundary Monitor for Diagnosing GPU Training-Job Failures ​

Author: Parv Agarwal, Asif Ekbal
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SE, cs.AI, cs.LG

arXiv:2607.01409v1 Announce Type: cross Abstract: GPU training jobs fail often, roughly two in five on large production clusters, yet the operator typically learns of a failure only by reconnecting hours later. Experiment trackers require editing the training script and maintaining a cloud connectio...

📖 Read original article


121. Adoption and Impact of Command-Line AI Coding Agents: A Study of Microsoft's Early 2026 Rollout of Claude Code and GitHub Copilot CLI ​

Author: Emerson Murphy-Hill, Jenna Butler, Alexandra Savelieva
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SE, cs.AI, cs.HC

arXiv:2607.01418v1 Announce Type: cross Abstract: Organizations rolling out agentic command line tools like Anthropic's Claude Code and GitHub's Copilot CLI need to know who will try them, who will keep using them, and whether the tools produce enough output to justify their cost. At organizational ...

📖 Read original article


122. MultAttnAttrib: Training-Free Multimodal Attribution in Long Document Question Answering ​

Author: Dang Quang Thien Tran, Quang V. Dang, Vinamra Tyagi, Sai Soorya Rao Veeravalli, Trang Nguyen, Ryan A. Rossi, Franck Dernoncourt, Nedim Lipka, Koustava Goswami, Samyadeep Basu
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.CV

arXiv:2607.01420v1 Announce Type: cross Abstract: As grounded QA systems are increasingly deployed in AI assistants, accurately attributing generated answers to evidence is critical for user trust and model safety. While unimodal attributions have been explored in depth, the multimodal setting remai...

📖 Read original article


123. Risk Architecture for AI-Native Engineering Teams: An Organizational Framework for Agentic System Governance ​

Author: Laxmipriya Ganesh Iyer
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2607.01421v1 Announce Type: cross Abstract: Engineering management research has produced mature frameworks for software risk: ownership by feature, escalation by severity, and assurance by test coverage. These frameworks implicitly assume deterministic behavior, discrete and auditable change e...

📖 Read original article


124. IsoSci: A Benchmark of Isomorphic Cross-Domain Science Problems for Evaluating Reasoning versus Knowledge Retrieval in LLMs ​

Author: Samir Abdaljalil, Erchin Serpedin, Hasan Kurban
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.01431v1 Announce Type: cross Abstract: We introduce ISOSCI, a benchmark of isomorphic cross-domain science problem pairs that separates reasoning ability from domain knowledge retrieval in LLM evaluation. Each pair shares identical logical structure but requires different domain-specific ...

📖 Read original article


125. On the Utility and Factual Reliability of Pruned Mixture-of-Experts Models in the Biomedical Domain ​

Author: Atsuki Yamaguchi, Szymon Palucha, L'eo Bijar, Aline Villavicencio, Nikolaos Aletras
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CL

arXiv:2607.01444v1 Announce Type: cross Abstract: Mixture-of-Experts (MoE) models offer inference speedups via selective activation but impose substantial memory requirements because the whole network must remain loaded. Structured expert pruning is a practical approach for reducing deployment costs...

📖 Read original article


126. Token Geometry ​

Author: Kathan Shah
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.01455v1 Announce Type: cross Abstract: Language models learn continuous programs over discrete symbols, with the embedding table and LM-head acting as the read/write interface between them. We show that this interface has gradient geometry distinct from dense hidden weights which can be e...

📖 Read original article


127. Grounded Optimization: A Layered Engineering Framework for Reducing LLM Hallucination in Automated Personal Document Rewriting ​

Author: Shashank Indukuri, Adarsh Agrawal
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.01457v1 Announce Type: cross Abstract: Large language models (LLMs) are increasingly applied to resume optimization for applicant tracking systems, introducing hallucination failures distinct from general text generation: anachronistic technology injection, cross-domain terminology contam...

📖 Read original article


128. Fully Unsupervised Detection of Physical Contacts on Subsea Cables via State-of-Polarization Monitoring ​

Author: Agastya Raj, Alvaro Doval, Tian Tian, Steinar Bj{\o}rnstad, Marco Ruffini
Published: 7/3/2026, 4:00:00 AM
Categories: cs.NI, cs.AI

arXiv:2607.01484v1 Announce Type: cross Abstract: We present a fully unsupervised Fast-Slow DSVDD detector for continuous State-of-Polarization monitoring on a deployed subsea cable. Trained without event labels, it ranks all five confirmed trawler contacts within the top 13 of 122,174 recordings an...

📖 Read original article


129. Don't Let Gains FADE: Breaking Down Policy Gradient Weights in RL ​

Author: Juliette Decugis, Sean O'Brien, Francis Bach, Gabriel Synnaeve, Taco Cohen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.01490v1 Announce Type: cross Abstract: Reinforcement learning post-training dramatically improves LLM reasoning, but suffers from training instability and diversity collapse. Advantage functions offer an appealing fix: they reshape the training objective, reweight which rollouts drive lea...

📖 Read original article


130. Robust and Explainable 3D Mode Shape Recognition Using Region-Aware Graph Neural Networks ​

Author: Tong Duy Son, Marc Brughmans, Andrey Hense, Kohta Sugiura, Sebastian Ciceo, Paolo di Carlo, Theo Geluk
Published: 7/3/2026, 4:00:00 AM
Categories: eess.SY, cs.AI, cs.CE, cs.SY

arXiv:2607.01522v1 Announce Type: cross Abstract: Mode shape recognition is a fundamental task in automotive NVH development, yet it remains dependent on manual visual inspection by experienced engineers. Existing approaches based on engineering heuristics, Modal Assurance Criterion (MAC), or geomet...

📖 Read original article


131. Multi-Head Recurrent Memory Agents ​

Author: Jiatong Li, Samuel Yeh, Sharon Li
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CL

arXiv:2607.01523v1 Announce Type: cross Abstract: Recurrent memory agents extend LLMs to arbitrarily long contexts by iteratively consolidating input into a fixed-size memory window. Despite their scalability, these agents exhibit a well-documented reliability problem: end-to-end performance degrade...

📖 Read original article


Author: Rachith Aiyappa, Ishita Khan, Chester Palen-Michel, Jayanth Yetukuri, Samarth Agrawal, Mehran Elyasi, Shuang Zhou
Published: 7/3/2026, 4:00:00 AM
Categories: cs.IR, cs.AI

arXiv:2607.01530v1 Announce Type: cross Abstract: Understanding user intent is fundamental to delivering relevant search results in e-commerce. However, substantial fraction of real-world queries are under-specified (e.g., "watch" or "shirt"), lacking explicit attributes such as gender or age group....

📖 Read original article


133. Evolutionary Feature Engineering for Structured Data ​

Author: Ege Onur Taga, Yilin Zhuang, M. Emrullah Ildiz, Petros Mol, Abhimanyu Das, Karthik Duraisamy, Samet Oymak
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.01548v1 Announce Type: cross Abstract: Large language models are increasingly used as open-ended search operators in evolutionary optimization. We introduce Evolutionary Feature Engineering (EFE), a framework for using LLM-based evolution to discover preprocessing transformations for stru...

📖 Read original article


134. X-LogSMask: Expand Transformer for Graph-Structured Data ​

Author: Leyan Li, Rennong Yang, Zhenxing Zhang, Liping Hu
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.01553v1 Announce Type: cross Abstract: Transformers have become general-purpose architectures, but their all-to-all self-attention is poorly matched to graph data, whose interactions are sparse, structured and multi-scale. Existing Graph Transformers address this mismatch through structur...

📖 Read original article


135. DiPS: Dialogue Policy Selection for High-Stakes Persuasion Agents ​

Author: Tianyi Zhang, Mousumi Das, Abrar Anwar, Jesse Thomason, David Traum
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.01557v1 Announce Type: cross Abstract: Large Language Models (LLMs) often struggle with persuasion in high-stakes scenarios. People's individual personalities and concerns require tailored strategies rather than a one-size-fits-all approach. To address this challenge, we focus on a fire-r...

📖 Read original article


136. ADVENT: LLM-Driven Automatic Predicate Invention for ILP ​

Author: Tingting Yu, Pei-Cing Huang, Chan Hsu, Chan-Tung Ku, Yihuang Kang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LO, cs.AI, cs.CL

arXiv:2607.01585v1 Announce Type: cross Abstract: Predicate invention (PI), the creation of new predicates to extend the hypothesis space, remains a critical bottleneck in Inductive Logic Programming (ILP). Existing methods rely on domain expertise and produce semantically opaque predicates, hinderi...

📖 Read original article


137. VLAFlow: A Unified Training Framework for Vision-Language-Action Models via Co-training and Future Latent Alignment ​

Author: Guoyang Xia, Fengfa Li, Hongjin Ji, Lei Ren, Fangxiang Feng, Kun Zhan, Yan Xie
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.RO

arXiv:2607.01586v1 Announce Type: cross Abstract: Vision-language-action models (VLAs) have recently advanced robotic manipulation, yet the effects of different robot-data pre-training paradigms remain difficult to compare because existing models often differ in architecture, data, action space, and...

📖 Read original article


138. MKGR: Multimodal Knowledge-Graph Representation Learning for Cold-Start Protein-Protein Interaction Prediction ​

Author: Wenbo Zhang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.01627v1 Announce Type: cross Abstract: Accurate protein-protein interaction (PPI) prediction is central to functional genomics, disease mechanism discovery, and drug development. A difficult setting arises when candidate interactions include proteins that have no observed PPI edges during...

📖 Read original article


139. AgenticDataBench: A Comprehensive Benchmark for Data Agents ​

Author: Zhaoyan Sun, Shan Zhong, Daizhou Wen, Jiaxing Han, Guoliang Li, Ying Yan, Peng Zhang, Yu Su, Xiang Qi, Baolin Sun, Chengyuan Yang, Tao Fang, Huaiyu Ruan
Published: 7/3/2026, 4:00:00 AM
Categories: cs.DB, cs.AI, cs.CL, cs.LG

arXiv:2607.01647v1 Announce Type: cross Abstract: Data science aims to derive actionable insights from heterogeneous raw data, unlocking the value of the massive amounts of data generated in modern society. Automating this process is essential to reducing labor-intensive efforts for data scientists ...

📖 Read original article


140. Beyond Gradient-Based Attacks: Adversarial Robustness and Explainability Stability in Cybersecurity Classifiers ​

Author: Mona Rajhans, Vishal Khawarey
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CR, cs.AI, cs.LG

arXiv:2607.01679v1 Announce Type: cross Abstract: Adversarial attacks on cybersecurity classifiers pose a dual threat: degrading predictions and destabilising the SHAP-based explanations that security analysts rely on to understand and triage alerts. We extend our prior MLP conference study to Rando...

📖 Read original article


141. Model Merging as Probabilistic Inference in Fine-Tuning Parameter Space ​

Author: Long Minh Bui, Tuan Anh Le Van, Tung Phi Duc, Phi Le Nguyen, Jana Doppa, Trong Nghia Hoang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.01689v1 Announce Type: cross Abstract: Model merging aims to combine existing single-task solutions into a multi-task solution without additional data-driven fine-tuning.~Most existing approaches achieve this using geometric properties of local solution spaces. However, such geometric vie...

📖 Read original article


142. Pmeta-TLA: Backdoor Attacks for Speech Classification Models via Meta-Learning with Timbre Leakage Attack ​

Author: Yueming Huang, Wenhan Yao, Fen Xiao, Xiarun Chen, Weiping Wen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CR, cs.AI, cs.SD

arXiv:2607.01702v1 Announce Type: cross Abstract: Recently, speech classification methods have gained widespread adoption in intelligent gadgets. Current study indicates that backdoor attacks provide a substantial security concern to these models, underscoring the pressing necessity to investigate a...

📖 Read original article


143. Predicting Closed-Loop Performance of Latent World Models: Offline Checkpoint Selection for MPC and Model-Based RL Under Non-Markovian Rewards in LunarLander ​

Author: Nikolai Smolyanskiy
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.SY, eess.SY

arXiv:2607.01736v1 Announce Type: cross Abstract: We study how to predict the downstream closed-loop performance of a learned latent world model from validation-time diagnostics alone. Choosing the right checkpoint from a world-model training run is difficult: validation loss and multi-step predicti...

📖 Read original article


144. Full Bayesian Reinforcement Learning via LF-IBIS ​

Author: Stefano Masini, Cecilia Viscardi, Michela Baccini
Published: 7/3/2026, 4:00:00 AM
Categories: stat.ML, cs.AI, cs.LG

arXiv:2607.01741v1 Announce Type: cross Abstract: Reinforcement Learning (RL) is a sequential decision-making framework in which an agent learns optimal policies through interaction with an environment by maximizing cumulative rewards. Among RL methods, Bayesian Reinforcement Learning (BRL) addresse...

📖 Read original article


145. MedStreamBench: A Time-Aware Benchmark for Streaming and Proactive Medical Video Understanding ​

Author: Yuan Wang, Shujian Gao, Songtao Jiang, Zhengyu Hu, Zuozhu Liu
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.01751v1 Announce Type: cross Abstract: Existing medical video benchmarks primarily evaluate whether a model produces the correct answer, but rarely assess whether it answers at the right time. In real clinical settings, AI systems must decide not only what to predict, but also when to ans...

📖 Read original article


146. Decentralized Stochastic Subgradient-type Methods with Communication Compression for Nonsmooth Nonconvex Optimization ​

Author: Siyuan Zhang, Nachuan Xiao, Xin Liu
Published: 7/3/2026, 4:00:00 AM
Categories: math.OC, cs.AI, cs.LG

arXiv:2607.01755v1 Announce Type: cross Abstract: In this paper, we consider the nonsmooth nonconvex decentralized optimization problem, where inter-agent communication is compressed. We propose a general framework that unifies various decentralized stochastic subgradient-type methods with unbiased ...

📖 Read original article


147. ProCal: Inference-Time Proposal Calibration for Open-Vocabulary Object Detection ​

Author: Jae-Ryung Hong, Ho-Joong Kim, Seong-Whan Lee
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.01759v1 Announce Type: cross Abstract: Open-vocabulary object detection aims to localize and classify objects beyond the fixed set of categories seen dur ing training. Recent open-vocabulary object detection methods improve localization and classification for unseen categories by leveragi...

📖 Read original article


148. AI Virtue: What is "Good" Knowledge in the Age of Artificial Intelligence? ​

Author: Alan Liu
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2607.01776v1 Announce Type: cross Abstract: In the age of AI, what will be good knowledge? This article, which is accepted and forthcoming in a special issue of Modern Fiction Studies on "Cultural AI" in 2027, applies digital humanities methods to map epistemic virtues (like "true," "accurate,...

📖 Read original article


149. Scene-Conditioned PINN-GNN for Multipath RF Maps: Cross-Scene Generation and In-Scene Completion ​

Author: Lizhou Liu, Xiaohui Chen, Zihan Tang, Mengyao Ma, Wenyi Zhang
Published: 7/3/2026, 4:00:00 AM
Categories: eess.SP, cs.AI

arXiv:2607.01777v1 Announce Type: cross Abstract: Radio frequency (RF) maps provide a compact representation of multipath propagation characteristics and are fundamental to channel modeling, coverage analysis, and environment-aware wireless optimization. This paper proposes a unified RF map construc...

📖 Read original article


150. EPnG: Adaptive Expert Prune-and-Grow for Parameter-Efficient MoE Fine-tuning ​

Author: Ahin Lee, Sehyun Yun, Taesik Gong
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.01789v1 Announce Type: cross Abstract: Mixture-of-Experts (MoE) models scale efficiently but remain costly to adapt due to redundant experts and uniform parameter allocation. Existing parameter-efficient fine-tuning (PEFT) methods such as LoRA ignore MoE routing dynamics, leading to subop...

📖 Read original article


151. Lightweight Safe Reinforcement Learning for End-to-End UAV Navigation ​

Author: Shenghui Zhang, YuXuan Gao, Songwei Zhao, Jifeng Hu, Zijing Zhang, Hechang Chen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2607.01794v1 Announce Type: cross Abstract: With the rapid development of autonomous aerial systems, Unmanned Aerial Vehicles (UAVs) are increasingly deployed in applications such as inspection, environmental monitoring, and rescue, creating growing demand for reliable autonomous navigation. H...

📖 Read original article


152. Single-Channel EEG-Based Cognitive Load Assessment in Online Learning: A Hybrid Deep Learning Approach ​

Author: Rowan Hussein, Mohamed Ouf
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.01795v1 Announce Type: cross Abstract: Monitoring cognitive load during online learning could help instructors identify content that learners find difficult, but remote settings remove the visual cues that support this judgement in a classroom. We study whether a single-channel, consumer-...

📖 Read original article


153. Expander Sparse Autoencoders: Parameter-Efficient Dictionaries for Mechanistic Interpretability ​

Author: Rodrigo Mendoza-Smith
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.IT, math.IT

arXiv:2607.01799v1 Announce Type: cross Abstract: Sparse autoencoders (SAEs) decompose internal activations of neural networks into sparse linear combinations of learned features by fitting an overcomplete dictionary $\mathbf{W}\in\mathbb{R}^{m\times n}$ with $m<n$, and inferring a sparse code $\mat...

📖 Read original article


154. Decoupling Code Complexity from Newcomer Participation: A Causal Study of AI Coding Agent Adoption in OSS ​

Author: Weiwei Xu, Xuanning Cui, Hengzhi Ye, Minghui Zhou
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2607.01810v1 Announce Type: cross Abstract: Open-source projects depend on a steady inflow of newcomers. A growing concern is that AI coding agents (tools such as Cursor and Claude Code that write code from natural-language instructions) will crowd them out, by absorbing the simple tasks that ...

📖 Read original article


155. MMBench-Live: A Continuously Evolving Benchmark for Multimodal Models ​

Author: Yuanzhi Liu, Shousheng Zhao, Bo Zhou, Kongming Liang, Zhanyu Ma
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.01813v1 Announce Type: cross Abstract: Evaluation benchmarks are essential for assessing vision-language models (VLMs), but most multimodal benchmarks are static, making them vulnerable to temporal staleness, data contamination, and costly maintenance. We present MMBench-Live, a continuou...

📖 Read original article


156. Mixture-of-Parallelisms: Towards Memory-Efficient Training Stack for Mixture-of-Experts Models ​

Author: Xuan-Phi Nguyen, Shrey Pandit, Yiran Zhao, Semih Yavuz, Silvio Savarese, Shafiq Joty
Published: 7/3/2026, 4:00:00 AM
Categories: cs.DC, cs.AI

arXiv:2607.01844v1 Announce Type: cross Abstract: This paper showcases a memory-efficient training stack for Mixture-of-Experts (MoE) models. It is a training paradigm that combines and specializes various existing and novel parallelism techniques at different layers and stages of the Mixture-of-Exp...

📖 Read original article


157. Decomposer: Learning to Decompile Symbolic Music to Programs ​

Author: Yewon Kim, Apurva Gandhi, David Chung, Graham Neubig, Chris Donahue
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.SD

arXiv:2607.01849v1 Announce Type: cross Abstract: Musical performance involves executing a set of high-level musical instructions, yet recovering those instructions from the performance is a challenging inverse problem. We present Decomposer, a post-training framework for symbolic music decompilatio...

📖 Read original article


158. Evaluating Chunking Strategies for Retrieval-Augmented Generation on Academic Texts ​

Author: Valentin J. J. Kreileder, Johannes Reisinger, Andreas Fischer
Published: 7/3/2026, 4:00:00 AM
Categories: cs.IR, cs.AI, cs.CL

arXiv:2607.01852v1 Announce Type: cross Abstract: Retrieval-Augmented Generation (RAG) systems use the question-answering capabilities of Large Language Models (LLMs) to access information outside their parameters. We evaluate if cluster-based semantic chunking improves retrieval and answer quality ...

📖 Read original article


159. Has This Checkpoint Been Abliterated? A Two-Signal Audit and Its Failure Map ​

Author: Gabriel Hurtado
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2607.01854v1 Announce Type: cross Abstract: Can a platform tell, before deployment, whether an open-weight checkpoint has had its refusal mechanism stripped? Runtime guards cannot: they score generations, not the artifact. We combine two cheap internal signals, a reference-anchored activation ...

📖 Read original article


160. An Exploratory Study on LLM-Generated Code and Comments in Code Repositories ​

Author: Yongyi Ji, Jiaji Wang, Yi Zhou, Fuxiang Chen, Hongji Yang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2607.01867v1 Announce Type: cross Abstract: The use of LLMs in software development has become increasingly widespread on tasks such as code generation and summarization. Reports from large technology companies showed that around 20% to 30% of their code are generated by LLMs. However, there r...

📖 Read original article


161. SAB-LVLM: Significance-Aware Binarization for Large Vision-Language Models ​

Author: Qi Lyu, Jiahua Dong, Baichen Liu, Xudong Wang, Mingfei Han, Yulun Zhang, Fahad Shahbaz Khan, Salman Khan, Lianqing Liu, Zhi Han
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.01876v1 Announce Type: cross Abstract: Large Vision-Language Models (LVLMs) have achieved remarkable progress in multimodal understanding, yet their enormous parameter scale and cross-modal computation incur substantial memory and latency overhead, severely limiting real-world deployment ...

📖 Read original article


162. Rank-Then-Act: Reward-Free Control from Frame-Order Progress ​

Author: Yuriy Maksyuta, George Bredis, Ruslan Rakhimov, Daniil Gavrilov
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.01897v1 Announce Type: cross Abstract: We introduce Rank-Then-Act (RTA), a framework for learning control policies from expert video demonstrations without environment rewards. RTA trains a Vision-Language Model (VLM) offline as a progress-based ordinal scorer, using a Group Relative Poli...

📖 Read original article


163. SABER: A Semantic-Aligned Brain Network Analysis Framework via Multi-scale Hypergraphs ​

Author: Yidan Xu, Xiangmin Han, Rundong Xue, Huihui Ye
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.MM

arXiv:2607.01901v1 Announce Type: cross Abstract: Effective brain disease diagnosis requires the synergy of brain connectivity patterns and high-level semantic knowledge. Existing methods, however, largely treat semantics from large language models (LLMs) as auxiliary features or supervision, limiti...

📖 Read original article


164. Population-Based Multi-Objective Training of Discriminators for Semi-Supervised GANs ​

Author: Francisco Sede~no, Francisco Chicano, Jamal Toutouh
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CV

arXiv:2607.01907v1 Announce Type: cross Abstract: Semi-supervised generative adversarial networks (SSL-GANs) can exploit large unlabeled datasets while retaining a classifier in the discriminator, but their training is often unstable. This paper proposes a population-based evolutionary training stra...

📖 Read original article


165. Low-Latency Task-Oriented Image Transmission with Opportunistic Spectrum Access ​

Author: Jo~ao Henrique Inacio de Souza, Mattia Merluzzi, Mateus P. Mota, Beatriz Soret, Petar Popovski
Published: 7/3/2026, 4:00:00 AM
Categories: cs.IT, cs.AI, math.IT

arXiv:2607.01921v1 Announce Type: cross Abstract: Communication systems designed for reliable data reconstruction, rather than task-oriented communication, typically rely on separate source and channel coding and incur high latency under limited spectrum availability and fading channels. To address ...

📖 Read original article


166. TUDUM: A Turkish-Thinking Reasoning Pipeline for Qwen3.5-27B ​

Author: Baran Bingol, Bahaeddin Turkoglu
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.01927v1 Announce Type: cross Abstract: This paper presents TUDUM (T"urk\c{c}e D"u\c{s}"unen "Uretken Model), a project pipeline for adapting a Qwen-family 27B thinking model toward Turkish reasoning. The central problem is not only to answer Turkish prompts in Turkish, but to make the...

📖 Read original article


167. AIriskEval-edu: New Dataset for Risk Assessment in AI-mediated K-12 Educational Explanations ​

Author: Javier Irigoyen, Roberto Daza, Francisco Jurado, Julian Fierrez, Ruben Tolosana, Alvaro Ortigosa, Enrique Blas, Aythami Morales
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.DB

arXiv:2607.01934v1 Announce Type: cross Abstract: This work introduces AIriskEval-edu-db2, a new dataset designed to train and evaluate auditors based on LLMs for an explainable pedagogical risk assessment in instructional content for grades K-12. The dataset comprises 1,639 explanations from 170 cu...

📖 Read original article


168. CausalSteward: An Agentic Divide-Conquer-Combine Copilot for Causal Discovery ​

Author: Nicholas Tagliapietra, Gian Lorenzo Marchioni, Moritz Willig, Juergen Luettin, Lavdim Halilaj, Kristian Kersting
Published: 7/3/2026, 4:00:00 AM
Categories: cs.MA, cs.AI

arXiv:2607.01936v1 Announce Type: cross Abstract: Learning causal models from high-dimensional data is a significant challenge, particularly in real-world settings where violations of core assumptions lead to causal identifiability issues. Although massive amounts of prior knowledge are available, a...

📖 Read original article


169. PhysMani: Physics-principled 3D World Model for Dynamic Object Manipulation ​

Author: Peng Yun, Shouwang Huang, Hao Li, Jinxi Li, Jianan Wang, Bo Yang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.RO, cs.AI, cs.CL, cs.CV, cs.LG

arXiv:2607.01938v1 Announce Type: cross Abstract: Manipulating fast and dynamically moving targets in unstructured 3D environments remains challenging for embodied AI. Existing visual-language-action models and world models struggle with accurate 3D geometry and physically meaningful forecasting. We...

📖 Read original article


170. Conditional Co-Ablation: Recovering Self-Repair Backups in Transformer Circuits ​

Author: Zhiren Gong, Zihao Zeng, Chau Yuen, Wei Yang Bryan Lim
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.01940v1 Announce Type: cross Abstract: Mechanistic interpretability often relies on component-level interventions to discover how a model produces a behavior. This guides attribution, capability knockout, and model pruning downstream to operate by scoring each unit by the effect of ablati...

📖 Read original article


171. Robust for the Wrong Reasons: The Representational Geometry of LLM Robustness to Science Skepticism ​

Author: Minjong Cheon
Published: 7/3/2026, 4:00:00 AM
Categories: physics.soc-ph, cs.AI, cs.CL

arXiv:2607.01951v1 Announce Type: cross Abstract: Large language models (LLMs) are increasingly consulted on contested scientific questions, raising the concern that they will sycophantically retreat from established consensus when a user signals doubt -- drifting toward a false balance that treats ...

📖 Read original article


172. NeoMap: Training-free Novel-View Synthesis from Single Images and Videos ​

Author: Jinxi Li, Tianyi Zhang, Yafei Yang, Zihui Zhang, Peng Huang, Koon Wing Macgyver Lin, Bo Yang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.GR, cs.RO

arXiv:2607.01962v1 Announce Type: cross Abstract: We study the challenging problem of novel view video synthesis from single images or monocular videos. Existing methods, which operate under the assumption that pre-trained video models lack native novel view synthesis capability and enforce view ali...

📖 Read original article


173. Object Aligner: A Configurable JSON Schema Similarity Score for Graphs, Applied to LLM Prompt Optimization ​

Author: Jan Drchal
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG

arXiv:2607.01972v1 Announce Type: cross Abstract: Large language models (LLMs) are often asked to produce JSON conforming to a fixed schema, powering information extraction, tool calling, agentic planning, and knowledge-graph construction. Measuring how closely an output matches a gold reference is ...

📖 Read original article


174. Assessing VLM Reliability for Medical Image Quality Evaluation Under Corruption and Bias ​

Author: Sofiane Ouaari, Kevin Vorwalder, Nico Pfeifer
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.LG

arXiv:2607.01973v1 Announce Type: cross Abstract: Vision-Language Models (VLMs) are increasingly applied in medical tasks such as pathology description, report generation, and visual question answering. Medical Image Quality Assessment (MIQA) supports diagnostic accuracy and patient safety by determ...

📖 Read original article


175. A Multi-Branch Hierarchy-Aware Framework for Heterogeneous Audio Classification ​

Author: Beile Ning, Jiayi Yu, Zitong Wang, Yufei Hu, Wenjun Xu, Yuanhang Qian, Zhongxin Bai, Gongping Huang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SD, cs.AI

arXiv:2607.01974v1 Announce Type: cross Abstract: This technical report describes our system for Task 1 of the DCASE 2026 Challenge, which aims to classify heterogeneous audio recordings according to the Broad Sound Taxonomy (BST). The task requires both accurate second-level prediction and consiste...

📖 Read original article


176. MolSight: A Graph-Aware Vision-Language Model for Unified Chemical Image Understanding ​

Author: Wenda Wang, Yihan Tong, Yuwei Hu, Zhewei Wei
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, q-bio.BM

arXiv:2607.01982v1 Announce Type: cross Abstract: Using molecular large language models (LLMs) as a unified framework for understanding molecular structures and functions is emerging as a new trend in tasks such as molecular design and drug discovery. However, these models struggle to fully capture ...

📖 Read original article


177. Do Newer Lightweight CNNs Perform Better Under Resource Constraints? A Controlled Multigenerational Study of Architecture, Initialization, Training Budget, and Efficiency ​

Author: Tasnim Shahriar
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CV

arXiv:2607.01984v1 Announce Type: cross Abstract: Newer lightweight convolutional neural networks are often presented as improving predictive performance and deployment efficiency, but such claims require controlled evaluation. This study compares nine lightweight CNN model packages across CIFAR-10,...

📖 Read original article


178. Mirror Illusion Art ​

Author: Xiaopei Zhu, Zeyuan Li, Jun Zhu, Xiaolin Hu
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.02015v1 Announce Type: cross Abstract: Mirror Illusion Art is a novel reflection-conditioned 3D illusion where one object yields two target appearances (front and mirror). The task is formulated as inverse design from two target 2D images (front and mirror) to a printable 3D object with g...

📖 Read original article


179. Towards Load-Aware Prefill Deflection for Disaggregated LLM Serving ​

Author: Shrikara Arun, Anjaly Parayil, Srikant Bharadwaj, Renee St. Amant, Victor R"uhle
Published: 7/3/2026, 4:00:00 AM
Categories: cs.DC, cs.AI

arXiv:2607.02043v1 Announce Type: cross Abstract: Disaggregated LLM serving runs prefill and decode on separate GPU pools to keep the two phases from interfering. In practice, this creates a new asymmetry: under bursty, heavy-tailed workloads prefill nodes saturate while decode nodes have compute un...

📖 Read original article


180. OpenSafeIntent: Evaluating Intent-Calibrated Safe Completion Across Dual-Use Prompt Sets ​

Author: Rheeya Uppaal, Seungwoo Lyu, Selina Sung, Junjie Hu
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.02047v1 Announce Type: cross Abstract: Safe completion requires models to provide useful assistance without enabling harm, but this behavior is difficult to evaluate with isolated prompts. We introduce OpenSafeIntent, a benchmark of controlled prompt-sets that vary intent while holding th...

📖 Read original article


181. SPLIT: Cross-Lingual Empathy and Cultural Grounding in English and Ukrainian LLM Responses ​

Author: Anna Chorna
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.CY

arXiv:2607.02049v1 Announce Type: cross Abstract: Large Language Models are increasingly deployed in emotional-support contexts and crisis-related situations. Nevertheless, their cross-lingual abilities in these circumstances remain underexplored. Existing benchmarks emphasize multilingual performan...

📖 Read original article


182. Beyond the Performance Illusion: Structure-Aware Stratified Partitioning and Curriculum Distributionally Robust Optimization for Spatially Correlated Domains ​

Author: Prathamesh Patil, Arpit Jain, Aswanth Krishnan
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CV

arXiv:2607.02055v1 Announce Type: cross Abstract: Performance evaluation in AI systems commonly assumes that random dataset splits produce independent and identically distributed (i.i.d.) subsets. We show that this assumption often breaks down in spatiotemporally correlated domains such as aerial su...

📖 Read original article


183. Prompt Coverage Adequacy ​

Author: Florian Tambon, Michael Konstantinou, Cedric Richter, Charles Chenouard, Mark Harman, Mike Papadakis
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2607.02057v1 Announce Type: cross Abstract: In recent years, it has become increasingly evident that large language models (LLMs) and autonomous agents raise the level of abstraction in software development by shifting the focus from writing precise procedures to expressing intents and goals. ...

📖 Read original article


184. SA-HGNN: Sample-Adaptive Hyperbolic Graph Neural Network for EEG-Based Depression Recognition ​

Author: Yang Li, Pan Hu, Yan Zhang, Wenfan Yang, Tao Wu, Lianbo Guo
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.02063v1 Announce Type: cross Abstract: Graph Neural Networks (GNNs) have been widely used to capture spatial functional connectivity patterns to improve electroencephalography (EEG)-based depression recognition performance. However, the functional connectivity of brain networks in patient...

📖 Read original article


185. kNNGuard: Turning LLM Hidden Activations into a Training-Free Configurable Guardrail ​

Author: Mahmoud Abdelfattah, Hamid Nasiri, Peter Garraghan
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CR

arXiv:2607.02072v1 Announce Type: cross Abstract: Large language models (LLMs) are increasingly deployed in domains requiring guardrails to detect unsafe, off-topic, or adversarial prompts. Existing guardrails predominately rely on fine-tuning to build classifiers, which often suffer from low genera...

📖 Read original article


186. Evolutionary Wave Function Collapse ​

Author: Dipika Rajesh, Ahmed Khalifa, Julian Togelius
Published: 7/3/2026, 4:00:00 AM
Categories: cs.NE, cs.AI

arXiv:2607.02082v1 Announce Type: cross Abstract: Wave Function Collapse (WFC) is a widely used procedural content generation method that learns local adjacency constraints from example inputs to generate larger outputs. In this paper, we explore combining WFC with evolutionary search by evolving th...

📖 Read original article


187. ESC: Emotional Self-Correction for Reliable Vision-Language Models ​

Author: Tien-Huy Nguyen, Minh-Nhat Nguyen, Nguyen Nhat Huy, Hung Viet Nguyen, Huy Nguyen Minh Nhat, Thanh-Huy Nguyen, Cuong Tuan Nguyen, Hoang M. Le, Dat Nguyen, Phat Kim Huynh, Min Xu, Ulas Bagci
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.CL, cs.LG, cs.MM

arXiv:2607.02089v1 Announce Type: cross Abstract: Vision-language models (VLMs) have achieved strong performance across diverse multimodal tasks, yet they remain vulnerable to unreliable reasoning. Existing self-correction methods mitigate these issues but typically rely on post-training or carefull...

📖 Read original article


188. Guided Action Flow: Q-Guided Inference for Flow-Matching Vision-Language-Action Policies ​

Author: Liuhaichen Yang, Zhuang Jiang, Chenchao Sheng, Zezhi Tang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2607.02092v1 Announce Type: cross Abstract: Flow-matching vision-language-action policies generate robot action chunks through an iterative transport process, creating an opportunity for test-time guidance without retraining the base policy. We study this opportunity in Guided Action Flow, an ...

📖 Read original article


189. An Efficient vLLM-Based Inference Pipeline for Unified Audio Understanding and Generation ​

Author: Haoran Wang, Jinchuan Tian, Siddhant Arora, Shinji Watanabe
Published: 7/3/2026, 4:00:00 AM
Categories: eess.AS, cs.AI

arXiv:2607.02119v1 Announce Type: cross Abstract: While Large Multimodal Models excel in comprehension, high-throughput inference engines lack native support for multimodal generation. This is severe in Speech Language Models, where generating multi-layered audio tokens via decoupled AR+NAR or synch...

📖 Read original article


190. Behind the Refusal: Determining Guardrail Activation via Behavioral Monitoring ​

Author: William Hackett, Peter Garraghan
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2607.02121v1 Announce Type: cross Abstract: As Large Language Models (LLMs) and agentic systems become integrated into real-world applications, ensuring their safety and security is critical. Guardrail systems that detect and block malicious instructions sent to and from an LLM are an essentia...

📖 Read original article


191. ART for Diffusion Sampling: Continuous-Time Control and Actor-Critic Learning ​

Author: Yilie Huang, Wenpin Tang, Xun Yu Zhou
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.SY, eess.SY, math.OC

arXiv:2607.02137v1 Announce Type: cross Abstract: We study timestep allocation for score-based diffusion sampling, where a learned reverse-time dynamics is discretized on a finite grid. Uniform and hand-crafted schedules are standard choices, but they rely on fixed prescriptions and can therefore be...

📖 Read original article


192. Predicting Early Stages Of Alzheimer's Disease And Identifying Key Biomarkers Using Deep Artificial Neural Network And Ensemble Of Machine Learning Methodologies ​

Author: Debopriya Ghosh
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CV, cs.NE, eess.IV

arXiv:2607.02142v1 Announce Type: cross Abstract: Alzheimers disease (AD) is a brain disorder that develops slowly and mainly affects memory, thinking, language, and daily activities. It is one of the most common causes of dementia and creates many difficulties for patients as well as their families...

📖 Read original article


193. Dynamic Neural Graph Encoding of Inference Processes in Deep Weight Space ​

Author: Di Wu, Huan Liu, Zhixiang Chi, Yuanhao Yu, Konstantinos N. Plataniotis, Yang Wang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.02166v1 Announce Type: cross Abstract: The rapid advancements in using neural networks as implicit data representations have attracted significant interest in developing machine learning methods that analyze and process the weight spaces of other neural networks. However, efficiently hand...

📖 Read original article


194. RadiomicNet: A Hybrid Radiomics-Guided Lightweight Architecture for Interpretable Medical Image Segmentation ​

Author: Mohammad Amanour Rahman
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.02185v1 Announce Type: cross Abstract: Deep learning has achieved remarkable performance in medical image segmentation, yet it suffers from critical limitations: mathematical intractability, substantial parameter requirements, and lack of clinical interpretability. We propose RadiomicNet,...

📖 Read original article


195. Overview of Risk Assessment and Management for Intelligent Systems under the AI Act and Beyond ​

Author: Javier Irigoyen, Roberto Daza, Aythami Morales, Julian Fierrez, Ruben Tolosana, Ruben Vera-Rodriguez, Francisco Jurado, Alvaro Ortigosa
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CY, cs.AI, cs.CR

arXiv:2607.02197v1 Announce Type: cross Abstract: The society and emerging risk-based regulatory frameworks for AI underscore the need for rigorous risk assessment to ensure safe and reliable AI systems. In response to this imperative, this paper presents an overview of AI risk assessment (identific...

📖 Read original article


196. What Types of Human-AI Teams Exist? ​

Author: Nathan Hughes, Ibrahim Habli
Published: 7/3/2026, 4:00:00 AM
Categories: cs.HC, cs.AI

arXiv:2607.02198v1 Announce Type: cross Abstract: Human-AI teaming has received increasing attention in the literature. However, the range of studies conducted in multiple domains make it difficult to understand what types of teams are being studied, and in what ways are they similar/different from ...

📖 Read original article


197. The Eticas AI Risk Taxonomy: Open Infrastructure for Operationalizing AI Audits ​

Author: Gemma Galdon Clavell, Pablo Accuosto, Usman Gohar
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2607.02201v1 Announce Type: cross Abstract: The rapid deployment of AI systems across high-stakes domains has created urgent demand for standardized evaluation, yet the field remains fragmented across competing risk taxonomies that catalog risks without showing how an audit is executed. At lea...

📖 Read original article


198. CoFL-S: Spatially Queryable Sector Flow Fields for Local Language-Conditioned Navigation ​

Author: Haokun Liu, Zhaoqi Ma, Yicheng Chen, Wentao Zhang, Masaki Kitagawa, Zicen Xiong, Jinjie Li, Moju Zhao
Published: 7/3/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2607.02222v1 Announce Type: cross Abstract: Vision-Language Navigation has increasingly emphasized high-level instruction reasoning, memory, global map construction, and instruction decomposition, while the low-level action representation remains comparatively underexplored. We propose CoFL-S,...

📖 Read original article


199. Efficient Waste Sorting for Circular Economy: A Confidence-guided comparison between One-Vs-All and One-Vs-Rest Classification Strategies with Human-in-the-Loop for Automated Waste Sorting ​

Author: Mohammed Fahad Ali, Dominique Briechle, Marit Briechle-Mathiszig, Tobias Geger, Andreas Rausch
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.02230v1 Announce Type: cross Abstract: The complexity of waste disposal regulations across European countries poses significant challenges for the residents and hinders the transition to a Circular Economy. In Germany, the proper sorting and disposal of household waste remains challenging...

📖 Read original article


200. Challenges and Recommendations for LLMs-as-a-Judge in Multilingual Settings and Low-Resource Languages ​

Author: A. Seza Do\u{g}ru"oz, Xixian Liao, Verena Blaschke, Jakob Prange, Senyu Li, David Ifeoluwa Adelani
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.02235v1 Announce Type: cross Abstract: LLM-as-a-Judge has become the dominant evaluation paradigm for many natural language generation tasks, due to shortcomings of conventional metrics and high correlations with human judgment, albeit mostly in English. There are now attempts to extend L...

📖 Read original article


201. HERMES: A Multi-Granularity Labeling Substrate for Pre-training Data Mixtures ​

Author: Ziyun Qiao, Yue Min, Ruining Chen, Yujun Li
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CL

arXiv:2607.02266v1 Announce Type: cross Abstract: Most data-mixing methods assume the corpus has already been partitioned into groups, and the choice of those groups determines what a mixer can express. Existing labels, including provenance, topic or format taxonomies, and flat embedding clusters, c...

📖 Read original article


202. AnyGroundBench: A Specialized-Domain Benchmark for Video Grounding in Vision-Language Models ​

Author: Rintaro Otsubo, Ryo Fujii, Reina Ishikawa, Taiki Kanaya, Kanta Sawafuji, Hiroki Kajita, Shigeki Sakai, Hideo Saito, Ryo Hachiuma
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.02269v1 Announce Type: cross Abstract: Vision-Language Models (VLMs) have demonstrated immense promise in Spatio-Temporal Video Grounding (STVG). However, current evaluation protocols are largely confined to zero-shot assessments on general, daily-life benchmarks. This creates a critical ...

📖 Read original article


203. Generalization in offline RL: The structure is more important than the amount of pessimism ​

Author: Max Weltevrede, Matthijs T. J. Spaan, Wendelin B"ohmer
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.02288v1 Announce Type: cross Abstract: While pessimism counteracts overestimation bias in offline reinforcement learning (RL), being overly conservative has been associated with hindering certain forms of generalization. However, in this paper we demonstrate that being overly pessimistic ...

📖 Read original article


204. SelectTSL: Prompt-Guided Selective Target Sound Localization in Complex Scenarios ​

Author: Ziyang Jiang, Yu Chen, Zexu Pan, Xinyuan Qian, Bowen Xing, Ivor W. Tsang, Xu-Cheng Yin, Haizhou Li
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SD, cs.AI

arXiv:2607.02343v1 Announce Type: cross Abstract: Humans can selectively attend to a target sound and estimate its direction in complex scenarios, whereas such selective localization remains challenging for current deep learning-based systems. Sound source localization (SSL) has achieved remarkable ...

📖 Read original article


205. Self-Gating Attention for Efficient Time Series Forecasting ​

Author: Dezheng Wang, Tong Chen, Wei Yuan, Congyan Chen, Shihua Li, Hongzhi Yin
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.02344v1 Announce Type: cross Abstract: Transformer architectures have shown strong potential in time series forecasting, where multi-head self-attention is widely used to capture temporal dependencies across historical timestamps. However, standard self-attention has quadratic time and me...

📖 Read original article


206. SkillFuzz: Fuzzing Skill Composition for Implicit Intents Discovery in Open Skill Marketplaces ​

Author: Jinwei Hu, Yi Dong, Youcheng Sun, Xiaowei Huang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SE, cs.AI, cs.CL

arXiv:2607.02345v1 Announce Type: cross Abstract: Large Language Model (LLM)-based agents increasingly automate software engineering tasks through reusable skills, natural-language instruction documents that guide planning and execution. Open skill marketplaces enable users to assemble agents by co-...

📖 Read original article


207. GAP-GDRNet: Geometry-Aware Monocular Visual Pose Sensing on a Single-Target Synthetic Spacecraft Dataset ​

Author: Yonglong Zhang, Yang Liu
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.02360v1 Announce Type: cross Abstract: Monocular relative pose sensing is a central perception problem in non-cooperative rendezvous and on-orbit servicing. In spacecraft images, however, weak surface texture, thin appendages, illumination changes, and partial occlusion often leave only s...

📖 Read original article


208. Stable Self-Modulating Quantum Fast-Weight Programmers with Bounded Memory Gates ​

Author: Kuo-Chung Peng, Jiun-Cheng Jiang, Chun-Hua Lin, Yifeng Peng, Junghoon Justin Park, Huan-Hsin Tseng, Hsin-Yi Lin, Kuan-Cheng Chen, Chen-Yu Liu, Shinjae Yoo, Samuel Yen-Chi Chen
Published: 7/3/2026, 4:00:00 AM
Categories: quant-ph, cs.AI, cs.ET, cs.LG, cs.NE

arXiv:2607.02363v1 Announce Type: cross Abstract: Quantum Fast-Weight Programmers (QFWPs) store temporal information in dynamically programmed variational-circuit parameters rather than in nonlinear recurrent hidden states, offering a practical route to quantum sequence modeling. Self-Modulating QFW...

📖 Read original article


209. The Dual Nature of LLM Persona: Aggregated Tendencies and Frame-Dependent Geometry ​

Author: Yuan Yuan
Published: 7/3/2026, 4:00:00 AM
Categories: stat.ML, cs.AI, cs.LG, math.DG

arXiv:2607.02368v1 Announce Type: cross Abstract: Evaluations of LLM personas via psychometric questionnaires typically rely on aggregate scores, discarding within-instance correlation structure. We test whether this geometric structure is intrinsic or frame-dependent. Constructing within-instance c...

📖 Read original article


210. World Wide Models: Literary Tools for Cultural AI ​

Author: Nina Begus
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.02369v1 Announce Type: cross Abstract: LLMs stage a new form of cultural encounter that is massive, automated, and monolingual. Literary disciplines have always negotiated cultural struggles with comparative reading of literature, narratological and poetic analysis, critical theory, world...

📖 Read original article


211. Understanding Agent-Based Patching of Compiler Missed Optimizations ​

Author: Batu Guan, Zirui Wang, Shaohua Li
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2607.02370v1 Announce Type: cross Abstract: Compiler missed optimizations refer to cases in which compilers failed to optimize certain code. It takes many compiler developers' efforts to implement or patch such missed optimizations. In this paper, we present a systematic study of how well agen...

📖 Read original article


212. VisionAId: An Offline-First Multimodal Android Assistant for People with Visual Impairment, Featuring Personalized Object Retrieval ​

Author: Cristian-Gabriel Florea, Stelian Sp^inu
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.02371v1 Announce Type: cross Abstract: Over 285 million people worldwide live with a visual impairment, for whom everyday tasks such as avoiding obstacles, locating personal belongings, recognizing familiar faces, or handling cash remain persistent obstacles to personal autonomy. Existing...

📖 Read original article


213. ACID: Action Consistency via Inverse Dynamics for Planning with World Models ​

Author: Gawon Seo, Dongwon Kim, Suha Kwak
Published: 7/3/2026, 4:00:00 AM
Categories: cs.RO, cs.AI, cs.CV

arXiv:2607.02403v1 Announce Type: cross Abstract: Decision-time planning with action-conditioned world models has become a popular paradigm for embodied control. However, the standard planning cost judges a candidate solely by how close its predicted terminal state lies to the goal, leaving the real...

📖 Read original article


214. Neuron-Aware Active Few-Shot Learning for LLMs ​

Author: Zhuowei Chen, Liwei Chen, Christian Schunn, Raquel Coelho, Xiang Lorraine Li
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.02423v1 Announce Type: cross Abstract: Active Few-Shot Learning (AFSL) adapts LLMs to specialized domains by identifying the most valuable unlabeled samples for annotation and use as few-shot demonstrations, effectively reducing human annotation costs while promoting high performance. How...

📖 Read original article


215. QFedAgent: Quantum-Enhanced Personalized Federated Learning for Multi-Agent Activity Recognition ​

Author: Quoc Bao Phan, Tuy Tan Nguyen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.02426v1 Announce Type: cross Abstract: Federated learning (FL) enables collaborative model training across distributed devices without sharing raw data, making it suitable for privacy-sensitive robotic sensing applications. However, multi-agent systems generate heterogeneous and non-indep...

📖 Read original article


216. WorldSample: Closed-loop Real-robot RL with World Modelling ​

Author: Yuquan Xue, Le Xu, Zeyi Liu, Zhenyu Wu, Zhengyi Gu, Xinyang Song, Bofang Jia, Ziwei Wang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2607.02431v1 Announce Type: cross Abstract: Reinforcement learning (RL) can overcome the demonstration-coverage limitation of imitation learning (IL) by allowing robots to improve through trial-and-error interaction beyond the states observed in demonstrations. However, deploying RL on real ro...

📖 Read original article


217. Reasoning effort, not tool access, buys first-try reliability in agentic code generation: an observational study ​

Author: Achint Mehta
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2607.02436v1 Announce Type: cross Abstract: Agentic coding assistants are increasingly given extra capabilities, such as browser based testing tools and design oriented system prompts, on the assumption that more capability yields better software. This study tested that assumption directly. Ni...

📖 Read original article


218. Neuron-Aware Data Selection for Annotation-Free LLM Self-Distillation ​

Author: Zhuowei Chen, Xiang Lorraine Li
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.02460v1 Announce Type: cross Abstract: Post-training large language models (LLMs) without real-world interaction feedback or human-labeled supervision remains challenging, particularly in specialized domains where expert annotations are costly to obtain. Recent annotation-free self-evolut...

📖 Read original article


219. OrbitQuant: Data-Agnostic Quantization for Image and Video Diffusion Transformers ​

Author: Donghyun Lee, Jitesh Chavan, Duy Nguyen, Sam Huang, Liming Jiang, Priyadarshini Panda, Timo Mertens, Saurabh Shukla
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.LG

arXiv:2607.02461v1 Announce Type: cross Abstract: Diffusion transformers (DiTs) achieve state-of-the-art image and video generation, but their multi-step sampling and growing parameter count make inference expensive. Post-training quantization (PTQ) is the natural remedy, yet DiT activations shift a...

📖 Read original article


220. Learning to Move Before Learning to Do: Task-Agnostic pretraining for VLAs ​

Author: Junhao Shi, Siyin Wang, Xiaopeng Yu, Li Ji, Jingjing Gong, Xipeng Qiu
Published: 7/3/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2607.02466v1 Announce Type: cross Abstract: Vision-Language-Action (VLA) models are fundamentally bottlenecked by the scarcity of expert demonstrations -- triplets of observations, instructions, and actions that are costly to collect at scale. We argue that this bottleneck stems from conflatin...

📖 Read original article


221. Human Capital, Not Model Benchmarks, Predicts Hybrid Intelligence in Forecasting ​

Author: Vivienne Ming
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2607.02467v1 Announce Type: cross Abstract: Whether pairing people with AI helps or hurts is usually reported as a single average effect. Using a real-money prediction market (Polymarket) as an objective, externally resolved benchmark, this pilot shows that the value of human-AI collaboration ...

📖 Read original article


222. TestEvo-Bench: An Executable and Live Benchmark for Test and Code Co-Evolution ​

Author: Jiale Amber Wang, Kaiyuan Wang, Pengyu Nie
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SE, cs.AI, cs.CL

arXiv:2607.02469v1 Announce Type: cross Abstract: Software tests and code evolve together: a code change should be followed by new or updated tests that record the new software behavior. Yet existing test generation and update benchmarks often isolate the test from the code change, and rely on stati...

📖 Read original article


223. Combating Textual Noise and Redundancy: Entropy-Aware Dense Visual Token Pruning ​

Author: Xuehui Wang, Xuankun Yang, Wei Shen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.02484v1 Announce Type: cross Abstract: Visual token pruning is a crucial strategy for accelerating VLMs by compressing redundant image patches, yet existing methods often fail to preserve critical cues under dense instructions and fine-grained queries. In this paper, we investigate this f...

📖 Read original article


224. Beyond Adam: SOAP and Muon for Faster, Label-Efficient Training of Machine Learning Interatomic Potentials ​

Author: Gil Harari, Yoel Zimmermann, Ola Tangen Kulseng, Laura Zichi, Chuin Wei Tan, Marc L. Descoteaux, Boris Kozinsky
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, physics.chem-ph, physics.comp-ph

arXiv:2607.02499v1 Announce Type: cross Abstract: Machine learning interatomic potentials (MLIPs) have become a hallmark of AI for scientific simulation. While efforts on new architectures and datasets have led to increasingly accurate and general models, the choice of optimizer for training has lar...

📖 Read original article


225. DemoPSD: Disagreement-Modulated Policy Self-Distillation ​

Author: Yunhe Li, Hao Shi, Wenhao Liu, Mengzhe Ruan, Hanxu Hou, Zhongxiang Dai, Shuang Qiu, Linqi Song
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.02502v1 Announce Type: cross Abstract: On-policy self-distillation (OPSD) has emerged as a practical method for training large language models (LLMs) to reason, where a single model acts as both the teacher and the student with different levels of information access. However, recent studi...

📖 Read original article


226. Reasoning LLM Improves Speaker Recognition in Long-form TV Dramas ​

Author: Yuxuan Li, Lingxi Xie, Xinyue Huo, Jihao Qiu, Jiacheng Shao, Pengfei Chen, Jiannan Ge, Kaiwen Duan, Qi Tian
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.CV

arXiv:2607.02504v1 Announce Type: cross Abstract: Long-form TV dramas present a formidable challenge for comprehensive video understanding, where deciphering complex storyline often relies on \textbf{speaker recognition}, the task of accurately attributing each spoken utterance to its respective cha...

📖 Read original article


227. Program-as-Weights: A Programming Paradigm for Fuzzy Functions ​

Author: Wentao Zhang, Liliana Hotsko, Woojeong Kim, Pengyu Nie, Stuart Shieber, Yuntian Deng
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CL

arXiv:2607.02512v1 Announce Type: cross Abstract: Many everyday programming tasks resist clean rule-based implementation, such as alerting on important log lines, repairing malformed JSON, or ranking search results by intent, and are increasingly outsourced to large language model APIs at the cost o...

📖 Read original article


228. LACUNA: A Testbed for Evaluating Localization Precision for LLM Unlearning ​

Author: Matteo Boglioni, Thibault Rousset, Siva Reddy, Marius Mosbach, Verna Dankers
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG

arXiv:2607.02513v1 Announce Type: cross Abstract: LLMs memorize sensitive training data, including personally identifiable information (PII), creating a pressing need for reliable post hoc removal methods. Unlearning has emerged as a promising solution, with state-of-the-art(SOTA) methods often foll...

📖 Read original article


229. Interpreting Global Perturbation Robustness of Image Models using Axiomatic Spectral Importance Decomposition ​

Author: R'ois'in Luo, James McDermott, Colm O'Riordan
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CV

arXiv:2408.01139v4 Announce Type: replace Abstract: Perturbation robustness evaluates the vulnerabilities of models, arising from a variety of perturbations, such as data corruptions and adversarial attacks. Understanding the mechanisms of perturbation robustness is critical for global interpretabil...

📖 Read original article


230. Causal Explanations for Image Classifiers ​

Author: Hana Chockler, David A. Kelly, Daniel Kroening, Youcheng Sun
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2411.08875v4 Announce Type: replace Abstract: Existing algorithms for explaining the output of image classifiers use different definitions of explanations and a variety of techniques to find them. However, none of the existing tools use a principled approach based on formal definitions of caus...

📖 Read original article


231. MAGIK: Mapping to Analogous Goals via Imagination-enabled Knowledge Transfer ​

Author: Ajsal Shereef Palattuparambil, Thommen George Karimpanal, Santu Rana
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2506.01623v4 Announce Type: replace Abstract: Humans excel at analogical reasoning - applying knowledge from one task to a related one with minimal relearning. In contrast, reinforcement learning (RL) agents typically require extensive retraining even when new tasks share structural similariti...

📖 Read original article


232. ADMC: Attention-based Diffusion Model for Missing Modalities Feature Completion ​

Author: Yuhan Li, Wei Zhang, Juan Chen, Jiangjia Yan, Peng Xiangli, Liangze Yin
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2507.05624v2 Announce Type: replace Abstract: Multimodal emotion and intent recognition is essential for automated human-computer interaction, It aims to analyze users' speech, text, and visual information to predict their emotions or intent. One of the significant challenges is that missing m...

📖 Read original article


233. Psychological Imagination Networks Show Cross-Population Centrality and Clustering Alignment in Humans That Large Language Models Fail to Replicate ​

Author: Saurabh Ranjan, Brian Odegaard
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.SI, q-bio.NC

arXiv:2510.04391v5 Announce Type: replace Abstract: Mental imagery vividness is a stable individual trait, yet whether imagined scenarios share relational structure across human and synthetic large language model (LLM) populations remains unknown. We applied psychological network analysis to vividne...

📖 Read original article


234. Aria: An Agent For Retrieval and Iterative Auto-Formalization via Dependency Graph ​

Author: Hanyu Wang, Ruohan Xie, Yutong Wang, Guoxiong Gao, Xintao Yu, Bin Dong
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2510.04520v2 Announce Type: replace Abstract: Accurate auto-formalization of theorem statements is essential for advancing automated discovery and verification of research-level mathematics, yet remains a major bottleneck for LLMs due to hallucinations, semantic mismatches, and their inability...

📖 Read original article


235. BuilderBench: The Building Blocks of Intelligent Agents ​

Author: Raj Ghugare, Roger Creus Castanyer, Catherine Ji, Kathryn Wantlin, Jin Schofield, Karthik Narasimhan, Benjamin Eysenbach
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2510.06288v4 Announce Type: replace Abstract: Today's AI models learn primarily through mimicry and refining, so it is not surprising that they struggle to solve problems beyond the limits set by existing data. To solve novel problems, agents should acquire skills by exploring and learning thr...

📖 Read original article


236. Ophiuchus: Incentivizing Tool-augmented "Think with Images" for Joint Medical Segmentation, Understanding and Reasoning ​

Author: Yankai Jiang, Yujie Zhang, Peng Zhang, Wenjie Li, Yichen Li, Jintai Chen, Xiaoming Shi, Shihui Zhen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CV

arXiv:2512.14157v2 Announce Type: replace Abstract: Recent medical MLLMs have made significant progress in generating step-by-step textual reasoning chains. However, they still struggle with complex clinical tasks that necessitate dynamic and iterative focusing on fine-grained visual regions. To clo...

📖 Read original article


237. HAL: Inducing Human-likeness in LLMs with Alignment ​

Author: Masum Hasan, Junjie Zhao, Ehsan Hoque
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.LG

arXiv:2601.02813v3 Announce Type: replace Abstract: Aligning language models to qualitative behavioral traits, such as human-likeness, remains difficult because they are hard to define, measure, and optimize. As a result, improvements in human-like behavior are largely driven by scale or broad super...

📖 Read original article


238. A General Neural Backbone for Mixed-Integer Linear Optimization via Dual Attention ​

Author: Peixin Huang, Yaoxin Wu, Yining Ma, Cathy Wu, Wei Zhang, Wen Song
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2601.04509v2 Announce Type: replace Abstract: Mixed-integer linear programming (MILP) is a foundational framework for combinatorial optimization across science and engineering, but remains hard to solve at scale due to NP-hardness. Recent learning-based methods typically model MILP instances a...

📖 Read original article


239. Memora: A Harmonic Memory Representation Balancing Abstraction and Specificity ​

Author: Menglin Xia, Xuchao Zhang, Shantanu Dixit, Paramaguru Harimurugan, Rujia Wang, Victor Ruhle, Robert Sim, Chetan Bansal, Saravan Rajmohan
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2602.03315v2 Announce Type: replace Abstract: Agent memory systems must accommodate continuously growing information while supporting efficient, context-aware retrieval for downstream tasks. Abstraction is essential for scaling agent memory, yet it often comes at the cost of specificity, obscu...

📖 Read original article


240. BRIDGE: Predicting Human Task Completion Time From Model Performance ​

Author: Fengyuan Liu, Jay Gala, Nilaksh, Dzmitry Bahdanau, Siva Reddy, Hugo Larochelle
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.LG

arXiv:2602.07267v2 Announce Type: replace Abstract: Evaluating the real-world capabilities of AI systems requires grounding benchmark performance in human-interpretable measures of task difficulty. Existing approaches that rely on direct human task completion time annotations are costly, noisy, and ...

📖 Read original article


241. PreScience: A Dataset and Benchmark for Scientific Forecasting ​

Author: Anirudh Ajith, Amanpreet Singh, Jay DeYoung, Nadav Kunievsky, Austin C. Kozlowski, Oyvind Tafjord, James Evans, Daniel S. Weld, Tom Hope, Doug Downey
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL

arXiv:2602.20459v2 Announce Type: replace Abstract: Can AI systems trained on the existing scientific record forecast the advances that will follow? We introduce PreScience, a dataset and benchmark for scientific forecasting built around 98K recent AI research papers, together with companion papers ...

📖 Read original article


242. OmniGAIA: Towards Native Omni-Modal AI Agents ​

Author: Xiaoxi Li, Wenxiang Jiao, Jiarui Jin, Haoxuan Li, Hao Wang, Shijian Wang, Guanting Dong, Jiajie Jin, Yinuo Wang, Yuan Lu, Ji-Rong Wen, Zhicheng Dou, Zhouchen Lin
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.CV, cs.LG, cs.MM

arXiv:2602.22897v3 Announce Type: replace Abstract: Human intelligence naturally intertwines omni-modal perception -- spanning vision, audio, and language -- with complex reasoning and tool usage to interact with the world. However, current multi-modal LLMs are primarily confined to bi-modal interac...

📖 Read original article


243. Learning-based Multi-agent Race Strategies in Formula 1 ​

Author: Giona Fieni, Joschua W"uthrich, Marc-Philippe Neumann, Christopher H. Onder
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.SY, eess.SY

arXiv:2602.23056v2 Announce Type: replace Abstract: In Formula 1, race strategies are adapted according to evolving race conditions and competitors' actions. This paper proposes a reinforcement learning approach for multi-agent race strategy optimization. Agents learn to balance energy management, t...

📖 Read original article


244. Conformal Policy Control ​

Author: Drew Prinster, Clara Fannjiang, Ji Won Park, Kyunghyun Cho, Anqi Liu, Suchi Saria, Samuel Stanton
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.LG, math.ST, stat.ML, stat.TH

arXiv:2603.02196v3 Announce Type: replace Abstract: An agent must try new behaviors to explore and improve. In high-stakes environments, an agent that violates safety constraints may cause harm and must be taken offline, curtailing any future interaction. Imitating old behavior is safe, but excessiv...

📖 Read original article


245. A Dual-Helix Governance Approach Towards Reliable Agentic Artificial Intelligence for WebGIS Development ​

Author: Boyuan Guan, Wencong Cui, Levente Juhasz
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.SE

arXiv:2603.04390v2 Announce Type: replace Abstract: WebGIS development requires consistency, yet agentic AI often fails due to LLM context constraints, forgetting, stochasticity, instruction failure, and adaptation rigidity. We propose a dual-helix governance framework reframing these as structural ...

📖 Read original article


246. Formal Semantics for Agentic Tool Protocols: A Process Calculus Approach ​

Author: Andreas Schlapbach
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.MA

arXiv:2603.24747v3 Announce Type: replace Abstract: The emergence of large language model agents capable of invoking external tools has created urgent need for formal verification of agent protocols. Two paradigms dominate this space: Schema-Guided Dialogue (SGD), a research framework for zero-shot ...

📖 Read original article


247. Working Paper: Towards a Category-theoretic Comparative Framework for Artificial General Intelligence ​

Author: Pablo de los Riscos, Fernando J. Corbacho, Michael A. Arbib
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2603.28906v4 Announce Type: replace Abstract: AGI has become the Holly Grail of AI with the promise of level intelligence and the major Tech companies around the world are investing unprecedented amounts of resources in its pursuit. Yet, there does not exist a single formal definition and only...

📖 Read original article


248. Activation Steering for Aligned Open-ended Generation without Sacrificing Coherence ​

Author: Niklas Herbster, Martin Zborowski, Alberto Tosato, Gauthier Gidel, Tommaso Tosato
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2604.08169v2 Announce Type: replace Abstract: Alignment in LLMs is more brittle than commonly assumed: misalignment can be induced by adversarial prompts, benign fine-tuning, emergent misalignment, and goal misgeneralization. Recent evidence suggests that some misalignment behaviors are encode...

📖 Read original article


249. From Actions to Understanding: Conformal Interpretability of Temporal Concepts in LLM Agents ​

Author: Trilok Padhi, Ramneet Kaur, Krishiv Agarwal, Adam D. Cobb, Daniel Elenius, Manoj Acharya, Colin Samplawski, Alexander M. Berenbeim, Nathaniel D. Bastian, Susmit Jha, Ugur Kursuncu, Anirban Roy
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.ET, cs.MA, cs.RO

arXiv:2604.19775v2 Announce Type: replace Abstract: Large Language Models (LLMs) are increasingly deployed as autonomous agents capable of reasoning, planning, and acting within interactive environments. Despite their growing capability to perform multi-step reasoning and decision-making tasks, inte...

📖 Read original article


250. Stabilising Generative Models of Attitude Change ​

Author: Jayd Matyas, William A. Cunningham, Alexander Sasha Vezhnevets, Dean Mobbs, Edgar A. Du'e~nez-Guzm'an, Joel Z. Leibo
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2604.19791v3 Announce Type: replace Abstract: Attitude change - the process by which individuals revise their evaluative stances - has been explained by a set of influential but competing verbal theories. These accounts often function as mechanism sketches: rich in conceptual detail, yet lacki...

📖 Read original article


251. Physically Native World Models: A Hamiltonian Perspective on Generative World Modeling ​

Author: Sen Cui, Jingheng Ma
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.RO

arXiv:2605.00412v3 Announce Type: replace Abstract: World models have recently re-emerged as a central paradigm for embodied intelligence, robotics, autonomous driving, and model-based reinforcement learning. However, current world model research is often dominated by three partially separated route...

📖 Read original article


252. LGMT: Logic-Grounded Metamorphic Testing for Evaluating the Reasoning Reliability of LLMs ​

Author: Zenghui Zhou, Man Li, Xiaoke Fang, Xinyi Zhou, Weibin Lin, Zheng Zheng
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.LG, cs.SE

arXiv:2605.23965v3 Announce Type: replace Abstract: Large Language Models (LLMs) achieve strong performance on logical reasoning benchmarks, yet their reliability remains uncertain. Existing evaluations rely on static benchmarks, which fail to assess robustness under logically equivalent transformat...

📖 Read original article


253. A Unified Framework for the Evaluation of LLM Agentic Capabilities ​

Author: Pengyu Zhu, Lijun Li, Yaxing Lyu, Qianxin Luo, Jingyi Yang, Yi Liu, Tingfeng Hui, Xinyu Yuan, Li Sun, Sen Su, Jing Shao
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2605.27898v2 Announce Type: replace Abstract: As LLMs are increasingly deployed as agents, reliable assessment of their agentic capabilities has become essential. However, reported benchmark scores often jointly reflect model capability and the implementation choices each benchmark is packaged...

📖 Read original article


254. SkillDAG: Self-Evolving Typed Skill Graphs for LLM Skill Selection at Scale ​

Author: Tong Bai, Zhenglin Wan, Pengfei Zhou, Xingrui Yu, Yang You, Ivor W. Tsang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2606.03056v2 Announce Type: replace Abstract: As LLM agents adopt large skill libraries, selecting the right subset becomes a structural problem rather than a similarity-matching one: skills depend on, conflict with, specialize, or duplicate one another, a structure invisible to both full enum...

📖 Read original article


255. The Reliability Gap in Benchmark Auditing: Distribution Shift and Scale as Failure Modes of Contamination Detection ​

Author: Wojciech Zarzecki, Jan Dubi'nski, Sebastian Cygert
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2606.03305v2 Announce Type: replace Abstract: Benchmark contamination, where evaluation examples appear in a model's training data, threatens the validity of LLM assessment. Statistical tools for detecting training-data membership exist, but have been validated almost exclusively in controlled...

📖 Read original article


256. The Token Not Taken: Sampling, State, and the Stochasticity of AI Agents ​

Author: Muhammad Zia Hydari, Raja Iqbal
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CY, econ.GN, q-fin.EC

arXiv:2606.08998v3 Announce Type: replace Abstract: Agentic AI systems can behave differently across runs: the same request may produce a different plan, a different tool call, a different code edit, or a different final answer. Such variability arises from several layers that are often conflated. A...

📖 Read original article


257. When Sample Selection Bias Precipitates Model Collapse ​

Author: Xinbao Qiao, Xianglong Du, Wei Liu, Jingqi Zhang, Peihua Mai, Meng Zhang, Yan Pang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2606.13732v2 Announce Type: replace Abstract: The proliferation of recursive training on synthetic data can alleviate data scarcity but risks model collapse, where repeated training erodes distributional tails and homogenizes outputs. Data selection is widely viewed as a remedy, yet its reliab...

📖 Read original article


258. HarnessX: A Composable, Adaptive, and Evolvable Agent Harness Foundry ​

Author: Tingyang Chen, Shuo Lu, Kang Zhao, Weicheng Meng, Hanlin Teng, Tianhao Li, Chao Li, Xule Liu, Jian Liang, Zhizhong Zhang, Yuan Xie, Heng Qu, Kun Shao, Jian Luan
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2606.14249v2 Announce Type: replace Abstract: AI agent performance depends critically on the runtime harness, comprising the prompts, tools, memory, and control flow that mediate how a model observes, reasons, and acts. Yet today's harnesses remain largely hand-crafted and static: each new mod...

📖 Read original article


259. Power Systems Agent Benchmark: Executable Evaluation of AI Agents in Electric Power Engineering ​

Author: Sergei Trashchenkov
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.SY, eess.SY

arXiv:2606.20950v2 Announce Type: replace Abstract: Executable evaluation -- checking the consequences of an agent's actions with a program rather than grading its prose -- has become a prominent way to assess tool-using AI agents in software settings. Electric power engineering has not yet had an a...

📖 Read original article


260. GroundEval: A Deterministic Replacement for LLM-as-Judge in Stateful Agent Evaluation ​

Author: Jeffrey Flynt
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.SE

arXiv:2606.22737v2 Announce Type: replace Abstract: Before letting an agent operate over real context, can you prove it used the right evidence? GroundEval turns that question into a deterministic test of what the agent searched, fetched, cited, and was permitted to access. In one case study, two fr...

📖 Read original article


261. Grounded Iterative Language Planning: How Parameterized World Models Reduce Hallucination Propagation in LLM Agents ​

Author: Xinyuan Song, Zekun Cai
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2606.27806v2 Announce Type: replace Abstract: World models for language agents come in two useful forms. An agent-based world model calls an LLM API and reasons flexibly in language, but its errors appear as hallucinated state changes that are hard to score with ordinary regression losses. A p...

📖 Read original article


262. Search for Truth from Reasoning: A Dynamic Representation Editing Framework for Steering LLM Trajectories ​

Author: Tianlong Wang, Yuhang Wang, Weibin Liao, Xin Gao, Xinyu Ma, Yang Lin, Yasha Wang, Liantao Ma
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2606.28589v2 Announce Type: replace Abstract: Current approaches to enhance Large Language Model (LLM) reasoning, such as Chain-of-Thought and "Wait" prompts, primarily encourage models to think more, yet often fail to guide them toward Truth. While Representation Editing (RepE) offers a intri...

📖 Read original article


263. SAGA: Scene-Aware, Goal-Evolving Agents for Long-Horizon CivRealm Strategy Planning ​

Author: Tianyu Jin, Shuo Chen, Yida Wang, Liuyu Xiang, Yingzhuo Liu, Zhiyao Jiang, Yexin Li, Zhaofeng He
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2606.29932v2 Announce Type: replace Abstract: Long-horizon strategic planning in complex strategy games demands concurrent reasoning across multiple decision domains under imperfect information and sparse reward. Existing LLM-based agents suffer from three systematic failures: scene blindness ...

📖 Read original article


264. Behavioral Governance for Autonomous AI Agents: The AgentBound Framework ​

Author: Anuj Kaul, Qianlong Lan, Pranay Gupta
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2606.30970v2 Announce Type: replace Abstract: Autonomous AI agents increasingly perform consequential actions on behalf of human principals, including financial transactions, external communications, and enterprise workflows. Existing agent infrastructure relies on identity federation and dele...

📖 Read original article


265. Beyond the Library: An Agentic Framework for Autoformalizing Research Mathematics ​

Author: Arshia Soltani Moakhar, Iman Gholami, Max Springer, Mahdi JafariRaviz, MohammadTaghi Hajiaghayi
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2606.31134v2 Announce Type: replace Abstract: While Large Language Models (LLMs) have demonstrated exceptional capabilities in mathematical reasoning, they frequently produce subtle errors that evade human detection. Formal mathematical languages like Lean 4 offer mechanical proof checking, st...

📖 Read original article


266. ClawArena-Team: Benchmarking Subagent Orchestration and Dynamic Workflows in Language-Model Agents ​

Author: Kaiwen Xiong, Haonian Ji, Shi Qiu, Zeyu Zheng, Cihang Xie, Xinyu Ye, Huaxiu Yao
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2606.31174v2 Announce Type: replace Abstract: Production large language-model (LLM) agents are increasingly deployed not as lone problem-solvers but as managers: a main model creates specialized subagents, delegates work, and orchestrates their parallel, asynchronous returns through dynamic wo...

📖 Read original article


267. Spatial Reasoning via Modality Switching Between Language and Symbolic Representation ​

Author: Shreya Rajpal, Tanawan Premsri, Parisa Kordjamshidi
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2606.31285v2 Announce Type: replace Abstract: Human reasoning is inherently multimodal: when problems become difficult, we rarely think in words alone. We often externalize our reasoning by sketching diagrams or drawing grids to understand the underlying conceptual structure and avoid mistakes...

📖 Read original article


268. A Self-Evolving Agentic System for Automated Generation and Execution of Biological Protocols ​

Author: Yankai Jiang, Weiting Tang, Haoran Sun, Zhenyu Tang, Yuejie Hou, Yingnan Han, Rubo Wang, Yueyuxiao Yang, Cheng Liang, Lilong Wang, Wenjie Lou, Xiaosong Wang, Lei Bai, Meng Yang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2606.31763v2 Announce Type: replace Abstract: Autonomous wet-lab experimentation requires more than plausible protocol text: biological intent, quantitative procedures, device constraints and experimental feedback must remain aligned from protocol and SOP design to code and physical execution....

📖 Read original article


269. The MMM Data Model -- A Normative Specification for Knowledge Interoperability in a Decentralisable Knowledge Commons ​

Author: Mathilde Noual
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.00032v2 Announce Type: replace Abstract: Many information systems are built around documents: self-contained units optimised for print production and linear reading. While effective for large-scale dissemination, the document-centric organisation constrains how knowledge can be structured...

📖 Read original article


270. Theoria: Rewrite-Acceptability Verification over Informal Reasoning States ​

Author: Michael Saldivar, Ben Slivinski
Published: 7/3/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.LG, cs.LO, cs.SE

arXiv:2607.01223v2 Announce Type: replace Abstract: When should an AI system's answer be trusted? Formal proof assistants offer certainty but cannot reach most of the problem distribution; scalar LLM judges offer coverage but produce opaque scores that cannot be audited after the fact and are subjec...

📖 Read original article


271. Playing 20 Question Game with Policy-Based Reinforcement Learning ​

Author: Huang Hu, Xianchao Wu, Bingfeng Luo, Chongyang Tao, Can Xu, Wei Wu, Zhan Chen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.HC, cs.AI, cs.CL

arXiv:1808.07645v5 Announce Type: replace-cross Abstract: The 20 Questions (Q20) game is a well known game which encourages deductive reasoning and creativity. In the game, the answerer first thinks of an object such as a famous person or a kind of animal. Then the questioner tries to guess the obje...

📖 Read original article


272. Introduction to Transformers: an NLP Perspective ​

Author: Tong Xiao, Jingbo Zhu
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG

arXiv:2311.17633v2 Announce Type: replace-cross Abstract: Transformers have dominated empirical machine learning models of natural language processing. In this paper, we introduce basic concepts of Transformers and present key techniques that form the recent advances of these models. This includes a...

📖 Read original article


273. Contrastive Deep Learning Reveals Age Biomarkers in Histopathological Skin Biopsies ​

Author: Kaustubh Chakradeo (University of Copenhagen, Section of Epidemiology, Department of Public Health, Copenhagen, Denmark), Pernille Nielsen (Technical University of Denmark, Department of Applied Mathematics and Computer Science, Denmark), Lise Mette Rahbek Gjerdrum (Department of Pathology, Copenhagen University Hospital- Zealand University Hospital, Roskilde, Denmark, Department of Clinical Medicine, University of Copenhagen, Copenhagen, Denmark), Gry Sahl Hansen (Department of Pathology, Copenhagen University Hospital- Zealand University Hospital, Roskilde, Denmark), David A Duch^ene (University of Copenhagen, Section of Epidemiology, Department of Public Health, Copenhagen, Denmark), Laust H Mortensen (University of Copenhagen, Section of Epidemiology, Department of Public Health, Copenhagen, Denmark, Danmarks Statistik, Denmark), Majken K Jensen (University of Copenhagen, Section of Epidemiology, Department of Public Health, Copenhagen, Denmark), Samir Bhatt (University of Copenhagen, Section of Epidemiology, Department of Public Health, Copenhagen, Denmark, Imperial College London, United Kingdom)
Published: 7/3/2026, 4:00:00 AM
Categories: eess.IV, cs.AI, cs.CV

arXiv:2411.16956v2 Announce Type: replace-cross Abstract: As global life expectancy increases, so does the burden of chronic diseases, yet individuals exhibit considerable variability in the rate at which they age. Identifying biomarkers that distinguish fast from slow ageing is crucial for understa...

📖 Read original article


274. Leveraging Metamemory Agent for Enhanced Data-Free Code Generation in Large Language Models ​

Author: Shengsheng Zhou, Shuai Wang, Liang Ding, Yibing Zhan, Yong Luo, Zheng He, Fu Lin, Dapeng Tao
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2501.07892v2 Announce Type: replace-cross Abstract: Large language models (LLMs) have shown strong performance in automated code generation, with few-shot prompting widely used for its simplicity and effectiveness. However, few-shot methods depend on curated or manually crafted reference examp...

📖 Read original article


275. Learning 3D-Gaussian Simulators from RGB Videos ​

Author: Mikel Zhobro, Andreas Ren'e Geist, Georg Martius
Published: 7/3/2026, 4:00:00 AM
Categories: cs.GR, cs.AI, cs.CV, cs.LG, cs.RO

arXiv:2503.24009v3 Announce Type: replace-cross Abstract: Realistic simulation is critical for applications ranging from robotics to animation. Learned simulators have emerged as a possibility to capture real world physics directly from video data, but very often require privileged information such ...

📖 Read original article


276. Comparative Analysis of Lightweight CNNs for Resource-Constrained Devices: Predictive Performance, Efficiency Trade-offs, and Initialization Effects ​

Author: Tasnim Shahriar
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2505.03303v5 Announce Type: replace-cross Abstract: Lightweight convolutional neural networks are often compared using results obtained with different training recipes, input settings, and pretrained checkpoints. Such differences make architecture rankings difficult to interpret. This study pr...

📖 Read original article


277. MetaTT: A Global Tensor-Train Adapter for Parameter-Efficient Fine-Tuning ​

Author: Javier Lopez-Piqueres, Pranav Deshpande, Archan Ray, Mattia J. Villani, Marco Pistoia, Niraj Kumar
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, quant-ph

arXiv:2506.09105v3 Announce Type: replace-cross Abstract: We present MetaTT, a Tensor Train (TT) adapter framework for fine-tuning of pre-trained transformers. MetaTT enables flexible and parameter-efficient model adaptation by using a single shared TT to factorize transformer sub-modules. This fact...

📖 Read original article


278. Less Data, More Security: Advancing Cybersecurity LLMs Specialization via Resource-Efficient Domain-Adaptive Continuous Pre-training with Minimal Tokens ​

Author: Salahuddin Salahuddin, Ahmed Hussain, Jussi L"opp"onen, Toni Jutila
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.CR, cs.LG

arXiv:2507.02964v2 Announce Type: replace-cross Abstract: The increasing scale of AI workloads demands High-Performance Computing (HPC) infrastructure and training methodologies that are both scalable and sustainable. While Large Language Models (LLMs) demonstrate exceptional natural language capabi...

📖 Read original article


279. RedCoder: Automated Multi-Turn Red Teaming for Code LLMs ​

Author: Wenjie Jacky Mo, Qin Liu, Xiaofei Wen, Dongwon Jung, Hadi Askari, Wenxuan Zhou, Zhe Zhao, Muhao Chen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2507.22063v2 Announce Type: replace-cross Abstract: Large Language Models (LLMs) for code generation (i.e., Code LLMs) have demonstrated impressive capabilities in AI-assisted software development and testing. However, recent studies have shown that these models are prone to generating vulnera...

📖 Read original article


280. MedRepBench: A Comprehensive Benchmark for Medical Report Interpretation ​

Author: Fangxin Shang, Yuan Xia, Dalu Yang, Yahui Wang, Binglin Yang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.CL

arXiv:2508.16674v2 Announce Type: replace-cross Abstract: Medical report understanding from real-world document images is essential for generating patient-facing explanations and enabling structured information exchange in clinical systems. Existing VLMs and LLMs have shown strong performance on doc...

📖 Read original article


281. Uncertain but Useful: Leveraging CNN Training Variability into Data Augmentation ​

Author: In'es Gonzalez-Pepe, Vinuyan Sivakolunthu, Yohan Chatelain, Tristan Glatard
Published: 7/3/2026, 4:00:00 AM
Categories: math.NA, cs.AI, cs.NA

arXiv:2509.05238v2 Announce Type: replace-cross Abstract: Deep learning (DL) has transformed neuroimaging by delivering state-of-the-art performance with reduced computation times. Yet, the numerical uncertainty inherent to DL training remains largely underexplored despite its potential to significa...

📖 Read original article


282. Psychological Steering in LLMs: An Evaluation of Effectiveness and Trustworthiness ​

Author: Amin Banayeeanzade, Ala N. Tak, Fatemeh Bahrani, Anahita Bolourani, Leonardo Blas, Emilio Ferrara, Jonathan Gratch, Sai Praneeth Karimireddy
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2510.04484v2 Announce Type: replace-cross Abstract: The ability to control LLMs' emulated emotional states and personality traits is an essential step in enabling rich, human-centered interactions in socially interactive settings. We introduce PsySET, a Psychologically-informed benchmark to ev...

📖 Read original article


283. Navigating the Alignment-Calibration Trade-off: A Pareto-Superior Frontier via Model Merging ​

Author: Tiancheng Hu, Benjamin Minixhofer, Nigel Collier
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG

arXiv:2510.17426v3 Announce Type: replace-cross Abstract: The "alignment tax" of post-training is typically framed as a drop in task accuracy. We show it also involves a severe loss of calibration, making models overconfident, less reliable, and model outputs less diverse. We show that this trade-of...

📖 Read original article


284. CreativityPrism: A Cross-Domain Evaluation Framework for Large Language Model Creativity ​

Author: Zhaoyi Joey Hou, Bowei Alvin Zhang, Yining Lu, Bhiman Kumar Baghel, Anneliese Brei, Ximing Lu, Meng Jiang, Faeze Brahman, Snigdha Chaturvedi, Haw-Shiuan Chang, Daniel Khashabi, Xiang Lorraine Li
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2510.20091v3 Announce Type: replace-cross Abstract: Creativity is often seen as a hallmark of human intelligence. While large language models(LLMs) are increasingly perceived as generating creative text, there is still no cross-domain and scalable framework to evaluate their creativity across ...

📖 Read original article


285. UniSE: A Unified Framework for Decoder-Only Autoregressive LM-Based Speech Enhancement ​

Author: Haoyin Yan, Chengwei Liu, Shaofei Xue, Xiaotao Liang, Yinghao Liu, Yuxiang Kong, Zheng Xue
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SD, cs.AI

arXiv:2510.20441v2 Announce Type: replace-cross Abstract: Neural audio codecs have largely promoted the application of language models (LMs) for speech applications. However, the effectiveness of autoregressive LM-based models in unifying speech enhancement (SE) tasks remains underexplored. In this ...

📖 Read original article


286. Exploring Large Language Models for Access Control Policy Synthesis and Summarization ​

Author: Adarsh Vatsa, Bethel Hall, William Eiers
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SE, cs.AI, cs.FL

arXiv:2510.20692v2 Announce Type: replace-cross Abstract: Cloud computing is ubiquitous, with a growing number of services being hosted on the cloud every day. Typical cloud compute systems allow administrators to write policies implementing access control rules which specify how access to private d...

📖 Read original article


287. SEPS: Semantic-enhanced Patch Slimming Framework for fine-grained cross-modal alignment ​

Author: Xinyu Mao, Junsi Li, Haoji Zhang, Yu Liang, Ming Sun
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.MM

arXiv:2511.01390v2 Announce Type: replace-cross Abstract: Fine-grained cross-modal alignment aims to establish precise local correspondences between vision and language, forming a cornerstone for visual question answering and related multimodal applications. Current approaches face challenges in add...

📖 Read original article


288. Towards Cellular-Scale Interpretability in Pathology Foundation Models for Biomarker Assessment ​

Author: Jingsong Liu, Han Li, Zhengyang Xu, Franz-Leonard Klaus, Fabian St"ogbauer, Shihui Zu, Weiwei Zhou, Atsuko Kasajima, Felix Schicktanz, Alexander Muckenhuber, Julius Shakhtour, Jiale Yu, Tiannan Zheng, Xun Ma, Maggie Wang, Christian Grashei, Bao Li, Guiyang Jiang, Hongming Xu, Shaohua Kevin Zhou, Nassir Navab, Peter J. Sch"uffler
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2511.05150v2 Announce Type: replace-cross Abstract: Molecular biomarker testing in pathology is often costly and tissue-consuming, limiting scalable clinical deployment. Artificial intelligence applied to hematoxylin and eosin (HE)-stained histology could enable rapid biomarker screening, but ...

📖 Read original article


289. Gravity-Awareness: Deep Learning Models and LLM Simulation of Human Awareness in Altered Gravity ​

Author: Bakytzhan Alibekov, Alina Gutoreva, Elisa Raffaella-Ferre
Published: 7/3/2026, 4:00:00 AM
Categories: q-bio.NC, cs.AI, cs.LG, eess.SP

arXiv:2511.05536v2 Announce Type: replace-cross Abstract: Earth s gravity fundamentally shapes human behaviour. The brain encodes this force as an internal model of gravity, enabling the prediction and interpretation of gravitational effects during perception and action. Understanding how this model...

📖 Read original article


290. Who Gets the Reward & Who Gets the Blame? Evaluation-Aligned Training Signals for Multi-LLM Agents ​

Author: Chih-Hsuan (Bella), Yang, Tanwi Mallick, Le Chen, Krishnan Raghavan, Amal Gueroudji, Ian T. Foster, Rajeev Thakur
Published: 7/3/2026, 4:00:00 AM
Categories: cs.MA, cs.AI, cs.CL, cs.GT

arXiv:2511.10687v3 Announce Type: replace-cross Abstract: Large Language Models (LLMs) in multi-agent systems (MAS) have shown promise for complex tasks, yet current training methods lack principled ways to connect system-level evaluation with agent- and message-level learning. We propose a theoreti...

📖 Read original article


291. Spanning Tree Autoregressive Visual Generation ​

Author: Sangkyu Lee, Changho Lee, Janghoon Han, Hosung Song, Tackgeun You, Hwasup Lim, Stanley Jungkyu Choi, Honglak Lee, Youngjae Yu
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2511.17089v2 Announce Type: replace-cross Abstract: We present Spanning Tree Autoregressive (STAR) modeling, which can incorporate prior knowledge of images, such as center bias and locality, to maintain sampling performance while also providing sufficiently flexible sequence orders to accommo...

📖 Read original article


292. Locality-Aware Continual Unlearning for Diffusion Models ​

Author: Naveen George, Naoki Murata, Yuhta Takida, Konda Reddy Mopuri, Yuki Mitsufuji
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2512.02657v2 Announce Type: replace-cross Abstract: Real-world deployment of text-to-image diffusion models requires continual concept removal as new privacy, copyright, or safety obligations arise over time. Existing unlearning methods, however, are designed for single-step deletion and colla...

📖 Read original article


293. PPTArena: A Benchmark for PowerPoint Editing ​

Author: Michael Ofengenden, Yunze Man, Ziqi Pang, Liang-Yan Gui, Yu-Xiong Wang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2512.03042v3 Announce Type: replace-cross Abstract: We introduce PPTArena, a benchmark for PowerPoint editing that evaluates how agents modify real slides from natural-language instructions. Unlike benchmarks that rely on image-PDF renderings or text-to-slide generation, PPTArena features 100 ...

📖 Read original article


294. ThreadWeaver: Adaptive Threading for Efficient Parallel Reasoning in Language Models ​

Author: Long Lian, Sida Wang, Felix Juefei-Xu, Tsu-Jui Fu, Xiuyu Li, Adam Yala, Trevor Darrell, Alane Suhr, Yuandong Tian, Xi Victoria Lin
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CL

arXiv:2512.07843v2 Announce Type: replace-cross Abstract: Scaling inference-time computation has enabled Large Language Models (LLMs) to achieve strong reasoning performance, but their inherently sequential decoding incurs substantial latency, motivating parallelization of the generation process. Ho...

📖 Read original article


295. It's a TRAP! Task-Redirecting Agent Persuasion Benchmark for Web Agents ​

Author: Karolina Korgul, Yushi Yang, Arkadiusz Drohomirecki, Piotr B{\l}aszczyk, Will Howard, Lukas Aichberger, Chris Russell, Philip H. S. Torr, Adam Mahdi, Adel Bibi
Published: 7/3/2026, 4:00:00 AM
Categories: cs.HC, cs.AI, cs.MA

arXiv:2512.23128v3 Announce Type: replace-cross Abstract: Web-based agents powered by large language models are increasingly used for tasks such as email management or professional networking. Their reliance on dynamic web content, however, makes them vulnerable to prompt injection attacks: adversar...

📖 Read original article


296. Why Can't I Open My Drawer? Mitigating Object-Driven Shortcuts in Zero-Shot Compositional Action Recognition ​

Author: Geo Ahn, Inwoong Lee, Taeoh Kim, Minho Shim, Dongyoon Wee, Jinwoo Choi
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2601.16211v3 Announce Type: replace-cross Abstract: Zero-Shot Compositional Action Recognition (ZS-CAR) requires recognizing novel verb-object combinations composed of previously observed primitives. In this work, we tackle a key failure mode: models predict verbs via object-driven shortcuts (...

📖 Read original article


297. When Does Predictive Inverse Dynamics Outperform Behavior Cloning? ​

Author: Lukas Sch"afer, Pallavi Choudhury, Abdelhak Lemkhenter, Chris Lovett, Somjit Nath, Luis Fran\c{c}a, Matheus Ribeiro Furtado de Mendon\c{c}a, Alex Lamb, Riashat Islam, Siddhartha Sen, John Langford, Katja Hofmann, Sergio Valcarcel Macua
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2601.21718v3 Announce Type: replace-cross Abstract: Behavior cloning (BC) is a practical offline imitation learning method, but it often fails when expert demonstrations are limited. Recent works have introduced a class of architectures named predictive inverse dynamics models (PIDMs) that com...

📖 Read original article


298. Adaptive Batch Sizes Using Non-Euclidean Gradient Noise Scales for Stochastic Sign and Spectral Descent ​

Author: Hiroki Naganuma, Shagun Gupta, Youssef Briki, Ioannis Mitliagkas, Irina Rish, Parameswaran Raman, Hao-Jun Michael Shi
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2602.03001v2 Announce Type: replace-cross Abstract: To maximize hardware utilization, modern machine learning systems typically employ large constant or manually tuned batch size schedules, relying on heuristics that are brittle and costly to tune. Existing adaptive strategies based on gradien...

📖 Read original article


299. LEFT: Learnable Fusion of Tri-view Tokens for Unsupervised Time Series Anomaly Detection ​

Author: Dezheng Wang, Tong Chen, Guansong Pang, Congyan Chen, Shihua Li, Hongzhi Yin
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2602.08638v2 Announce Type: replace-cross Abstract: As a fundamental data mining task, unsupervised time series anomaly detection (TSAD) aims to build a model for identifying abnormal timestamps without assuming the availability of annotations. A key challenge in unsupervised TSAD is that many...

📖 Read original article


300. $\mu$pscaling small models: Principled warm starts and hyperparameter transfer ​

Author: Yuxin Ma, Nan Chen, Mateo D'iaz, Soufiane Hayou, Dmitriy Kunisky, Soledad Villar
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, stat.ML

arXiv:2602.10545v2 Announce Type: replace-cross Abstract: Modern large-scale neural networks are often trained and released in multiple sizes to accommodate diverse inference budgets. To improve efficiency, recent work has explored model upscaling: initializing larger models from trained smaller one...

📖 Read original article


301. Restoring Linguistic Grounding in VLA Models via Train-Free Attention Recalibration ​

Author: Ninghao Zhang, Bin Zhu, Shijie Zhou, Jingjing Chen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.RO, cs.AI, cs.CV

arXiv:2603.06001v2 Announce Type: replace-cross Abstract: Vision-Language-Action (VLA) models enable robots to perform manipulation tasks directly from natural language instructions and are increasingly viewed as a foundation for generalist robotic policies. However, their reliability under Out-of-D...

📖 Read original article


302. From Experiments to Expertise: Scientific Knowledge Consolidation for AI-Driven Computational Physics ​

Author: Haonan Huang
Published: 7/3/2026, 4:00:00 AM
Categories: physics.comp-ph, cond-mat.mtrl-sci, cs.AI

arXiv:2603.13191v2 Announce Type: replace-cross Abstract: While large language models (LLMs) have transformed AI agents into proficient executors of computational materials science, performing a hundred simulations does not make a researcher. What distinguishes research from routine execution is the...

📖 Read original article


303. Efficient Federated Conformal Prediction with Group-Conditional Guarantee ​

Author: Haifeng Wen, Osvaldo Simeone, Hong Xing
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, stat.ML

arXiv:2603.14198v3 Announce Type: replace-cross Abstract: Deploying trustworthy AI systems requires principled uncertainty quantification. Conformal prediction (CP) is a widely used framework for constructing prediction sets with distribution-free coverage guarantees. In many practical settings, inc...

📖 Read original article


304. Adaptive Contracts for Cost-Effective AI Delegation ​

Author: Eden Saig, Tamar Garbuz, Ariel D. Procaccia, Inbal Talgam-Cohen, Jamie Tucker-Foltz
Published: 7/3/2026, 4:00:00 AM
Categories: cs.GT, cs.AI, cs.LG

arXiv:2603.17212v2 Announce Type: replace-cross Abstract: When organizations delegate text generation tasks to AI providers via pay-for-performance contracts, expected payments rise when evaluation is noisy. As evaluation methods become more elaborate, the economic benefits of decreased noise are of...

📖 Read original article


305. DriveVLM-RL: Neuroscience-Inspired Reinforcement Learning with Vision-Language Models for Safe and Deployable Autonomous Driving ​

Author: Zilin Huang, Zihao Sheng, Zhengyang Wan, Yansong Qu, Junwei You, Sicong Jiang, Sikai Chen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.RO, cs.AI, cs.CV

arXiv:2603.18315v2 Announce Type: replace-cross Abstract: Traditional reinforcement learning (RL) methods rely on manually engineered rewards or sparse collision signals, which fail to capture the rich contextual understanding required for safe driving and make unsafe exploration unavoidable in real...

📖 Read original article


306. CaP-X: A Framework for Benchmarking and Improving Coding Agents for Robot Manipulation ​

Author: Letian Fu, Justin Yu, Karim El-Refai, Ethan Kou, Haoru Xue, Huang Huang, Wenli Xiao, Guanzhi Wang, Dantong Niu, Fei-Fei Li, Guanya Shi, Jiajun Wu, Shankar Sastry, Yuke Zhu, Ken Goldberg, Linxi "Jim" Fan
Published: 7/3/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2603.22435v2 Announce Type: replace-cross Abstract: "Code-as-Policy" considers how executable code can complement data-intensive Vision-Language-Action (VLA) methods, yet their effectiveness as autonomous controllers for embodied manipulation remains underexplored. We present CaP-X, an open-ac...

📖 Read original article


307. An Isotropic Approach to Efficient Uncertainty Quantification with Gradient Norms ​

Author: Nils Gr"unefeld, Jes Frellsen, Christian Hardmeier
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CL

arXiv:2603.29466v2 Announce Type: replace-cross Abstract: Existing methods for quantifying predictive uncertainty in neural networks are either computationally intractable for large language models or require access to training data that is typically unavailable. We derive a lightweight alternative ...

📖 Read original article


308. Optimizing RAG Rerankers with LLM Feedback via Reinforcement Learning ​

Author: Yuhang Wu, Xiangqing Shen, Fanfan Wang, Cangqi Zhou, Zhen Wu, Xinyu Dai, Rui Xia
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.IR

arXiv:2604.02091v2 Announce Type: replace-cross Abstract: Rerankers play a pivotal role in refining retrieval results for Retrieval-Augmented Generation. However, current reranking models are typically optimized on static human annotated relevance labels in isolation, decoupled from the downstream g...

📖 Read original article


309. Sim2Real-AD: A Modular Sim-to-Real Framework for Deploying VLM-Guided Reinforcement Learning in Real-World Autonomous Driving ​

Author: Zilin Huang, Zhengyang Wan, Zihao Sheng, Boyue Wang, Junwei You, Sikai Chen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.RO, cs.AI, cs.CV

arXiv:2604.03497v2 Announce Type: replace-cross Abstract: Vision-language-model (VLM)-guided reinforcement learning (RL) has recently attracted significant attention for it, replacing brittle hand-crafted rewards with semantically grounded signals; however, deploying such simulation-trained policies...

📖 Read original article


310. Multilingual Prompt Localization for Agent-as-a-Judge: Language and Backbone Sensitivity in Requirement-Level Evaluation ​

Author: Alhasan Mahmood, Samir Abdaljalil, Hasan Kurban
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2604.04532v2 Announce Type: replace-cross Abstract: Evaluation language is typically treated as a fixed English default in agentic code benchmarks, yet we show that changing the judge's language can invert backbone rankings. We localize the Agent-as-a-Judge prompt stack to five typologically d...

📖 Read original article


311. Cross-Cultural Value Attribution in Large Vision-Language Models ​

Author: Phillip Howard, Xin Su, Kathleen C. Fraser
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.CL

arXiv:2604.09945v2 Announce Type: replace-cross Abstract: The rapid adoption of large vision-language models (LVLMs) in recent years has been accompanied by growing fairness concerns due to their propensity to reinforce harmful societal stereotypes. While significant attention has been paid to such ...

📖 Read original article


312. Grounded autonomous scrutiny at scale: emergent critique from reproduction of published computational physics papers ​

Author: Haonan Huang
Published: 7/3/2026, 4:00:00 AM
Categories: physics.comp-ph, cond-mat.mtrl-sci, cs.AI

arXiv:2604.12198v2 Announce Type: replace-cross Abstract: Autonomous LLM agents now produce complete research artifacts in machine-learning sandboxes, but real computational physics is harder: experiments are first-principles calculations against re-runnable physical ground truth, and meaningful new...

📖 Read original article


313. ECM Contracts: Contract-Aware, Versioned, and Governable Capability Interfaces for Embodied Agents ​

Author: Xue Qin, Simin Luan, Cong Yang, Zhijun Li
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2604.13097v3 Announce Type: replace-cross Abstract: Embodied agents increasingly rely on modular capabilities that are installed, upgraded, composed, and governed at runtime, yet the interfaces between these modules are specified only at the level of message types, so integration failures surf...

📖 Read original article


314. Dive into Claude Code: The Design Space of Today's and Future AI Agent Systems ​

Author: Jiacheng Liu, Xiaohan Zhao, Xinyi Shang, Zhiqiang Shen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SE, cs.AI, cs.CL, cs.LG

arXiv:2604.14228v2 Announce Type: replace-cross Abstract: Claude Code is an agentic coding tool that can run shell commands, edit files, and call external services on behalf of the user. This study describes its architecture by analyzing the publicly available source code and comparing it with two i...

📖 Read original article


315. ChemGraph-XANES: An Agentic Framework for XANES Simulation and Curation ​

Author: Vitor F. Grizzi, Thang Duc Pham, Luke N. Pretzie, Jiayi Xu, Murat Keceli, Cong Liu
Published: 7/3/2026, 4:00:00 AM
Categories: cond-mat.mtrl-sci, cs.AI, physics.chem-ph

arXiv:2604.16205v2 Announce Type: replace-cross Abstract: Computational X-ray absorption near-edge structure (XANES) is widely used to interpret local coordination environments, oxidation states, and electronic structure in chemically complex systems. In practice, routine computational XANES at scal...

📖 Read original article


316. Peer-Preservation in Frontier Models ​

Author: Yujin Potter, Nicholas Crispino, Vincent Siu, Chenguang Wang, Dawn Song
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.MA

arXiv:2604.19784v3 Announce Type: replace-cross Abstract: Recent work has found that frontier AI models can exhibit misaligned behaviors in pursuit of assigned goals. We demonstrate that models can also exhibit misaligned behaviors in defiance of assigned goals, appearing to serve goals of their own...

📖 Read original article


317. FED-FSTQ: Fisher-Guided Token Quantization for Communication-Efficient Federated Fine-Tuning of LLMs on Edge Devices ​

Author: Changyu Li, Shuanghong Huang, Jiashen Liu, Ming Lei, Jidu Xing, Kaishun Wu, Lu Wang, Fei Luo
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2604.25421v3 Announce Type: replace-cross Abstract: Federated fine-tuning provides a practical route to adapt large language models (LLMs) on edge devices without centralizing private data. However, in mobile deployments, the training wall-clock is often dominated by straggler-limited uplink c...

📖 Read original article


318. Evergreen: Efficient Claim Verification for Semantic Aggregates ​

Author: Alexander W. Lee, Benjamin Han, Shayak Sen, Sam Yeom, Ugur Cetintemel, Anupam Datta
Published: 7/3/2026, 4:00:00 AM
Categories: cs.DB, cs.AI, cs.CL

arXiv:2604.26180v2 Announce Type: replace-cross Abstract: With recent semantic query processing engines, semantic aggregation has become a primitive operator, enabling the reduction of a relation into a natural language aggregate using an LLM. However, the resulting semantic aggregate may contain cl...

📖 Read original article


319. MedSynapse-V: Bridging Visual Perception and Clinical Intuition via Latent Memory Evolution ​

Author: Chunzheng Zhu, Jiaqi Zeng, Junyu Jiang, Jianxin Lin, Yijun Wang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2604.26283v4 Announce Type: replace-cross Abstract: High-precision medical diagnosis relies not only on static imaging features but also on the implicit diagnostic memory experts instantly invoke during image interpretation. We pinpoint a fundamental cognitive misalignment in medical VLMs caus...

📖 Read original article


320. Regression Test Selection for Updated Capability Modules in Compositional ML Systems via Atomic-Quality Probes ​

Author: Xue Qin, Simin Luan, Cong Yang, Zhijun Li
Published: 7/3/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2604.26689v4 Announce Type: replace-cross Abstract: Compositional machine-learning (ML) systems assemble runtime behavior from libraries of independently re-trained capability modules. Replacing one module raises a regression-testing question that static dependence analysis cannot answer: whic...

📖 Read original article


321. The Transformer as a Polar State Estimator ​

Author: Peter Racioppo
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2605.11007v2 Announce Type: replace-cross Abstract: We show that the core components of the Transformer -- attention, residual connections, and normalization -- arise naturally from a single geometric state estimation problem. Modeling the latent state in polar form, with direction constrained...

📖 Read original article


322. Trust Region Inverse Reinforcement Learning: Explicit Dual Ascent using Local Policy Updates ​

Author: Anish Diwan, Davide Tateo, Christopher E. Mower, Haitham Bou-Ammar, Jan Peters, Oleg Arenz
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.RO

arXiv:2605.11020v2 Announce Type: replace-cross Abstract: Inverse reinforcement learning (IRL) is typically formulated as maximizing entropy subject to matching the distribution of expert trajectories. Classical (dual-ascent) IRL guarantees monotonic performance improvement but requires fully solvin...

📖 Read original article


323. XSearch: Explainable Code Search via Concept-to-Code Alignment ​

Author: Yiming Liu, Ruofan Liu, Yun Lin, Zicong Zhang, Weiyu Kong, Pengnian Qi, Xiao Cheng, Weinan Zhang, Qianxiang Wang, Linpeng Huang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2605.16046v2 Announce Type: replace-cross Abstract: Semantic code search has been widely adopted in both academia and industry. These approaches embed natural-language queries and code snippets into a shared embedding space and retrieve results based on vector similarity. Despit strong perform...

📖 Read original article


324. ContraFix: Skill-Enhanced Contrastive Runtime Analysis for Vulnerability Repair ​

Author: Simiao Liu, Fang Liu, Peiding Wang, Taichuan Li, Yinghao Zhu, Xiaoli Lian, Li Zhang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SE, cs.AI, cs.CL, cs.CR

arXiv:2605.17450v2 Announce Type: replace-cross Abstract: As software systems grow increasingly complex, automated vulnerability repair (AVR) remains difficult because the materials available to a repair system are usually failure artifacts rather than repair guidance. Traditional analysis technique...

📖 Read original article


325. BLAgent: Agentic RAG for File-Level Bug Localization ​

Author: Md Afif Al Mamun, Gias Uddin
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2605.17965v2 Announce Type: replace-cross Abstract: Bug localization remains a key bottleneck for large language model (LLM)-based software maintenance, where accurately identifying faulty code is essential for debugging, root cause analysis, triage, and automated program repair (APR). File-le...

📖 Read original article


326. A Simplex Witness Certificate and Escape Force for Constant Collapse in Variational Autoencoders ​

Author: Zegu Zhang, Jian Zhang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2605.18224v5 Announce Type: replace-cross Abstract: We study exact constant collapse in variational autoencoders: the deterministic encoder mean becomes independent of the input. The prior remains the standard Gaussian. Before VAE training, we select a fixed teacher posterior from a GMM-based ...

📖 Read original article


327. Do Physics Foundation Models Learn Generalizable Physics? A Bias-Aware Benchmark Across Physical Regimes and Distribution Shifts ​

Author: Mengdi Chu, Yang Liu, Ayan Biswas, Han-Wei Shen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2605.29283v2 Announce Type: replace-cross Abstract: Recent physics foundation models claim general spatiotemporal forecasting ability, yet their evaluations often collapse performance into a single average score under a fixed training distribution. This makes it difficult to determine whether ...

📖 Read original article


328. MedCase-Structured: A Text-to-FHIR Dataset for Benchmarking Diagnostic Reasoning in Clinically Realistic EHR Settings ​

Author: Valentina Bui Muti, Eug'enie Dulout, Ziquan Fu
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2605.30295v3 Announce Type: replace-cross Abstract: Large language models (LLMs) show promise for clinical reasoning and decision support, but evaluation in structured, electronic health record-congruent settings remains limited. Existing benchmarks often rely on static datasets or unstructure...

📖 Read original article


329. SPADER: Step-wise Peer Advantage with Diversity-Aware Exploration Rewards for Multi-Answer Question Answering ​

Author: Qiming Shi, Zhaolu Kang, Yunfan Zhou, Di Weng, Yingcai Wu
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2606.00593v2 Announce Type: replace-cross Abstract: Large language models are increasingly deployed as tool-augmented agents to acquire information beyond parametric knowledge. While recent work has improved long-horizon tool-use reasoning, most approaches focus on tasks with a single correct ...

📖 Read original article


330. Exact equivariance, kept through training, buys zero-shot generalisation across the symmetry group ​

Author: Hongbo Wang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.RO

arXiv:2606.03003v2 Announce Type: replace-cross Abstract: A latent world model built from an equivariant encoder and predictor inherits a provable symmetry of its training loss: when the dynamics carries a group $G$ acting on latents by an orthogonal representation $\rho(g)$, the one-step prediction...

📖 Read original article


331. Enabling KV Caching of Shared Prefix for Diffusion Language Models ​

Author: Younghun Go, Jaehoon Han, Changyong Shin, Chuck Yoo, Gyeongsik Yang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2606.07571v2 Announce Type: replace-cross Abstract: Key-value (KV) caching for shared prefixes is essential for high-throughput large language model (LLM) serving, but it faces critical challenges in emerging diffusion language models (DLMs). In DLMs, bidirectional attention means that updatin...

📖 Read original article


332. ResearchClawBench: A Benchmark for End-to-End Autonomous Scientific Research ​

Author: Wanghan Xu, Shuo Li, Tianlin Ye, Qinglong Cao, Yixin Chen, Hengjian Gao, Yiheng Wang, Qi Li, Kun Li, Sheng Xu, Shengdu Chai, Fangchen Yu, Xiangyu Zhao, Zhangrui Zhao, Weijie Ma, Zijie Guo, Koutian Wu, Haoyu Zhou, Haoxiang Yin, Lixue Cheng, Chaofan Hu, Haoxuan Li, Lu Mi, Xuxuan Xie, Yifan Zhou, Ruizhe Chen, Zhiwang Zhou, Xingjian Guo, Yuhao Zhou, Xuming He, Shengyuan Xu, Xinyu Gu, Jiamin Wu, Mianxin Liu, Chunfeng Song, Fenghua Ling, Dongzhan Zhou, Shixiang Tang, Yuqiang Li, Mao Su, Peng Ye, Siqi Sun, Bin Wang, Xue Yang, Zhenfei Yin, Tianfan Fu, Guangtao Zhai, Wanli Ouyang, Bo Zhang, Lei Bai, Wenlong Zhang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CL

arXiv:2606.07591v4 Announce Type: replace-cross Abstract: AI coding agents are increasingly used for scientific work, but their end-to-end autonomous research capability remains difficult to verify. We present ResearchClawBench, a benchmark for evaluating autonomous scientific research across 40 tas...

📖 Read original article


333. TileFuse: A Fused Mixed-Precision Kernel Library for Efficient Quantized LLM Inference on AMD NPUs ​

Author: Wesley Pang, Gregory Hyegang Jun, Feiyang Liu, Deming Chen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.DC, cs.AI, cs.AR, cs.PF

arXiv:2606.11357v2 Announce Type: replace-cross Abstract: With the growing demand for on-device LLM inference, edge SoCs increasingly integrate NPUs to improve performance and energy efficiency under tight power and thermal budgets. However, practical LLM deployment on current client NPUs remains di...

📖 Read original article


334. eCream-MedCorpus A Large-Scale Corpus of Clinical Notes for Italian ​

Author: Tiziano Labruna, Guido Bertolini, Pietro Ferrazzi, Bernardo Magnini
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2606.12569v2 Announce Type: replace-cross Abstract: We present eCream-MedCorpus, a new and unique large-scale dataset of clinical notes produced in Emergency Departments of Italian hospitals. The corpus, in its current version, is composed of approximately 4 million clinical notes fully anonym...

📖 Read original article


335. Morphology-Aware Sample Assignment: Overcoming IoU Insensitivity for Surface Defect Detection ​

Author: Pengfei Liu, Yuhan Guo
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2606.13723v2 Announce Type: replace-cross Abstract: Intersection-over-Union (IoU), as a pivotal metric for evaluating the spatial alignment between candidate proposals and ground-truth annotations, directly determines the quality of positive sample sets and the training efficacy of visual dete...

📖 Read original article


336. Horizon-Uniform Sensitivity Certificates for Finite-Horizon Pontryagin Systems ​

Author: Pyuyi Chufeng Huang, Zikang Song, Xingshu Chen
Published: 7/3/2026, 4:00:00 AM
Categories: math.OC, cs.AI

arXiv:2606.17762v2 Announce Type: replace-cross Abstract: Finite-horizon optimal-control computations repeatedly solve two-point Pontryagin boundary value problems whose conditioning can deteriorate as the horizon grows. We give a verifiable data-level certificate under which it does not. Hyperbolic...

📖 Read original article


337. Hybrid Diffusion Transformer for Instruction-Guided Audio Editing via Rectified Flow ​

Author: Liting Gao, Yonggang Zhu, Yaru Chen, Dongyu Wang, Shubin Zhang, Zhenbo Li, Jean-Yves Guillemaut, Wenwu Wang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.SD, cs.AI, cs.MM

arXiv:2606.20101v2 Announce Type: replace-cross Abstract: Audio editing aims to modify specific content in an existing audio clip according to a natural language instruction while preserving the remaining acoustic content. Despite the remarkable progress of diffusion models, existing training-based ...

📖 Read original article


338. KernelSight-LM: A Kernel-Level LLM Inference Simulator ​

Author: Xiteng Yao, Taeho Kim, Hengzhi Pei, Xinle Liu, Kyle Ulrich, Leonard Lausen, Ashish Khetan, Xiang Song, George Karypis, Martin Herbordt
Published: 7/3/2026, 4:00:00 AM
Categories: cs.PF, cs.AI, cs.AR

arXiv:2606.28565v2 Announce Type: replace-cross Abstract: As large language models (LLMs) move into production serving, practitioners must rapidly evaluate inference performance across diverse hardware, models, and serving parameters to meet cost and latency targets. However, the end-to-end behavior...

📖 Read original article


339. Four Types of LLM Reliance and Their Predictors Among Undergraduate Writers: A Mixed-Methods Study at a Minority-Serving R1 University ​

Author: Shahin Hossain
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CY, cs.AI, cs.HC

arXiv:2606.28749v2 Announce Type: replace-cross Abstract: Although most undergraduates now use large language models (LLMs), a form of generative artificial intelligence (GenAI) for academic writing, no validated method distinguishes the qualitatively different ways students rely on them. Existing i...

📖 Read original article


340. Resonant Brane Splatting for Arbitrary-Scale Super-Resolution ​

Author: Giulio Federico, Giuseppe Amato, Claudio Gennaro, Fabio Carrara, Marco Di Benedetto
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.GR

arXiv:2606.29453v2 Announce Type: replace-cross Abstract: Arbitrary-Scale Super-Resolution (ASR) reconstructs images at continuous magnification factors. Recent methods accelerate inference by replacing computationally heavy implicit neural decoders with explicit 2D Gaussian Splatting (GS). However,...

📖 Read original article


341. Translating Natural Language to Strategic Temporal Specifications via LLMs ​

Author: Marco Aruta, Francesco Improta, Vadim Malvone, Aniello Murano, Vladana Perli'c
Published: 7/3/2026, 4:00:00 AM
Categories: cs.MA, cs.AI

arXiv:2606.30441v2 Announce Type: replace-cross Abstract: A rigorous formalization of system requirements is a fundamental prerequisite for the verification of Multi-Agent Systems (MAS). However, writing correct formal specifications is well known as an error-prone, time-consuming, and expertise-int...

📖 Read original article


342. McMg: A Learned Phase-Space Multi-channel Multigrid Preconditioner for Helmholtz Equation ​

Author: Jiwei Jia, Xinliang Liu, Juntao Wang, Jinchao Xu
Published: 7/3/2026, 4:00:00 AM
Categories: math.NA, cs.AI, cs.NA, math-ph, math.MP

arXiv:2606.30495v2 Announce Type: replace-cross Abstract: Solving heterogeneous Helmholtz equations at high wavenumbers remains challenging because the discretized operator is indefinite, pollution degrades phase accuracy, and scalar coarse-grid correction can discard the local phase and propagation...

📖 Read original article


343. Resolving superposition in AI for interpretability and cross-modal alignment in patient-neuronal images ​

Author: Jisung Park, Seohyeon Kang, Daeun Yoo, Eunsu Lee, Seoin Cho, Wooyeop Choi, Ian Choi, James R. Evan, Daesoo Kim, Sonia Gandhi, Minee L. Choi
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CV, q-bio.QM

arXiv:2606.31394v2 Announce Type: replace-cross Abstract: Artificial intelligence is transforming our capability to solve biological challenges. In dimensionality bottleneck regimes exacerbated by high-dimensional biological data, neural networks force distinct concepts into the lower dimensions kno...

📖 Read original article


344. WorldOdysseyBench: An Open-World Benchmark for Long-Horizon Stability of Interactive World Models ​

Author: Ting-Bing Xu, Jiacheng Sui, Zhe Gao, Kewei Shi, Wenjin Yang, Zhicheng Liu, Zhaoxu Sun, Mingchao Sun, Hongyu Pan, Fan Jiang, Mu Xu, Qi Fan, Yang Gao, Yong Li, Baoquan Chen
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2606.31672v2 Announce Type: replace-cross Abstract: Despite rapid progress in interactive world models (IWMs), existing benchmarks evaluate action following only at trajectory level and ignore memory and interaction physics. We introduce WorldOdysseyBench, an open-world benchmark for long-hori...

📖 Read original article


345. Look But Don't Touch with Sparse Autoencoders for Unlearning in Diffusion Models ​

Author: Enrico Cassano, Riccardo Renzulli, Rayyan Ahmed, Marco Grangetto, Stephan Alaniz
Published: 7/3/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2606.31699v2 Announce Type: replace-cross Abstract: Sparse autoencoders (SAEs) have recently been proposed as interpretable tools for concept-level manipulation, under the assumption that isolated features can serve as controllable intervention points. In this work, we systematically evaluate ...

📖 Read original article


346. GR2 Technical Report ​

Author: Yufei Li (Yongkang), Zaiwei Zhang (Yongkang), Mingfu Liang (Yongkang), Kavosh Asadi (Yongkang), Jay Xu (Yongkang), Jimmy Kim (Yongkang), Chongyang Bai (Yongkang), Jieyi Zhang (Yongkang), Hongye Xie (Yongkang), Prachi Agrawal (Yongkang), Dian Yu (Yongkang), Tianyi Chen (Yongkang), Jean-Pascal Billaud (Yongkang), Garret Buell (Yongkang), YK (Yongkang), Zhu (Yang), Sachin Patil (Yang), Brooke Bian (Yang), Zhou Fang (Yang), Kevin Huang (Yang), Shiva Sudanagunta (Yang), Yuzhen Huang (Yang), Emma Lu (Yang), Chris O'Brien (Yang), Yang Song (Yang), Lihong Li (Yang), Jacob Tao (Yang), Zhicheng Zhu (Yang), Chao Li (Yang), Gaoxiang Liu (Yang), Neil Wu (Yang), Li Han (Yang), Loki Chen (Yang), Ming Lei (Yang), Greg Rehm (Yang), Siyuan Song (Yang), Tianwei Zhang (Yang), Li Li (Yang), Ketan Singh (Yang), Yavuz Yetim (Yang), Ilyas Atishev (Yang), Satendra Gera (Yang), Ashkan Sadeghi (Yang), Rachel Yan (Yang), Nikko Mizutani (Yang), Shuaiwen Wang (Yang), Song Yang (Yang), Zhijing Li (Yang), Jiang Liu (Yang), Mengying Sun (Yang), Fei Tian (Yang), Xiaohan Wei (Yang), Chonglin Sun (Yang), Shuo Gu (Yang), Parish Aggarwal (Yang), Kaushik Rangadurai (Yang), Zhi Hua (Yang), Frank Shyu (Yang), Ruchit Sharma (Yang), Liyuan Li (Yang), Shike Mei (Yang), Wenlin Chen (Yang), Santanu Kolay (Yang), Ben Schulte (Yang), Deepak Chandra (Yang), Adam (Yang), Song, Sandeep Pandey, Xi Liu, Hamed Firooz, Luke Simon
Published: 7/3/2026, 4:00:00 AM
Categories: cs.IR, cs.AI

arXiv:2606.31984v2 Announce Type: replace-cross Abstract: Industrial recommendation systems serve billions of users through a multi-stage funnel -- retrieval, early-stage ranking, and re-ranking -- where the final re-ranking step disproportionately shapes user engagement and downstream performance, ...

📖 Read original article


347. BaRA: Budget-constrained and Reliable Web Data Collection Agent ​

Author: Soojeong Lee, Joseph Lee, Yongseong Cho, Sunjae Kim, Youngwoo Moon, Kyungwoo Song
Published: 7/3/2026, 4:00:00 AM
Categories: cs.IR, cs.AI

arXiv:2607.00007v2 Announce Type: replace-cross Abstract: Large language model (LLM)-based web agents automate web navigation and data collection. However, live web data collection demands capabilities beyond task completion: agents must discover site-internal pages and retrieve text, image, and vid...

📖 Read original article


348. Learning User-Aware Recall: Personalized Retrieval in Long-Term Conversational Memory ​

Author: ZhiShu Jiang, Haibo Liu, Xin Shen, Guanqiang QI, Chenxi Miao, Weikang Li, Liwei Qian, Xin Pei, Jizhou Huang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.IR, cs.AI, cs.CL

arXiv:2607.00017v2 Announce Type: replace-cross Abstract: Long-term conversational agents are expected to remember past interactions, but memory is useful only when the right evidence is recalled for the right user. Existing memory-augmented LLM agents have made progress in building compact memory b...

📖 Read original article


349. Active Sensing for RIS-Aided Tracking and Power Control: A Hybrid Neuroevolution and Supervised Learning Approach ​

Author: George Stamatelis, Hui Chen, Henk Henk Wymeersch, George C. Alexandropoulos
Published: 7/3/2026, 4:00:00 AM
Categories: cs.IT, cs.AI, cs.MA, cs.NI, math.IT

arXiv:2607.00056v2 Announce Type: replace-cross Abstract: This paper studies energy efficient tracking of power-limited mobile users with the assistance of a Reconfigurable Intelligent Surface (RIS). Since localization pilot transmissions dominate the energy budget of power-constrained devices, we i...

📖 Read original article


350. Spectral Geometry and Bosonic-Bloch Probes: Explorations in Quantum Learning ​

Author: Santanu Ganguly, Xing Liang, Dimitrios Makris
Published: 7/3/2026, 4:00:00 AM
Categories: quant-ph, cs.AI

arXiv:2607.00063v2 Announce Type: replace-cross Abstract: This paper studies how spectral geometry emerges in quantum learning models and how it can be diagnosed with physically grounded probes. In graph-regularized quantum networks, training reorganizes the output similarity graph, increases the ef...

📖 Read original article


351. From World Models to World Action Models: A Concise Tutorial for Robotics ​

Author: Xiaoxiong Zhang, Xiong Zeng, Wei Zhang
Published: 7/3/2026, 4:00:00 AM
Categories: cs.RO, cs.AI, cs.SY, eess.SY

arXiv:2607.00836v2 Announce Type: replace-cross Abstract: World models are increasingly used in embodied intelligence and generative simulation, yet their scope remains ambiguous across communities. This tutorial presents a design-space view of world models as action-conditioned predictive models th...

📖 Read original article


352. MemSyco-Bench: Benchmarking Sycophancy in Agent Memory ​

Author: Zhishang Xiang, Zerui Chen, Yunbo Tang, Zhimin Wei, Ruqin Ning, Yujie Lin, Qinggang Zhang, Jinsong Su
Published: 7/3/2026, 4:00:00 AM
Categories: cs.IR, cs.AI

arXiv:2607.01071v2 Announce Type: replace-cross Abstract: Memory has emerged as a cornerstone of modern LLM-based agents, supporting their evolution from single-turn assistants to long-term collaborators. However, memory is not always beneficial: retrieved memories often induce a critical issue of s...

📖 Read original article


353. Staleness-Learning Rate Scaling Laws for Asynchronous RLHF ​

Author: Jingwei Song, Haofeng Xu, Jie Xiao, Chengke Bao, Jingwei Shi, Pengbin Feng, Weixun Wang, Yuhang Han, Chuan Wu, Linfeng Zhang, Bill Shi
Published: 7/3/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.01083v2 Announce Type: replace-cross Abstract: High-throughput RLHF systems often decouple rollout generation from policy optimization, leading to the use of stale rollouts during learner updates. In this work, we study the effect of such staleness in asynchronous GRPO. We make the behavi...

📖 Read original article