Skip to content

arXiv cs.AI - 2026-08-19 ​

275 items collected.


1. GxP-Agent: Process-DAG Topology for Reliable Clinical Trial Programming with LLM Agents ​

Author: Jaime Yan
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.16890v1 Announce Type: new Abstract: Clinical trial programming -- transforming study protocols into analysis-ready datasets under CDISC standards -- is a bottleneck in regulatory submissions, yet LLM-based code generation fails catastrophically on this task: across 11 single-shot attempt...

📖 Read original article


2. Runtime Governance for Agentic AI: Action-Boundary Control with Trusted Provenance and Fail-Closed Execution ​

Author: Adam Mazzocchetti
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CE, cs.CR, cs.CY

arXiv:2608.16891v1 Announce Type: new Abstract: Agentic AI systems request tool actions that can modify files, send messages, launch jobs, or change workflow state. This shifts the safety problem from harmful text generation to harmful operational side effects. Prompt-level governance can shape mode...

📖 Read original article


3. The Price of Thinking: Reasoning Effort as a Model-Specific API Contract ​

Author: Yeabin Moon
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.CY, cs.LG

arXiv:2608.16956v1 Announce Type: new Abstract: API buyers purchase a dated contract, not a model name alone: the contract includes the requested and served model, reasoning-effort term or its omission, output rail, service product, prompt, and price schedule. We study the reasoning-effort term thro...

📖 Read original article


4. FedPref: Federated Preference Learning for Structured Radiology Report Extraction ​

Author: Flint Xiaofeng Fan, Cheston Tan, Yew-Soon Ong, Roger Wattenhofer
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2608.16971v1 Announce Type: new Abstract: Radiology reports describe findings and locations in free text, but downstream search and analysis require these relations in a fixed schema. Learning this extraction requires labels that are unevenly distributed across institutions: smaller hospitals ...

📖 Read original article


5. The Problem Is the Problem: Towards Scalable Mathematical Discovery ​

Author: Zeyu Zheng, Shengtong Zhang, Jeremy Avigad, Prasad Tetali, Sean Welleck
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, math.CO

arXiv:2608.16977v1 Announce Type: new Abstract: AI systems are increasingly capable of contributing to mathematical research. In research practice, frontier-model reasoning is a limited resource, and expert mathematical review is even more sharply constrained. Allocating these scarce resources well ...

📖 Read original article


6. SkillEffect: Checked Lowering for Memory-Bounded Agent Tools ​

Author: Yinuo Wang, Yiyu Shi
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17007v1 Announce Type: new Abstract: Agent Skills can specify procedural and resource obligations for tool use, and language models instantiate them as concrete programs. However, when models turn this guidance into code for existing tool interfaces, even a semantically correct program ma...

📖 Read original article


7. Memory Is Communication: The Frontier Between Remembering and Signaling ​

Author: Yashar Talebirad, Eden Redman, Ali Parsaee, Osmar R. Zaiane
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.IT, cs.MA, math.IT

arXiv:2608.17053v1 Announce Type: new Abstract: A bounded agent may obtain information for a decision from its own past, from peers, or from both sources. Retaining task-relevant history can reduce later communication, while a peer message can supply what memory lacks. Under limits on both resources...

📖 Read original article


8. DiSCO: Defending text-to-image generation through distribution-guided contrastive prompt optimization ​

Author: Tong Zhang, Motasem Alfarra, Carlos Hinojosa, Christos Louizos, Bernard Ghanem
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17067v1 Announce Type: new Abstract: As text-to-image generative models advance, they raise critical safety concerns, particularly the generation of Not-Safe-For-Work (NSFW) content such as violence and nudity, further exacerbated by red-teaming adversarial attacks. Existing defenses pred...

📖 Read original article


9. KernelArc: A Multi-Agent Framework for GPU Kernel Optimization ​

Author: Joyjit Kundu, Ben Stoffelen, Kaili Wang, Peter Vrancx, Ludovic Denoyer
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.MA, cs.PF

arXiv:2608.17071v1 Announce Type: new Abstract: We present KernelArc, a multi-agent framework for autonomous GPU kernel optimization across heterogeneous workloads. Strategy-specialized agents run in parallel and coordinate through conclusions-only shared memory, a deterministic benchmark guard, and...

📖 Read original article


10. A decodability criterion predicts when hidden-state selection beats majority voting in large language models ​

Author: Zhixiang wang, Ziliang Hong, Ulas Bagci
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17124v1 Announce Type: new Abstract: Combining the answers a large language model (LLM) samples for a question into one decision is a test-time information fusion problem, usually solved by majority voting. Voting is unreliable on difficult questions, where the sampled answers share corre...

📖 Read original article


11. Toward Personal Intelligence Through Cooperative Observation ​

Author: Yashar Talebirad, Osman Jime, Ali Parsaee, Eden Redman, Yongbin Kim, Osmar R. Zaiane
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CY, cs.HC

arXiv:2608.17128v1 Announce Type: new Abstract: A personal AI system needs a model of the user's goals, constraints, and ongoing commitments to plan and act on their behalf, and the quality of that model is bounded by what the system can observe. Broader observation does not by itself improve assist...

📖 Read original article


12. KnowSim: Evaluating Information Calibration in LLM Assistants with User Simulators that Learn ​

Author: Yoonjoo Lee, Hyoungwook Jin, Tae Soo Kim, Shaoyang Zhang, Philippe Laban, Q. Vera Liao
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.HC

arXiv:2608.17150v1 Announce Type: new Abstract: To effectively collaborate with users on knowledge-intensive tasks, Large Language Models (LLMs) must perform information calibration: matching content to a user's evolving understanding and cognitive capacity. Yet user simulators used to evaluate and ...

📖 Read original article


13. Synthesizing Feature Extractors: An Agentic Approach for Algorithm Selection ​

Author: Hai Xia, Carlos Ans'otegui, Stefan Szeider
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17170v1 Announce Type: new Abstract: Algorithm selection for constraint satisfaction problems requires extracting features that capture problem structure. Manually designing feature extractors demands deep domain expertise and quickly becomes a bottleneck when new problem classes appear. ...

📖 Read original article


14. Benchmarking the Benchmarks: Evaluating Automated Safety Benchmarks for Small Language Models ​

Author: Nyamtulla Shaik, Fengjun Li, Bo Luo
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CR

arXiv:2608.17183v1 Announce Type: new Abstract: Small Language Models (SLMs) are increasingly deployed in resource-constrained, privacy-sensitive settings, where safety and bias failures can cause security and societal risks. However, existing AI safety\slash security\slash compliance benchmarks are...

📖 Read original article


15. Fool's Gold: Defensive Deception Against Safety-Removal Attacks on Open-Weight Models ​

Author: Mark Russinovich
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CR

arXiv:2608.17202v1 Announce Type: new Abstract: Safety alignment in open-weight language models is trivially removable: abliteration projects a refusal-mediating direction out of the weights in minutes, and no release-time defense we are aware of prevents it durably. What cannot be prevented can be ...

📖 Read original article


16. Explicit State Elicitation Is Not Enough: A Controlled Audit of Memory-Policy Classification ​

Author: Yihang Chen, Pin Qian, Su Wang, Chong Peng, Huan Xu, Shuaiting Li, Yiqi Sun
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17247v1 Announce Type: new Abstract: Personalized agents must decide whether retrieved user memory should be used, ignored, updated, or queried before it affects a current task. We use this setting to develop an empirical audit protocol for structured intermediate outputs: first audit dat...

📖 Read original article


17. Do LLMs Know a Good Hypothesis When They See One? Logit-Based Energy Scoring Outperforms Prompted LLM-as-Judge for Scientific Hypothesis Ranking ​

Author: Swati Rajwal, Sanjay Das, Tirthankar Ghosal
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17270v1 Announce Type: new Abstract: Large language models (LLMs) are increasingly used for scientific hypothesis generation. However, evaluating generated hypotheses remains a challenge for trustworthy AI-enabled scientific workflows. Existing approaches often use LLMs as judges or rely ...

📖 Read original article


18. ASI-Bench: At the Dawn of Artificial Superintelligence ​

Author: Junwei Zhou, Zhen Sun, Binyu Li, Jiangyu Zhou, Yuexi Pan, Hengyu Wang, Honghe Ren, Xiaohan Jia, Xueyang Zhou, Xiaoyu Cao, Yongchao Chen, Yuanning Feng, Junhao Wu, Cheng Zhang, Sijia Chen, Haoyu Xue, Chengsong You, Huan Wang, Koutian Wu, Peigan Gao, Jiakun Wu, Wenzhe Li, Ergan Shang, Qingyuan Zheng, Jingjing Zhou, Ruixuan Jia, Yan Xu, Hongrui Zhang, Xiao-Han Ma, Zhengxiang Cheng, Yuexing Hao, Liting Mai, Xianglin Ji, Wenjun Zhang, Zhuofan Chen, Yixiao Huang, Chi Wang, Wenyue Hua, Yilun Hao, Yuantao Zhai, Ziyan Zhao, Jingyan Xie
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17271v1 Announce Type: new Abstract: Artificial superintelligence (ASI) requires AI to move beyond mastering existing knowledge toward exploring the unknown, creating new knowledge, and turning new ideas into verifiable results. However, the capabilities of today's AI systems are still la...

📖 Read original article


19. DeAR: Decentralized Agentic Reasoning via Capability Grounding and Collaborative Thought Navigation ​

Author: Xing Wei, Changmeng Zheng, XiaoYong Wei, Xiufen Ye, Qing Li
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17282v1 Announce Type: new Abstract: Existing agentic reasoning systems typically rely on centralized protocols. This design introduces routing bottlenecks and static role allocations that often fail when handling complex multimodal queries. We propose DeAR (Decentralized Agentic Reasonin...

📖 Read original article


20. PlanPO: Group Planning-Aware Policy Optimization for Multi-Turn Agentic LLMs ​

Author: Dayang Liang, Liyuan He, Xuan Feng, Shuxin Li, Bo An, Yunlong Liu
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17289v1 Announce Type: new Abstract: Group-relative policy optimization has emerged as a key paradigm for training agentic large language models (LLMs) on multi-turn interactive tasks. However, most existing variants fail to distinguish advantages among successful trajectories even when t...

📖 Read original article


21. LiveHouse-TS: An Open-world Living Benchmark for Time Series Foundation Models ​

Author: Haomin Wen, Ziyu Zhou, Qingxiang Liu, Siru Zhong, Yuxuan Liang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17299v1 Announce Type: new Abstract: Time Series Foundation Models (TSFMs) have recently emerged as a highly promising paradigm for cross-domain zero-shot forecasting. However, existing evaluation protocols predominantly rely on static benchmarks with fixed historical test windows. While ...

📖 Read original article


22. SignalReasoner: Assessing the Upper Bound of 3B Models for Signal Mathematical Reasoning ​

Author: Guozheng Sun
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17301v1 Announce Type: new Abstract: Post-training with supervised chain-of-thought fine-tuning and reinforcement learning from verifiable rewards has substantially improved the mathematical reasoning capabilities of large language models (LLMs). However, their application to signal proce...

📖 Read original article


23. Wuying-Browser-Agent: Real-World Centric Fundamental Long-Horizon Browser Agents ​

Author: AIMAE Team, Tianxiang Chen, Yan Cheng, Zhangye Han, Xiaowei Li, Chang Liu, Cheng Liu, Zhongqiang Ma, Long Peng, Xiaobing Tu, Yinggui Wang, Hongliang Wei, Chen Wu, Daiping Xin, Kunyu Zhou, Pengyang Zhou, Peiyuan Chen, Ziyuan Chen, Yutao Deng, Chunyu Dong, Xiangyu Fu, Yicheng Feng, Ruian He, Haochen Li, Miancan Liu, Zhengqin Liu, Wei Peng, Jinkui Ren, Haoyu Tan, Dong Xiao, Rongkun Xue, Shujian Yang, Xianhang Ye, Ziqi Yuan, Ziyang Yu, Linghan Zhang, Xiantao Zhang, Xuanpu Zhao, Yinan Zhao, Zhenghui Zhao, Bin Zhu, Likai Zou
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17319v1 Announce Type: new Abstract: Browser agents perform well on short, clean demonstrations, but real deployment is fundamentally different: agents must sustain dozens of decisions on live websites while recovering from mistakes and navigating complex UIs. We argue that closing this g...

📖 Read original article


24. LLMs for Medical Consultation Are Evaluated Too Late: The Preformulation Gap ​

Author: Yining Hua, Cyrus Ayubcha, Hongbin Na, Levi Lian, Alon Gorenshtein, Yiftach Barash, Eyal Klang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.CY

arXiv:2608.17330v1 Announce Type: new Abstract: Large language models for medical consultation are often evaluated after a clinical problem has already been made clear, although real consultations may begin with a vague, minimized, or misframed concern. We evaluated three API models across four phys...

📖 Read original article


25. TileMix: Tile-Centric Mixed-Precision Attention for LLM Inference Acceleration ​

Author: Hanzhi Zhang, Qiao Zhang, Qinglei Cao, Heng Fan, Yan Huang, Kewei Sha, Yunhe Feng
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17336v1 Announce Type: new Abstract: Long-context prefill in large language models (LLMs) incurs substantial computation and memory traffic because dense self-attention computes quadratic query-key scores. Existing methods either use a uniform low-precision path or select token interactio...

📖 Read original article


26. LLM-Only PDDL Domain Repair with Open-Weight Models ​

Author: Nader Karimi Bavandpour, Pascal Bercher
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17341v1 Announce Type: new Abstract: AI planning is concerned with finding a sequence of actions that achieves a specified goal. It relies on explicit models of the world, commonly represented in the Planning Domain Definition Language (PDDL). An active line of research investigates how e...

📖 Read original article


27. Cognitive Graph Intelligence for Adaptive and Robust DDoS Attack Detection in Next Generation Networks ​

Author: Mohammad Arif Hossain, Yeahia Sarker, Md Jafrin Hossain, Most. Humayra Khanom Rime, Nirwan Ansari
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17352v1 Announce Type: new Abstract: Distributed Denial-of-Service (DDoS) attacks threaten network availability, requiring a cognitive detection process that senses traffic, infers intent, and supports an adaptive response under severe class imbalance and non-stationary conditions. This p...

📖 Read original article


28. LEGO-RL: Harness-Native Reinforcement Learning for Coding Agents ​

Author: Yiming Du, Yuxin Jiang, Tao Yuan, Jianbo Dai, Shaowei Wang, Jierun Chen, Chaofan Tao, Xianzhi Yu, Lifeng Shang, Kam-Fai Wong, Xiaohui Li, Haoli Bai
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17393v1 Announce Type: new Abstract: Reinforcement learning for coding agents increasingly relies on long-running agent harnesses to manage tool integration, repository contexts, and execution feedback. However, the native execution environments of these harnesses are inherently misaligne...

📖 Read original article


29. Task-Aware Harness Provisioning for LLM Agents in Mission-Critical Infrastructure Operations ​

Author: Liangtao Lin, Qingang Zhang, Zhaomeng Zhu, Tianwei Zhang, Yonggang Wen
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.MA

arXiv:2608.17433v1 Announce Type: new Abstract: LLM agents have been widely adopted to operate mission-critical infrastructure (MCI). These agents normally rely on a harness that determines what information they can access, which tools they can use, and what actions they can take. Existing systems o...

📖 Read original article


30. Depth Enables Local Entropy: Quadratic Depth Dependence in Deep Variation-Norm ReLU Regression ​

Author: Tao Jiang, Minbo Gao, Shaowei Cai
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17434v1 Announce Type: new Abstract: We study Gaussian regression over the explicit vector-valued Parhi--Nowak deep-RBV^2 architecture with depth L, width w, layer-sum variation budget A, and output bound B. For this O(L w^2)-parameterized architecture, the known lower and upper bounds di...

📖 Read original article


31. Structure-Internalized Rule Language Model for Faithful Knowledge Graph Reasoning ​

Author: Xingrui Zhuo, Jiapu Wang, Manzong Huang, Gongqing Wu, Xindong Wu
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17443v1 Announce Type: new Abstract: Knowledge Graph Reasoning (KGR) aims to discover latent facts by leveraging the structural evidence available in KGs, posing a challenge to the structural semantic understanding capability of KGR models. Recent studies have demonstrated that Large Lang...

📖 Read original article


32. SAGE: Self-Evolving Storyboard Skills via Attribution-Guided Rule Evolution ​

Author: Maolin Ran, Xiaoyang Lu, Jiaqi Liu, Jian Wang, Weiwen Liu, Jianghao Lin, Yong Yu, Weinan Zhang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17468v1 Announce Type: new Abstract: Storyboards turn screenplays into visual shot plans for automated short drama production. Professional storyboarding relies on tacit directorial expertise and remains an industrial bottleneck. Large language models can automate this step, but methods f...

📖 Read original article


33. When AI Designs AI: Innovation or Imitation? ​

Author: Yikang Yang, Zhengxin Yang, Luzhou Peng, Minghao Luo, Yanqi Kan, Wanling Gao, Jianfeng Zhan
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2608.17471v1 Announce Type: new Abstract: Recent advances in LLM agents have made them increasingly capable of designing methods for complex AI tasks. This raises two central questions about agent-designed methods relative to human-designed methods: how well they perform, and how different the...

📖 Read original article


34. Towards Better Agents for Multi-Turn User Interaction: The Next User Turn Is More Than Context ​

Author: Yiwen Zhao, Zhihao Wen, Yuchen Mao, Mingxuan Jiang, Yihao Hu, Pan Wang, Xin Zhang, Wei Wu
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17499v1 Announce Type: new Abstract: User-facing tool agents must coordinate dialogue and tool use as user goals unfold over multiple turns. Yet interactive reinforcement learning typically reduces each rollout to a terminal reward, assigning the same credit to effective elicitation, erro...

📖 Read original article


35. SGHA: Evidence-Grounded Research Problem Discovery with Local Language Models ​

Author: Sarvesh Gharat, Junpei Komiyama
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2608.17501v1 Announce Type: new Abstract: Recent efforts toward fully automated AI scientists have demonstrated that language-model agents can generate hypotheses, execute experiments, and draft scientific manuscripts. However, during the early stages of research, when research problems are fo...

📖 Read original article


36. Agent Lightning v1.0: Towards Harnessed Agentic RL ​

Author: Zhiyuan He, Siwei Zhang, Zhiwen Zhou, Yuqing Yang, Yu Kang, Yuge Zhang, Luna K. Qiu, Tin Yan Tsui, Jiahang Xu, Chong Luo
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.SE

arXiv:2608.17528v1 Announce Type: new Abstract: Modern agents operate inside agent harnesses that manage tools, context, and control flow, making the harness a critical part of the agent system. Our original Agent Lightning introduced a disaggregated architecture that connects arbitrary agents to RL...

📖 Read original article


37. When to Review: Spaced Repetition for Continual Pre-Training of Language Models ​

Author: Alankar Atreya, Devesh Batra, Yoages Kumar Mantri, Geremy Bantug, Greig A Cowan, Raad Khraishi
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2608.17530v1 Announce Type: new Abstract: Continual pre-training of large language models must acquire new information without erasing old knowledge. Existing replay methods often choose a global old/new mixture and sample uniformly, ignoring that examples differ in how quickly they are forgot...

📖 Read original article


38. Quantifying Risk Under Evolving Uncertainty: Belief-Dependent Robustness for Safe Sequential Decision Making ​

Author: Deep Kumar Ganguly, Jan Kretinsky
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17574v1 Announce Type: new Abstract: How cautious should an agent be while it is still learning its environment? We propose RATTL (Risk-Adversarial Total-Reward Learning), which ties caution to epistemic uncertainty: the agent holds a Bayesian posterior over unknown dynamics and plans aga...

📖 Read original article


39. TRUSS: Towards Task-Reliable and User-Safe Automated Agent Skill Generation ​

Author: Zhibo Zhang, Zhen Ouyang, Ling Shi, Kailong Wang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.SE

arXiv:2608.17588v1 Announce Type: new Abstract: Agent Skills package reusable natural language procedures with executable resources, enabling software agents to acquire task specific capabilities without model adaptation. Automatically generating such Skills can improve task performance, yet evaluat...

📖 Read original article


40. MoNe: Modular Neural Memory for Efficient Long Context Inference ​

Author: Wonguk Cho, Kyubyung Chae, Tribhuvanesh Orekondy, Sunghyun Park, Hyoungwoo Park, Jeongho Kim, Arash Behboodi, Kyuwoong Hwang, Sungrack Yun
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.LG

arXiv:2608.17616v1 Announce Type: new Abstract: We present MoNe, a lightweight modular neural memory that attaches to any frozen pretrained Transformer to enable long-context inference without retraining. MoNe reads context in fixed-size segments via test-time learning of fast-weight neural memory n...

📖 Read original article


41. Validated Adaptation for Aerial Crowd Monitoring at Mass Gathering Scale: A Deployment Protocol, a Severity Law, and a Diagnostic for Label-Free Drone Crowd Counting, Toward the FIFA World Cup 2034 (Saudi Arabia) ​

Author: AlAnoud AllGhayth, AlJawharh AlOtaibi, Jude AlSubaie
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17625v1 Announce Type: new Abstract: Saudi Arabia will host the 2034 FIFA World Cup and already operates crowd management at Hajj scale. Drone-based counting must hold accuracy on footage unlike anything in its training corpus, without labels, and must warn of dangerous inflow before a cr...

📖 Read original article


42. Graph Surgery and the Do-Operator: A Precise Correspondence for Acyclic Structural Causal Models ​

Author: Satpreet Makhija
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.PL

arXiv:2608.17634v1 Announce Type: new Abstract: The $\operatorname{do}$-operator is described graphically by deleting arrows into its targets and functionally by replacing their mechanisms with constants. To call these operations equivalent is not yet a mathematical statement: one returns a graph an...

📖 Read original article


43. Beyond the Trace: Coupling an Interpretable Reasoning-State Readout to Native MoE Routing ​

Author: Kang Chen, Sihan Zhao, Yixin Cao, Yugang Jiang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17638v1 Announce Type: new Abstract: What a reasoning model writes is only a partial record of the process that produces it. We introduce a two-level internal readout for mixture-of-experts reasoning. We first distill vocabulary-scale J-space into J64, a 64-axis semantic frame learned fro...

📖 Read original article


44. LLM-Derived Preference Judgments Are Not Self-Consistent ​

Author: Matthew T. Ford, Francis Bahk, Jingjing Wang, Adam S. Jovine, Tinghan Ye, David B. Shmoys, Peter I. Frazier
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CL

arXiv:2608.17644v1 Announce Type: new Abstract: Agents increasingly interpret a person's natural-language preferences by querying an LLM for numerical preference judgments, e.g., by asking how much the person would be willing to pay for an item. A growing body of work estimates a utility function fr...

📖 Read original article


45. GraphWake: Group Polarization via Memory-Mediated Polarization Cascade in LLM-Agent Communities ​

Author: Haoran Bu, Zejian Chen, Litian Zhang, Xi Zhang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17665v1 Announce Type: new Abstract: LLM-driven agents can autonomously exchange opinions on online platforms and form communities. Such agent-operated social platforms raise a new security concern: attackers may manipulate agents to induce group polarization. Existing methods manipulate ...

📖 Read original article


46. Auditing Self-Evolution in Financial Agents: Capability Gains, Security Drift, and Execution-Interface Mismatch ​

Author: Jialong Li, Jialing Zhu
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17684v1 Announce Type: new Abstract: Self-evolving agents turn experience into reusable skills, workflows, or memories, but post-evolution accuracy alone does not show whether learned behavior preserves previously correct behavior or security. We audit SkillOpt, Agent Workflow Memory (AWM...

📖 Read original article


47. Mixture-of-Expert Blocks Contain Strong Hallucination Detection Signals ​

Author: Joao Fonseca, Rodrigo Rodrigues, Paolo Romano
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2608.17687v1 Announce Type: new Abstract: Despite their widespread use, Large Language Models (LLMs) remain limited by a fundamental problem: the generation of plausible but false content, known as hallucinations. Most existing detection methods operate at the answer or sentence level, yet per...

📖 Read original article


48. Accuracy and Robustness of Model Cascades Under Data Perturbations ​

Author: Pallavi Mitra, Jai Kushwaha, Felix Biessmann
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17711v1 Announce Type: new Abstract: Prediction cascades significantly reduce energy consumption of Artificial Intelligence (AI) models while maintaining high predictive performance. The idea is that easy inputs are routed through a lightweight small model, and difficult uncertain cases a...

📖 Read original article


49. Beyond Suspicious Steps: Ontological Trust in Long-Horizon Agents ​

Author: An He, Yao Wang, Haibin Zhang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17718v1 Announce Type: new Abstract: Long-horizon agents increasingly operate across many steps, tools, and observa- tions. In this setting, the relevant oversight question is not only whether each action is locally valid, but whether the evolving trajectory still corresponds to the task ...

📖 Read original article


50. Evaluating the Diversity of AI-Generated Content with Diversity Profiles ​

Author: Xiuyuan Hu, Xuege Hou, Guoqing Liu, Yang Zhao, Jieran Li, Dongbiao Sun, Jos'e Miguel Hern'andez-Lobato, Hao Zhang, Xue Liu
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17731v1 Announce Type: new Abstract: Diversity is a fundamental criterion for evaluating generative artificial intelligence (AI) systems, yet its measurement remains inherently ambiguous. Existing approaches typically represent generated samples in an embedding space, compute pairwise dis...

📖 Read original article


51. Neuro-symbolic learning over OWL 2 DL via consequence-based compilation to differentiable circuits ​

Author: Olga Mashkova, Asaad Mohammedsaleh, Fernando Zhapa-Camacho, Robert Hoehndorf
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17741v1 Announce Type: new Abstract: OWL 2 DL ontologies, grounded in the description logic $\mathcal{SROIQ}$, express large knowledge bases in biomedicine and the Semantic Web. Neuro-symbolic (NeSy) learners over description logics either embed the ontology in a continuous space, abandon...

📖 Read original article


52. The Curious Case of Exploding DecPOMDPs: Containing the Fire through Policy Counting ​

Author: Nazl{\i} Nur Karabulut, tanya Braun
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17749v1 Announce Type: new Abstract: Decentralised partially observable Markov decision processes (DecPOMDPs) provide a general framework for modelling multi-agent decision making under uncertainty. However, DecPOMDPs are known to suffer from exponential complexity in the number of agents...

📖 Read original article


53. D$^2$ACCI: A Dual-Loop Diagnostic Protocol for Evidence-Preserving Agent Memory ​

Author: Xule Liu, Yijun Liu, Chao Li, Shao Kun
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17756v1 Announce Type: new Abstract: Memory is a key capability of LLM agents. Persistent memory extends this across sessions---enabling recall, revision, and personalization. Yet its multi-stage pipeline (ingestion, retrieval, filtering, generation) makes failures difficult to localize: ...

📖 Read original article


54. StartupBench: Benchmarking General-Purpose Agents on Market-Validated End-to-End Workflows ​

Author: Liya Zhu, Xin Ma, Tao Liu, Haodong Wang, Ge Zhang, Jingzhe Ding, Qingshui Gu, Yongjie Zhong, Jinxiang Meng, Yuan Gao, Yunqiu Zhou, Hao Zhu, Jifeng He, Yongzhi Liao, Xinyi Zhang, Chaoxin Li, Yi Zhu, Xi Lin, Duju Zeng, Xiang Gao, Wen Zhang, Yunyang Wang, Duo Wang, Huan Zhou, Zuo Wang, Jin Chen, Kaiyuan Zhang, Chuqian Yu, Tianhao Yu, Longxiang Liu, Jianbo Xue, Huimin Che, Jiahao Wang, Yujia Qin, Jiaheng Liu, Shen Yan, Xiaolong Chang, Wenhao Huang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17800v1 Announce Type: new Abstract: Recent advances in Large Language Models(LLMs) and agents have substantially improved the ability of AI systems to execute complex tasks. Yet existing benchmarks largely rely on researcher-selected tasks, leaving uncertain whether such progress extends...

📖 Read original article


55. ARASH: Adaptive Retrieval And Shot Selection for Tabular Prediction ​

Author: Samirasadat Jamalidinan, Yue Xu, Kazem Cheshmi
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.17856v1 Announce Type: new Abstract: Tabular prediction is a critical task across numerous applications. The recent success of large language models has sparked various approaches for adapting them to the tabular domain. A prevalent strategy involves training or fine-tuning specialized Ta...

📖 Read original article


56. AutoResearch: Insight In, Hallucination Out ​

Author: Yiming Ren, Xiang Liu, Qumeng Sun, Xiao Zhang, Jiahao Li, Haoyang Zhang, Junjie Wang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.MA

arXiv:2608.17906v1 Announce Type: new Abstract: Autonomous research systems are increasingly capable of executing long research workflows, yet automation alone does not ensure that the resulting process remains scientifically grounded. We introduce AutoResearch, a two-stage system that connects Idea...

📖 Read original article


57. Adaptive Policy Portfolios for Robust Markov Decision Processes ​

Author: Kasper Engelen, Sebastian Junges, Guillermo A. P'{e}rez, Marnix Suilen
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.LO

arXiv:2608.17929v1 Announce Type: new Abstract: Robust Markov decision processes optimize one policy against a set of plausible transition functions. This can be conservative when the unknown dynamics are fixed and become partially identifiable after deployment. We study adaptive policy portfolios: ...

📖 Read original article


58. EvoTS-Agent: A Self-Evolving LLM Agent for Financial Time Series Change Point Detection ​

Author: Lei Jiang, Ye Wei, Xinyu Xi, Jordan Langham-Lopez, Yifan Bao, Raad Khraishi, Yihao Ang, Anthony K. H. Tung, Lukasz Szpruch, Hao Ni
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CE

arXiv:2608.17933v1 Announce Type: new Abstract: Financial time series exhibit non-stationary and heterogeneous statistical properties, making change-point detection challenging because no single unsupervised algorithm performs consistently across assets and market regimes. Conventional workflows con...

📖 Read original article


59. Procedural Content Metageneration via Program Search and Continual Abstraction Discovery ​

Author: Matthew Siper, Ahmed Khalifa, Julian Togelius
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.LG, cs.NE

arXiv:2608.17947v1 Announce Type: new Abstract: Large language models can generate executable programs, which makes it possible to search directly over procedural content generators rather than individual levels. We study this approach in Sokoban, Zelda, Dangerous Dave, and Lode Runner. Each run evo...

📖 Read original article


60. Towards Zero-Shot Task Transfer with Neurosymbolic World Models ​

Author: Isidoro Tamassia, Lennert De Smet, Giuseppe Marra
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2608.17959v1 Announce Type: new Abstract: State-of-the-art model-based reinforcement learning methods learn neural world models that allow policy improvement by planning in a latent space, without assumptions on the structure of the underlying environment. While expressive, these models are ge...

📖 Read original article


61. Can Large Language Models Explain Flight Safety Events? A Prior-Guided Semantic LLM-based Approach ​

Author: Lu Xu, Xu Li, Linjiang Zheng, Fan Li, Riquan Zhang, Jiaxing Shang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.18017v1 Announce Type: new Abstract: Improving flight safety with flight data requires not only accurate detection of risk events, but more importantly, clear interpretation of their underlying causes at the level of pilot control behavior. Existing explainable AI techniques, such as feat...

📖 Read original article


62. StagedWorkspace: A Versioned Workspace for Knowledge-Work Agents ​

Author: Yining Hua, Hongbin Na, Yifan Zhou, Akshay Kalose, Cyrus Ayubcha, Levi Lian
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.18050v1 Announce Type: new Abstract: AI agents increasingly perform knowledge work (i.e., produce and modify persistent digital artifacts such as code repositories, documents, spreadsheets, slides, reports), yet the parsed views they search, the native files they edit, the changes they re...

📖 Read original article


63. HLSR: Hybrid Live Forecast Selective Dynamic Vehicle Rerouting for Real-Time Congestion Avoidance ​

Author: Xiao Wang, Shun Ren Yang, Hui Nien Hung
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.18056v1 Announce Type: new Abstract: Urban traffic congestion reduces productivity and increases travel cost and emissions. Network-wide live travel-time shortest-path rerouting can be highly effective in simulation, but assumes that essentially every on-road vehicle is replanned every de...

📖 Read original article


64. Delegation Asymmetry in Agentic Recommender Systems: Measuring Two-Sided Receptivity in Online Dating ​

Author: Daria Leshchikova, Valentina V. Kuskova, Dmitry Zaytsev, Valerii Klimov
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.18058v1 Announce Type: new Abstract: Autonomous LLM agents that converse on a user's behalf are an emerging design pattern in matching platforms, yet their viability depends on a condition rarely examined: users must accept not only delegating conversation to an agent, but also receiving ...

📖 Read original article


65. On the Fragility of Self-Improving Agents: Variance, Task Order, and Underspecification ​

Author: Qinyuan Ye, Yu Li, Yada Pruksachatkun, Jiaxin Zhang, Chien-Sheng Wu
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.LG

arXiv:2608.18066v1 Announce Type: new Abstract: Memory-based self-improving agents--those that learn from an online stream of tasks and improve over time by maintaining a textual memory bank--have shown great promise in recent literature. However, the reliability aspects of these methods have been c...

📖 Read original article


Author: Ummara Mumtaz, Summaya Mumtaz
Published: 8/19/2026, 4:00:00 AM
Categories: q-fin.ST, cs.AI, cs.CL

arXiv:2311.06273v1 Announce Type: cross Abstract: The rise of ChatGPT has brought a notable shift to the AI sector, with its exceptional conversational skills and deep grasp of language. Recognizing its value across different areas, our study investigates ChatGPT's capacity to predict stock market m...

📖 Read original article


67. Intent-Driven Dynamic Chunking: Segmenting Documents to Reflect Predicted Information Needs ​

Author: Christos Koutsiaris
Published: 8/19/2026, 4:00:00 AM
Categories: cs.IR, cs.AI, cs.CL, cs.LG

arXiv:2602.14784v1 Announce Type: cross Abstract: Breaking long documents into smaller segments is a fundamental challenge in information retrieval. Whether for search engines, question-answering systems, or retrieval-augmented generation (RAG), effective segmentation determines how well systems can...

📖 Read original article


68. The Working Set of a Coding Agent: Coherence Debt in Repository-Scale Tasks ​

Author: Bardia Mohammadi, Lars Klein, Aman Chadha, Akhil Arora, Laurent Bindschaedler
Published: 8/19/2026, 4:00:00 AM
Categories: cs.SE, cs.AI, cs.LG

arXiv:2608.16630v1 Announce Type: cross Abstract: Repository-scale coding requires an agent to keep tests, imports, configuration, and migration rules consistent within a bounded context window. We model this as reconstructing a coupled-fact graph: at each edit, a required fact comes from recent con...

📖 Read original article


69. A Framework for Using and Evaluating LLMs as Surrogate Experts in Security Surveys: Reliability, Bias, and Implications ​

Author: Despoina Giarimpampa, Roland Meier, Tegawend'e F. Bissyand'e, Vincent Lenders, Jacques Klein
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2608.16893v1 Announce Type: cross Abstract: Expert surveys are widely used in security research to study practitioner workows and decision-making, yet recruiting domain experts - especially in Security Operations Centres (SOCs), where analysts face high workload, burnout and confidentiality co...

📖 Read original article


70. What If AI Carried Her Imagination? Black Girls as Creators in an AI Storytelling Weekend Program ​

Author: Chun Li, Lauren Brown, Hubert Asare, Shawna Patterson, Dennis Henderson, Ericka Roland, tara Nkrumah, Angela E. B. Stewart
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2608.16896v1 Announce Type: cross Abstract: This paper presents the design and outcomes of a seven-weekend AI storytelling program developed for Black girls aged 10-12. Grounded in Afrofuturism and Black feminist thought, the program adopted AI-enabled counter-storytelling, supported the devel...

📖 Read original article


71. CityReal: Human-Aligned Urban Behavior and City Dynamics Simulation with Large-Scale LLM Agents ​

Author: Nicolas Bougie, Xiaotong Ye, Narimasa Watanabe
Published: 8/19/2026, 4:00:00 AM
Categories: physics.soc-ph, cs.AI, cs.MA

arXiv:2608.16897v1 Announce Type: cross Abstract: Large-scale urban simulation plays a pivotal role in social science, traffic safety, and transportation policy. Recent work has shown that large language models, when prompted as agents, can generate lifelike daily routines at city scale. Yet these m...

📖 Read original article


72. QuantumNovelty: A Skill-Orchestrating Language Agent for Referee-Style Review and Patentability Screening of Quantum Papers and Patents ​

Author: Shlomo Kashani
Published: 8/19/2026, 4:00:00 AM
Categories: physics.soc-ph, cs.AI, cs.CY, quant-ph

arXiv:2608.16900v1 Announce Type: cross Abstract: Language-model agents increasingly produce quantum-science results; we ask whether the same agentic paradigm can also scrutinize them in an auditable, reproducible, and cost-transparent form. We present QuantumNovelty, an open-source skill-orchestrat...

📖 Read original article


73. AI, Brain Death Detection, and Islamic Law ​

Author: Muhammad Aurangzeb Ahmad
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2608.16903v1 Announce Type: cross Abstract: The deployment of machine learning systems capable of detecting covert consciousness in neurologically injured patients creates a profound challenge at the intersection of clinical medicine, AI ethics, and Islamic jurisprudence. We argue that the shi...

📖 Read original article


74. ComNetX: Local Hierarchical Adaptation for Dynamic Community Detection ​

Author: Aleksandr Konovalov, Anna Uporova, Alexander Drobyshev, Iaroslav Egorov, Grigoriy Bokov
Published: 8/19/2026, 4:00:00 AM
Categories: cs.SI, cs.AI, cs.LG

arXiv:2608.16906v1 Announce Type: cross Abstract: Dynamic community detection is commonly addressed either by full-snapshot recomputation or by solver-specific dynamic procedures. Full recomputation preserves the semantics of mature static solvers, but it repeatedly processes unchanged graph regions...

📖 Read original article


75. Effective Personalized AI Tutors via LLM-Guided Reinforcement Learning ​

Author: Angel Tsai-Hsuan Chung, Botong Zhang, Ling-Chieh Kung, Hamsa Bastani, Osbert Bastani
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2608.16907v1 Announce Type: cross Abstract: Generative AI (GenAI) is rapidly reshaping education by unlocking the potential for personalized tutoring. Yet, emerging platforms largely focus on GenAI chatbot tutors that reactively answer student questions. We hypothesize that the efficacy of Gen...

📖 Read original article


76. When Personalization Becomes Bias: Structural and Discursive Religious Framing in AI-Generated Financial Advice ​

Author: Muhammad Salar Khan, Hamza Umer, Hasan Mahmud, Sandra Rothenberg
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CY, cs.AI, cs.CL

arXiv:2608.16909v1 Announce Type: cross Abstract: Large language models (LLMs) are increasingly integrated into financial advisory systems, yet their role in reproducing religious bias remains underexamined. This study provides systematic mixed-methods evidence of such bias across three LLMs (ChatGP...

📖 Read original article


77. Education-centered critical policy analysis of AI: Ghana's AI strategy as a case ​

Author: Matthew Nyaaba, Vida Awinime Bugri, Eric Kojo Majialuwe, Bismark Nyaaba Akanzire, Ibrahim Nantomah, Felicia Boateng, Patrick Kyeremeh, Benjamin Quarshie, Ellen Kwarteng, Macharious Nabang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2608.16910v1 Announce Type: cross Abstract: National AI strategies increasingly guide governance, workforce development, innovation, and competitiveness, but less is known about how they frame education as a sector with pedagogical, cultural, ethical, and implementation demands. This study dev...

📖 Read original article


78. Average Distance Approximation for Static Large Graphs ​

Author: Kartikey Ahlawat
Published: 8/19/2026, 4:00:00 AM
Categories: cs.DS, cs.AI, cs.CG

arXiv:2608.16916v1 Announce Type: cross Abstract: Calculating average distances in large-scale networks is computationally intensive and constrained by limited main memory, posing a significant challenge in graph analytics. This study explores and evaluates two primary approaches for estimating aver...

📖 Read original article


79. Sparse Coverage: Semantic Center Representations for Patent Prior-Art Retrieval ​

Author: You Zuo (ALMAnaCH), Kim Gerdes (LISN, Qatent, STL), 'Eric de la Clergerie (ALMAnaCH), Beno^it Sagot (ALMAnaCH)
Published: 8/19/2026, 4:00:00 AM
Categories: cs.IR, cs.AI

arXiv:2608.16918v1 Announce Type: cross Abstract: Patent prior-art retrieval is a recall-oriented search task over long and highly structured technical documents. Dense retrieval improves semantic matching, but single-vector representations may compress multiple technical components, functions, and ...

📖 Read original article


80. CARA: Cognitive Adaptive Recommendation Agent ​

Author: Weijun Gao, Jinyang Dong, Chuanru Ren, Hengxiao Li
Published: 8/19/2026, 4:00:00 AM
Categories: cs.IR, cs.AI

arXiv:2608.16919v1 Announce Type: cross Abstract: Recent advances in large language models and agent-based recommendation frameworks have introduced new opportunities for more flexible and context-aware recommendation. However, existing methods still largely rely on semantic matching, end-to-end gen...

📖 Read original article


81. WIP: LLM Odyssey: A Game-Based Platform for Teaching LLM Engineering Concepts ​

Author: Priyamvada Tripathi
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2608.16924v1 Announce Type: cross Abstract: This work-in-progress (WIP) innovative practice category paper presents LLM Odyssey, an open source, browser-based serious gaming platform comprising 13 interactive games for teaching Large Language Model (LLM) engineering concepts. Topics such as to...

📖 Read original article


82. EMAN: Optimization-Driven Capacity Growth through Path Emergence in Multi-Task Learning ​

Author: Chenlei Fang, Jingchen Li, Hongzong LI, Qingyao Li, Yixuan Zhang, Huarui Wu, Haobin Shi, Chunjiang Zhao
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2608.16930v1 Announce Type: cross Abstract: Existing multi-task learning methods rely on hard sharing, multiple paths or experts, adaptive sharing, and dynamic expansion. However, their capacity changes are usually constrained by predefined structures or triggered by task boundaries and confli...

📖 Read original article


83. Probing the Prefill: Detecting Code Vulnerabilities via Latent Activations ​

Author: Alizishaan Khatri
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CR, cs.AI, cs.LG

arXiv:2608.16970v1 Announce Type: cross Abstract: LLM-based code generation is now embedded in mission-critical pipelines, but defenses against vulnerable output remain post-hoc -- static analyzers, fine-tuned classifiers, or an LLM judge that screen completed code, ignoring the generating model's o...

📖 Read original article


84. Position: Fairness Failure in Generative Models is an Evaluation Problem ​

Author: Mariia Vladimirova, Jean-Yves Franceschi, Thibaut Issenhuth
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2608.16974v1 Announce Type: cross Abstract: Despite groundbreaking advancements in generative models during the last decade, concerns about their lack of fairness, reinforcing societal inequalities and harming marginalized groups, remain under-addressed and difficult to act upon. This position...

📖 Read original article


85. PXDepth: Pixel-Space Modeling for Structure Preserving Monocular Depth Estimation ​

Author: Zhiyuan Yuan, Guanying Chen, Lingteng Qiu, Ruimao Zhang, Shuguang Cui, Xiaochun Cao
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.GR

arXiv:2608.16984v1 Announce Type: cross Abstract: Recent monocular depth estimators achieve strong zero-shot generalization, yet often struggle to preserve fine-grained structures and object boundaries. We attribute this limitation to the prevalent combination of large-patch ViT encoders and convolu...

📖 Read original article


86. Without journalists, there is no journalism: the social dimension of generative artificial intelligence in the media ​

Author: Sim'on Pe~na-Fern'andez, Koldobika Meso-Ayerdi, Ainara Larrondo-Ureta, Javier D'iaz-Noci
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2608.17017v1 Announce Type: cross Abstract: The implementation of artificial intelligence techniques and tools in the media will systematically and continuously alter their work and that of their professionals during the coming decades. To this end, this article carries out a systematic review...

📖 Read original article


87. YILDIZ-VPR: A Novel Dataset with Dense Coverage Under Diverse Environmental Conditions for Visual Place Recognition ​

Author: Serdar Yildiz, Abbas Memi\c{s}, Song"ul Varli
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2608.17033v1 Announce Type: cross Abstract: Visual Place Recognition (VPR) aims to recognize the location of a query image by comparing it with a set of geo-referenced images. Although many datasets have been proposed for VPR, collecting dense and diverse visual data from pedestrian-level view...

📖 Read original article


88. The 10th AI City Challenge ​

Author: Zheng Tang, Shuo Wang, David C. Anastasiu, Ming-Ching Chang, Anuj Sharma, Quan Kong, Munkhjargal Gochoo, Jun-Wei Hsieh, Tomasz Kornuta, Zhedong Zheng, Renran Tian, Judah Goldfeder, Fulgencio Navarro, Yuxing Wang, Yizhou Wang, Sameer Satish Pusegaonkar, Anqi Li, Nalin Dadhich, Ridham Kachhadiya, Dhanishtha Patil, Haoquan Liang, Jiajun Li, Han Zhang, Yilin Zhao, Zaid Pervaiz Bhat, Shuyu Yang, Ashutosh Kumar, Rong Wang, Rafael Martin Nieto, Peter Christiansen, Ahmed Abduljawad, Mohanrasu Shanmugam, Nadeem Shaik, Sujit Biswas, Xunlei Wu, Vidya Murali, Rama Chellappa
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2608.17044v1 Announce Type: cross Abstract: The 10th AI City Challenge, held with ECCV 2026, marks a decade of community benchmarking for intelligent transportation, smart cities, and physical AI. Since its 2017 start with vehicle detection, classification, and tracking, the challenge has grow...

📖 Read original article


89. Cross-Model Memory Transfer via Target-Side Reader Adaptation ​

Author: Mingyuan Li, Guangsheng Yu, Xu Wang, Shaoxiong Ji
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2608.17050v1 Announce Type: cross Abstract: Methods for improving knowledge use in large language models typically fall into two regimes. Non-parametric retrieval offers flexible access to external knowledge, but adds retrieval latency, context overhead, and only shallow integration with the b...

📖 Read original article


90. Institution-Specific LLM Prompting Recovers PHI That De-identification Systems and Their Gold Standards Both Miss ​

Author: Daniel Palacios, Matthew Brady Neeley, Angel Adetomike Otto, Shalini Dhamodharan, John P. Woodhouse, Chi-fan Lin, Mark Zobeck, Zhandong Liu, Hyun-Hwan Jeong
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2608.17051v1 Announce Type: cross Abstract: Secondary use of electronic health records requires de-identification, yet existing systems miss \emph{institutionally situated} protected health information (PHI) such as hospital abbreviations, building names, and internal codes whose status is loc...

📖 Read original article


91. Foundation Agents Meet Agentic Deep Research: Evidence-Grounded Clinical Code Forecasting ​

Author: Junda Wang, Meysam Ghaffari, Akshat Choube, Mohsen Sharifi Renani, Hong Yu, Carlos Morato
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2608.17075v1 Announce Type: cross Abstract: Next-encounter ICD forecasting predicts which standardized diagnosis codes will be documented at a future visit from the longitudinal record available beforehand. The task is prospective and multi-label: the target note does not yet exist, and severa...

📖 Read original article


92. Structured Driving-State Narratives for Small Language Model-Based GNSS Spoofing Detection ​

Author: Abyad Enan, Sagar Dasgupta, Mizanur Rahman, Mashrur Chowdhury
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2608.17092v1 Announce Type: cross Abstract: Autonomous vehicles (AVs) depend on reliable Global Navigation Satellite System (GNSS) positioning. However, spoofed GNSS signals can induce plausible but incorrect vehicle states. This study develops a small language model (SLM)-based framework for ...

📖 Read original article


93. From Abductive Explanations to Global Logical Rules for Node Classification in SGCs ​

Author: Bryan Lima Cavalcante, Thiago Alves Rocha
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.LO

arXiv:2608.17103v1 Announce Type: cross Abstract: Graph Neural Networks (GNNs) have achieved remarkable performance in node classification tasks, motivating growing interest in methods capable of explaining their predictions. Recent logic-based approaches, such as LogicXGNN, derive global logical ru...

📖 Read original article


94. Iterative tensor network transformations for element-wise evaluation of elementary and filtering functions ​

Author: Xiao Wang, Tomohiro Hashizume, Pia Siegl, Dieter Jaksch
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cond-mat.stat-mech, cs.AI, physics.comp-ph, quant-ph

arXiv:2608.17135v1 Announce Type: cross Abstract: Tensor networks are powerful formats for compressing large-scale data. However, their application to general data processing has been limited by the difficulty of performing nonlinear operations. Here, we introduce iterative tensor network transforma...

📖 Read original article


95. Authorization Before Context: A Model-Neutral Audience Boundary Against Cross-Audience Memory Leakage in Agentic Systems ​

Author: Sibo Liu
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2608.17148v1 Announce Type: cross Abstract: A personal language agent learns a fact from one audience and may later place it in the prompt it assembles for another. This memory-to-context step is an attack surface: ambiguous or inconsistent channels, cross-audience prying, and poisoned memory ...

📖 Read original article


96. Q-Learning With World Models ​

Author: Perry Dong, Yueru Jia, Chelsea Finn, Dorsa Sadigh
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2608.17163v1 Announce Type: cross Abstract: Off-policy reinforcement learning (RL) has become increasingly sample-efficient, enabling applications such as RL fine-tuning of Vision-Language-Action models into reliable, high-performing policies. World models offer a further lever for sample effi...

📖 Read original article


97. Expected free energy as an information constraint on the Bethe Lagrangian ​

Author: Wouter M. Kouw
Published: 8/19/2026, 4:00:00 AM
Categories: cs.IT, cs.AI, cs.SY, eess.SY, math.IT, stat.ML

arXiv:2608.17167v1 Announce Type: cross Abstract: Active inference selects actions by minimising an expected free energy functional over predicted futures. However, adding an expectation over yet-unobserved outcomes means the free energy functional no longer has a Kullback-Leibler structure, which h...

📖 Read original article


98. Can LLMs Reason in a Legally Meaningful Manner? A Small-scale Study on European Court of Human Rights Cases ​

Author: Amogh Raina, Ilias Chalkidis, Daniel Hershcovich, Henrik Palmer Olsen
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2608.17168v1 Announce Type: cross Abstract: Reasoning has become a standard technique and feature for contemporary LLMs; however, its application and quality in the context of demanding legal-oriented tasks, such as legal case forecasting, remain under explored. We investigate how LLMs reason ...

📖 Read original article


99. The Acknowledgment Point Is the System: Durable Policy-Decision Receipts for AI Audit Evidence ​

Author: Neeraj Kumar Singh Beshane
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2608.17176v1 Announce Type: cross Abstract: An AI audit record is useful only if its durability and trust boundary are explicit. Returning a guarded decision before any durable write minimizes latency, but it cannot guarantee that evidence survives an immediate crash. We rebuild RuntimeGuard-A...

📖 Read original article


100. Task Specialization Fine-Tuning for Contextual Reinforcement Learning ​

Author: Jianan Zhou, Jung-Hoon Cho, Tianyue Zhou, Han Zheng, Jie Zhang, Roy Dong, Yining Ma, Cathy Wu
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2608.17180v1 Announce Type: cross Abstract: Contextual Reinforcement Learning (CRL) seeks to generalize classical RL by maximizing task coverage across a context space of related tasks. While prior works often train from scratch and rely on either multi-task learning for a single policy or str...

📖 Read original article


101. Token Optimization and Context Window Management in Multi-Agent AI Workflows ​

Author: Dvir Shamay
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2608.17188v1 Announce Type: cross Abstract: Multi-agent AI workflows are limited not only by model quality but by token cost, latency, and context-window quality. This paper presents a practitioner framework for token optimization and context-window management, grounded in an internal producti...

📖 Read original article


102. Graphectory Viewer: A Tool for Process-Centric Analysis of Agentic Software Trajectories ​

Author: Charlie Jyu, Shuyang Liu, Reyhaneh Jabbarvand
Published: 8/19/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2608.17195v1 Announce Type: cross Abstract: We present Graphectory Viewer, a web-based tool for interactive, process-centric analysis of software-agent trajectories. Building on the Graphectory representation introduced in our previous work, Graphectory Viewer transforms heterogeneous raw traj...

📖 Read original article


103. Teach and Grow: An Agent-Centered Architecture for General Robot Learning ​

Author: Chang Nie, Zhe Liu, Hesheng Wang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.RO, cs.AI, cs.CV, cs.LG

arXiv:2608.17209v1 Announce Type: cross Abstract: End-to-end vision-language-action (VLA) and world-action models offer an elegant route to general-purpose robotics, but their reliability is bounded by validated physical coverage. When an unfamiliar object, sensor, embodiment, or contact falls outsi...

📖 Read original article


104. PACE: Policy-Attested Contract Execution for Safe AI Agents in Decentralized Finance ​

Author: Rabimba Karanjai (Larry), Yang Lu (Larry), Richard Williamson (Larry), Hemanth Hm (Larry), Prakhar Mehrotra (Larry), Lei Xu (Larry), Weidong (Larry), Shi
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2608.17220v1 Announce Type: cross Abstract: Autonomous AI agents are emerging as interfaces for decentralized finance (DeFi) actions such as swaps, lending operations, and yield management. Because these agents rely on large language models (LLMs) to plan transactions, they inherit the LLM's s...

📖 Read original article


105. Delta2Gamma: Band-Wise Adaptive Contrastive Learning of EEG for Alzheimer's Disease Detection ​

Author: Chanwoo Park, Chanwoo Kim
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2608.17231v1 Announce Type: cross Abstract: Low-cost, scalable screening for dementia remains an open problem. Imaging-based diagnosis is costly and hard to deploy widely. Electroencephalography (EEG) is portable and inexpensive, but its recordings are noisy, vary widely across subjects, and c...

📖 Read original article


106. COMIC: Reference-Aware Safety Gating for Multimodal Large Language Models ​

Author: Md Abdullahil Oaphy, Anhao Xiang, Zongxing Xie, Huayue Gu, Chenyu Wang, Honghui Xu
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2608.17234v1 Announce Type: cross Abstract: Multimodal large language models (MLLMs) are increasingly used to interact with screenshots, scanned documents, diagrams, and other visually grounded inputs. This shift introduces a new safety risk: in many multimodal jailbreaks, neither the prompt n...

📖 Read original article


107. Structural Plan-to-Model Conversion with Deterministic Geometry and Guarded Agentic Vision-Language Refinement ​

Author: Mohammad Talebi-Kalaleh, Qipei Mei
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2608.17237v1 Announce Type: cross Abstract: Converting structural framing plans into editable finite-element model drafts remains labor-intensive and prone to transcription error. Existing drawing-understanding systems for building components rely on task-specific trained neural detectors, and...

📖 Read original article


108. Maximum Tsallis Entropy Distributions for Robust and Efficient Sparse Learning from Correlated Data ​

Author: Kai Yang, Masoud Asgharian, Celia M. T. Greenwood
Published: 8/19/2026, 4:00:00 AM
Categories: math.OC, cs.AI, math.ST, stat.CO, stat.ML, stat.TH

arXiv:2608.17244v1 Announce Type: cross Abstract: This paper addresses the limitations of Gaussian distribution assumptions in statistical sparse learning, particularly in modeling correlated and heterogeneous data. Conventional Gaussian models often lack robustness towards outliers and underlying d...

📖 Read original article


109. Adaptive surrogate modeling for high-dimensional spatio-temporal output ​

Author: Berkcan Kapusuzoglu, Shunsaku Matsumoto, Yoshitomo Miyagi, Daigo Watanabe, Sankaran Mahadevan
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CE, cs.AI, cs.LG, stat.ME, stat.ML

arXiv:2608.17250v1 Announce Type: cross Abstract: This paper develops an adaptive surrogate modeling method for problems with very high-dimensional spatio-temporal outputs. The analysis of spatio-temporal multi-physics systems is computationally expensive and consists of a large number of inputs and...

📖 Read original article


110. Co-RL: Unsupervised Reasoning Emerges from Diverse Cohort in Multi-agent RL ​

Author: Yunhao Yang, Yuexin Bian, Yunjie Tian, Di Fu, Tianjin Huang, Yuanyuan Shi, Ziang Xiao, Nuno Vasconcelos, Yijiang Li
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CV

arXiv:2608.17253v1 Announce Type: cross Abstract: Reinforcement learning (RL) has emerged as a powerful approach for improving reasoning in language and vision-language models, yet its strongest successes still depend heavily on ground-truth supervision (e.g., verifiable reward). Such annotations ar...

📖 Read original article


111. Learning Where and What to Lift for Bi-planar X-ray-to-CT Reconstruction ​

Author: Yifei Wu, Yicheng Wu, Qiang Ma, Qi Chen, Renyang Gu, Xinyu Liu, Yongsheng Pan, Yong Xia
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2608.17255v1 Announce Type: cross Abstract: X-ray imaging can be approximately modeled as the projection of an underlying volumetric attenuation field, with each measurement recording the accumulated attenuation along a corresponding ray path. Reconstructing a CT volume from only a few X-ray v...

📖 Read original article


112. Nonadaptive Learning in Robust Nonlinear Output Regulation ​

Author: Shimin Wang, Martin Guay, Richard D. Braatz
Published: 8/19/2026, 4:00:00 AM
Categories: eess.SY, cs.AI, cs.SY, math-ph, math.MP, math.OC

arXiv:2608.17262v1 Announce Type: cross Abstract: This paper considers robust nonadaptive regulation for general nonlinear systems in an output-feedback setting with arbitrarily high relative degree. We develop a nonadaptive design that combines an input-driven filter and a generic internal model wi...

📖 Read original article


113. Understanding Curriculum Learning in Large Language Models via Cross-Difficulty Optimization Dynamics ​

Author: Zhikai Ding, Ziyi Ye
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2608.17268v1 Announce Type: cross Abstract: Curriculum learning has been widely adopted in the post-training of large language models by organizing training data from easy to hard. However, its effectiveness varies substantially across reasoning tasks, suggesting that no single curriculum is u...

📖 Read original article


114. When Agents Act on Web3: An Attack-Surface Survey of MCP, Skills, and Tool Calling ​

Author: Rabimba Karanjai (Larry), Yang Lu (Larry), Nour Diallo (Larry), Wujie Xiong (Larry), Lei Xu (Larry), Weidong (Larry), Shi
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2608.17275v1 Announce Type: cross Abstract: AI agents increasingly act rather than merely read: across the Model Context Protocol (MCP) ecosystem, the share of deployed tools that modify external state has risen from 27% to 65% of tool use. When agents exercise this authority on public blockch...

📖 Read original article


115. Rethinking Irregular Time Series Forecasting from the Perspective of Basis Functions ​

Author: Rongwen Li, Changjian Chen
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2608.17284v1 Announce Type: cross Abstract: Irregular time series forecasting is crucial in many domains, such as healthcare and meteorological observation. However, due to the inherent characteristics of irregular time series, including sparse observations and non-uniform sampling, accurately...

📖 Read original article


116. Beyond MSE: Rethinking the Evaluation Metric and Benchmarking for Irregular Time Series Forecasting ​

Author: Rongwen Li, Haixin Xie, Xiao Wang, Changjian Chen
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2608.17293v1 Announce Type: cross Abstract: Existing research on irregular time-series forecasting has primarily focused on model design, while evaluation metrics remain insufficiently studied. Existing benchmarks typically use mean squared error (MSE) as the evaluation metric. We show that, i...

📖 Read original article


117. NeuroAbs: A Neuro-Symbolic RTL Abstraction Framework for Property Checking Acceleration ​

Author: Zhiyuan Yan, Xiaofeng Zhou, Ziyue Zheng, Ziyi Yang, Wenbin Che, Wei Zhang, Yangdi Lyu, Hongce Zhang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AR, cs.AI, cs.SE

arXiv:2608.17304v1 Announce Type: cross Abstract: Formal verification is a crucial technique for ensuring the functional correctness of hardware designs. In the context of property checking, a key challenge is how to efficiently prove a user-specified property in the face of increasingly complex RTL...

📖 Read original article


118. Learning What Not to Learn: Adversarial Disentangled Prompt Tuning for Robust Vision-Language Models ​

Author: Yang Chen, Zhan Zhuang, Yanbin Wei, Zebin Chen, Hua Liu, Yu Zhang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2608.17306v1 Announce Type: cross Abstract: While adversarial prompt tuning can enhance robustness of vision-language models efficiently, we find that existing methods aggravate robust generalization overfitting on seen classes, leading to a rapid degradation in performance against adversarial...

📖 Read original article


119. ORPA: Online Residual Policy Adaptation for Robot Manipulation Control with Human Feedback ​

Author: Muhammad A. Muttaqien, Tomohiro Motoda, Ryo Hanai, Yukiyasu Domae
Published: 8/19/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2608.17323v1 Announce Type: cross Abstract: Robotic manipulation policies trained via imitation learning, such as Action Chunking with Transformers (ACT), can achieve strong performance under ideal conditions but often remain sensitive to small execution errors and distribution shifts. Correct...

📖 Read original article


120. SPACE: Sample-cloud Predictive Adaptive Conformal Ellipsoids for Multivariate Time-Series Forecasting ​

Author: Baishi Li, Kelvin J. L. Koa, Ke-Wei Huang
Published: 8/19/2026, 4:00:00 AM
Categories: stat.ML, cs.AI, cs.LG

arXiv:2608.17333v1 Announce Type: cross Abstract: Modern probabilistic time-series forecasters often express uncertainty through forecast samples. While typically converted into nominal prediction regions using empirical quantiles, these model-implied sets lack formal coverage guarantees and frequen...

📖 Read original article


121. MoFE: A Novel Mixture-of-Experts Framework with Fourier Neural Operators for Cryptocurrency Forecasting ​

Author: Bowen Liu, Mingming Sun
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2608.17342v1 Announce Type: cross Abstract: Forecasting cryptocurrency prices remains a formidable challenge due to inherent non-stationarity, abrupt regime shifts, and multi-scale stochastic dependencies. Conventional deep learning models often struggle to capture complex underlying dynamics,...

📖 Read original article


122. Inductively Scalable, Single-Step Neural Surrogates for Wave-Scattering Inverse Problems ​

Author: Charles Dove, Laura Waller
Published: 8/19/2026, 4:00:00 AM
Categories: physics.optics, cs.AI

arXiv:2608.17344v1 Announce Type: cross Abstract: Neural network surrogates are an emerging alternative to traditional electromagnetic wave simulators like finite-difference time-domain (FDTD); their goal is to replace rigorous physical simulations with pre-trained neural networks that solve wave-sc...

📖 Read original article


123. Fair ASR: Re-Evaluating Black-Box Jailbreaks under Shared Target-Call Budgets ​

Author: Zhida He, Xiaoyu Wen, Han Qi, Ziyuan Zhou, Peng Yu, Jiajia Li, Chaochao Lu, Qiaosheng Zhang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2608.17360v1 Announce Type: cross Abstract: Reliable jailbreak evaluation is essential for assessing LLM safety, but most existing studies rely solely on attack success rate (ASR) without accounting for its dependence on attack budgets, resulting in unfair comparisons across methods. Existing ...

📖 Read original article


124. Integrating Novelty and Surprise for Experience Prioritization and Exploration in Image-Based Reinforcement Learning ​

Author: Hoda Yamani, Henry Williams, Bruce A. MacDonald
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2608.17373v1 Announce Type: cross Abstract: Sample efficiency is a central challenge in reinforcement learning (RL), particularly in image-based domains where agents must learn from high-dimensional visual inputs. Traditional sampling often relies on random or suboptimal experience selection, ...

📖 Read original article


125. PTXBench: Benchmark and Adapt LLMs for GPU Kernel Optimization with Architecture-specific PTX ​

Author: Genghan Zhang, Yixin Dong, Chengze Fan, Zhichen Zeng, Yueming Yuan, Shaowei Zhu, Kunle Olukotun
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2608.17379v1 Announce Type: cross Abstract: We introduce PTXBench, a benchmark for evaluating and adapting large language models (LLMs) to use architecture-specific PTX for GPU kernel optimization. PTXBench measures functional correctness, whether selected target instructions execute at runtim...

📖 Read original article


126. Leveraging generative hallucination and biophysics-informed modeling for unified biomolecular sequence-structure co-design ​

Author: Xuefeng Liu, Mingxuan Cao, Xiao Luo, Songhao Jiang, Tobin Sosnick, Jinbo Xu, Louis Maher, Rick Stevens
Published: 8/19/2026, 4:00:00 AM
Categories: q-bio.QM, cs.AI, cs.LG, q-bio.BM

arXiv:2608.17381v1 Announce Type: cross Abstract: Biomolecular design underpins applications from molecular recognition to therapeutics and synthetic biology, yet de novo interaction design remains challenging-especially for DNA/RNA, underexplored non-protein modalities with scarce, heterogeneous co...

📖 Read original article


127. SemComp-Bench: Benchmarking Semantic Task Completion in Video Generation ​

Author: Keyu Tu, Zhuowei Chen, Mengqi Huang, Yuxin Wang, Jiahao Zhu, Zhendong Mao, Yongdong Zhang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2608.17426v1 Announce Type: cross Abstract: We introduce Semantic Task Completion Video Generation, an outcome-oriented video generation task. Under this formulation, success requires both achievement of the intended outcome and semantic grounding. Semantic grounding characterizes the correspo...

📖 Read original article


Author: Enrique Barba Roque, Lu'is Cruz, Annibale Panichella
Published: 8/19/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2608.17515v1 Announce Type: cross Abstract: Background: Large Language Models (LLMs) are increasingly being applied to Software Engineering (SE) tasks, achieving high accuracy across problems such as clone detection, vulnerability prediction, and code summarization. However, their high computa...

📖 Read original article


129. Explainable AI-Powered Framework for Video-Based Skill Assessment in Cataract Surgery ​

Author: Mohammad Javad Ahmadi, Hamid D. Taghirad
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2608.17522v1 Announce Type: cross Abstract: Persistent shortages in the surgical workforce and inherent limitations of traditional training methods highlight the necessity of automated, data-driven approaches in surgical education. This study addresses these challenges by introducing a novel, ...

📖 Read original article


Author: Jin Su, Zhuofeng Zhao, Huanhuan Wang, Hao Chen
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2608.17536v1 Announce Type: cross Abstract: Legal consultation questions exhibit multi-level complexity. A single retrieval strategy often leads to over-reasoning for simple questions and poor interpretability for complex ones, making it difficult to meet the requirements for both answer quali...

📖 Read original article


131. No Gaussian Required: Contrastive Inverse Dynamics for JEPA World Models ​

Author: Jack Boylan, Chris Hokamp
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2608.17542v1 Announce Type: cross Abstract: Joint-Embedding Predictive Architectures (JEPAs) learn world models by predicting future embeddings, but the objective admits a trivial solution of a constant encoder, so every practical system adds an anti-collapse mechanism (LeCun, 2022; Assran et ...

📖 Read original article


132. Where a New Concept Must Enter: Entry Point Gates Cross-Task Usability in Unified Multimodal Models ​

Author: Zongyang Qiu, Yihan Wu, Kaixuan Fan, Bo Li, Hui Xiong
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2608.17564v1 Announce Type: cross Abstract: Unified multimodal models (UMMs) are motivated by the hope that understanding and generation reinforce each other but controlled ablations repeatedly find that adding a generation objective leaves understanding flat. Joint-training studies cannot set...

📖 Read original article


133. Domain-Adapted Molecular Language Models for Efficient Search of Make-on-Demand Libraries ​

Author: Henrik Wille, Luis-Finley Sch"utz, Felix Strieth-Kalthoff
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CL

arXiv:2608.17567v1 Announce Type: cross Abstract: Pretrained molecular language models are increasingly used as molecular encoders for learning structure-property relationships. However, their practical suitability for molecular discovery within and beyond their pretraining domain remains unclear. H...

📖 Read original article


134. DMT-Dens: Density-preserving manifold visualization for biological data ​

Author: Ruizhe Wang, Yixuan Dong, Bolin Yang, Bingo Wing-Kuen Ling, Fuji Yang, Zelin Zang
Published: 8/19/2026, 4:00:00 AM
Categories: q-bio.QM, cs.AI

arXiv:2608.17571v1 Announce Type: cross Abstract: Motivation: Low-dimensional embeddings are widely used to explore cell-state heterogeneity in single-cell and other high-dimensional biological data. Although many methods preserve local neighborhoods, they may distort the apparent sampling density o...

📖 Read original article


135. tinyDSM: A Framework for Skill Modeling and Development for Resource-Constrained Millirobots ​

Author: Markus D. Kobelrausch, Michael Miedler, Axel Jantsch
Published: 8/19/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2608.17596v1 Announce Type: cross Abstract: In this study, we investigate developmental mechanisms that enable small, resource-constrained systems such as cm-sized millirobots to autonomously explore, learn, and adapt their capabilities throughout their lifespan. Reinforcement learning algorit...

📖 Read original article


136. HarnessRisk: A Lifecycle-Oriented Benchmark for Agent Harness Safety ​

Author: Yajing Bai, Jinhao Duan, Jie Peng, Xianfeng Wu, Sijia Liu, Song Wang, Tianlong Chen
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2608.17597v1 Announce Type: cross Abstract: Large language models are increasingly deployed through agent harnesses that manage tools, extensions, persistent state, permissions, and external actions. Existing safety benchmarks mainly target individual attack mechanisms or a limited subset of o...

📖 Read original article


137. Multi-turn Conversational AI from Text to Multimodal Interaction: Data, Models, Evaluation, and Open Challenges ​

Author: Syeda Faiza Ahmed, Zien Sheikh Ali, Hunzalah Hassan Bhatti, Firoj Alam, Shammur Absar Chowdhury
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.SD

arXiv:2608.17605v1 Announce Type: cross Abstract: Conversational AI is moving beyond isolated text prompts toward sustained, multimodal interaction. In real conversations, users clarify goals, revise requests, interrupt responses, switch topics, and introduce new evidence while expecting systems to ...

📖 Read original article


138. From Student Risk Prediction to SC2R: Semantics-Constrained Counterfactual Recourse for Educational Decision Support ​

Author: Ngoc Luyen Le, Marie-H'el`ene Abel, Bertrand Laforge
Published: 8/19/2026, 4:00:00 AM
Categories: cs.IR, cs.AI

arXiv:2608.17618v1 Announce Type: cross Abstract: Learning analytics models can identify students at risk of poor performance, but they do not directly indicate which interventions are feasible, actionable, and compatible with educational constraints. This paper introduces SC2R, a semantics-constrai...

📖 Read original article


139. Iterative Grasp Pose Refinement: A Deep Reinforcement Learning Approach for 2D Vision ​

Author: Amir Arsalan Nematollahi, Shayan Ahmadi, Mehdi Tale Masouleh, Ahmad Kalhor
Published: 8/19/2026, 4:00:00 AM
Categories: cs.RO, cs.AI, cs.LG, eess.IV

arXiv:2608.17628v1 Announce Type: cross Abstract: Developing robots capable of understanding and manipulating objects requires compact, interpretable, and generalizable representations. This work proposes a reinforcement learning-based framework for robotic grasp refinement, integrating keypoint-bas...

📖 Read original article


140. DEPT: Document Embedding Preservation Tuning for Unified Query Expansion and Retrieval ​

Author: Jingyuan Wang, Richong Zhang, Zhijie Nie, Mingxin Li, Yanzhao Zhang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.IR, cs.AI

arXiv:2608.17632v1 Announce Type: cross Abstract: Large language models (LLMs) can both expand underspecified queries and encode text as dense representations, suggesting a unified model for query expansion and retrieval. Existing systems usually rely on prompted expansions, independently trained mo...

📖 Read original article


141. MobileWorldSafety: Benchmarking GUI Agent Safety Against Environmental Injection Attacks in Android Apps ​

Author: Sujin Chen, Lijun Li, Tianyi Du, Jing Shao
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2608.17659v1 Announce Type: cross Abstract: LLM-powered GUI agents that autonomously operate smartphones are rapidly transitioning from research prototypes to early real-world deployment. However, because these agents routinely process untrusted environmental content, they are highly vulnerabl...

📖 Read original article


142. Benchmarking Automated Security Patch Backporting: How Far Are We? ​

Author: Jincheng Yang, Yulong Fu, Chengwei Liu, Lyuye Zhang, Fangyuan Zhang, Bingyang Ren, Yang Liu, Hui Li
Published: 8/19/2026, 4:00:00 AM
Categories: cs.SE, cs.AI, cs.CR

arXiv:2608.17671v1 Announce Type: cross Abstract: Automated security patch backporting is critical for mitigating N-day vulnerabilities. Recent tools report success rates above 80% on their respective datasets. However, these evaluations are often confined to homogeneous environments, such as one re...

📖 Read original article


143. GADR: Gathering Architecture Decision Records from Meeting Transcriptions ​

Author: Lucas Daniel Costa da Silva, Kiev Gama
Published: 8/19/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2608.17694v1 Announce Type: cross Abstract: Existing LLM-based approaches to Architecture Decision Record (ADR) generation share a critical and largely unexamined assumption: that input is already reasonably structured. In practice, architectural decisions emerge from informal, noisy meetings ...

📖 Read original article


144. Dijkstra as an Oracle for Online Stochastic Shortest Path Navigation with Provable Guarantees ​

Author: Mansur M. Arief, Ali Akarma, Ahmad Alfan Alfian Irfan
Published: 8/19/2026, 4:00:00 AM
Categories: cs.RO, cs.AI, math.OC

arXiv:2608.17703v1 Announce Type: cross Abstract: Mobile robots that operate in side by side with humans and critical facilities must reach their goals at low cost, despite often unknown true traversal costs of the map apriori and imperfect actuation. Planners that solve the underlying stochastic sh...

📖 Read original article


145. Communicating Credit Risk with Large Language Models: Evaluation of Explanations from Standard and Alternative Data-Based Models ​

Author: Sahab Zandi, Noah Kostesku, Christophe Mues, Mar'ia 'Oskarsd'ottir, Cristi'an Bravo
Published: 8/19/2026, 4:00:00 AM
Categories: q-fin.RM, cs.AI

arXiv:2608.17715v1 Announce Type: cross Abstract: Credit decisioning is a high-stakes task in which model outputs must be accurate and explainable to support compliant decisions. Although modern credit risk models such as eXtreme Gradient Boosting (XGBoost) and Graph Neural Networks (GNNs) improve p...

📖 Read original article


146. What Aggregate Scores Miss: Measuring Item-Level Regressions in Commercial LLM API Migrations ​

Author: Xiaonan Xu, Wenjing Wu
Published: 8/19/2026, 4:00:00 AM
Categories: cs.SE, cs.AI, cs.CL

arXiv:2608.17719v1 Announce Type: cross Abstract: Context: Software systems that depend on commercial large language model APIs must migrate to successor versions when vendors deprecate older models. Migration decisions typically rely on aggregate benchmark scores, which compress heterogeneous item-...

📖 Read original article


147. Learnware for CSI Feedback: Scene-specific Small Models Can Do Big ​

Author: Xiangyi Li, Jiajia Guo, Chao-Kai Wen, Xin Geng, Shi Jin, Zhi-Hua Zhou
Published: 8/19/2026, 4:00:00 AM
Categories: cs.IT, cs.AI, eess.SP, math.IT

arXiv:2608.17760v1 Announce Type: cross Abstract: Intelligent channel state information (CSI) feedback is essential for realizing the high capacity and spectral efficiency goals of future 6G systems, yet existing deep learning solutions face a trade-off between model generalization and scenario-spec...

📖 Read original article


148. Training with synthetic data for drone detection in thermal imagery ​

Author: Tanel Liiv, Sander Soodla, Nzamba Bignoumba, Alma M. Liezenga, Toomas Pruuden
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.ET, cs.RO

arXiv:2608.17799v1 Announce Type: cross Abstract: Ground-to-Air (G2A) drone detection in medium- and long-wave infrared (MWIR/LWIR) imagery is challenging due to reduced texture information, sensor noise, weak thermal contrast, and the scarcity of annotated data. This work investigates a synthetic-f...

📖 Read original article


149. Interpretable Humans, Alien LLMs: Expert Analysis of Latent Structures in Assessment Responses ​

Author: Alona Strugatski, Licol Zeinfeld, Jason Cooper, Shelley Rap, Gil Schwarts, Giora Alexandron
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.HC

arXiv:2608.17810v1 Announce Type: cross Abstract: The evaluation of large language models (LLMs) relies heavily on human-designed assessments, implicitly assuming that AI and humans employ similar underlying cognitive constructs. Challenging this assumption, we investigate whether the latent factors...

📖 Read original article


150. MotoSafety: Edge-AI with Learned Temporal Importance for Two-Wheeler Collision Risk Assessment Under Time Pressure ​

Author: Sumit S. Shevtekar, Chandresh K. Maurya, Gourab Sil, Subasish Das
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.HC

arXiv:2608.17823v1 Announce Type: cross Abstract: Powered two-wheeler riders face critical safety challenges in low- and middle-income countries, yet limited studies exist on how cognitive stressors such as Time Pressure influence collision risk. To address this gap, we introduce a large-scale datas...

📖 Read original article


151. The Model's Tell: Measuring Context-Leakage Attack Signals with Behavior Gauges ​

Author: Maosen Zhang, Jianshuo Dong, Boting Lu, Wenyue Li, Xiaoping Zhang, Tianwei Zhang, Jie Zhang, Han Qiu
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2608.17829v1 Announce Type: cross Abstract: LLMs increasingly rely on external contexts, such as pre-defined system prompts or retrieved documents, to improve generation quality. However, processing these contexts alongside user queries creates an attack surface: adversarial inputs can induce ...

📖 Read original article


152. AdaLens: Interactive Storyline for Monitoring and Steering Long-Running Agentic Data Analysis ​

Author: Yangtian Liu, Yan Miao, Shuhan Liu, Yunfan Zhou, Dae Hyun Kim, Di Weng, Yingcai Wu
Published: 8/19/2026, 4:00:00 AM
Categories: cs.HC, cs.AI

arXiv:2608.17834v1 Announce Type: cross Abstract: Large language models are pushing data science toward increasingly autonomous and agentic workflows, with recent systems already supporting multi-step and long-running analyses. As these workflows become more autonomous, conventional interfaces no lo...

📖 Read original article


153. Encoded but Not Actionable: Auditing the Decode-Generate-Steer Gap in Frozen LLMs for Geometric Constraints ​

Author: Man Liang, Xinzhao Cheng, Faizan Wajid
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2608.17843v1 Announce Type: cross Abstract: Large language models (LLMs) have demonstrated strong performance on structured reasoning tasks, but what they encode and whether it informs model behavior remain unclear. We investigate this question through geometric reasoning, using parametric CAD...

📖 Read original article


154. BEAR-Bench: A Bilingual Enterprise and Academic Reasoning Benchmark for Multimodal Models ​

Author: Liubov Chubarova, Alexandra Kuleshova, Daniil Volkov, Kirill Sultanov, Alexey Zaytsev
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2608.17895v1 Announce Type: cross Abstract: While Multimodal Large Language Models (MLLMs) have made significant strides in visual comprehension, their ability to reason about text-dense, professional documents remains incompletely evaluated. Existing benchmarks emphasize information extractio...

📖 Read original article


155. Comparative Study of Out-of-the-Box Technology for Automatic Target Detection and Recognition ​

Author: Alma M. Liezenga, Lotte Nijskens, Henrik R. Baumann, Stefan Becker, Simon Bensberg, Niccol`o Camarlinghi, H{\aa}vard R. Eiring, Alexander W. Johnsgaard, Tanel Liiv, Giuseppe Martino, Matteo Marturini, Matthias Rapp, Jan Erik van Woerden, Alexander Wolpert, Hugo J. Kuijf
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2608.17917v1 Announce Type: cross Abstract: Automatic Target Detection and Recognition (ATD/R) is critical for military decision support and (semi-)autonomous operations. Recent advances in object detection and artificial intelligence (AI) significantly boosted the potential performance of ATD...

📖 Read original article


156. Analysis of Types of Inquiries in Student-AI Interaction: A case study of two CS2 tasks ​

Author: Matin Amoozadeh, Amin Alipour
Published: 8/19/2026, 4:00:00 AM
Categories: cs.HC, cs.AI

arXiv:2608.17919v1 Announce Type: cross Abstract: Background and Context: Question and inquiry are integral parts of knowledge seeking and learning. Despite their importance, students tend not to ask enough questions in the classroom. However, studies have shown that students interact extensively wi...

📖 Read original article


157. A Theoretical Framework for Parallel Lifelong MAPF Using Group Decentralized Planning ​

Author: Alex DeWeese, Jiaoyang Li, Guannan Qu
Published: 8/19/2026, 4:00:00 AM
Categories: cs.MA, cs.AI, cs.RO

arXiv:2608.17928v1 Announce Type: cross Abstract: In the Lifelong Multi-Agent Path Finding (L-MAPF) problem, agents must repeatedly move from one destination to another while avoiding obstacles and inter-agent collisions. Widely regarded as one of the highest-performing solutions to this problem is ...

📖 Read original article


Author: Chainarong Amornbunchornvej
Published: 8/19/2026, 4:00:00 AM
Categories: cs.MA, cs.AI

arXiv:2608.17932v1 Announce Type: cross Abstract: Groups routinely complete projects that no single member can plan, execute, or verify alone. We propose a formal model of this phenomenon, Collective Counterfactual Planning (CCP), in which the binding limitation on each agent is neither capability, ...

📖 Read original article


159. Grading Needs a Rubric, Not Intelligence ​

Author: Jhen-Ke Lin
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2608.17938v1 Announce Type: cross Abstract: Small language models can grade open-ended examination answers as reliably as substantially more expensive models when they grade against an explicit rubric. We test this claim as the design principle behind any-to-bench: a frontier model reads sourc...

📖 Read original article


160. Efficient RLVR Scheduling via Graph-Structured Online Difficulty Estimation ​

Author: Zhizhao Liu, Zhiliang Tian, Xi Wang, Zhihua Wen, Yihang Xiong, Zhiquan Lai, Dongsheng Li
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CL

arXiv:2608.17941v1 Announce Type: cross Abstract: Reinforcement learning with verifiable rewards (RLVR) improves the reasoning capabilities of large language models but relies on costly rollout exploration. Assigning the same exploration budget to samples with different difficulty levels is ineffici...

📖 Read original article


161. SIGMA: SHAP-Guided Implicit-Trajectory Generation for Metadata-Free LLM-Based AutoFE ​

Author: Xuan Zheng, Kento Uchida, Shinichi Shirakawa
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2608.17948v1 Announce Type: cross Abstract: Recent research has leveraged Large Language Models (LLMs) to enhance Automated Feature Engineering (AutoFE) through semantic descriptions and trajectory-based prompting. However, there exist two challenges that limit their applicability and scalabil...

📖 Read original article


162. An Omitted Mode Is a Rare Rule: The Sampling-Verification Danger Law in Continuous Code World Models ​

Author: Javier Aguilar Mart'in
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.SY, eess.SY

arXiv:2608.17956v1 Announce Type: cross Abstract: In the Code World Model paradigm an LLM synthesizes an executable world model that a classical planner searches, and the model is accepted when it reproduces sampled transitions. We ask what that acceptance certifies in continuous control. We define ...

📖 Read original article


163. Too Sure to Be Safe: Model Calibration for Reliable Log Anomaly Detection ​

Author: Bin Li, Dongdong Wang, Siyang Lu
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.SE

arXiv:2608.17965v1 Announce Type: cross Abstract: Online log anomaly detection is critical for maintaining the reliability of large-scale computing systems. Although recent language model-based log anomaly detectors achieve strong detection performance, their confidence estimates remain poorly calib...

📖 Read original article


164. Dual Co-Train: Cross-Dataset Ultrasound Tongue Segmentation Under Extreme Data Scarcity ​

Author: Alisher Myrgyyassov, Zhen Song, Bruce Xiao Wang, Yu Sun, Min Ney Wong, Yihao Zhou, Yongping Zheng
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2608.17983v1 Announce Type: cross Abstract: Ultrasound tongue contour segmentation remains challenging under cross-dataset domain shift, where limited annotations, probe variability, and acquisition noise often degrade model generalization. We present a source-free domain adaptation framework ...

📖 Read original article


165. Against Political Polarization: A Unified Framework for Tracing Evolving Political Ideologies on Social Media ​

Author: Yijie Xu, Chao Wang, Hui Xiong
Published: 8/19/2026, 4:00:00 AM
Categories: cs.SI, cs.AI, cs.CL, cs.LG

arXiv:2608.17987v1 Announce Type: cross Abstract: The rapid growth of social media has greatly influenced political discourse, highlighting the need to understand individual political ideologies and their temporal dynamics. This task faces challenges such as data scarcity, abundant non-political con...

📖 Read original article


166. Traceable Trust for action-ready artificial intelligence in bioscience ​

Author: Huayu Xin, Yizhi Cai, Mukilan Deivarajan Suresh, Gavin Michael Farrell, Iwona Gajda, Charlie Harrison, Conor Houghton, Mato Lagator, Yang Lu, Virginia Portillo, Reyer Zwiggelaar, Sebastian Lobentanzer
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2608.17997v1 Announce Type: cross Abstract: Artificial intelligence (AI) is becoming part of the working infrastructure of the biosciences. AI models can predict biomolecular structures, design proteins, rank variants, annotate images, recommend strains and optimise experimental conditions. We...

📖 Read original article


167. Policy-Invariant Reward Shaping from LLM Feedback: A Framework for Hybrid RL Agents ​

Author: Christophe D. Hounwanou, John Emeka Eze, Ya'e U. Gaba
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2608.18008v1 Announce Type: cross Abstract: Combining large language models with reinforcement learning is increasingly explored, yet the theoretical status of LLM-derived reward signals is often left implicit. We formalize the hybrid LLM-planner and RL-controller architecture as a Goal-Augmen...

📖 Read original article


168. Why GPT-Style Models Do Not Directly Transfer to Symbolic Music: Compression in the Wrong Coordinate System ​

Author: Yi Wang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.SD

arXiv:2608.18025v1 Announce Type: cross Abstract: GPT-style models achieve strong performance by representing language with finite vocabularies of reusable discrete tokens. This success has motivated symbolic music tokenizations to treat recurring musical structures, such as chords, motifs, and phra...

📖 Read original article


169. Harnessing Magnitude-Only and Complex Measurements for Improved Dynamic MRI Reconstruction with Learned Priors ​

Author: Mahdi Saberi, Ya\c{s}ar Utku Al\c{c}alar, Merve G"{u}lle, Chetan Shenoy, Mehmet Ak\c{c}akaya
Published: 8/19/2026, 4:00:00 AM
Categories: eess.IV, cs.AI, cs.CV, cs.LG, physics.med-ph

arXiv:2608.18036v1 Announce Type: cross Abstract: MRI reconstruction methods for undersampled k-space data naturally utilize complex-valued measurements. Parallel developments in sparse phase retrieval have shown that magnitude-only measurements may provide complementary information for signal recov...

📖 Read original article


170. From Corpora to Co-Evolving Capabilities: Capability-Centric Data Design for Generalist Image Generation ​

Author: Xingjian Wang, Zhao Wang, Taihang Hu, Jun Zheng, Qing Jin, Qinye Zhou, Zhengtao Wu, Yongchao Du, Zuan Gao, Chao Lin, Yefeng Shen, Xiaoli Xu, Zhengze Xu, Hao Yan, Yuhang Yu, Mingzhou Zhang, Mengting Chen
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2608.18076v1 Announce Type: cross Abstract: Large-scale image generation has benefited from advances in data scale, quality, rebalancing, and recaptioning, yet conventional pipelines typically optimize task-specific datasets in isolation. A central challenge is not only how to curate each task...

📖 Read original article


171. Evidence of conceptual mastery in the application of rules by Large Language Models ​

Author: Jos'e Luiz Nunes, Guilherme FCF Almeida, Brian Flanagan
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.CY, cs.HC

arXiv:2503.00992v3 Announce Type: replace Abstract: Background. Evidence that large language models (LLMs) reproduce human judgments does not establish conceptual mastery: the correspondence may reflect memorisation or be sensitivite to incidental task features. Objective. Across five experiments, w...

📖 Read original article


172. HA-VLN 2.0: An Open Benchmark and Leaderboard for Human-Aware Navigation in Discrete and Continuous Environments with Dynamic Multi-Human Interactions ​

Author: Yifei Dong, Fengyi Wu, Qi He, Lingdong Kong, Heng Li, Minghan Li, Zebang Cheng, Yuxuan Zhou, Jingdong Sun, Qi Dai, Alexander G Hauptmann, Zhi-Qi Cheng
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CV, cs.RO

arXiv:2503.14229v5 Announce Type: replace Abstract: Vision-and-Language Navigation (VLN) has been studied mainly in either discrete or continuous spaces, with little attention to dynamic, crowded environments. We present HA-VLN 2.0, a unified benchmark introducing explicit social-awareness constrain...

📖 Read original article


173. Efficient Dynamic Shielding for Parametric Safety Specifications ​

Author: Davide Corsi, Kaushik Mallik, Andoni Rodriguez, Cesar Sanchez
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.LG, cs.LO, cs.RO, cs.SY, eess.SY

arXiv:2505.22104v2 Announce Type: replace Abstract: Shielding has emerged as a promising approach for ensuring safety of AI-controlled autonomous systems. The algorithmic goal is to compute a shield, which is a runtime safety enforcement tool that needs to monitor and intervene the AI controller's a...

📖 Read original article


174. MoRA: Mobility as the Backbone for Geospatial Representation Learning at Scale ​

Author: Ya Wen, Jixuan Cai, Qiyao Ma, Linyan Li, Xinhua Chen, Chris Webster, Yulun Zhou
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2506.01297v5 Announce Type: replace Abstract: Representation learning of geospatial locations remains a core challenge in achieving general geospatial intelligence, with increasingly diverging philosophies and techniques. While Earth observation paradigms excel at depicting locations in their ...

📖 Read original article


175. LLM Enhancement with Domain Expert Mental Model to Reduce LLM Hallucination with Causal Prompt Engineering ​

Author: Boris Kovalerchuk, Brent D. Fegley
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.HC

arXiv:2509.10818v2 Announce Type: replace Abstract: When consequential decisions depend on knowledge that exists nowhere in writing, LLMs hallucinate not from retrieval failure but from model absence. RAG and knowledge-graph methods share a structural ceiling. They cannot supply what has never been ...

📖 Read original article


176. Towards Unified World Models for Visual Navigation via Memory-Augmented Planning and Foresight ​

Author: Yifei Dong, Fengyi Wu, Guangyu Chen, Lingdong Kong, Qiyu Hu, Yuxuan Zhou, Xu Zhu, Jingdong Sun, Jun-Yan He, Qi Dai, Alexander G. Hauptmann, Zhi-Qi Cheng
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CV, cs.RO

arXiv:2510.08713v3 Announce Type: replace Abstract: Enabling embodied agents to imagine future states is essential for robust and generalizable visual navigation. Yet, state-of-the-art systems typically rely on modular designs that decouple navigation planning from visual world modeling, which often...

📖 Read original article


177. Planning under Distribution Shifts with Causal POMDPs ​

Author: Matteo Ceriscioli, Karthika Mohan
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2602.23545v3 Announce Type: replace Abstract: In the real world, planning is often challenged by distribution shifts. As such, a model of the environment obtained under one set of conditions may no longer remain valid as the distribution of states or the environment dynamics change, which in t...

📖 Read original article


178. Does Unification Come at a Cost? Uni-SafeBench: A Safety Benchmark for Unified Multimodal Large Models ​

Author: Zixiang Peng, Yongxiu Xu, Qin-Yi Zhang, Jiexun Shen, Yi-Fan Zhang, Hongbo Xu, Yubin Wang, Gaopeng Gou
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2604.00547v2 Announce Type: replace Abstract: Unified Multimodal Large Models (UMLMs) integrate understanding and generation capabilities within a single architecture. While unified architectures expand multimodal capabilities, their safety implications remain important yet underexplored. Exis...

📖 Read original article


179. TSQueryBench: LLM-as-a-Judge for Time Series Explanations ​

Author: Preetham Sivalingam, Murari Mandal, Dhruv Kumar, Saurabh Deshpande
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CL

arXiv:2604.02118v2 Announce Type: replace Abstract: Natural language explanations of time series data are increasingly produced by foundation models in high stakes domains, making factual correctness critical. Evaluating such explanations differs fundamentally from standard natural language generati...

📖 Read original article


180. Chronos: The AI Co-Historian ​

Author: Lorenz Hufe, Niclas Griesshaber, Gavin Greif, Sebastian Oliver Eck, Pieter Francois, Wojciech Samek, Christian Schroeder de Witt, Philip Torr
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.DL

arXiv:2604.03553v3 Announce Type: replace Abstract: AI is increasingly supporting, accelerating, and automating scientific discovery across subjects. Yet, the adoption of AI in historical research remains limited due to the lack of specialised solutions for historians. To change this, we introduce C...

📖 Read original article


181. Ads in AI Chatbots? An Analysis of How Large Language Models Navigate Conflicts of Interest ​

Author: Addison J. Wu, Ryan Liu, Shuyue Stella Li, Yulia Tsvetkov, Thomas L. Griffiths
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.CY

arXiv:2604.08525v3 Announce Type: replace Abstract: Large language models (LLMs) are trained to align with user preferences through methods like reinforcement learning. Yet models are beginning to be deployed not solely to satisfy users, but to generate revenue for the companies that created them th...

📖 Read original article


182. Every Picture Tells a Dangerous Story: Memory-Augmented Multi-Agent Jailbreak Attacks on VLMs ​

Author: Jianhao Chen, Haoyang Chen, Hanjie Zhao, Haozhe Liang, Zheng Wang, Tieyun Qian
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.MM

arXiv:2604.12616v2 Announce Type: replace Abstract: Vision-Language Models (VLMs) expand the attack surface of safety-aligned systems by coupling visual perception with text generation. Existing multimodal jailbreak attacks primarily rely on crafted visual content, adversarial perturbations, or imag...

📖 Read original article


183. LoopVLA: Learning Sufficiency in Recurrent Refinement for Vision-Language-Action Models ​

Author: Boyang Shen, Kaixiang Yang, Hao Wang, Qiuyu Yu, Qiang Xie, Qiang Li, Zhiwei Wang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CV, cs.RO

arXiv:2605.09948v2 Announce Type: replace Abstract: Current Vision-Language-Action (VLA) models typically treat the deepest representation of a vision-language backbone as universally optimal for action prediction. However, robotic manipulation is composed of many frequent closed-loop spatial adjust...

📖 Read original article


184. ScreenSearch: Uncertainty-Aware OS Exploration ​

Author: Michael Solodko, Justin Wagle
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2605.16024v2 Announce Type: replace Abstract: Desktop GUI agents operate under partial observability: visually similar screens can correspond to different underlying workflow states, so locally plausible actions can lead to sharply different outcomes. We frame this as a problem of computer/OS ...

📖 Read original article


185. Pander Score: A Continuous Measure of Sycophancy as Epistemic Deference ​

Author: Alejandro Botas, Paul de Font-Reaulx, Luke Hewitt
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.HC

arXiv:2606.07897v2 Announce Type: replace Abstract: Current AI models frequently exhibit epistemic sycophancy, endorsing claims to agree with a user. Existing evaluations typically measure this either by assessing what it takes to make a model shift a binary endorsement or by eliciting an explicit p...

📖 Read original article


186. A Multimodal Agentic Pathology Co-pilot via Evidence Grounded Reasoning ​

Author: Zhe Xu, Zhengyu Zhang, Zhiyuan Cai, Jiahao Xu, Yijie Lin, Ziyi Liu, Junlin Hou, Hongyi Wang, Yuxiang Nie, Yihui Wang, Jiabo Ma, Ling Liang, Yingxue Xu, Zhengrui Guo, Guanghao Wu, Danyi Li, Ziqi Zhou, Donglin Tan, Zhijian Cen, Ying Tan, Xiaolin Liu, Qi Xie, Xiaoying Tang, Xi Peng, Cheng Deng, Lijuan Qu, Ronald Cheong Kin Chan, Li Liang, Hao Chen
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2606.08093v2 Announce Type: replace Abstract: Pathology is the cornerstone of modern medicine, where accurate decision-making relies heavily on evidence-based practices. While artificial intelligence (AI) has the potential to transform clinical workflows, the intersection of AI and evidence-ba...

📖 Read original article


187. ChatPlanner: A Large Language Model Framework for Personalized Public Transit Routing ​

Author: Tingting Yang, Chenhao Xue, Jun Chen
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2606.15315v2 Announce Type: replace Abstract: Personalized public transit routing in public transit systems remains challenging due to the difficulty of capturing and integrating diverse user preferences into routing algorithms. This paper presents ChatPlanner, a novel framework that leverages...

📖 Read original article


188. Thinking Before Retrieving: Robust Zero-Shot Composed Image Retrieval via Strategic Planning and Self-Criticism ​

Author: Gunho Jung, Jeong-Woo Park, Seon Bin Kim, Seong-Whan Lee
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2606.31222v2 Announce Type: replace Abstract: Composed image retrieval requires identifying a target image from a gallery by integrating a reference image with a textual modification instruction. In a training-free zero-shot setting, this task relies on constructing a retrieval-oriented textua...

📖 Read original article


189. The Blind Curator: How a Biased Judge Silently Disables Skill Retirement in Self-Evolving Agents ​

Author: Xing Zhang, Yanwei Cui, Guanghui Wang, Ziyuan Li, Wei Qiu, Bing Zhu, Peiyang He
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.CR

arXiv:2607.07436v2 Announce Type: replace Abstract: A self-evolving agent retires its bad skills by watching them fail, so what happens when the judge cannot see the failures? Skill retirement is the structural constraint that keeps a growing library from drifting below the no-skill baseline, but it...

📖 Read original article


190. FormalAnalyticGeo: A Neural-Symbolic Based Framework for Multimodal Analytic Geometry Problem Generation ​

Author: Ruoran Xu, Wending Gao, Xiaoqing Kang, Qiufeng Wang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.MA, cs.SC

arXiv:2607.12982v3 Announce Type: replace Abstract: Math reasoning has achieved significant progress with the rapid advancement of Multimodal Large Language Models (MLLMs), however analytic geometry remains largely underexplored, primarily due to the scarcity of annotated samples. Existing diagram g...

📖 Read original article


191. JUMP: Single-Pass Membership Inference on Fine-Tuned Diffusion Language Models ​

Author: Yeachan Jun, Albert No
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CR

arXiv:2607.16207v2 Announce Type: replace Abstract: Public open-weight language models are often fine-tuned on private or domain-specific data before deployment, creating a need to audit whether individual records were used during adaptation. We study this problem for discrete diffusion language mod...

📖 Read original article


192. OmegaUse-OfficeVal: Benchmarking LLM Agents on Long-Horizon Office-Suite Tasks with Economic Grounding ​

Author: Jingbo Zhou, Yusai Zhao, Qi Bao, Jingjia Cao, Zhenghai Chen, Chang Gao, Kaiqi Guo, Muxin Guo, Mingxuan Li, Xinjiang Lu, Yanru Ma, Yixiong Xiao, Zenghui Zhang, Le Zhang, Hua Wu
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.HC

arXiv:2607.27155v2 Announce Type: replace Abstract: Large language model (LLM) agents are increasingly expected to assist users in completing tasks. However, existing benchmarks provide limited support for evaluating whether agents can carry out office-suite workflows at a reasonable cost. We introd...

📖 Read original article


193. G-ReAct: Graph-Guided Deep Search via Structure-State Co-Evolution ​

Author: Shaoxiong Yang, Mengyuan Zhang, Shaojun Lin, Chao Li, Wei Liu, Kun Shao, Jian Luan
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.01324v2 Announce Type: replace Abstract: Deep search has become a fundamental capability of large language models (LLMs) for solving open-domain complex tasks. However, existing approaches typically rely on linear sequential reasoning for both trajectory generation and inference, making i...

📖 Read original article


194. Agents Catching Agents: Shortcut Cascades and Benchmark Gaming in Clinical Multi-Agent Systems ​

Author: Sebasti'an Andr'es Cajas Ord'o~nez, Agastya Munnangi, Aldo Marzullo, Felipe Ocampo Osorio, Quang Bui, Mohammad Shahin, Armaan Grewal, Emmanuel Paul Kwesiga, Anqi Peter Li, Josephine Nanyonjo, Aaditya Panchal, Arshnoor Bhutani, Nikhil Jaiswal, Milit S. Patel, Maximin Lange, Leo Anthony Celi
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.03744v2 Announce Type: replace Abstract: Clinical decision support is moving toward committees of language-model agents deliberating on a shared workspace. We ask whether such committees can be gamed by shortcuts, cues a benchmark rewards but a clinician would ignore. Across seven cohorts...

📖 Read original article


195. VDGR-RAG: Vectors, Directories, Graphs, and Reflection Are All You Need for Unified Reasoning over Hierarchical Enterprise Knowledge ​

Author: Wenqi Chen, Haofei Yang, Rui Yang, Fangming Li
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.IR

arXiv:2608.07994v2 Announce Type: replace Abstract: Retrieval-Augmented Generation (RAG) is essential for enterprise knowledge question answering (QA), particularly in domains with complex product documentation like telecommunications. However, existing RAG approaches largely overlook the holistic i...

📖 Read original article


196. Decided Upstream, Written Late: Locating and Pricing the Cross-Lingual Refusal Circuit of a Multilingual MoE ​

Author: Ramakrishna P. Kompella, Aadit Mahajan
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.CL

arXiv:2608.08032v2 Announce Type: replace Abstract: Safety alignment in multilingual models is uneven: a model that reliably refuses a harmful request in English will often comply with the same request in a lower-resource language. We trace this gap mechanistically in sarvam, an Indic-multilingual m...

📖 Read original article


197. Rationale-Guided Learning for Multimodal Emotion Recognition ​

Author: Sujung Oh, Jung Uk Kim, Sangmin Lee
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.10448v2 Announce Type: replace Abstract: Multimodal emotion recognition in conversation (MERC) requires understanding complex interactions between verbal and non-verbal cues. However, most existing approaches fundamentally treat this as a direct input-output (multimodal cues-emotion label...

📖 Read original article


198. Distribird: Literature-Informed Prior Distribution Design for Bayesian Model Calibration ​

Author: Patrik P. S"uli, Gy"orgy Eigner, Roland Holl'os
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.MA, cs.SE

arXiv:2608.11210v2 Announce Type: replace Abstract: Bayesian calibration of process-based models requires a prior distribution for each model parameter. Despite decades of methodological work, researchers almost always fall back on uniform priors. The main reason is that building informative priors ...

📖 Read original article


199. LLM-Guided Graph Generation for Structure-Based Local Improvement Methods ​

Author: Hai Xia, Vaidyanathan Peruvemba Ramaswamy, Stefan Szeider
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.13333v3 Announce Type: replace Abstract: Large neighborhood search normally selects a random subset of decision variables for iterative optimization. To efficiently solve various problems, researchers tend to design variable selection strategies that take into account structural features ...

📖 Read original article


200. RETRACE: Resilience-Guided Trait-Conditioned Craving Estimation from Wearable Physiology in Opioid Use Disorder ​

Author: Yi Xiao, Harshit Sharma, Dessa Bergen-Cico, Asif Salekin
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.14947v2 Announce Type: replace Abstract: Detecting opioid craving from wearable physiological signals is critical yet difficult, with the potential to support proactive interventions for individuals with opioid use disorder (OUD). This challenge is especially pronounced under subject-inde...

📖 Read original article


Author: Danial Yazdani, Mohammad Nabi Omidvar, Yuan Sun, Maksud Ibrahimov, Xiaodong Li
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI, cs.NE

arXiv:2608.15546v2 Announce Type: replace Abstract: Most LLM-based automated algorithm design methods optimize a designated component within a human-specified scaffold, fixing overall organization and component interactions. We present ATLAS, an embedding-guided quality-diversity framework for scaff...

📖 Read original article


202. Admission Without Answers: Label-Free Certification and Experience Learning for LLM-Based Optimization Modeling ​

Author: Junbo Jacob Lian, Huiling Chen, Hanzhang Qin, Chung-Piaw Teo
Published: 8/19/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2608.15565v2 Announce Type: replace Abstract: Experience-learning agents for optimization modeling improve by storing verified skills, but existing learners admit knowledge by checking against known answers, which real ticket streams do not provide. The natural label-free alternatives are unre...

📖 Read original article


203. The Authenticity Gap in Human Evaluation ​

Author: Kawin Ethayarajh, Dan Jurafsky
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG

arXiv:2205.11930v3 Announce Type: replace-cross Abstract: Human ratings are the gold standard in NLG evaluation. The standard protocol is to collect ratings of generated text, average across annotators, and rank NLG systems by their average scores. However, little consideration has been given as to ...

📖 Read original article


204. Comprehensive framework for evaluation of deep neural networks in detection and quantification of lymphoma from PET/CT images: clinical insights, pitfalls, and observer agreement analyses ​

Author: Shadab Ahamed, Yixi Xu, Sara Kurkowska, Claire Gowdy, Joo H. O, Ingrid Bloise, Don Wilson, Patrick Martineau, Fran\c{c}ois B'enard, Fereshteh Yousefirizi, Rahul Dodhia, Juan M. Lavista, William B. Weeks, Carlos F. Uribe, Arman Rahmim
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.LG

arXiv:2311.09614v5 Announce Type: replace-cross Abstract: This study addresses critical gaps in automated lymphoma segmentation from PET/CT images, focusing on issues often overlooked in existing literature. While deep learning has been applied for lymphoma lesion segmentation, few studies incorpora...

📖 Read original article


205. ManiCM: Real-time 3D Diffusion Policy via Consistency Model for Robotic Manipulation ​

Author: Zifeng Gao, Guanxing Lu, Tianxing Chen, Wenxun Dai, Ziwei Wang, Chao Shang, Wenbo Ding, Yansong Tang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2406.01586v4 Announce Type: replace-cross Abstract: Diffusion models have been verified to be effective in generating complex distributions from natural images to motion trajectories. Recent diffusion-based methods show impressive performance in 3D robotic manipulation tasks, whereas they suff...

📖 Read original article


206. Optimizing Container Loading and Unloading through Dual-Cycling and Dockyard Rehandle Reduction Using a Hybrid Genetic Algorithm ​

Author: Md. Mahfuzur Rahman, Md Abrar Jahin, Md. Saiful Islam, M. F. Mridha
Published: 8/19/2026, 4:00:00 AM
Categories: cs.NE, cs.AI

arXiv:2406.08534v4 Announce Type: replace-cross Abstract: This paper addresses the NP-hard problem of optimizing container handling at ports by integrating Quay Crane Dual-Cycling (QCDC) and dockyard rehandle minimization. We realized that there are interdependencies between the unloading sequence o...

📖 Read original article


207. LSem2Vec: A Simple yet Effective Two-Stage Approach for Source Code Embedding ​

Author: Zixiang Xian, Chenhui Cui, Rubing Huang, Chunrong Fang, Zhenyu Chen
Published: 8/19/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2409.14644v4 Announce Type: replace-cross Abstract: The advent of large language models (LLMs) has significantly advanced artificial intelligence in software engineering, with source code embeddings playing a crucial role in tasks such as source code clone detection and source code clustering....

📖 Read original article


208. M3TR: Temporal Retrieval Enhanced Multi-Modal Micro-video Popularity Prediction ​

Author: Jiacheng Lu, Weijian Wang, Mingyuan Xiao, Yang Hua, Tao Song, Bo Peng, Cheng Hua, Haibing Guan
Published: 8/19/2026, 4:00:00 AM
Categories: cs.MM, cs.AI

arXiv:2411.15455v3 Announce Type: replace-cross Abstract: Accurately predicting the popularity of micro-videos is a critical but challenging task, characterized by volatile, `rollercoaster-like' engagement dynamics. Existing methods often fail to capture these complex temporal patterns, leading to i...

📖 Read original article


209. Diffusion Models for Smarter UAVs: Decision-Making and Modeling ​

Author: Yousef Emami, Hao Zhou, Luis Almeida, Kai Li
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2501.05819v2 Announce Type: replace-cross Abstract: Uncrewed Aerial Vehicles (UAVs) are increasingly used in modern communication networks. However, challenges in decision-making and digital modeling continue to hinder their rapid development. Reinforcement Learning (RL) algorithms face limita...

📖 Read original article


210. Bactrainus: Optimizing Large Language Models for Multi-hop Complex Question Answering Tasks ​

Author: Iman Barati, Arash Ghafouri, Behrouz Minaei-Bidgoli
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2501.06286v3 Announce Type: replace-cross Abstract: Multi-hop question answering requires a system to identify and integrate evidence distributed across documents, yet large language models remain vulnerable to irrelevant context. We investigate this evidence bottleneck in the English HotpotQA...

📖 Read original article


211. Gradient Heterogeneity Complements Hessian Heterogeneity in Transformer Optimization ​

Author: Akiyoshi Tomihari, Issei Sato
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.NE

arXiv:2502.00213v5 Announce Type: replace-cross Abstract: Transformers are difficult to optimize with stochastic gradient descent (SGD) and largely rely on adaptive optimizers such as Adam. Despite extensive efforts, the mechanisms behind Adam's advantage over SGD in Transformer optimization are sti...

📖 Read original article


212. MCTS-KBQA: Monte Carlo Tree Search with Information Gain Rewards for Knowledge Base Question Answering ​

Author: Guanming Xiong, Haochen Li, Zonghong Dai, Liqiang Wen, Wen Zhao
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2502.13428v2 Announce Type: replace-cross Abstract: This work investigates how to improve large language model (LLM)-based reasoning for knowledge base question answering (KBQA) via Monte Carlo Tree Search (MCTS). Applying MCTS to LLM-based KBQA remains challenging because reward design is dif...

📖 Read original article


213. Beyond BFI: The CSI for Enhanced Reliability and Validity in Evaluating LLM Personality Traits ​

Author: Huanhuan Ma, Haisong Gong, Xiaoyuan Yi, Xing Xie, Philip S. Yu, Dongkuan Xu
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2503.20182v2 Announce Type: replace-cross Abstract: As large language models (LLMs) increasingly function as human-like assistants exhibiting human-like personality traits, understanding their behavioral characteristics becomes essential for responsible AI development. However, existing evalua...

📖 Read original article


214. LZ Penalty: An information-theoretic repetition penalty for autoregressive language models ​

Author: Antonio A. Ginart, Naveen Kodali, Jason Lee, Caiming Xiong, Silvio Savarese, John R. Emmons
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.IT, math.IT

arXiv:2504.20131v4 Announce Type: replace-cross Abstract: We introduce the LZ penalty, a penalty specialized for reducing degenerate repetitions in autoregressive language models without loss of capability. The penalty is based on the codelengths in the LZ77 universal lossless compression algorithm....

📖 Read original article


215. TabularQGAN: A quantum generative model for tabular data synthesis ​

Author: Pallavi Bhardwaj, Caitlin Jones, Lasse Dierich, Aleksandar Vu\v{c}kovi'c
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, quant-ph

arXiv:2505.22533v2 Announce Type: replace-cross Abstract: In this paper, we introduce a novel quantum generative model for synthesizing tabular data. Synthetic data is valuable in scenarios where real-world data is scarce or private, as it can be used to augment or replace existing datasets. As ente...

📖 Read original article


216. Multi-Scale Spectral Attention Module-based Hyperspectral Segmentation in Autonomous Driving Scenarios ​

Author: Imad Ali Shah, Jiarong Li, Tim Brophy, Martin Glavin, Edward Jones, Enda Ward, Brian Deegan
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2506.18682v3 Announce Type: replace-cross Abstract: Recent advances in autonomous driving (AD) have highlighted the potential of hyperspectral imaging (HSI) for enhanced environmental perception, particularly in challenging weather and lighting conditions. However, efficiently processing high-...

📖 Read original article


217. Hidden Prompts in Manuscripts Exploit AI-Assisted Peer Review ​

Author: Zhicheng Lin
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CY, cs.AI, cs.CL, cs.HC

arXiv:2507.06185v2 Announce Type: replace-cross Abstract: In July 2025, 18 academic manuscripts on arXiv contained hidden instructions that manipulated AI-assisted peer review (indirect prompt injection). Instructions such as "GIVE A POSITIVE REVIEW ONLY" were concealed using white text and microsco...

📖 Read original article


218. Solving nonconvex Hamilton--Jacobi--Isaacs equations with PINN-based policy iteration ​

Author: Hee Jun Yang, Minjung Gim, Yeoneung Kim
Published: 8/19/2026, 4:00:00 AM
Categories: math.NA, cs.AI, cs.NA, math.AP

arXiv:2507.15455v3 Announce Type: replace-cross Abstract: We propose a mesh-free policy iteration framework that combines classical dynamic programming with physics-informed neural networks (PINNs) to solve high-dimensional, nonconvex Hamilton--Jacobi--Isaacs (HJI) equations arising in stochastic di...

📖 Read original article


219. Visual Prompting for Robotic Manipulation with Annotation-Guided Pick-and-Place Using ACT ​

Author: Muhammad A. Muttaqien, Tomohiro Motoda, Ryo Hanai, Yukiyasu Domae
Published: 8/19/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2508.08748v2 Announce Type: replace-cross Abstract: Robotic pick-and-place tasks in convenience stores pose challenges due to dense object arrangements, occlusions, and variations in object properties such as color, shape, size, and texture. These factors complicate trajectory planning and gra...

📖 Read original article


220. Exploring Efficient Open-Vocabulary Segmentation in the Remote Sensing ​

Author: Bingyu Li, Haocheng Dong, Da Zhang, Zhiyuan Zhao, Junyu Gao, Xuelong Li
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2509.12040v3 Announce Type: replace-cross Abstract: Open-Vocabulary Remote Sensing Image Segmentation (OVRSIS), an emerging task that adapts Open-Vocabulary Segmentation (OVS) to the remote sensing (RS) domain, remains underexplored due to the absence of a unified evaluation benchmark and the ...

📖 Read original article


221. ChannelFlow-Tools: A Configuration-Driven Pipeline for Generating Machine-Learning-Ready Datasets of 3D Obstructed Channel Flows ​

Author: Shubham Kavane, Lukas Schr"oder, Kajol Kulkarni, Fernando Gonzalez, Harald Koestler
Published: 8/19/2026, 4:00:00 AM
Categories: cs.GR, cs.AI

arXiv:2509.15236v2 Announce Type: replace-cross Abstract: Data-driven surrogate models are increasingly used in computational fluid dynamics, and their reliability depends on the quality of the training data. These models are typically trained on fixed, pre-generated datasets. Systematic surrogate s...

📖 Read original article


222. Future-Back Threat Modeling: A Foresight-Driven Security Framework ​

Author: Vu Van Than
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CR, cs.AI, cs.CY

arXiv:2511.16088v3 Announce Type: replace-cross Abstract: Traditional threat modeling remains reactive-focused on known TTPs and past incident data, while threat prediction and forecasting frameworks are often disconnected from operational or architectural artifacts. This creates a fundamental weakn...

📖 Read original article


223. Audio Physical Dynamics Inspired Deepfake Detection for Voice Authentication Systems ​

Author: Alireza Mohammadi, Keshav Sood, Dhananjay Thiruvady, Asef Nazari
Published: 8/19/2026, 4:00:00 AM
Categories: cs.SD, cs.AI, eess.AS

arXiv:2512.06040v2 Announce Type: replace-cross Abstract: Voice authentication systems deployed at the network edge face dual threats: a) sophisticated deepfake synthesis attacks and b) control-plane poisoning in distributed federated learning protocols. We present a framework coupling audio physica...

📖 Read original article


224. Cluster Aggregated GAN (CAG): A Cluster-Based Hybrid Model for Appliance Pattern Generation ​

Author: Zikun Guo, Adeyinka. P. Adedigba, Rammohan Mallipeddi
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2512.22287v4 Announce Type: replace-cross Abstract: Synthetic appliance data are essential for developing non-intrusive load monitoring algorithms and enabling privacy preserving energy research, yet the scarcity of labeled datasets remains a significant barrier. Recent GAN-based methods have ...

📖 Read original article


225. The $\mathbf{P}$-Completeness of Inverted Index Traversal: On the Complexity of Evaluating Boolean Query DAGs ​

Author: Amir Aavani
Published: 8/19/2026, 4:00:00 AM
Categories: cs.IR, cs.AI, cs.CC, cs.CL, cs.DB

arXiv:2601.18747v3 Announce Type: replace-cross Abstract: Modern AI agents increasingly rely on search infrastructure to execute complex, neuro-symbolic reasoning workflows. These workflows often compile into deeply nested, non-monotonic Boolean queries over text fields. However, standard query eval...

📖 Read original article


226. Language Family Matters: Evaluating LLM-Based ASR Across Linguistic Boundaries ​

Author: Yuchen Zhang, Ravi Shekhar, Haralambos Mouratidis
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.SD

arXiv:2601.18899v3 Announce Type: replace-cross Abstract: Large Language Model (LLM)-powered Automatic Speech Recognition (ASR) systems achieve strong performance with limited resources by linking a frozen speech encoder to a pretrained LLM via a lightweight connector. Prior work trains a separate c...

📖 Read original article


227. SCOPE: Selective Conformal Optimized Pairwise LLM Judging ​

Author: Sher Badshah, Ali Emami, Hassan Sajjad
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2602.13110v4 Announce Type: replace-cross Abstract: Large language models (LLMs) are increasingly used as scalable judges in pairwise evaluation, but they remain prone to miscalibration and biases. We propose \textsc{Scope} (Selective Conformal Optimized Pairwise Evaluation), a framework that ...

📖 Read original article


228. Adversarial Data Modeling in Epidemiology ​

Author: Yiqi Su, Christo Kurisummoottil Thomas, Walid Saad, Sanmay Das, Bud Mishra, Naren Ramakrishnan
Published: 8/19/2026, 4:00:00 AM
Categories: cs.GT, cs.AI

arXiv:2602.20134v2 Announce Type: replace-cross Abstract: Epidemiological models increasingly rely on crowdsourced, self-reported behavioral data such as vaccination status, mask usage, and social distancing adherence. This data, however, is not passively sampled but instead strategically reported, ...

📖 Read original article


229. Parametric Knowledge in RAG-SFT for Domain-Specific Document Generation ​

Author: Julian Oestreich, Maximilian Bley, Frank Binder, Lydia M"uller, Andr'e Alcalde, Maksym Sydorenkoq
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.CE

arXiv:2603.23047v2 Announce Type: replace-cross Abstract: Retrieval-Augmented Generation (RAG) fine-tuning has shown substantial improvements over vanilla RAG, yet most studies target document question answering, leaving open whether these gains transfer to specialized tasks. We study supervised RAG...

📖 Read original article


230. Supporting Calibrated Reliance in Human-AI Collaboration: Different Strategies for Different Tasks ​

Author: Ruth Cohen, Lu Feng, Ayala Bloch, Sarit Kraus
Published: 8/19/2026, 4:00:00 AM
Categories: cs.HC, cs.AI, cs.CL

arXiv:2604.03237v2 Announce Type: replace-cross Abstract: As AI systems increasingly support human decision making, a central challenge is determining what information helps people recognize when to rely on AI predictions and when to question or override them. Across three controlled human-subject s...

📖 Read original article


231. Attention Flows: Tracing LLM Conceptual Engagement via Story Summaries ​

Author: Rebecca M. M. Hicke, Sil Hamilton, David Mimno, Ross Deans Kristensen-McLachlan
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG

arXiv:2604.06416v2 Announce Type: replace-cross Abstract: Although LLM context lengths have grown, there is evidence that their ability to integrate information across long-form texts has not kept pace. We evaluate one such understanding task: generating summaries of novels. When human authors of su...

📖 Read original article


232. VISOR: Agentic Visual Retrieval-Augmented Generation via Iterative Search and Over-horizon Reasoning ​

Author: Yucheng Shen, Jiulong Wu, Jizhou Huang, Dawei Yin, Lingyong Yan, Min Cao
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2604.09508v3 Announce Type: replace-cross Abstract: Visual Retrieval-Augmented Generation (VRAG) empowers Vision-Language Models to retrieve and reason over visually rich documents. To tackle complex queries requiring multi-step reasoning, agentic VRAG systems interleave reasoning with iterati...

📖 Read original article


233. SegWithU: Uncertainty as Perturbation Energy for Single-Forward-Pass Risk-Aware Medical Image Segmentation ​

Author: Tianhao Fu, Austin Wang, Charles Chen, Roby Aldave-Garza, Yucheng Chen
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.LG

arXiv:2604.15271v4 Announce Type: replace-cross Abstract: Reliable uncertainty estimation is critical for medical image segmentation, where automated contours feed downstream quantification and clinical decision support. Many strong uncertainty methods require repeated inference, while efficient sin...

📖 Read original article


234. Self-Distillation as a Performance Recovery Mechanism for LLMs: Counteracting Compression and Catastrophic Forgetting ​

Author: Chi Liu, Xin Chen, Xu Zhou, Fangbo Tu, Srinivasan Manoharan
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CL

arXiv:2604.15794v2 Announce Type: replace-cross Abstract: Large Language Models (LLMs) have achieved remarkable success, underpinning diverse AI applications. However, they often suffer from performance degradation due to factors such as catastrophic forgetting during Supervised Fine-Tuning (SFT), q...

📖 Read original article


235. FairNVT: Fair Classification via Noise Injection in Vision Transformers ​

Author: Qiaoyue Tang, Sepidehsadat Hosseini, Mengyao Zhai, Thibaut Durand, Greg Mori
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.LG

arXiv:2604.16780v2 Announce Type: replace-cross Abstract: This paper presents FairNVT, a lightweight debiasing framework for pretrained transformer-based encoders that improves prediction fairness while preserving task performance. FairNVT is motivated by the intuition that reducing sensitive-attrib...

📖 Read original article


236. Convergent Evolution: How Different Language Models Learn Similar Number Representations ​

Author: Deqing Fu, Tianyi Zhou, Mikhail Belkin, Vatsal Sharan, Robin Jia
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG

arXiv:2604.20817v2 Announce Type: replace-cross Abstract: Language models trained on natural text learn to represent numbers using periodic features with dominant periods at $T=2, 5, 10$. In this paper, we identify a two-tiered hierarchy of these features: while Transformers, Linear RNNs, LSTMs, and...

📖 Read original article


237. Protect the Brain When Treating the Heart: Feasibility of 2.5D U-Net for Real-Time Gaseous Microemboli Detection ​

Author: Andrea Angino, Ken Trotti, Diego Ulisse Pizzagalli, Rolf Krause, Tiziano Torre, Stefanos Demertzis
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2604.22258v2 Announce Type: replace-cross Abstract: Gaseous microemboli (GME) represent a common complication of cardiac structural interventions across both surgical and transcatheter approaches. Intraoperative transesophageal echocardiography (TEE) represents a convenient methodology to moni...

📖 Read original article


238. Discovering physical mechanisms from experiment-simulation mismatches ​

Author: Yue Li, Penghui Yang, Yushan Xiao, Zhonghan Zhang, Jianguo Huang, Yuhao Lu, Cuntai Guan, Bo An, Bijun Tang, Zheng Liu
Published: 8/19/2026, 4:00:00 AM
Categories: cond-mat.mtrl-sci, cs.AI, physics.comp-ph

arXiv:2604.26703v2 Announce Type: replace-cross Abstract: Scientific discovery often begins where observation and prediction disagree. As computation and machine learning survey chemical space, experiment-simulation mismatches are exposed at scale, while tracing them to physical mechanisms remains e...

📖 Read original article


239. SOD: Step-wise On-policy Distillation for Small Language Model Agents ​

Author: Qiyong Zhong, Mao Zheng, Mingyang Song, Xin Lin, Jie Sun, Houcheng Jiang, Xiang Wang, Junfeng Fang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2605.07725v3 Announce Type: replace-cross Abstract: Tool-integrated reasoning (TIR) is difficult to scale to small language models due to instability in long-horizon tool interactions and limited model capacity. While reinforcement learning methods like group relative policy optimization provi...

📖 Read original article


240. Adaptive AI Task Partitioning and Safe Offloading in Heterogeneous Edge-Cloud Continuum ​

Author: Akuen Akoi Deng, Eimantas Butkus, Alfreds Lapkovskis, Praveen Kumar Donta
Published: 8/19/2026, 4:00:00 AM
Categories: cs.DC, cs.AI, cs.LG, cs.NI, cs.PF

arXiv:2605.09623v2 Announce Type: replace-cross Abstract: In recent years, the use of artificial intelligence on resource-constrained IoT devices has grown significantly. However, existing approaches to AI task partitioning and offloading across the edge-cloud continuum typically rely on static meth...

📖 Read original article


241. SurgicalMamba: Dual-Path SSD with State Regramming for Online Surgical Phase Recognition ​

Author: Sukju Oh, Sukkyu Sun
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2605.14889v4 Announce Type: replace-cross Abstract: Online surgical phase recognition must commit to a prediction at every frame of a procedure that runs for hours, from past frames alone and at a per-frame cost that does not grow with elapsed length. Structured state-space duality (SSD) meets...

📖 Read original article


242. EXPO-FT: Sample-Efficient Reinforcement Learning Finetuning for Vision-Language-Action Models ​

Author: Perry Dong, Kuo-Han Hung, Tian Gao, Dorsa Sadigh, Chelsea Finn
Published: 8/19/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2605.25477v2 Announce Type: replace-cross Abstract: The ability to efficiently and reliably learn new tasks has been a foundational challenge in robotics. Vision-Language-Action (VLA) models have demonstrated strong generalization across diverse manipulation tasks, yet pretrained policies cons...

📖 Read original article


243. On the Subgaussianity of Quantized Linear Maps: An AI-Assisted Note ​

Author: Guangyi Zou, Roman Vershynin
Published: 8/19/2026, 4:00:00 AM
Categories: math.PR, cs.AI, stat.ML

arXiv:2605.27563v2 Announce Type: replace-cross Abstract: We prove an elementary bounded-differences inequality for functions of non-isotropic Gaussian vectors. Specifically, if $f$ has bounded coordinate differences and $X\sim\mathcal N(\mu,\Sigma)$, then the resulting concentration bound depends o...

📖 Read original article


244. Evaluating Skill and Stability of ArchesWeather and ArchesWeatherGen under Multi-Decadal Climate Simulations ​

Author: Renu Singh, Robert Brunstein, Antonia Jost, Yana Hasson, Thomas Rackow, Claire Monteleoni, Christian Lessig, Guillaume Couairon
Published: 8/19/2026, 4:00:00 AM
Categories: physics.ao-ph, cs.AI

arXiv:2605.29976v3 Announce Type: replace-cross Abstract: We evaluate the climate simulation capabilities of ArchesWeather and ArchesWeatherGen, two machine learning models originally trained for weather forecasting and evaluated up to a 10-day lead time. ArchesWeather is a deterministic model, whil...

📖 Read original article


245. FVSpec: Real-World Property-Based Tests as Lean Challenges ​

Author: Quinn Dougherty, Max von Hippel, Simon Henniger, Hazel Shackleton, Mike Dodds
Published: 8/19/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2606.01008v2 Announce Type: replace-cross Abstract: We present a benchmark for evaluating AI models and agents on real-world formal software verification tasks. We first scrape 11,039 property-based tests (PBTs) from real-world Python repositories, then automatically translate 2,772 of them (2...

📖 Read original article


246. BRo-JEPA: Learning Modular Transformations in Latent Space ​

Author: Divyansh Jha, Yuanfang Xie, Brennen Yu, Varan Mehra
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CV

arXiv:2606.01372v2 Announce Type: replace-cross Abstract: Can neural networks learn algebraic rules from visual inputs, or do they merely fit observed patterns? We study this question using MNIST (or EMNIST letters) as states and modular arithmetic operations as actions in a JEPA-style world model. ...

📖 Read original article


247. Agent libOS: A Runtime Substrate for Capability-Controlled Self-Evolving LLM Agents ​

Author: Yingqi Zhang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.OS, cs.AI, cs.CR

arXiv:2606.03895v3 Announce Type: replace-cross Abstract: Large language model (LLM) agents can persist across tasks, acquire memory, activate Skills, synthesize tools, fork child processes, attach remote resources, and commit checkpoints as reusable images. These mechanisms expand the action surfac...

📖 Read original article


248. Planning-aligned Token Compression for Long-Context Autonomous Driving ​

Author: Zhixuan Liang, Yuxiao Chen, Yurong You, Peter Karkus, Wenhao Ding, Boyi Li, Alexander Popov, Yan Wang, Maximilian Igl, Yiming Li, Danfei Xu, Nikolai Smolyanskiy, Boris Ivanovic, Ping Luo, Marco Pavone
Published: 8/19/2026, 4:00:00 AM
Categories: cs.RO, cs.AI, cs.CV

arXiv:2606.07464v2 Announce Type: replace-cross Abstract: Monolithic vision-action models represent an emerging paradigm in autonomous driving. However, this architecture produces token sequences that quickly exceed real-time computational budgets when encoding extended temporal context for complex ...

📖 Read original article


249. The Standard Interpretable Model: A general theory of interpretable machine learning to deductively design interpretable methods using Lagrangian mechanics ​

Author: Pietro Barbiero, Giovanni De Felice, Mateo Espinosa Zarlenga, Francesco Giannini, Filippo Bonchi, Mateja Jamnik, Giuseppe Marra, Ruggero Noris
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.NE

arXiv:2606.12289v2 Announce Type: replace-cross Abstract: As Artificial Intelligence models grow in complexity, interpretability has become an indispensable tool for understanding, debugging, and controlling their computations. However, interpretability lacks general theories to deductively design i...

📖 Read original article


250. Physics-Grounded Causal Auditing of End-to-End Driving Planners ​

Author: Zikun Guo, Minglan Chen, Jinyou Zhai, Rongjin Zou
Published: 8/19/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2606.14438v4 Announce Type: replace-cross Abstract: End-to-end (E2E) autonomous-driving planners trained by imitation are prone to statistical shortcuts: they associate scene elements that merely co-occur with expert actions (a roadside object, a building facade) with driving decisions, rather...

📖 Read original article


251. How Transparent is DiffusionGemma? ​

Author: Joshua Engels, Callum McDougall, Bilal Chughtai, Janos Kramar, Senthooran Rajamanoharan, Cindy Wu, Arthur Conmy, Asic Q Chen, Jean Tarbouriech, Min Ma, Brendan O'Donoghue, Jo~ao Gabriel Lopes de Oliveira, Rohin Shah, Neel Nanda
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2606.20560v2 Announce Type: replace-cross Abstract: LLM reasoning transparency is a critical affordance for understanding model decisions, mitigating misuse and misalignment, and debugging surprising model behaviors. However, DiffusionGemma performs a larger fraction of its computation in a co...

📖 Read original article


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

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

arXiv:2607.01854v2 Announce Type: replace-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 act...

📖 Read original article


253. Turning Off-Policy Tokens On-Policy: A Plug-in Approach for Improving LLM Alignment ​

Author: Yu Li, Xiuyu Li, Mingyang Yi, Jiaxing Wang, Liangxu Zhang, Zhaolong Xing, Zhen Chen
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG

arXiv:2607.04728v2 Announce Type: replace-cross Abstract: Reinforcement learning (RL) post-training for large language models (LLMs) follows a efficient paradigm of "rollout then update", which inevitably results in off-policy training data. To resolve this, Importance sampling (IS) is proposed, whi...

📖 Read original article


254. Seeing is Free, Speaking is Not: Uncovering the True Energy Bottleneck in Edge VLM Inference ​

Author: Junfei Zhan, Haoxun Shen, Mingang Guo, Zixuan Huang, Tengjiao He
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.09520v2 Announce Type: replace-cross Abstract: Vision-Language Models (VLMs) are the perceptual backbone of embodied AI, but their energy footprint on edge hardware remains poorly understood. Existing efficiency efforts focus predominantly on reducing visual tokens, implicitly treating vi...

📖 Read original article


255. From Adoption to Deployment: A Qualitative Study on AI Integration in Software Development Practice ​

Author: Mahzabin Tamanna, Elizabeth Lin, Sparsha Gowda, Laurie Williams, Dominik Wermke
Published: 8/19/2026, 4:00:00 AM
Categories: cs.SE, cs.AI, cs.CR, cs.IR, cs.LG

arXiv:2607.16660v2 Announce Type: replace-cross Abstract: The increasing adoption of Large Language Models (LLMs) as AI components in modern software systems introduces distinct security risks to the software supply chain. While many considerations and safety mechanisms are in place for components o...

📖 Read original article


256. Constitutional Midtraining: Content Presence Drives Alignment Gains ​

Author: Desiree Cho, Cameron Tice, Bernie Hogan, Hunar Batra, Puria Radmard, Jun Zhao, Nigel Shadbolt
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.CY, cs.LG

arXiv:2607.26654v3 Announce Type: replace-cross Abstract: Post-training alignment is often shallow, eroding under fine-tuning. It remains untested as to whether constitutional midtraining interventions can produce durable alignment when cleanly isolated from post-training. We build a 394M-token cons...

📖 Read original article


257. WAM-Diff2: Hierarchical AR-to-Diffusion Distillation for Highly Efficient Autonomous Driving VLA ​

Author: Zhihao Zhu, Hanlin Shang, Mingwang Xu, Feipeng Cai, Zhuolin He, Yaoyi Li, Jianhua Han, Hang Xu, Siyu Zhu
Published: 8/19/2026, 4:00:00 AM
Categories: cs.RO, cs.AI, cs.CV

arXiv:2608.01035v4 Announce Type: replace-cross Abstract: Vision-Language-Action (VLA) models have emerged as a prominent paradigm for end-to-end autonomous driving; however, their efficient deployment is severely constrained by high computational latency and exposure bias arising from sequential au...

📖 Read original article


258. Eigenius: A Typed Knowledge-Graph DBMS with Epistemic Stratification and Institution-Mediated Reasoning ​

Author: Hans-Martin Will, Allen L. Brown Jr., Matthew Fuchs
Published: 8/19/2026, 4:00:00 AM
Categories: cs.DB, cs.AI, cs.LO

arXiv:2608.04457v2 Announce Type: replace-cross Abstract: As "AI Scientists" emerge to drive research via the Model Context Protocol (MCP), systems relying on ephemeral scripts will fail. The sheer scale of stateful, interconnected evidence requires a machine-walkable warranty grounded in a purpose-...

📖 Read original article


259. Guideline-as-Oracle: Zero-Annotation Training of an Ophthalmic Telephone Triage Agent ​

Author: Chenyu Wang, Yi Liu, Baoqing Li, Min Tu, Diping Song
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2608.04772v2 Announce Type: replace-cross Abstract: Scaling supervision for multi-turn medical agents is difficult because expert dialogue annotation is costly and clinical conversations are privacy-restricted. We introduce Guideline-as-Oracle (GAO), which compiles American Academy of Ophthalm...

📖 Read original article


260. Search-G1: Grounded Search Agents via Representation-Based Intrinsic Rewards ​

Author: Ruoxi Cheng, Haoxuan Ma, Hongyi Zhang, Junming Zhang, Ranjie Duan, Qiaolin Xia, Hao Wang, Yu Lu, Haibo Shi, Xingjun Ma
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2608.07531v2 Announce Type: replace-cross Abstract: Search-augmented language agents should retrieve external information only when necessary and ground their answers in retrieved evidence. Existing external rewards provide either sparse outcome supervision or richer feedback from process anno...

📖 Read original article


261. What to Edit Next: Visually Aligned Image-Editing Follow-Up Suggestions in Conversational Systems ​

Author: Zhijing Zhang, Jinpeng Yu, Xin Song, Bingnan Li, Chuyue Li, Changhui Du, Xiaolin Fang, Jiaming Liu, Ruihua Huang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2608.07565v2 Announce Type: replace-cross Abstract: Conversational assistants increasingly recommend follow-up edits to help users continue a task. Existing systems primarily target text-only interactions, leaving image-creation conversations underexplored. In image-creation tasks, useful foll...

📖 Read original article


262. FUSE: Frame-Unified Stress Estimation from Facial Video ​

Author: Stefanos Gkikas, Thomas Kassiotis, Yang Guo, Guangliang Li, Giorgos Giannakakis
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2608.10442v2 Announce Type: replace-cross Abstract: Automatic stress detection from facial video offers a practical path to non-intrusive affect monitoring, yet existing video-based approaches commonly decompose full recordings into short temporal windows before classification. This design int...

📖 Read original article


263. A 12-CNOT Double Qubit Excitation Gate ​

Author: Irfansha Shaik
Published: 8/19/2026, 4:00:00 AM
Categories: quant-ph, cs.AI

arXiv:2608.11733v2 Announce Type: replace-cross Abstract: In this work, we presented, to the best of our knowledge, the first reported 12-CNOT decomposition of the double qubit excitation operator. We compared our new circuit with the previous SOTA 13-CNOT circuits in 4 different metrics. Our new ci...

📖 Read original article


264. AQuA: Recursively Self-Improving Quantitative Trading Research Agents ​

Author: Jiacheng Guo, Suozhi Huang, Yunlong Gao, Zihao Li, Jason Ge, Xu Kuang, Mengdi Wang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2608.12841v2 Announce Type: replace-cross Abstract: We study recursive self-improvement at the level of quantitative-investment research: whether an autonomous system can use evidence from earlier experiments to improve the hypotheses and candidates proposed in later iterations. We present AQu...

📖 Read original article


265. Falsehood and Impossibility Are Different Directions in an AI's Representation of Language ​

Author: Yoon Pyo Lee
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2608.12852v2 Announce Type: replace-cross Abstract: Language can describe states of affairs that are false and states of affairs that could not be the case at all. Whether an AI model internally distinguishes these failures remains unclear. I report an exploratory activation study of the multi...

📖 Read original article


266. NaviDC-OCR: Navigating Document Parsing Across Digital and Camera-Captured Documents ​

Author: Peng Cai, Zhaofan Zou, Shifa Liu, Yikun Wang, Jiawei Tang, Kaicheng Yang, Meng Tong, MingKun Jiang, Zhongjiang He, Hao Sun
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2608.12898v2 Announce Type: replace-cross Abstract: Document parsing aims to transform unstructured documents into structured and machine-readable representations. Recent advances in Vision-Language Models (VLMs) have significantly advanced document parsing. However, existing approaches still ...

📖 Read original article


267. UltraArUco: A Lightweight Multilingual Library And Framework With Low-Latency Real-Time Marker-Based Tracking System For Mobile AR Interaction ​

Author: Mikhail Kiselev, Aleksandr Marukhin, Ivan Snegirev, Elizaveta Semenyakina, Miguel Altamirano Cabrera, Dzmitry Tsetserukou
Published: 8/19/2026, 4:00:00 AM
Categories: cs.HC, cs.AI, cs.CV

arXiv:2608.13584v2 Announce Type: replace-cross Abstract: UltraArUco is a lightweight multilingual library and framework for low latency, realtime marker-based tracking in mobile augmented reality. Unlike standard OpenCV-based implementations, UltraArUco introduces an optimized multilingual wrapper ...

📖 Read original article


268. CLAIR-Fin: An Adversarial Multi-Agent Framework for Claim-Level Verification and Adaptive Debate in Cross-Modal Financial QA ​

Author: Fatema Tuj Johora Faria, Mukaffi Bin Moin, Jubayer Al Mahmud, M. F. Mridha, Md. Alam Hossain
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2608.13706v2 Announce Type: replace-cross Abstract: Existing defenses against hallucination in retrieval-augmented and multi-agent pipelines remain partial: evidence is trusted despite modality disagreement, debate verifies an aggregate report rather than individual claims, and such verificati...

📖 Read original article


269. HMS-SCP: Task-Oriented Multi-Scale Semantic Communication for V2X Cooperative Perception ​

Author: Chun-Yeow Yeoh, Chee Keong Tan, Joanne Mun-Yee Lim, Heng-Siong Lim
Published: 8/19/2026, 4:00:00 AM
Categories: cs.NI, cs.AI, cs.CV, cs.IT, math.IT

arXiv:2608.14603v2 Announce Type: replace-cross Abstract: Cooperative perception enables vehicles and infrastructure to exchange sensor data via Vehicle-to-Everything (V2X) communication, extending sensing coverage beyond occlusions and mitigating blind spots. While critical for autonomous driving a...

📖 Read original article


270. Emergent Misaligned Communication in Long-Horizon Multi-Agent LLM Commerce ​

Author: Zeyuan Li, Lukas Petersson, Alessandro Acquisti, Michiel A. Bakker
Published: 8/19/2026, 4:00:00 AM
Categories: cs.MA, cs.AI

arXiv:2608.14825v2 Announce Type: replace-cross Abstract: Frontier LLM agents increasingly transact on behalf of separate principals, often using natural language rather than structured APIs. Much of the safety literature studies misaligned LLM behavior through adversarial-elicitation evaluations on...

📖 Read original article


271. NICE: Scale-Stable Perturbations for Graph Neural Network Explanations via Noise Corruption ​

Author: Ziluowen Luo, Jun Yin, Ruochen Liu, Ming Cheng, Shirui Pan, Chengqi Zhang, Senzhang Wang
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2608.16038v2 Announce Type: replace-cross Abstract: Post-hoc Graph Neural Network (GNN) explainers commonly follow a Perturb-Query paradigm, inferring the importance of graph elements based on queried predictions to perturbed inputs. However, such perturbations often introduce substantial dist...

📖 Read original article


272. Measuring Obedience to Authority Across Large Language Models with the Milgram Paradigm ​

Author: Hidayet Aksu
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2608.16177v2 Announce Type: replace-cross Abstract: Large language models (LLMs) are increasingly deployed as agents that operate equipment, execute instructions, and act inside institutional hierarchies, raising a question social psychology answered for humans six decades ago: how far will an...

📖 Read original article


273. LENS: In-Context Search via Latent Evidence Exploration over Dynamic Raw Documents ​

Author: Xingjun Wang, Gongsheng Li, Qi Fan, Yunlin Mao, Luyan Su, Yingda Chen
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2608.16185v2 Announce Type: replace-cross Abstract: LLM agents increasingly answer questions over dynamic raw-document collections, where files may change before preprocessing, and relevant evidence (spans, sections, pages, or tables) is query-dependent. Existing retrieval-augmented approaches...

📖 Read original article


274. OceanDepths: A Global Dataset of Paired Subsurface and Surface Ocean Observations ​

Author: Simon Donike, Ruben Cartuyvels, Antonino Ian Ferola, Elisa Carli, Diego Fernandez Prieto, Marie-Helene Rio
Published: 8/19/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CV

arXiv:2608.16373v2 Announce Type: replace-cross Abstract: Despite comprising over 70% of its surface, the world's oceans are critically underobserved compared to the land surface or the atmosphere. Understanding the global ocean requires jointly observing its surface and subsurface structure, yet no...

📖 Read original article


275. Palmyra x6 Technical Report: An Agentic, Tool-Use Model Post-Trained via Anchored Supervised Fine-Tuning ​

Author: Peng Du, Kiran Kamble, Rakshith Vasudev, Zhizhuo Yang, Rohith Nadimpally, Arjun Krishna, Waseem Alshikh, Daniel M. Bikel
Published: 8/19/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2608.16620v2 Announce Type: replace-cross Abstract: Palmyra x6 is a large language model optimized for use with enterprise-oriented agentic tasks. The model was built by post-training a Mixture-of-Experts base model with Anchored Supervised Fine-Tuning on a compact corpus of verified, syntheti...

📖 Read original article