Skip to content

arXiv cs.AI - 2026-07-22 ​

322 items collected.


1. SysAdmin: Measuring Instrumental Power-Seeking in Frontier AI ​

Author: Mana Azarm, Qiyao Wei, Rahul Nambiar
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18239v1 Announce Type: new Abstract: Power-seeking defined as behaviors where AI systems acquire resources, evade oversight, or resist termination beyond task requirements is identified as a key driver of Loss of Control (LoC) risk. In this work, we introduce SysAdmin, a benchmark that po...

📖 Read original article


2. Calibrated Selective Fact-Checking via Evidence Chain Evaluation ​

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

arXiv:2607.18240v1 Announce Type: new Abstract: Large language models (LLMs) can achieve strong fact-checking accuracy, yet forced binary decisions conceal a critical reliability problem: systems may issue confident verdicts even when supporting evidence is weak, sparse, or internally inconsistent. ...

📖 Read original article


3. BatchDAG: LLM-Planned Execution Graphs for Scalable Ad-Hoc Analysis Over Enterprise Data ​

Author: Anupreet Walia
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18241v1 Announce Type: new Abstract: Large language models (LLMs) excel at analyzing individual documents but break down on exhaustive, cross-entity analytical questions over enterprise-scale datasets due to context overflow, loss of per-entity attribution, and linear latency from sequent...

📖 Read original article


4. AI Tool Discovery at Scale: All You Need is DNS ​

Author: Enhao Chen, Yulin Shao
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.MA, cs.NI

arXiv:2607.18242v1 Announce Type: new Abstract: The coming era of autonomous AI agents demands a discovery mechanism capable of navigating millions of tools, yet existing solutions buckle under O(N) complexity and centralized governance. Instead of building another fragile overlay, we propose ToolDN...

📖 Read original article


5. From Agent Failure Paths to Quantified Residual Risk: A Compositional Framework for Resilient Agentic AI ​

Author: Hassan Karim, Sai Sitharaman, Deepti Gupta, Danda B. Rawat
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18243v1 Announce Type: new Abstract: Agentic AI is crossing trust boundaries faster than current risk models can represent. Existing approaches provide one of two partial views. They either describe failure mechanisms without producing a transferable residual-risk estimate, or they produc...

📖 Read original article


6. SAAG: Structured Agent Assessment and Grounding ​

Author: Ritvik Garimella, Vedant Khandelwal, Anvi Kohli, Amit Sheth
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18245v1 Announce Type: new Abstract: Exact-match evaluation of agent-calling obscures qualitatively different failure modes: a model may select the right function yet hallucinate argument values, or satisfy a schema while choosing a agent for the wrong reason. Existing benchmarks collapse...

📖 Read original article


7. Phionyx: A Deterministic AI Runtime Architecture with Structured State Management and Pre-Response Governance ​

Author: Ali Toygar Abak
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.SE

arXiv:2607.18246v1 Announce Type: new Abstract: We present Phionyx, a deterministic AI runtime architecture derived from the broader Echoism interaction framework that introduces a governance-first approach to AI engineering: treating large language model (LLM) outputs as noisy sensor measurements r...

📖 Read original article


8. Integro-differential equations in angular stabilization of drone motion by distributed feedback control ​

Author: Alexander Domoshnitsky, Oleg Kupervasser, Anatoly Polonsky
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.LG, math.OC

arXiv:2607.18251v1 Announce Type: new Abstract: In this paper, we propose angular stabilization of drone motion using distributed feedback control in the form of an integral operator. It should be stressed that the memory of this integral operator could be unbounded. It is intuitively clear that lar...

📖 Read original article


9. MILP-Evo: Closed-Loop Fully Automatic Design of MILP Solvers ​

Author: Jinbiao Nie, Kewei Feng, Xiaoyuan Zhang, Shan Yin, Zizhuo Wang, Bin Dong
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.NE

arXiv:2607.18252v1 Announce Type: new Abstract: Machine learning methods have shown that data-driven policies can accelerate mixed-integer linear programming (MILP) solvers, but many such approaches remain difficult to inspect, adapt, and deploy because the learned policy is represented as an extern...

📖 Read original article


10. Beyond Accuracy and Cost: Latency-Aware LLM Query Routing for Dynamic Workloads ​

Author: Shivam Patel, Akaash R. Parthasarathy, Ankur Mallick, Gauri Joshi
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18253v1 Announce Type: new Abstract: Modern language query routers improve inference efficiency by assigning each query to a model that balances response quality and monetary cost. However, current query routers are largely latency-agnostic and do not consider the generation latency exper...

📖 Read original article


11. Cross-Dialect Generalization Without Retraining: Benchmarks and Evaluation of Schema-Derived Constrained Decoding for MLIR ​

Author: Plawan Kumar Rath
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.LG, cs.PL

arXiv:2607.18254v1 Announce Type: new Abstract: Multi-Level Intermediate Representation (MLIR) underlies modern ML compiler infrastructure (TensorFlow, JAX/StableHLO, PyTorch Inductor, IREE), yet appears only in trace amounts in code-LM pretraining corpora. MLIR is also extensible by design: new dia...

📖 Read original article


12. Semantic Cooperative Games for Contribution Attribution in LLM-Based Multi-Agent Systems ​

Author: Pengyi Jiang, Xiaoguang Zhu, Quanyan Zhu
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18255v1 Announce Type: new Abstract: Contribution attribution has become a central problem in LLM-based multi-agent systems, where final outputs are produced through multiple agents, message exchanges, and ordered workflow dependencies. Existing attribution methods often rely on counterfa...

📖 Read original article


13. PEARL: Solver-in-the-Loop Interactive Optimization Modeling from Natural Language ​

Author: Hongliang Lu, Zhong Li, Yuxuan Chen, Yuan Lan, Fan Zhang, Zaiwen Wen
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2607.18256v1 Announce Type: new Abstract: Optimization modeling is the process of translating real-world decision problems, often described in natural language, into formal mathematical formulations and executable solver code. While recent advances in large language models have shown promise i...

📖 Read original article


14. S2T-RLHF: Hierarchical Credit Assignment for Stable Preference-Based RLHF ​

Author: Wei Chen, Guanghui Zhu, Yafei Li, Limin Wang, Yihua Huang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18258v1 Announce Type: new Abstract: Reinforcement learning from human feedback (RLHF) with preference-based reward models often exhibits unstable training dynamics. A key contributing factor is that standard RLHF relies on a single sequence-level scalar reward, which is propagated to tok...

📖 Read original article


15. Probabilistic Concept-Aware Steering for Trustworthy LLM Inference ​

Author: Brian Becker, Rui Chu, Yingjie Lao
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18259v1 Announce Type: new Abstract: Steering vectors (SVs), an inference-time intervention technique for large language models (LLMs), guide the generation process by adding a concept-specific direction vector to intermediate activations during inference. However, existing SV methods fre...

📖 Read original article


16. FindStatBench: Evaluating Large Language Models on Combinatorial Code Synthesis ​

Author: Soham Dan
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18260v1 Announce Type: new Abstract: We introduce FindStatBench, an execution benchmark for evaluating large language models on combinatorial code synthesis. Built from FindStat, it contains 2,329 tasks across 24 collections and 5.52M hidden instances, covering statistic synthesis, which ...

📖 Read original article


17. When JSON Is Not Enough: Semantic Reliability of Schema-Constrained LLM Ordering Agents ​

Author: Yin Li
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18261v1 Announce Type: new Abstract: LLM agents are increasingly used as transaction compilers: a user states an intent in natural language, and the model emits a structured object that an API can execute. JSON Schema and provider-level structured-output modes are useful because they remo...

📖 Read original article


18. ProbSPARQL: Querying Knowledge Graphs with Multi-dimensional, Uncertain Numeric Data ​

Author: Jingcheng Wu, Ratan Bahadur Thapa, Daniel Hernandez, Hongkuan Zhou, Steffen Staab
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18262v1 Announce Type: new Abstract: The SFB 1574 Circular Factory is building a shared knowledge graph infrastructure for integrating data about returned products. A central challenge is that circular-factory data include numeric measurements that (i) originate from sensors or are derive...

📖 Read original article


19. Position: AI/ML Deepfake Research is Misaligned with AI-Generated Non-Consensual Intimate Imagery (AIG-NCII) ​

Author: Li Qiwei, Wells Lucas Santo, Sarita Schoenebeck, Eric Gilbert
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18263v1 Announce Type: new Abstract: AI-generated non-consensual intimate imagery (AIG-NCII) is not adequately addressed in AI/ML literature regarding AI-generated media, commonly referred to as "deepfakes". While research on deepfakes currently focuses on its epistemic harms -- or harms ...

📖 Read original article


20. MUX: Continuous Reasoning via Multiplexed Tokens ​

Author: Ayhan Suleymanzade, Halil Alperen Gozeten, Michael Bronstein, .Ismail .Ilkan Ceylan, Jinwoo Kim
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.LG

arXiv:2607.18264v1 Announce Type: new Abstract: Language models solve complex problems by articulating intermediate reasoning steps in natural language. While effective, this process is computationally bottlenecked: each reasoning step conveys only a single subword, and many are spent expressing a t...

📖 Read original article


21. State Compression in Two-Agent LLM Relays: A Closed-World Study of Constraint Preservation ​

Author: Anantha Sharma, Sheeba Elizabeth John, Kaarthik Senthil Kumar, Saratsuhas Vijayababu
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.CL

arXiv:2607.18265v1 Announce Type: new Abstract: Long-running Large Language Model (LLM)-based agents often accumulate large intermediate traces containing audits, eliminations, and numeric calculations. In practice, this state is compressed before handing it to a downstream decision step, creating a...

📖 Read original article


22. Structured Synthetic Reasoning Data for Arithmetic Fine-Tuning of Small Language Models ​

Author: Jake O'Grady, Effirul Ramlan
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18266v1 Announce Type: new Abstract: Small language models are attractive for local deployment, but they often struggle with multi-step arithmetic reasoning. We study whether structured synthetic reasoning data can improve this behaviour under consumer-hardware constraints. Starting from ...

📖 Read original article


23. Fence: Specialized SLM Guardrails for LLM Applications ​

Author: Kumud Lakara, Ruibo Shi, Fran Silavong
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18268v1 Announce Type: new Abstract: Real-world applications that use closed-source large language models (LLMs) need advanced safety measures that go beyond the basic content filters. Content moderation filters such as toxicity and bias have relatively standard definitions where as appli...

📖 Read original article


24. Wisdom of LLM Crowds: Aggregation and Contamination in Language Model Ensembles ​

Author: Igor Douven
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2607.18269v1 Announce Type: new Abstract: The wisdom of crowds -- the finding that aggregating judgments across individuals often outperforms the best individual -- has been extensively studied with human forecasters. Whether the same phenomenon emerges when the ``crowd'' consists of large lan...

📖 Read original article


25. Trajectory-Aware Clinical Risk Prediction via Severity-Grounded Knowledge Graphs and Retrieval-Augmented Generation ​

Author: Kyunghoon Jeon, Youmin Ko, Woohwan Jung, Hyunjoon Kim
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18270v1 Announce Type: new Abstract: While Electronic Health Records (EHRs) offer a wealth of clinical data, effectively augmenting a patient's records with heterogeneous external knowledge to predict the patient's clinical risk remains a significant challenge. Existing methods fail to ca...

📖 Read original article


26. Using LLMs for Explainable, Data-Driven Insight Generation from Time Series ​

Author: Ria Mundhra, Gustavo Sato dos Santos, Michael Benedikt
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18271v1 Announce Type: new Abstract: Time series forecasts are widely used in decision-critical domains, where they are rarely consumed without accompanying explanations. Producing such explanations is usually a manual and costly process, and attempts to automate it using large language m...

📖 Read original article


27. Deep Reinforcement Learning to Master the Asymmetric Strategy of Baghchal ​

Author: Ranjit Raut, Aarav Subedi, Sagun Rai, Aaryan Shakya, Manoj Shakya
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.GT

arXiv:2607.18296v1 Announce Type: new Abstract: Baghchal is a two-player asymmetric board game with Nepali origins where four tigers are to capture goats and twenty goats desire to keep tigers in immobility. Although Baghchal has a complex structure which is strategic, has perfect information struct...

📖 Read original article


28. Operational Hallucination and Safety Drift in AI Agents ​

Author: Shasha Yu, Fiona Carroll, Barry L. Bentley
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.CY

arXiv:2607.18366v1 Announce Type: new Abstract: Large language models (LLMs) serving as planners in tool-using autonomous agents introduce dynamic reliability risks in multi-turn execution. While single-turn safety mechanisms are relatively mature, extended interactions reveal structural vulnerabili...

📖 Read original article


29. AlayaWorld: Interactive Long-Horizon World Modeling -- Full Technical Report ​

Author: AlayaWorld Team, Kaipeng Zhang, Chuanhao Li, Yifan Zhan, Yongtao Ge, Yuanyang Yin, Jiaming Tan, Kang He, Liaoyuan Fan, Mingliang Zhai, Ruicong Liu, Xiaojie Xu, Xuangeng Chu, Zhen Li, Zhengyuan Lin, Zhixiang Wang, Zian Meng, Zihui Gao
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18367v1 Announce Type: new Abstract: Unlike conventional video game development, which relies on labor-intensive pipelines for asset production, animation, physics, and programming, video world models generate interactive environments from user inputs instantly. It enable us to create cus...

📖 Read original article


30. Neuro-Symbolic Meta-Policies for Temporal Knowledge-Graph Memory under Partial Observability ​

Author: Taewoon Kim, Vincent Fran\c{c}ois-Lavet, Michael Cochez
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18368v1 Announce Type: new Abstract: Partially observable reinforcement learning requires deciding what to retain, retrieve, and forget over time. We introduce a neuro-symbolic meta-policy that learns which symbolic memory heuristic to apply at each decision point while keeping execution ...

📖 Read original article


31. MAGE: Human-Like Macro Placement via Agentic Multimodal Reasoning ​

Author: Andrew B. Kahng, Sayak Kundu, Bodhisatta Pramanik
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.RO

arXiv:2607.18536v1 Announce Type: new Abstract: Macro placement still requires substantial manual refinement in industrial physical design flows. We present MAGE (Macro Placement Agentic Engine), a multimodal multi-agent framework for macro placement refinement. MAGE decomposes the macro placement t...

📖 Read original article


32. Engineering Trustworthy Agentic AI for Critical Systems ​

Author: Omar Al-Refai, Ibrahim Shahbaz, Adam Ali Husseinat, Michael Mandulak, Jaewon Kim, Eman Hammad
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.MA, cs.SY, eess.SY

arXiv:2607.18548v1 Announce Type: new Abstract: Agentic artificial intelligence systems, capable of autonomous perception, planning, tool use, and multi-step action, are increasingly proposed for critical engineering domains where decisions carry physical, operational, or economic consequences. This...

📖 Read original article


33. Attacking Graph Foundation Models Through Their Shared Representation ​

Author: Pankaj Kumar, Subhankar Mishra
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.CR, cs.LG

arXiv:2607.18567v1 Announce Type: new Abstract: A graph foundation model generalizes across graph domains by mapping every input into one shared representation before any task reasoning. We call this map the alignment layer, the component that separates a graph foundation model from a graph neural n...

📖 Read original article


34. When Does Machine Learning Beat Value Sorting? A Three-Dataset Diagnostic of Exposure-Weighted Shipment Prioritization ​

Author: Jize Li
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18573v1 Announce Type: new Abstract: Delay-risk models are usually judged by predictive accuracy. What matters in practice is narrower: with capacity to review only a few shipments, which ones should a manager check first? We evaluate whether machine learning clears a demanding no-model b...

📖 Read original article


35. SciHazard: A Benchmark for Measuring Scientific Safety Risks with Decomposed Harm Scoring ​

Author: Chunxiao Li, Yuan Xiong, Lijun Li, Tianyi Du, Wenlong Zhang, Lei Bai, Jing Shao
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18665v1 Announce Type: new Abstract: Large language models (LLMs) increasingly support science, but they can also convert hazardous scientific knowledge into actionable misuse guidance. Existing benchmarks often rely on templated queries disconnected from real-world hazards, and employ LL...

📖 Read original article


36. Semantic Primes as Explanans for Emotion in Large Language Models ​

Author: Frank Xing
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.CL

arXiv:2607.18691v1 Announce Type: new Abstract: Progresses have been made on understanding emotion mechanisms of large language models (LLMs). However, how to explain emotion in LLMs, or even what constitutes good explanations, are less clear. Emotion representations, components, circuits are widely...

📖 Read original article


37. Do AI-Native Biotechs Need Departments? Benchmarking Company World Models for AI-Driven Drug Development ​

Author: Yinan Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18696v1 Announce Type: new Abstract: AI-native biotechnology companies are often designed by copying human biotech org charts into agent roles. We argue for a different abstraction: a Company World Model, defined as a persistent asset-to-value state representation with transition models, ...

📖 Read original article


38. DWM: Separating World Effects from Actions in Latent World Models ​

Author: Yi-Ge Zhang, Tianqi Du, Qi Zhang, Yisen Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18715v1 Announce Type: new Abstract: Latent world models underpin much of modern model-based control, yet current action-conditioned formulations supervise the next-latent transition with a single, undifferentiated target, forcing a monolithic learning signal to absorb every source of sta...

📖 Read original article


39. One Rewrite to Fix Them All? Type-Aware Repair Allocation for Text-to-Image Prompt Optimization ​

Author: Haoyue Liu, Xiaoyu Ma, Ye Chen, Shuguang Cui, Xiaoying Tang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18724v1 Announce Type: new Abstract: Text-to-image (T2I) generators often fail to follow their prompts faithfully, producing wrong counts, swapped attributes, ambiguous relations, and illegible text. Prompt optimization repairs such failures by rewriting the user prompt, requiring no gene...

📖 Read original article


40. AgentDebugX: An Open-Source Toolkit for Failure Observability, Attribution, and Recovery in LLM Agents ​

Author: Kunlun Zhu, Xuyan Ye, Zhiguang Han, Yuchen Zhao, Bingxuan Li, Weijia Zhang, Muxin Tian, Xiangru Tang, Pan Lu, James Zou, Jiaxuan You, Heng Ji
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.CL

arXiv:2607.18754v1 Announce Type: new Abstract: LLM agent failures are difficult to debug because the step where an error surfaces is often not the one that caused it. Existing observability tools replay execution traces but provide little support for identifying the root cause or translating diagno...

📖 Read original article


41. SkillSight: Seeing Through Shared Descriptions for Accurate Skill Retrieval ​

Author: Jinying Xiao, Bin Ji, Shasha Li, Xiaodong Liu, Ma Jun, Jiacheng Jie, Chao Wang, Nyima Tashi, Jie Yu
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18785v1 Announce Type: new Abstract: As large language model agents gain access to increasingly large skill libraries, retrieving the right skill becomes critical to reliable capability selection and execution. Existing retrievers often treat skill descriptions as ordinary documents, over...

📖 Read original article


42. AI Tour Meeting: Group Travel Planning by LLM Agents ​

Author: Daisuke Kikuta
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.MA

arXiv:2607.18806v1 Announce Type: new Abstract: This paper proposes AI Tour Meeting, a group travel planning framework powered by multiple Large Language Model (LLM)-based agents. The agents are instantiated with distinct personas and collaboratively seek an itinerary that satisfies their constraint...

📖 Read original article


43. Evaluating medical AI under missing information: same-provider judges and human raters change apparent safety ​

Author: Koyar Afrasyab
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18828v1 Announce Type: new Abstract: Readiness stress-testing of medical AI has focused on closed-ended and multimodal benchmarks. We extend it to open-ended clinical conversation under missing information, where safe behavior means recognizing absent information and qualifying, clarifyin...

📖 Read original article


44. PhoenixRepair: Rethinking Repair Strategy Exploration in Software Agents ​

Author: Tianyue Jiang, Yanlin Wang, Xin He, Daya Guo, Jiachi Chen, Ming Wen, Ensheng Shi, Xilin Liu, Yuchi Ma, Guanbin Li
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18859v1 Announce Type: new Abstract: While Large Language Models have greatly advanced automated issue resolution, existing agent-based methods exhibit a fundamental limitation in their insufficient exploration of repair strategies. This insufficiency manifests in two key aspects. First, ...

📖 Read original article


45. NaviAIS: A Scenario-Level Vessel Trajectory Prediction Dataset withVectorized Lane Priors and the NaviLane Forecasting Framework ​

Author: Yuan Gui, Hongchen Luo, Liqi Qu, Longyue Fu, Jiao Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18887v1 Announce Type: new Abstract: Vessel trajectory prediction in complex maritime environments is essential for traffic management, collision warning, route planning, and autonomous navigation. Although AIS-based learning methods have progressed rapidly, existing datasets are often re...

📖 Read original article


46. Black-Mamba: Biologically-Inspired Leaky Accumulation for Conceptual Knowledge under Distribution Drift ​

Author: Giuseppe Soriano, Nicola Tonellotto, Alberto Gotta
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18899v1 Announce Type: new Abstract: Forecasting under real-world conditions is inherently non-stationary, as the conditional distribution of future observations evolves over time. Recent test-time adaptive sequence models address this challenge by updating internal states during inferenc...

📖 Read original article


47. Enhancing Transformer-based Routing by Encoding Distance via Relative Positional Encoding ​

Author: Leyre Enc'io, Daniel Fuertes, Carlos R. del-Blanco, Fernando Jaureguizar
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18909v1 Announce Type: new Abstract: This paper explores Relative Positional Encoding (RPE) as an additive bias in Transformer architectures to solve the Team Orienteering Problem. By embedding in the attention mechanism pairwise spatial relationships among nodes of the graph that represe...

📖 Read original article


48. OntoBook: Ontology-Grounded Synthetic Textbooks for Medical Encoder Pretraining ​

Author: Rian Touchent (ALMAnaCH), 'Eric de la Clergerie (ALMAnaCH)
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18927v1 Announce Type: new Abstract: We present OntoBook, a method that converts medical ontology structure into pretraining signal for encoder language models. Our approach has three stages: random walks through ontology graphs capture hierarchical and causal relations between medical co...

📖 Read original article


49. What General Intelligence Requires: Non-Reducible Constraints Across Levels of Description ​

Author: Subhomoy Bakshi
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.CY

arXiv:2607.18943v1 Announce Type: new Abstract: General intelligence, of the kind that underwrites the full range of human cognitive achievement, is not a property of computational architecture alone. This paper advances a single thesis: the structural constraints on general intelligence occupy dist...

📖 Read original article


50. From Dependency to Compositionality: A Neurosymbolic Lifting of LLM Outputs via Combinatory Categorial Grammar ​

Author: Remo Pareschi
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18961v1 Announce Type: new Abstract: Large language models (LLMs) generate fluent text by incrementally predicting the next token from a prefix. Critics in the generative tradition argue that such systems lack genuine grammar; influential replies from the dependency-grammar perspective ho...

📖 Read original article


51. Measuring Reward-Seeking via Contrastive Belief Updates ​

Author: Axel H{\o}jmark, J'er'emy Scheurer, Evgenia Nitishinskaya, Felix Hofst"atter, Jason Wolfe, Theodore Ehrenborg, Bronson Schoen, Alexander Meinke
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.LG

arXiv:2607.18966v1 Announce Type: new Abstract: Language models trained with reinforcement learning may learn to optimize the grader's judgment rather than the intended objective. This "reward-seeking" is difficult to measure because a model that pursues the grader's judgment and one that pursues th...

📖 Read original article


52. Mi-Memory: A Lifecycle Memory Framework for Personal AI ​

Author: Xule Liu, Hanlin Teng, Chao Li, Yanan Ni, Shuo Lu, Audrey Wang, Yijun Liu, Yunfei Wang, Xiaofeng Li, Xian Yi, Yuanfa Li, Kang Zhao, Jian Liang, Yuxuan Chen, Jinyuan Chen, Heng Qu, Kun Shao, Jian Luan
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18975v1 Announce Type: new Abstract: Personal AI is moving beyond chat-only interaction toward continuous services that span phones, cars, homes, wearables, cameras, and tools. In this setting, memory cannot remain a cache of prior conversations. It should serve as a continuity and govern...

📖 Read original article


53. Fishing Out Free Riders: Shapley-Based Reward Attribution for Parallel Reasoning via Reinforcement Learning ​

Author: Wentao Zhang, Haoyu Zhang, Xinke Jiang, Yuxuan Cheng, Yuhan Pan, Miao Li, Zhipeng Qiao, Tao Feng, Zhen Tao, Dengji Zhao
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18979v1 Announce Type: new Abstract: Large Language Models (LLMs) excel at multi-step reasoning, yet current parallel reasoning approaches often fail to distinguish the contributions of individual reasoning paths. Many paths may be redundant, misleading, or even detrimental, but outcome-l...

📖 Read original article


54. Athena-Brain Technical Report: An Efficient Robot Brain for General Intelligence and Embodied Interactio ​

Author: Jialian Li, Junhong Liu, Yuchen Cao, Weiran Guo, Jiaming Song, Xutao Wang, Yi Zhao, Jiangpin Liu, Jie Chen
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.18985v1 Announce Type: new Abstract: Large language models (LLMs) have demonstrated remarkable capabilities in language understanding, reasoning, and world knowledge. As embodied agents become increasingly capable, there is a growing demand for compact models that can serve as an on-devic...

📖 Read original article


55. Vector-Bench: Can Models Surgically Edit SVG Code? ​

Author: Yug Aditi Gupta, Prannay Hebbar
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.19056v1 Announce Type: new Abstract: Instruction-based vector editing requires two capabilities: making a requested change and leaving everything else alone. The second is easy to miss when an output is judged only as a raster image. We introduce Vector-Bench, a compact, difficult benchma...

📖 Read original article


56. Quality Action Assurance: Multimodal Verification of Examiner Claims in VR OSCEs ​

Author: Harry Rogers, Sally Shiels, Ashley Tomlinson, James Thomas, James Aylward, Nathan Gauge, Helen Higham, Alison Noble
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.19063v1 Announce Type: new Abstract: Objective Structured Clinical Examinations (OSCEs) are the gold standard for assessing clinical competence, yet scoring remains vulnerable to examiner subjectivity, fatigue, and cognitive bias. Standard examiner validation via inter-rater statistics la...

📖 Read original article


57. On the Effectiveness of Pretraining for Graph Combinatorial Optimization ​

Author: David Aguado, Daniel Fuertes, Carlos R. del-Blanco, Fernando Jaureguizar
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.19072v1 Announce Type: new Abstract: This paper introduces a self-supervised pretraining framework for graph combinatorial optimization specifically designed to address the nature of routing problems like the Traveling Salesman Problem. By utilizing graph contrastive learning with geometr...

📖 Read original article


58. Supra Cognitive Modes: A Routed Architecture for Agent Memory ​

Author: Joshua Tobkin, David Yang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.CL

arXiv:2607.19096v1 Announce Type: new Abstract: Agent-memory workloads mix direct factual lookup, relation-chain and current-state reasoning, and broad synthesis over long histories. We describe Supra Cognitive Modes (SCM), an architecture that maps explicit or automatically selected per-query modes...

📖 Read original article


59. OpenRTAG: A Comprehensive Benchmark for Robust Text-Attributed Graph Learning under Data Quality Degradation ​

Author: Yuze Dai, Zhihan Zhang, Yan Zhao, Ruoyu Wu, Xunkai Li, Zekai Chen, Qiangqiang Dai, Hongchao Qin, Ronghua Li
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.19108v1 Announce Type: new Abstract: Text-attributed graphs (TAGs) are an important graph data form that combine relational structure with rich node text. However, real-world TAGs are often imperfect, with quality issues arising from text, structure, and labels, and typically manifesting ...

📖 Read original article


60. Comparative Study of Multi-Agent Actor-Critic Algorithms in Parameterized Action Reinforcement Learning ​

Author: Ubayd Ali Bapoo, Clement N Nyirenda
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.19117v1 Announce Type: new Abstract: Parameterized action reinforcement learning has shown strong performance in environments requiring both discrete action selection and continuous parameterization. Prior work established the effectiveness of single-agent actor-critic algorithms - Greedy...

📖 Read original article


61. Sequential Learner Modeling Using Multi-Relational Graph Convolutional Networks ​

Author: Rawaa Alatrash, Mohamed Amine Chatti, Hong Yang, Yumeng Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.CY, cs.IR

arXiv:2607.19253v1 Announce Type: new Abstract: User modeling is a critical task in a variety of personalized systems. Recognizing their effectiveness in learning from graph-structured data, Graph Neural Networks (GNNs), particularly Graph Convolutional Networks (GCNs), are increasingly employed for...

📖 Read original article


62. BioSecBench-Surveillance: A Verifiable Benchmark for AI Agents in Pathogen Genomic Surveillance ​

Author: Harmon Bhasin, Kevin Flyangolts, Dianzhuo Wang, Evan Seeyave, Arjun Banerjee, Amanda Darling, Joshua Stallings, David Stern, Shawn Higdon, Claire Duvallet, Bryan Tegomoh, Kenny Workman
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.19262v1 Announce Type: new Abstract: As pathogen genomic surveillance scales, the bottleneck is shifting from data generation to analysis. We present BioSecBench-Surveillance, a verifiable benchmark of 100 evaluations testing whether AI agents can infer the right analysis pipeline from ra...

📖 Read original article


63. Graph-Based Agentic AI with LangGraph: Workflow Pathways for Long-Running Stateful Business Processes ​

Author: Daniel Pearson, Sidney Shapiro, Emiliano Sebastian Gonzalez Venegas, Sanad Al-Khatib, Aurora Pinz'on Arzola
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.SE

arXiv:2607.19297v1 Announce Type: new Abstract: This paper is a practitioner guide to graph-based workflow pathways for long-running, stateful, multi-step generative AI systems in business processes. Rather than treating LangGraph, a low-level orchestration framework for stateful agents, as a model-...

📖 Read original article


64. LLM Detection as an Intervention: Downstream Impact under Strategic User Behavior ​

Author: Meena Jagadeesan, Tatsunori Hashimoto, Jon Kleinberg
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.GT

arXiv:2607.19300v1 Announce Type: new Abstract: As LLM adoption becomes more widespread, there is a growing interest in detecting LLM-generated content, for example through LLM detection tools and through heuristics based on language patterns. Detectors operate as an intervention that steers not onl...

📖 Read original article


65. ResearchArena: Evaluating Sabotage and Monitoring in Automated AI R&D ​

Author: Lena Libon, Ben Rank, Jehyeok Yeon, David Schmotz, Jeremy Qin, Daniel Donnelly, Derck Prinzhorn, Maksym Andriushchenko
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.CR, cs.LG

arXiv:2607.19321v1 Announce Type: new Abstract: As AI agents begin to automate AI R&D, we need ways to assess whether their outputs are safe to deploy, even when the agents themselves may be untrusted. AI control offers one such approach: rather than trusting the agent, it treats it as a potential a...

📖 Read original article


66. Associative Emotional Learning in Convolutional Neural Networks ​

Author: Seowung Leem, Andreas Keil, Mingzhou Ding, Ruogu Fang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.19327v2 Announce Type: new Abstract: Associative emotional learning enables organisms to adaptively link pleasant or unpleasant outcomes to the presence of predictive stimuli. Whereas computational models such as the Rescorla-Wagner model have shed light on this important function, the li...

📖 Read original article


67. Agents in the Wild: Where Research Meets Deployment ​

Author: Grace Hui Yang, Pranav N. Venkit, Hooman Sedghamiz, Enrico Santus, Victor Dibia, Ioana Baldini
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.CL

arXiv:2607.19336v1 Announce Type: new Abstract: Agentic systems large language model (LLM) based architectures capable of reasoning, planning, acting, and coordinating with tools and other agents are rapidly transitioning from research prototypes to production scale deployments across domains such a...

📖 Read original article


68. CodeRescue: Budget-Calibrated Recovery Routing for Coding Agents ​

Author: Qijia He, Jiayi Cheng, Chenqian Le, Rui Wang, Xunmei Liu, Yixian Chen, Jie Mei, Zhihao Wang, Xupeng Chen, Yuhuan Chen, Tao Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.19338v1 Announce Type: new Abstract: Coding agents increasingly operate in executable environments where a failed attempt produces actionable feedback rather than merely an incorrect answer. Existing cost-aware systems typically treat such failures as cascade decisions: try a cheap model ...

📖 Read original article


69. MechAInistic: An LLM-guided Multi-Agent System for Reasoning over Genome-Scale Constraint-Based Metabolic Models ​

Author: Josh Loecker, Narayna Puraja, William Bryan, Bhanwar Lal Puniya, Ahmed Abdeen Hamed, Tom'a\v{s} Helikar
Published: 7/22/2026, 4:00:00 AM
Categories: q-bio.QM, cs.AI

arXiv:2607.18249v1 Announce Type: cross Abstract: Constraint-based metabolic modeling is a powerful way to study the mechanistic basis of cellular states and disease, but its effective use demands substantial computational expertise and careful coordination of multi-step analyses. We developed MechA...

📖 Read original article


70. Assistant or Actor? Student Trust, Control, and Delegation Regret When Using a General-Purpose AI Agent ​

Author: Shiva Pochampally, Shengwei An, Yan Chen
Published: 7/22/2026, 4:00:00 AM
Categories: cs.HC, cs.AI

arXiv:2607.18257v1 Announce Type: cross Abstract: When AI agents shift from answering questions to taking actions, users face a new problem: deciding what to delegate, to a system whose action space they cannot fully anticipate. We call the resulting dissatisfaction delegation regret, a pattern in w...

📖 Read original article


71. The Economics of Autonomy: Real-Time Risk Indexing for Insurable AI-Driven 6G Systems ​

Author: Anthony Kiggundu, Michael Zentarra, Christoph Lipps, Hans D. Schotten
Published: 7/22/2026, 4:00:00 AM
Categories: cs.NI, cs.AI

arXiv:2607.18267v1 Announce Type: cross Abstract: The transition to sixth-generation (6G) networks transforms wireless infrastructure into a cognitive substrate supporting Vehicle-to-Everything (V2X), Industrial IoT (IIoT), and Integrated Sensing and Communication (ISAC). In this paradigm, autonomou...

📖 Read original article


72. Market Strategy Evaluation for Prosumers in Local Electricity Markets ​

Author: Lukas Peter Wagner, Raoul Bisson, Felix Gehlhoff
Published: 7/22/2026, 4:00:00 AM
Categories: cs.GT, cs.AI, cs.SY, eess.SY

arXiv:2607.18272v1 Announce Type: cross Abstract: Prosumers equipped with distributed generation and flexible loads form autonomous cyber-physical energy systems that control local resources and participate in local energy markets with minimal human intervention. This work develops and evaluates an ...

📖 Read original article


73. Domain Design for the Cops and Robbers Problem ​

Author: Connor Little, Meagan Mann, Erin Meger, Christian Muise
Published: 7/22/2026, 4:00:00 AM
Categories: cs.GT, cs.AI

arXiv:2607.18274v1 Announce Type: cross Abstract: Cops and Robbers is a well-studied problem in graph theory. The setting consists of a robber and one or more cops placed on an undirected graph. Taking turns moving throughout the graph, the cops try to capture the robber. The property of interest is...

📖 Read original article


74. A Calculus of Discernment: Decision-Relevant Insight, Sequence Value, and Forgetting as Higher-Order Learning ​

Author: Suyash Mishra
Published: 7/22/2026, 4:00:00 AM
Categories: cs.GT, cs.AI

arXiv:2607.18275v1 Announce Type: cross Abstract: In a world of generative AI, candidate insights are abundant; what is scarce is the capacity to discern which matter, to act on them in the right amount and order, and to forget the rest so the system can adapt. We argue these scarcities are governed...

📖 Read original article


75. FALCON-Discover: Discovering Concentrated False-Confidence Regions for Calibration ​

Author: Filippo Cenacchi, Longbing Cao, Runze Yang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18278v1 Announce Type: cross Abstract: Calibration is usually evaluated in aggregate, but the most dangerous failures are often local: predictions that remain highly confident despite being wrong. We study this failure mode as false-confidence concentration, the extent to which confident ...

📖 Read original article


76. Beyond Output-Space Calibration: Spectral Evidence Bundling for Selective Reliability Estimation in Time-Series Classification ​

Author: Filippo Cenacchi, Longbing Cao, Runze Yang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18279v1 Announce Type: cross Abstract: Post-hoc calibration for time-series classification usually remaps output scores, but deployment decisions such as trust, abstention, and review depend on whether a confident prediction is supported by the current temporal signal. We address three ti...

📖 Read original article


77. Beyond Single-Dimensional Compression: The Compound Sparsity Frontier of Large Language Models ​

Author: Chao Han, Haozhe Hu, Xiaoyu Shen
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18280v1 Announce Type: cross Abstract: Large language models (LLMs) are often compressed through static parameter pruning or dynamic token-level computation, yet aggressive sparsification can trigger rapid performance degradation beyond an essential sparsity boundary. This work asks \emph...

📖 Read original article


78. FedCC: A Low-Resource Federated Adaptation of Foundation Models for Robust Corpus Callosum localization in Fetal Ultrasound Images ​

Author: Alessandro Di Matteo, Sara Moccia, Giuseppe Rizzo, Gianpaolo Grisolia, Ricciarda Raffaelli, Lorenzo Vasciaveo, Francesco D'Antonio, Maria Chiara Fiorentino
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CV

arXiv:2607.18283v1 Announce Type: cross Abstract: Accurate localization of the corpus callosum (CC) in fetal ultrasound (US) images is crucial for the early identification of neurodevelopmental abnormalities. However, this task remains highly challenging due to the intrinsic limitations of US imagin...

📖 Read original article


79. Compressing What Matters: Neuron Importance Meets Data-Aware Low Rank Approximation for Language Model Compression ​

Author: Athanasios Ntovas, Alexandros Doumanoglou, Petros Drakoulis, Dimitris Zarpalas
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18284v1 Announce Type: cross Abstract: To excel at their domain large language models are comprised of billions of parameters. Yet this comes at the cost of huge memory requirements restricting their applicability in resource-constrained environments. To address the problem of neural netw...

📖 Read original article


80. Edge-Efficient Transformer for End-to-End RF Spectrum Monitoring ​

Author: Zhifan Song, Haralampos-G. Stratigopoulos, Hassan Aboushady
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18285v1 Announce Type: cross Abstract: We present E-SpecFormer (Edge Spectrum monitoring Transformer) for end-to-end automatic modulation and covert channel (CC) recognition. We introduce LiTAN (Linear Tanh Attention Network), a Softmax- and LayerNorm-free attention mechanism that reduces...

📖 Read original article


81. Preference-Conditioned Multi-Objective Reinforcement Learning for Runtime-Tunable Transit Signal Priority ​

Author: Philip-Roman Adam, Stefanie Schmidtner
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.SY, eess.SY

arXiv:2607.18286v1 Announce Type: cross Abstract: Transit signal priority (TSP) requires balancing competing objectives: reducing bus delay while limiting adverse impacts on non-bus traffic and avoiding extreme waits for a subset of vehicles. Existing reinforcement-learning (RL) approaches to TSP ty...

📖 Read original article


82. BearingNAS: Obtaining In-Sensor Intelligent Fault Diagnosis Systems for Bearings Using a Laptop ​

Author: Andrea Mattia Garavagno, Edoardo Ragusa, Paolo Gastaldo, Antonio Frisoli, Rodolfo Zunino
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18287v1 Announce Type: cross Abstract: This paper introduces BearingNAS, a Hardware-Aware Neural Architecture Search (HW-NAS) framework designed to shift the intelligence directly onto the sensor die via in-sensor processing. BearingNAS frames the search as a constrained optimization prob...

📖 Read original article


83. Towards Principled Continual Anomaly Detection: A Systematic Framework and Benchmark Scenarios ​

Author: Kamil Faber, Mateusz Smendowski, Roberto Corizzo
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18289v1 Announce Type: cross Abstract: Continual anomaly detection (CAD) studies how models can adapt to evolving data distributions while retaining performance on previously observed regimes. CAD benchmarks, however, depend critically on how tasks are defined, filtered, ordered, and vali...

📖 Read original article


84. SechKAN: Kolmogorov-Arnold Networks with Hyperbolic Secant Functions ​

Author: Hoang-Thang Ta
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18290v1 Announce Type: cross Abstract: In recent years, Kolmogorov-Arnold Networks (KANs) have attracted increasing attention due to their effectiveness in machine learning and scientific computing tasks, offering a new paradigm for neural network design. In this paper, we present SechKAN...

📖 Read original article


85. Dual-domain fused LSTM modeling for efficient time-dependent reliability analysis ​

Author: Yixin Zhang, Mingyang Li, Zichao Jiang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CE

arXiv:2607.18291v1 Announce Type: cross Abstract: Time-dependent reliability analysis is crucial for ensuring the long-term safety and performance of engineering systems under uncertainties. However, traditional surrogate model methods often struggle to incorporate time-independent random variables ...

📖 Read original article


86. Reliability Scales Inversely: Bigger Models Compound Mistakes Faster via a Hidden Auto-Regressive Risk Regime ​

Author: Kushal Chakrabarti
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CL

arXiv:2607.18292v1 Announce Type: cross Abstract: As language models scale, answers start truer but degrade faster: scaling buys capability but erodes reliability. The knowledge-gap account - more data, retrieval, or scale - misses an auto-regressive risk residual that scale sharpens: the model comm...

📖 Read original article


87. The Information Shadow: Measuring Structural Limits on What Language Models Can Learn ​

Author: Priyansh Srivastava, Romit Chatterjee
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18305v1 Announce Type: cross Abstract: Some limits on what language models know are not gaps in data coverage but structural properties of learning from text. We introduce the information shadow: the region of phenomena that a text-trained learner cannot acquire regardless of scale, compr...

📖 Read original article


88. Gradient-Energy Guided Block-Wise Perturbations for Sharpness-Aware Minimization ​

Author: Zhen Huang, Jiaxin Deng, Junbiao Pang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18306v1 Announce Type: cross Abstract: Sharpness-Aware Minimization (SAM) improves generalization by minimizing the worst-case loss in a local parameter neighborhood. Standard SAM implicitly allocates its global perturbation budget across parameter blocks according to instantaneous miniba...

📖 Read original article


89. Agentic Calibration of Grey-Box Simulation Models: An LLM-Driven Alternative ​

Author: David G'omez-Guill'en, Mireia Diaz, Josep Lluis Arcos, Jes'us Cerquides
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18308v1 Announce Type: cross Abstract: Calibration of grey-box simulation models is a constrained optimization problem in which model evaluations are expensive, the parameter space can be high-dimensional, and the search must respect plausibility constraints. Although the simulation code ...

📖 Read original article


90. Distribution-First Population Simulation: Collapse, Calibration, and Recall in Non-WEIRD LLM Persona Modeling ​

Author: Gurkan Ozkan
Published: 7/22/2026, 4:00:00 AM
Categories: physics.soc-ph, cs.AI

arXiv:2607.18310v1 Announce Type: cross Abstract: Synthetic-population tools increasingly run every individual as an independent large language model (LLM) agent. Using real survey microdata, we show that this paradigm has a basic failure mode, and we set a distribution-first corrective against it, ...

📖 Read original article


91. Approximating SPR Distance Between Phylogenetic Trees with Graph Neural Networks ​

Author: Renata Martins Castanheira, Miguel Bugalho, C'atia Vaz
Published: 7/22/2026, 4:00:00 AM
Categories: q-bio.PE, cs.AI, cs.LG

arXiv:2607.18311v1 Announce Type: cross Abstract: Comparing phylogenetic tree topologies is essential for understanding epidemic dynamics, yet biologically meaningful distances such as the Subtree Prune and Regraft (SPR) distance are NP-hard to compute and intractable on large datasets. We investiga...

📖 Read original article


92. Binding Drift in Multi-Step Tool-Augmented Agents ​

Author: Rahul Suresh Babu, Shashank Indukuri
Published: 7/22/2026, 4:00:00 AM
Categories: cs.SE, cs.AI, cs.CL

arXiv:2607.18316v1 Announce Type: cross Abstract: Tool-augmented language-model agents execute multi-step workflows over external systems, resolving an entity once and then acting on it across subsequent steps. Prior work shows that in single-step actions, agents select the correct tool but bind it ...

📖 Read original article


93. Cost Accounting for Reactive Computational Graphs: Exhaustive Sweeps, Sequential Mutation, and the Backward-Locality Gap ​

Author: Abdallah Khemais (ISITCOM, University of Sousse)
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18323v1 Announce Type: cross Abstract: Exhaustive site-by-site interventions on a neural network's computational graph -- activation-patching sweeps, circuit-discovery searches, systematic ablation studies -- mutate the graph at every candidate site, and their cost is dominated by recompu...

📖 Read original article


94. Hazard or Anomaly? Evaluating VLMs for Understanding Dangers and Discrepancies ​

Author: Murali Indukuri, Mohammad Eskandari, Sree Nitya Kollu, Stephanie Lukin, Cynthia Matuszek
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.RO

arXiv:2607.18325v1 Announce Type: cross Abstract: Modern safety-critical systems increasingly rely on human-robot interaction to reduce disaster risk and support decision-making during emergencies. Vision-Language Models (VLMs) are promising for these settings because they can interpret complex scen...

📖 Read original article


95. Dynamic Loss Balancing for Joint SOH and RUL Prediction of Lithium-Ion Batteries via a Rotary SOH-Injected Prior Battery Transformer ​

Author: Shuhao Chen, Tianyu Shi, Yiwen Huang, Chengyi Tu
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18329v1 Announce Type: cross Abstract: The deployment of reliable lithium-ion battery management systems is crucial for accelerating electrification, yet the joint prognosis of State of Health (SOH) and Remaining Useful Life (RUL) remains severely hindered by task heteroscedasticity. Conv...

📖 Read original article


96. Physics-Guided Masked Multi-Task Network for Edge-Friendly Battery Health Diagnostics from Sto-chastically Fragmented Charging Profiles ​

Author: Shuhao Chen, Tianyu Shi, Chengyi Tu
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18330v1 Announce Type: cross Abstract: The deployment of reliable lithium-ion battery management systems is crucial for accelerating electrification, yet the joint prognosis of State of Health (SOH) and Remaining Useful Life (RUL) remains severely hindered by task heteroscedasticity. Conv...

📖 Read original article


97. ChemHyperMag: Physics-informed magnetic hypergraph learning improves molecular ADMET prediction ​

Author: Hexiao Ding, Hongzhao Chen, Jing Lan, Yufeng Jiang, Zihong Luo, Zehua Xiong, Tianlong Ruan, Yunlin Mao, Nga Chun Ng, Gwing Kei Yip, Gerald W. Y. Cheng, Kate Inyoung Oh, Jing Cai, Liang-Ting Lin, Jung Sun Yoo
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18332v2 Announce Type: cross Abstract: Accurate prediction of ADMET (Absorption, Distribution, Metabolism, Excretion, and Toxicity) is important for drug discovery. Most predictors use undirected molecular graphs and pairwise edges. This choice misses asymmetric interactions, nonreversibl...

📖 Read original article


98. Quantum Cryptanalysis on IBM Quantum Hardware: Extending Even--Mansour Period Recovery from $N=4$ to $N=10$ ​

Author: Taebong Kim, Youngsik Hong, Minsik Kim, Sunyoung Choi, Jaewon Jang, Junghoon Shin, Minseo Kim
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2607.18340v1 Announce Type: cross Abstract: We report genuine-un-compiled, textbook-faithful-quantum cryptanalysis of symmetric-cipher structures executed on real IBM quantum hardware (ibm_kingston, Heron generation). Using Simon's algorithm we recover the hidden period of the Even-Mansour ci...

📖 Read original article


99. PRISM: Sensitivity-Aware PolynoMial PRuning for EffIcient Neural Network Encryption ​

Author: Sahaj Majavdia, Mahdi Taheri
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CR, cs.AI, cs.AR, cs.DC, cs.LG

arXiv:2607.18342v1 Announce Type: cross Abstract: Structured pruning is essential for making neural network inference feasible under homomorphic encryption (HE), yet its impact on model reliability has remained unexplored. This paper presents a systematic reliability characterization of pruned CKKS-...

📖 Read original article


100. Federated Lightweight Fine-Tuning ​

Author: Radhakrishna Achanta, Will Reed
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18343v1 Announce Type: cross Abstract: Federated fine-tuning is bottlenecked by communication: FedAvg and pseudo-gradient schemes transmit a payload that scales with the model, and gradient compression shrinks it by only a constant factor. We take a different lever. Mapping networks gener...

📖 Read original article


101. FSDBN: Foreground-Aware EEG-Visual Alignment via Dynamic Brain Networks ​

Author: Yiheng Liu, Chuhang Zheng, Peiliang Gong, Jingtao Liu, Daoqiang Zhang, Qi Zhu
Published: 7/22/2026, 4:00:00 AM
Categories: eess.IV, cs.AI

arXiv:2607.18344v2 Announce Type: cross Abstract: EEG-based visual decoding provides a non-invasive pathway for interpreting visual semantics. However, existing methods often overlook the perceptual asymmetry between foreground and background in complex scenes, leading to background interference and...

📖 Read original article


102. Addressing Limited Data in Auditory Attention Decoding with Diffusion Generative Models ​

Author: David Rannaleet, Victor Gunnarsson, Bo Bernhardsson, Martin A. Skoglund, Emina Alickovic
Published: 7/22/2026, 4:00:00 AM
Categories: cs.SD, cs.AI, cs.LG

arXiv:2607.18345v1 Announce Type: cross Abstract: Limited training data constrains deep learning models for Auditory Attention Decoding (AAD) in hearing aids (HAs). AAD uses electroencephalogram (EEG) data to decode listener's attention, enabling real-time tracking of specific sound sources. However...

📖 Read original article


103. An Analysis of Residual-Stream Geometry Across Transformer Depth ​

Author: Sunit Bhattacharya, Ravi Shankar Kolli
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18348v1 Announce Type: cross Abstract: We propose a transition-centred geometric analysis of transformer residual streams. Relative displacement measures how \emph{far} representations move between consecutive layers, and orthogonal Procrustes analysis separates each transition into a rig...

📖 Read original article


104. MambaLSTM: A Spatio-Temporal Framework for Enhanced Traffic Accident Risk Prediction ​

Author: Zhen Yu, Yachao Yuan, Zixiang Peng, Muting Li, Thar Baker
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18353v1 Announce Type: cross Abstract: In traffic accident risk prediction, most studies overlook the extra noise that could be incorporated when fusing temporal features into spatial features, and some models struggle to capture global correlations among spatial regions. To address these...

📖 Read original article


105. Multi-layer MIMO Relay as Deep Physical Neural Networks: Power Amplifiers as Activation Functions ​

Author: Meng Hua, Itsik Bergel, Deniz G"und"uz
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.IT, eess.SP, math.IT

arXiv:2607.18354v1 Announce Type: cross Abstract: Wireless physical neural networks (WPNNs) embed neural computation directly into analog hardware, offering lower energy consumption and latency than conventional digital implementations. In this paper, we propose a deep WPNN in which nonlinear activa...

📖 Read original article


106. CODENS: Transforming Code Changes into Living, Accessible, and Queryable Documentation ​

Author: Abdelhak Kelious, Chyrine Tahri, Eliot Bardet
Published: 7/22/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2607.18356v1 Announce Type: cross Abstract: Maintaining up-to-date code documentation is difficult in fast-moving repositories because design knowledge is scattered across source files and pull requests. We present CODENS , a system that turns pull requests into living, accessible, and queryab...

📖 Read original article


107. Decode-Time Grammars: Constrained LLM Generation over a Refinement Order of Grammar Fragments ​

Author: Shuoming Zhang, Ruiyuan Xu, Haofeng Li, Qiuchu Yu, Yangyu Zhang, Chunwei Xia, Xiaobing Feng, Chenxi Wang, Huimin Cui, Jiacheng Zhao
Published: 7/22/2026, 4:00:00 AM
Categories: cs.PL, cs.AI, cs.LG

arXiv:2607.18357v1 Announce Type: cross Abstract: Large language models now write a growing share of the world's code, increasingly inside agents and serving systems that compile, execute, or dispatch generated code without line-by-line review. This works well for mainstream languages but remains br...

📖 Read original article


108. HALLMARK: Diagnosing Three Failure Modes in LLM Citation Verifiers ​

Author: Patrik Reizinger, Wieland Brendel
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CR, cs.AI, cs.LG

arXiv:2607.18360v1 Announce Type: cross Abstract: Large language models (LLMs) now routinely draft literature reviews and assist with academic writing, which means a higher risk of fabricated references: GPTZero found 53 papers with hallucinated citations among NeurIPS 2025's accepted set. Rule- and...

📖 Read original article


109. Physical Self-Supervised Learning: IMU Sensing without Manual Labels ​

Author: Yuyang Leng (Richard), Renyuan Liu (Richard), Shaohan Hu (Richard), Peijun Zhao (Richard), Chun-Fu Chen (Richard), Songqing Chen, Shuochao Yao
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18361v1 Announce Type: cross Abstract: Deep neural networks have become a promising approach for IMU-based sensing, but their scalability is fundamentally limited by costly labeled data and poor robustness to heterogeneous devices, placements, and users. Existing unsupervised and self-sup...

📖 Read original article


110. A Controlled Study of Attention-Only Transformers ​

Author: Henry Ndubuaku, Karen Mosoyan, Jakub Mroz, Noah Cylich, Satyajit Kumar, Parkirat Sandhu, Roman Shemet, Justin H Lee
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CL

arXiv:2607.18363v1 Announce Type: cross Abstract: Feed-forward networks hold two thirds of a transformer's non-embedding parameters, yet the architecture has not received a necessity test that controls parameters, compute, and depth at once. We pretrain attention-only decoder transformers (Simple At...

📖 Read original article


111. Adversarial Robustness of Phishing Email Detection: A Comparative Study of TF-IDF + Logistic Regression and Fine-Tuned DistilBERT ​

Author: Tanveer Ahmed, Seyedali Pourmoafil
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CR, cs.AI, cs.CY, cs.LG

arXiv:2607.18429v1 Announce Type: cross Abstract: Phishing emails remain one of the most persistent cybersecurity threats, and machine-learning classifiers are widely used to detect them. Most reported detection accuracies, however, are measured on clean, in-distribution test data rather than on ema...

📖 Read original article


112. Intelligence from Learnable Novelty ​

Author: Yanbo Zhang, Michael Levin
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, nlin.AO

arXiv:2607.18433v1 Announce Type: cross Abstract: Intelligence appears under different names in different fields: as data compression in statistics and machine learning, as universal computation in dynamical systems, and as adaptive behavior in agents. Each field carries its own objective, and the t...

📖 Read original article


113. Relay-Bench: Evaluating LLMs on Multi-Domain Reasoning Chains ​

Author: Liam Swayne
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG

arXiv:2607.18438v1 Announce Type: cross Abstract: Introducing Relay-Bench, an unsaturated, holistic, text-only benchmark that measures LLMs' ability to complete an assortment of tasks from distinct domains in a single prompt. The leading model, GPT-5.5 (xHigh), scores 43.3%. The test set entirely co...

📖 Read original article


114. ChainMark: Model-Free LLM Watermarking with Closed-Form Calibration ​

Author: Chengheng Li-Chen, Kyuhee Kim
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2607.18445v1 Announce Type: cross Abstract: Regulatory regimes such as the EU AI Act mandate machine-readable marking of synthetic text, but existing watermark detectors rely on the generating LM and on heuristic thresholds with no closed-form calibration. We introduce ChainMark, an active wat...

📖 Read original article


115. CANDOR: Chance-Calibrated Discordance in Frozen Foundation Encoders ​

Author: Soroosh Tayebi Arasteh, Sven Nebelung, Daniel Truhn
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CL, cs.CV

arXiv:2607.18451v1 Announce Type: cross Abstract: Frozen encoders are chosen by how well a lightweight head reads a finding from their features, not whether the geometry separates it. Nearest-neighbor discordance does, but with unequal banks the opposite-label neighbor wins on density, not geometry,...

📖 Read original article


116. Estimating Rare Events in Language Models with Proper Evaluation ​

Author: Nikita Y. Parulekar, Anqi Liu
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18454v1 Announce Type: cross Abstract: Quantifying the risk of rare failures in language models, such as those triggered by adversarial distribution shifts or very large-scale deployments, requires estimating probabilities far too small for random sampling. While recent work has formalize...

📖 Read original article


117. Competitive and Complementary Tools ​

Author: David C. Krakauer
Published: 7/22/2026, 4:00:00 AM
Categories: q-bio.NC, cs.AI

arXiv:2607.18460v1 Announce Type: cross Abstract: Humans have always externalized thought onto tools, from the tally and the abacus to the map and, now, large language models. I model the agent, the tool, and the task as one dynamical system in which competence (what the user retains) and reliance (...

📖 Read original article


118. RRPO: Reference-Relative Policy Optimization with Stratified Conditional Rollouts ​

Author: Yuxin Xiong, Xunyi Jiang, Rohan Surana, Xintong Li, Sheldon Yu, Nikki Lijing Kuang, Ryan A. Rossi, Jingbo Shang, Tong Yu, Julian McAuley, Junda Wu
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18470v1 Announce Type: cross Abstract: Group Relative Policy Optimization (GRPO) has shown strong effectiveness in reinforcement learning from verifiable feedback, where sampled rollouts can be compared within a group using task-provided correctness signals. However, extending group-relat...

📖 Read original article


119. Structured Output Collapses Answer Diversity Across 44 Language Models ​

Author: Tapan Parikh
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG

arXiv:2607.18476v1 Announce Type: cross Abstract: When a language model must choose one answer from a large space of equally valid options, a format clause -- "Reply with JSON only" -- changes which answer it chooses. We re-run the One-Word Census (arXiv:2607.12796): 31 wide-answer-space category pr...

📖 Read original article


120. Governing Well in the Algorithmic Age: The Foundations of Digital Statecraft ​

Author: Zeynep Engin, Tim Gordon, Viviana Bastidas, Tom Crick, Jon Crowcroft, Jean-Martin Denis, David J. Hand, Lauren Maffeo, Jakob M"okander, Irene Ng, Anastasija Nikiforova, Giulio Quaggiotto, David Uriel Socol de la Osa, Rhonda Syler, Philip Treleaven, Stefaan Verhulst
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CY, cs.AI, cs.ET, cs.SI, cs.SY, eess.SY

arXiv:2607.18483v1 Announce Type: cross Abstract: The digital substrate of states -- data, algorithms, infrastructure, platforms, applications -- is being governed without adequate conceptual foundations. The ability and legitimacy required to govern this substrate, and to govern with it, are simult...

📖 Read original article


121. Trusted Credentials, Untrusted Behavior: Benchmarking LLM-Agent Security in High-Performance Computing ​

Author: Jie Li
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2607.18485v1 Announce Type: cross Abstract: Large language model (LLM) agents are starting to take on routine work in high-performance computing (HPC), including monitoring Slurm jobs, diagnosing failed builds, inspecting simulation output, and coordinating scientific workflows. To do this wor...

📖 Read original article


122. The Open Ant: A Robot Platform for Reinforcement Learning Research ​

Author: Elena Sorina Lupu, Patrick Spieler, Khurram Javed, Kris De Asis, John D. Martin, Martha Steenstrup, Joseph Modayil
Published: 7/22/2026, 4:00:00 AM
Categories: cs.RO, cs.AI, cs.SY, eess.SY

arXiv:2607.18488v1 Announce Type: cross Abstract: Reinforcement learning (RL) research has demonstrated success in both physical and simulated domains; however, the predominant methodology remains rooted in simulations. The predominance of simulations makes translating research to physical reality u...

📖 Read original article


123. Towards an Automated Test of LLM Security Knowledge ​

Author: Shufan Chai, Liangliang Sun, Jessica Staddon
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CR, cs.AI, cs.HC

arXiv:2607.18496v1 Announce Type: cross Abstract: Large language models (LLMs) are increasingly used for a range of software, hardware and human-centered security tasks. Consequently, LLM performance on security tasks is an active area of measurement and research, often with a focus on identifying a...

📖 Read original article


124. Now We Know? A Systematic Comparison of TerraMind and THOR ​

Author: Frederick Schindlegger, Kenzo Bounegta, Eva Gmelich Meijling, Johannes Jakubik, Arnt-B{\o}rre Salberg, Theodor Forgaard, Nicolas Longepe, Valerio Marsocci
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CV

arXiv:2607.18504v1 Announce Type: cross Abstract: Benchmarks for Geospatial Foundation Models (GFMs) increasingly rank models by aggregate score, but such rankings obscure why models differ: how much of the gap is architecture, how much is decoder capacity, and how much is a use-case-specific artefa...

📖 Read original article


125. Querying Multimodal Scientific Papers with AI: Practices and Preferences Across Blind, Low-Vision, and Sighted Scientists ​

Author: Arnavi Chheda-Kothary, Lucy Lu Wang, Joseph Chee Chang, Jonathan Bragg
Published: 7/22/2026, 4:00:00 AM
Categories: cs.HC, cs.AI

arXiv:2607.18514v1 Announce Type: cross Abstract: Visual diagrams, figures, and tables are central to scientific papers, and convey information beyond what is captured in text. While blind or low-vision (BLV) scientists have traditionally relied on static alternative text to access figures in papers...

📖 Read original article


126. Automated Data Engineering and Feature Selection for the Case Study of Warpage Detection in Fused Deposition Modeling ​

Author: Saleh Valizadeh Sotubadi, Nazanin Mahjourian, Vinh Nguyen
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18515v1 Announce Type: cross Abstract: This study contributes toward development of an Automated Data Processing (ADP) framework designed to evaluate and reinforce optimal machine learning model-feature combinations for predictive tasks in fused deposition modeling (FDM) process datasets....

📖 Read original article


127. EduPanel: A Three-Agent LLM Judge for Teaching Videos -- Reliability, Complementarity, and Human Trust Calibration ​

Author: Jia-Kai Dong, Yi-Cheng Lin, Hung-yi Lee
Published: 7/22/2026, 4:00:00 AM
Categories: cs.HC, cs.AI

arXiv:2607.18529v1 Announce Type: cross Abstract: Teaching videos are becoming a major medium for education, creating a growing need for scalable evaluation of their pedagogical quality. Existing automatic judges do not fully address this setting because teaching quality depends on multimodal eviden...

📖 Read original article


128. Censoring-Aware In-Context Learning for Generalized Supplier Lead Time Estimation in Supply Chain Planning ​

Author: Christopher Wang, Sebastien Ouellet, Behrouz Haji Soleimani, Ali Etemad
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18530v1 Announce Type: cross Abstract: Supplier lead time forecasting is a central input to material requirements planning, inventory optimization, and supply chain risk management. However, many industrial lead time datasets are naturally right-censored: at the time forecasts are require...

📖 Read original article


129. Operational Proto-Introspection in Looped Language Models: Process-Quality Taps, Executable Branching, and the Readout-Control Boundary ​

Author: Jan Kirin
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18553v1 Announce Type: cross Abstract: Can a language model read the quality of ongoing computation, and can an external intervention turn that readout into better outcomes? We test both questions in a frozen 2.6B looped transformer, Ouro-RLTT. On GSM8K, a strict pre-answer probe excludes...

📖 Read original article


130. The Story Shapes the Agent: Narrative Priors in LLM Behavior ​

Author: Yixuan Wang, James Lester, Shashank Srivastava
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.18566v1 Announce Type: cross Abstract: Persona prompting is widely used to steer LLM agent behavior, yet the narrative framing of a task can matter more than the assigned persona. We isolate this effect through structural isomorphism, constructing three text-based investigation games that...

📖 Read original article


131. For What Reason? Interpreting Models' Encoding of Causation and Antithesis ​

Author: Abhidip Bhattacharyya, Shira Wein
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.18570v1 Announce Type: cross Abstract: Discourse relations provide document structure, critical to language understanding and enabling language model performance and ethicality. In this work, we investigate how instruction-tuned Transformer models (LLaMA and Mistral) encode discourse rela...

📖 Read original article


132. Planning as Emergent Behavior in Reinforcement Learning with Relational Hidden States ​

Author: Armin Sommer
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18589v1 Announce Type: cross Abstract: Reinforcement learning is conventionally divided into model-based and model-free methods. In this taxonomy, model-based methods perform lookahead planning over a learned world model, whereas model-free methods learn a reactive state-action mapping. R...

📖 Read original article


133. AutoIndex: Learning Representation Programs for Retrieval ​

Author: Sam O'Nuallain, Nithya Rajkumar, Ramya Narayanasamy, Hanna Jiang, Shreyas Chaudhari, Andrew Drozdov
Published: 7/22/2026, 4:00:00 AM
Categories: cs.IR, cs.AI, cs.CL

arXiv:2607.18603v1 Announce Type: cross Abstract: We present AutoIndex, a framework for learning representation programs: executable transformations that map raw documents into the representations exposed to a retrieval system. Rather than tuning retrievers, rerankers, or a small set of preprocessin...

📖 Read original article


134. Intelligent Multi-UAV Navigation in ITNTNs: A Hierarchical LLM Approach ​

Author: Zijiang Yan, Hao Zhou, Wael Jaafar, Jianhua Pei, Ping Wang, Halim Yanikomeroglu, Hina Tabassum
Published: 7/22/2026, 4:00:00 AM
Categories: cs.RO, cs.AI, cs.LG, cs.NI, cs.SY, eess.SY

arXiv:2607.18604v1 Announce Type: cross Abstract: The deployment of high-speed Uncrewed Aerial Vehicles (UAVs) in 3D aerial highways necessitates robust coordination of physical flight kinematics and multi-tier network handovers. While Deep Reinforcement Learning (DRL) offers rapid tactical control,...

📖 Read original article


135. Mitigating Matthew Effect: Multi-Hypergraph Boosted Multi-Interest Self-Supervised Learning for Conversational Recommendation ​

Author: Yongsen Zheng, Ruilin Xu, Guohua Wang, Liang Lin, Kwok-Yan Lam
Published: 7/22/2026, 4:00:00 AM
Categories: cs.IR, cs.AI, cs.HC

arXiv:2607.18609v1 Announce Type: cross Abstract: The Matthew effect is a big challenge in Recommender Systems (RSs), where popular items tend to receive increasing attention, while less popular ones are often overlooked, perpetuating existing disparities. Although many existing methods attempt to m...

📖 Read original article


136. LatentMT: Machine Translation with Latent Reasoning ​

Author: Wei-Rui Chen, Samar M. Magdy, Chiyu Zhang, Wenhui Zhu, Zhipeng Wang, Muhammad Abdul-Mageed
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG

arXiv:2607.18618v1 Announce Type: cross Abstract: Latent-reasoning looped language models (LoopLMs) offer a different scaling path for machine translation (MT): instead of increasing parameter count or emitting explicit chain-of-thought tokens, they spend additional recurrent computation inside hidd...

📖 Read original article


137. Temporal-Causal Unity as an Operational Framework for Collective Dynamics: Causal-Progress Clocks, Synchronization, and Polarization ​

Author: Jian Liu, Dong Sun
Published: 7/22/2026, 4:00:00 AM
Categories: physics.soc-ph, cs.AI

arXiv:2607.18620v1 Announce Type: cross Abstract: This paper develops temporal-causal unity (TCU), a framework connecting a process-philosophical thesis -- time is the ordered unfolding of causal change -- to an operational model of cognitive and social dynamics. The framework deliberately separates...

📖 Read original article


138. CPInj: Uncovering Prompt Injection Risks in Textual Collaborative Prompt Optimization ​

Author: Xinting Liao, Behnoosh Zamanlooy, Masoumeh Shafieinejad, David B. Emerson, Ruinan Jin, Deval Pandya, Xiaoxiao Li
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2607.18622v1 Announce Type: cross Abstract: Textual Collaborative Prompt Optimization (TCPO) extends Textgrad (Yuksekgonul et al., 2025) to a decentralized setting by allowing multiple clients to jointly improve prompts for large language models (LLMs) while keeping their data locally. Its rel...

📖 Read original article


139. Norm or Direction? Decoding Vision Mambas for High-Resolution Vision ​

Author: Jin Yu, Juyoun Park
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.18625v1 Announce Type: cross Abstract: Vision Mamba models replace quadratic self-attention with linear complexity selective state space models (SSMs), emerging as efficient visual backbones. However, MambaOut demonstrates that a Gated CNN block can match or exceed VMamba on image classif...

📖 Read original article


140. Deep Learning Estimation of Sex, Age, Height, and Weight from CT-derived Digitally Reconstructed Radiographs ​

Author: Tomohiro Kikuchi, Kohei Yamamoto, Yukihiro Nomura, Yosuke Yamagishi, Takeharu Yoshikawa, Toshiaki Akashi, Jun Kamohara, Hiroyuki Fujii, Harushi Mori
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.18638v1 Announce Type: cross Abstract: Purpose: To develop and validate a deep learning ensemble for estimating adult sex, age, height, and weight from coronal digitally reconstructed radiographs (DRRs) generated from diagnostic CT. Materials and Methods: This retrospective study included...

📖 Read original article


141. Broken Gates: Re-evaluating Web Bot Defenses in the Age of LLM Agents ​

Author: Behzad Ousat, Nikita Turkmen, Lalchandra Rampersaud, Dillan Bailey, Amin Kharraz
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CR, cs.AI, cs.MA

arXiv:2607.18659v1 Announce Type: cross Abstract: LLM-based browser agents are rapidly changing the threat landscape for web security. Unlike traditional automation frameworks that execute predefined scripts, these agents can autonomously navigate websites, reason about page content, and interact wi...

📖 Read original article


142. Attributes Should Come from Images, Not Class Names: Distribution-Conditioned Attribute Selection for Vision-Language Models ​

Author: Gautam Rajendrakumar Gare, Jia Shi, Zhiqiu Lin, Deepak Pathak, John Galeotti, Deva Ramanan
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.LG, eess.IV

arXiv:2607.18695v1 Announce Type: cross Abstract: A popular route to interpretable zero-shot classification asks a large language model (LLM) to describe each class name and prompts CLIP with the resulting descriptors. We show that these descriptors carry little visual evidence of their own: removin...

📖 Read original article


143. Decoupled Pipeline with Proposal Reranking and Score Fusion for Positive-Unlabeled Marine Species Detection ​

Author: Robert James Brock, Sebastian Maximilian Krupa, Jason Kahei Tam
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.LG

arXiv:2607.18700v1 Announce Type: cross Abstract: The FathomNetCLEF 2026 competition combines underwater object detection and fine-grained marine species classification under a positive-unlabeled evaluation setting. The provided training labels are sparse, while the hidden test set is out-of-distrib...

📖 Read original article


144. What the Waveform Knows: Transparent-first Speech and Audio Intelligence with Caption Studio ​

Author: Cheng Siong Chin, Jianhua Zhang, Mohan Venkateshkumar
Published: 7/22/2026, 4:00:00 AM
Categories: cs.SD, cs.AI

arXiv:2607.18704v1 Announce Type: cross Abstract: Caption Studio is a transparency-first speech and audio intelligence platform that transforms spoken audio and video into structured, searchable content through automated transcription, speaker diarization, speech analytics, signal-level audio analys...

📖 Read original article


145. Strategy-Following Multi-Agent Deep Reinforcement Learning Considering Control Strategies Provided to Other Agents ​

Author: Yamato Takahagi, Gentoku Nakasone, Yoshinari Motokawa, Toshiharu Sugawara
Published: 7/22/2026, 4:00:00 AM
Categories: cs.MA, cs.AI

arXiv:2607.18719v1 Announce Type: cross Abstract: This study proposes a learning method for multi-agent systems that allows agents to be controlled through human manager instructions after learning and enables uninstructed agents to implicitly complement the overall work based on the actions of othe...

📖 Read original article


146. Find Before You Fine-Tune: A Diagnostic Study of Small LLMs for Cybersecurity QA ​

Author: Shaswata Mitra, Subash Neupane, Trisha Chakraborty, Himanshu Tripathi, Sudip Mittal, Aritran Piplai, Shahram Rahimi
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.CR

arXiv:2607.18725v1 Announce Type: cross Abstract: Large Language Models (LLMs) are increasingly fine-tuned for critical-domain Question-Answering (QA), yet choosing which small model to adapt, before paying the cost of adaptation, remains difficult. Fine-tuning can improve domain alignment, but it m...

📖 Read original article


147. ConceptCF: Concept-based Counterfactuals for the Explainability of Time Series ​

Author: Annemarie Jutte, Faizan Ahmed, Jeroen Linssen, Maurice van Keulen
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18748v1 Announce Type: cross Abstract: This paper proposes ConceptCF, a method for counterfactual generation that operates on human-interpretable concepts. In high-stakes domains such as healthcare and predictive maintenance, artificial intelligence models can increase efficiency and safe...

📖 Read original article


148. Bounding Boxes to Improve Small Language Model Performance on Vision-Based Grading Tasks ​

Author: Lachlan McGinness
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.CL

arXiv:2607.18767v1 Announce Type: cross Abstract: The deployment of Small Language Models (SLMs) in educational settings offers significant advantages in terms of privacy, cost, and scalability. However, SLMs often struggle with complex vision-based tasks, such as grading handwritten student exams, ...

📖 Read original article


149. AgentTrails: Towards Trust and Reuse for Agentic Tasks ​

Author: Eden Wu, Sonia Castelo, Yurong Liu, Cl'audio T. Silva, Juliana Freire
Published: 7/22/2026, 4:00:00 AM
Categories: cs.DB, cs.AI

arXiv:2607.18816v1 Announce Type: cross Abstract: LLM-powered agents increasingly tackle complex tasks by invoking tools, querying databases, executing code, and manipulating intermediate artifacts. These agents follow trajectories that are typically stored as chronological logs, obscuring the under...

📖 Read original article


Author: Shubham Kumar Nigam, Shubham Kumar Mishra, Noel Shallum, Kripabandhu Ghosh, Arnab Bhattacharya
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.IR

arXiv:2607.18825v1 Announce Type: cross Abstract: This comprehensive study introduces an advanced Artificial Intelligence for Indian Legal Question Answering (AILQA) system tailored to the Indian legal context. AILQA leverages a variety of embedding and generative models, including recent Large Lang...

📖 Read original article


151. Cross-Agent Campaign Attribution: Linking Asynchronous Attacks Across LLM Agents ​

Author: SangJin Park, Myungsub Choi, Jineok Kim, Minseung Kang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2607.18826v1 Announce Type: cross Abstract: LLM-agent defenses are typically evaluated one session at a time. In deployment, however, attacks can be distributed across independent agents, teams, and runtimes, leaving each local guardrail with only a sparse fragment. We formalize cross-agent as...

📖 Read original article


152. From Trajectories to Instructions: Language-Conditioned Meta-Reinforcement Learning ​

Author: Garvit Singla, Uma Maheswari Natarajan, Raghuram Bharadwaj Diddigi
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18830v1 Announce Type: cross Abstract: Model-Agnostic Meta-Learning (MAML) is a widely used framework for reinforcement learning (RL) that enables efficient transfer by learning global policy parameters that can be rapidly adapted to new tasks. MAML training proceeds in two loops: an inne...

📖 Read original article


153. ABOPD: Antibody CDR Design via On-Policy Distillation ​

Author: Zhuo Yang, Jiaying He, Jiaqing Xie, Daolang Wang, Xipeng Qiu, Yuxin Wang, Tianfan Fu, Beilun Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18835v1 Announce Type: cross Abstract: Antibodies are essential therapeutic molecules, and their complementarity-determining regions (CDRs) form the primary antigen-recognition interface. Recent protein generative models have demonstrated broad capabilities in biomolecular design, yet pos...

📖 Read original article


154. Data Leakage Prevention in Agentic Applications via Preemptive Hardening ​

Author: Akansha Shukla, Emily Bellov, Parth Atulbhai Gandhi, Yuval Elovici, Asaf Shabtai
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2607.18847v1 Announce Type: cross Abstract: Agentic systems integrate LLM driven planning with interfaces to external tools, making data leakage and tool misuse feasible via instruction/data boundary failures and prompt injection attacks. Enforcing required controls consistently is particularl...

📖 Read original article


155. OPD-IAD: From Language Judgment to Industrial Anomaly Detection via On-Policy Self-Distillation ​

Author: Shuimu Chen, Jing Jin, Nan Su, Hongbo Xu, Zebang Cheng, Wenming Yang, Fei Ma, Guijin Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.18850v1 Announce Type: cross Abstract: Large vision-language models (LVLMs) have recently shown strong potential for industrial anomaly detection (IAD) by providing image-level anomaly judgments and interpretable defect reasoning. However, current LVLM-based IAD methods still struggle to ...

📖 Read original article


156. Regime-Aware Physics-Guided Early Warning of Lithium-Ion Battery Thermal Runaway Using Thermo-Mechanical Signals ​

Author: Syed Sajid Ullah, Muhammad Zunair Zamir, Salman Khan
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18860v1 Announce Type: cross Abstract: Thermal runaway in lithium-ion batteries poses a major safety risk to electric vehicles and energy storage systems. Current early-warning methods depend mainly on temperature and may therefore miss mechanical precursors that emerge before rapid heati...

📖 Read original article


157. RAMP: Recognition parametrisation by Amortised Message Passing ​

Author: Lior Fox, Kai Biegun, James Heald, Samo Hromadka, Arielle Rosinski, Maneesh Sahani
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18883v1 Announce Type: cross Abstract: A central aim of unsupervised learning is to uncover latent factors that explain dependencies among observations. Probabilistic models typically achieve this by introducing multiple latent variables linked through a graph of conditional relationships...

📖 Read original article


158. Public perceptions of AI-driven decision-making in healthcare: A structural equation modeling approach ​

Author: Leonie Westerbeek, Ernesto de Leon, Julia C. M. van Weert
Published: 7/22/2026, 4:00:00 AM
Categories: cs.HC, cs.AI

arXiv:2607.18884v1 Announce Type: cross Abstract: Artificial intelligence (AI) is increasingly integrated into healthcare to support diagnostics, decision-making, and administrative processes. However, the successful implementation of AI depends not only on technical performance but also on public p...

📖 Read original article


159. Circuit Claims Depend on What Is Extracted and How It Is Compared ​

Author: Yang Sheng, Jie Fu
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18921v1 Announce Type: cross Abstract: Circuit extraction identifies a small set of model components whose presence preserves a target behavior under ablation, and the resulting circuit is often read as the mechanism behind that behavior. We argue that this reading is under-determined: pr...

📖 Read original article


160. Functional Equivalence and Geometric Diversity in Neural Network Approximations: An Empirical Characterization ​

Author: Anuragine S A, Prem Jagadeesan
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18930v1 Announce Type: cross Abstract: The Universal Approximation Theorem states that a neural network with a single hidden layer is sufficient to approximate any continuous univariate function on a compact domain to arbitrary error. However, the uniqueness of such neural network represe...

📖 Read original article


161. Dual Adversarial Fine-tuning for Enhancing Robustness of Large Vision Language Model ​

Author: Sibo Wang, Jie Zhang, Shiguang Shan, Xilin Chen, Wen Gao
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.18958v1 Announce Type: cross Abstract: While Large Vision-Language Models (LVLMs), represented by LLaVA and GPT-4V, have demonstrated remarkable capabilities, their visual inputs remain vulnerable to adversarial attacks, posing significant security risks. Existing defense methods predomin...

📖 Read original article


162. SFGA: A Statistics-First Gating Architecture with Adjudicative Escalation for Trustworthy SFT Data Procurement ​

Author: Arther Tian, Alex Ding, Simon Wu, Aaron Chan
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CR

arXiv:2607.18960v1 Announce Type: cross Abstract: Procuring supervised fine-tuning (SFT) data forces a buyer to decide, before any downstream training, whether a candidate corpus is worth acquiring. We present \sys{}, a statistics-first gating architecture that treats procurement as a cost-aware rou...

📖 Read original article


163. Variational meta-learning inference for low dimensional neural system identification ​

Author: Matteo Rufolo, Dario Piga, Marco Forgione
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.SY, eess.SY

arXiv:2607.18965v1 Announce Type: cross Abstract: Deep learning has proven highly effective for nonlinear system identification, but heavily parameterized neural networks are prone to overfitting in low-data regimes and lack reliable uncertainty quantification. The recently developed manifold meta-l...

📖 Read original article


164. Skillware: A Software Ontology and Engineering Lifecycle for Persistent Behavioral Artifacts ​

Author: Haodi Fan, Zucong Lan
Published: 7/22/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2607.18970v1 Announce Type: cross Abstract: Agent Skills have become persistent behavioral artifacts across independent AI agent systems. They combine natural-language task specifications with metadata and optional references, scripts, assets, hooks, package manifests, tests, and companion int...

📖 Read original article


165. Verifiable Self-Evolution for Open-Ended Dialogue Skills via Future-Feedback Prediction ​

Author: ChaoJin Zhao, Xuan Jiang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG

arXiv:2607.18973v1 Announce Type: cross Abstract: Textual skills provide a lightweight way to improve frozen language-model agents, but their self-evolution normally requires a stable validation signal. Such signals are natural in mathematics or code, where an answer can be checked after it changes,...

📖 Read original article


166. AutoJourn: Multi-Perspective Summarisation, Bias Detection and Bias Neutralisation for LLM-Generated News in Automated Journalism ​

Author: Himel Ghosh, Ahmed Mosharafa, Georg Groh
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.HC

arXiv:2607.18983v1 Announce Type: cross Abstract: We present AutoJourn, a demonstration system for multi-perspective news generation and bias-aware evaluation using large language models (LLMs). The system tackles three core challenges in responsible automated journalism: extracting diverse perspect...

📖 Read original article


167. SWITi: Quantifying and Reducing Tiling Artifacts with Sliding Window Inner Tiling ​

Author: Federico Carrara, Aman Kukde, Melisande Croft, Joran Deschamps, Florian Jug
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.18990v1 Announce Type: cross Abstract: SWITi is a test-time method for reducing artifacts in tiled predictions, particularly for neural networks that learn posterior distributions from which solutions are sampled at inference time. Tiled predictions are unavoidable for large image data, a...

📖 Read original article


168. MedDDC-Eval: Diagnosis-Decoupled Evaluation of Multi-Turn Medical Consultation Agents ​

Author: Guofeng Zhang, Yizeng Quan, Huaiyi Fang, Jianwei Lv, Jinyao Liu, Xunxu Duan, Lening An, Yu Ouyang, Junfeng Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.18999v1 Announce Type: cross Abstract: Multi-turn medical consultation agents must decide what to ask, adapt to patient responses, and determine when the collected evidence is sufficient. However, coupled evaluation conflates the quality of the policy-elicited history with policy-specific...

📖 Read original article


169. Computational Humor with Multimodal LLMs: Methods, Datasets, Evaluation, and Challenges ​

Author: Tuo Liang, Zhe Hu, Disheng Liu, Jing Li, Yu Yin
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.MM

arXiv:2607.19011v1 Announce Type: cross Abstract: Multimodal humor in memes, cartoons, and comics remains difficult for AI systems because intended meaning depends on non-literal mechanisms, shared cultural knowledge, and communicative intent rather than literal scene description. This survey focuse...

📖 Read original article


170. Biological Amnesia in ICU Time-Series Prediction: A Drift-Adaptive Two-Stream Architecture with Temporal Retrieval ​

Author: Fatema Ferdous Tamanna, K. M. Merajul Arefin, Md. Abdul Masud
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.IR, q-bio.QM

arXiv:2607.19020v1 Announce Type: cross Abstract: Background: Clinical decision support systems degrade silently as treatment protocols evolve, yet standard adaptation methods treat models as monolithic blocks, unable to distinguish stable patient physiology from shifting institutional practice. Met...

📖 Read original article


171. CoGoal3D: Collaborative 3D Object Detection with 3D-Aware Fusion and Refinement ​

Author: Zhihao Yang, Zhiyu Xiang, Peng Xu, Tianyu Pu, Kai Wang, Eryun Liu, Dongping Zhang, Yong Ding
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.19036v1 Announce Type: cross Abstract: V2X collaborative object detection features overcoming the limitations of single-vehicle systems by aggregating environmental features from multiple collaborative agents. However, existing mainstream V2X perception methods mainly focus on 2D BEV obje...

📖 Read original article


172. FilmWorld: Agentic Novel-to-Film Generation through Dynamic Cinematic World Modeling ​

Author: Jialong Zuo, Haotong Zuo, Shiwei Zhang, Xiang Wang, Chen Li, Nong Sang, Changxin Gao, Xiang Bai
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.19038v1 Announce Type: cross Abstract: Translating novels into films poses a grand challenge for generative artificial intelligence, requiring conversion of abstract literary prose into long-form, multi-scene visual narratives. While current video generation models excel at short, single-...

📖 Read original article


173. Spectral Higher-Order Neural Networks Have Sharp Expressivity Bounds ​

Author: Gianluca Peri, Diego Febbe, Duccio Fanelli
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.19042v1 Announce Type: cross Abstract: Neural hypergraphs are a natural generalization of neural networks, the reference models in modern machine learning. Yet, their deployment has proven demanding: the number of weighted hyperedges required leads to an intractable parameter explosion. H...

📖 Read original article


174. Where Should Optimizer State Live? Tiered State Allocation for Memory-Efficient Mixture-of-Experts Training ​

Author: Nuemaan Malik
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.19058v1 Announce Type: cross Abstract: Optimizer state is the largest single line item in the memory budget of mixture-of-experts (MoE) training: on a 6.78B-parameter MoE language model, AdamW keeps 50.6 GB of first and second moments to update 12.6 GB of bfloat16 weights. We study SkewAd...

📖 Read original article


175. Deep learning-based prediction of time-resolved adhesive forces in viscoelastic Hertzian contacts ​

Author: Ali Maghami, Merten Stender, Michele Ciavarella, Antonio Papangelo
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cond-mat.soft, cs.AI, physics.data-an, stat.ML

arXiv:2607.19060v1 Announce Type: cross Abstract: Fast prediction of the response of adhesive soft viscoelastic contacts represents a current challenge in soft robotics and for gripping and manipulation tasks. Determining the complete time-resolved force trajectory requires full numerical simulation...

📖 Read original article


176. Now You See the Hate: Adaptive View Retrieval for Hidden Hateful Illusions ​

Author: Qianpu Chen, Derya Soydaner
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.19061v2 Announce Type: cross Abstract: Hateful optical illusions expose a serious gap in current multimodal safety systems. On original-view hateful illusions, previous work shows that six moderation classifiers achieve at most 20.9 to 24.5% accuracy and nine state-of-the-art VLMs remain ...

📖 Read original article


177. Mage-Flow: An Efficient Native-Resolution Foundation Model for Image Generation and Editing ​

Author: Xinjie Zhang, Peng Zhang, Shicheng Zheng, Jinghao Guo, Zhaoyang Jia, Yifei Shen, Xun Guo, Yuxuan Luo, Jiahao Li, Wenxuan Xie, Fanyi Pu, Xiaoyi Zhang, Kaichen Zhang, Zongyu Guo, Tianci Bi, Dongnan Gui, Zhening Liu, Zimo Wen, Zihan Zheng, Senqiao Yang, Xiao Li, Jinglu Wang, Bin Li, Yan Lu
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.LG, cs.MM, eess.IV

arXiv:2607.19064v2 Announce Type: cross Abstract: Large-scale visual generators are increasingly capable but costly to train, fine-tune, and deploy. We introduce Mage-Flow, a compact 4B-scale generative stack for efficient text-to-image generation and instruction-based image editing. The stack is bu...

📖 Read original article


178. From Operations to Elderly Care Outcomes: A Thematic Review of Industrial Engineering and Decision-Support Approaches ​

Author: Shayan Farhang Pazhooh, Fereshteh Parvaresh
Published: 7/22/2026, 4:00:00 AM
Categories: math.OC, cs.AI, cs.CY

arXiv:2607.19075v1 Announce Type: cross Abstract: The rapid growth of the global aging population presents severe challenges to healthcare systems, necessitating efficient, equitable, and patient-centered care models. While Industrial Engineering and Operations Research (OR) provide robust optimizat...

📖 Read original article


179. DAIS: Dependency-Aware Intermediate QA Supervision for Complex Reasoning ​

Author: Yu Wang, Ming Fan, Xicheng Zhang, Zhiyong Li, Zhihu Wang, Caiyue Xu, Dahai Hu, Ting Liu
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.19088v1 Announce Type: cross Abstract: Chain-of-thought (CoT) supervision exposes intermediate rationales, but flat rationale targets usually optimize a single reasoning sequence and provide limited supervision on how local conclusions should support later decisions. We introduce Dependen...

📖 Read original article


180. SciCodePile: A 128GB Corpus and Executable Benchmark for Challenging Scientific Code Generation ​

Author: Weifeng Sun, Ye Fan, Yuchen Chen, Gou Tan, Jieke Shi, Yuan Yidi, Swee Liang Wong, Jonathan Pan, David Lo
Published: 7/22/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2607.19104v1 Announce Type: cross Abstract: Large language models (LLMs) excel at general-purpose code generation, yet how well they handle scientific code remains an open question. Existing datasets and benchmarks are limited in scale, domain coverage, or executable verification, leaving the ...

📖 Read original article


181. Code Division Modulation Layers Against Forgetting and Inference in Continual Gait Identification ​

Author: Simone Milani
Published: 7/22/2026, 4:00:00 AM
Categories: cs.MM, cs.AI, cs.CR

arXiv:2607.19122v1 Announce Type: cross Abstract: Continual learning (CL) has been recently employed in biometric identification systems thanks to its ability to integrate new knowledge within a pre-trained model and to the possibility of reducing the computational cost of training. Unfortunately, s...

📖 Read original article


182. Parallel Noising in Neural Markov Logic Networks ​

Author: Peter Jung, Giuseppe Marra, Ondrej Kuzelka
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.19126v1 Announce Type: cross Abstract: Neural Markov Logic Networks (NMLNs) are a flexible neurosymbolic relational model. Previous work has shown that, although NMLNs achieve strong performance as generative models for small relational structures, they underperform diffusion-based genera...

📖 Read original article


183. MIRAGE: Multi-scale Lesion-Informed Representation with Auxiliary Guidance for MRI Contrast Enhancement ​

Author: Andrea Borghesi, Xin Wang, Jonas Teuwen, George Yiasemis
Published: 7/22/2026, 4:00:00 AM
Categories: eess.IV, cs.AI, cs.LG

arXiv:2607.19137v1 Announce Type: cross Abstract: Inferring contrast enhancement from one pre-contrast breast MRI slice is underdetermined: post-contrast appearance contains physiological information that is not uniquely encoded in baseline anatomy. Optimizing only paired pixel fidelity can suppress...

📖 Read original article


184. Incomplete Observations Boost Evolutionary Performance in Ocean Modeling ​

Author: Yangyang Kong, Yutong Jiang, Yanhai Gan, Junyu Dong, Feng Gao, Xiaopei Lin
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.19147v1 Announce Type: cross Abstract: Data-driven methods have revolutionized ocean modeling, yet current approaches rely heavily on complete reanalysis datasets, imposing computational constraints and limiting model performance to that of the training data. Here, we present a generative...

📖 Read original article


185. Breaking the Homogeneity Assumption: Specialized Multi-Generator Adversarial Learning for Rare Failure Detection in Predictive Maintenance ​

Author: Alexis Lazanas, Georgios Kampouropoulos
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.19153v1 Announce Type: cross Abstract: Supervised learning models in the predictive maintenance field are regularly trained on highly imbalanced industrial datasets: machine failures occur rarely but have a disproportionate effect on operations. In addition to the clear class disparity, f...

📖 Read original article


Author: Aixiu An, Michael Jungo, Eloi Eynard, Mark Drenhaus, Andreas Fischer, Jean Hennebert, S'ebastien Rumley
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG

arXiv:2607.19181v1 Announce Type: cross Abstract: Neural machine translation (NMT) in the legal domain is a linguistically and conceptually demanding task, primarily due to the complexity of legal language and the high level of precision it requires. The recent emergence of reasoning-capable languag...

📖 Read original article


187. Agentic Real2Sim: Physics-based World Modeling with Vision-Language Agents ​

Author: Guanxiong Chen, Qianjun Xia, Jiawei Peng, Heng Zhang, Bole Ma, Justin Qian, Ziyi Jiao, Bingyang Zhou, Luoxin Ye, Kaifeng Zhang, Kunyi Wang, Weijia Zeng, Yunuo Chen, Pengzhi Yang, Ziqiu Zeng, Huamin Wang, Chao Liu, Alan Yuille, Fan Shi, Changxi Zheng, Yunzhu Li, Chenfanfu Jiang, Peter Yichen Chen
Published: 7/22/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2607.19190v2 Announce Type: cross Abstract: Real-to-sim conversion for robotic interaction with objects remains labor-intensive because it requires more than visual reconstruction: a streamlined real2sim process must recover scene geometries and object states, infer physical parameters, and as...

📖 Read original article


188. ABot-World-0: Infinite Interactive World Rollout on a Single Desktop GPU ​

Author: Fan Jiang, Zhaoxu Sun, Mengchao Wang, Ziyu Zhu, Chiyu Wang, Yunpeng Zhang, Wenlin Liu, Yun Wang, Xue Zheng, Rui Sun, Junfeng Ni, Hongyu Pan, Zhongxu Sun, Fei Yu, Zengye Ge, Mengmeng Du, Nianfei Fan, Mingchao Sun, Yu Liu, Yongchang, Yanqing Zhu, Jiahang Wang, Ning Ying, Yuze Xuan, Di Yang, Zhicheng Liu, Zhe Gao, Tingbing Xu, Jiacheng Sui, Wenjin Yang, Junnan Lai, Shufeng Liu, Yuan Liu, Zheng Zhou, Yingliang Peng, Dawei Cao, Kaifeng Sheng, Yuxiang Cai, Fei Lu, Mu Xu, Ning Guo
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.LG

arXiv:2607.19191v1 Announce Type: cross Abstract: We present ABot-World-0, an action-conditioned video world model for real-time, long-horizon closed-loop interaction, supported by a multi-source data infrastructure spanning AAA games, simulation engines, and internet videos to learn controllable wo...

📖 Read original article


189. Free energy landscape of Dense Associative Memory ​

Author: Sumedha, Abhishek Singh
Published: 7/22/2026, 4:00:00 AM
Categories: cond-mat.dis-nn, cond-mat.stat-mech, cs.AI

arXiv:2607.19195v1 Announce Type: cross Abstract: Using large deviations theory, we solve and obtain a general expression for the free energy functional for a broad class of associative memories, including dense associative memories. We illustrate the method by reproducing classical results for the ...

📖 Read original article


190. MIRA-Ev:A Benchmark for Granular Evidence Detection and Relational Reasoning in Clinical Exams ​

Author: Iker De la Iglesia, Johanna Ramirez-Romero, Jose Maria Villa-Gonzalez, Irune Urroz Garc'ia, Ander Barrena, Aitziber Atutxa
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.19201v1 Announce Type: cross Abstract: Clinical NLP evaluation remains dominated by multiple-choice question answering (MCQA), which scores only final-answer accuracy and cannot detect when a model reaches the correct diagnosis while grounding it in irrelevant, absent, or contradictory ev...

📖 Read original article


191. Assessment in Team Problem-Solving Exercises in Computing Education ​

Author: Valdemar \v{S}v'abensk'y, Jan Vykopal, Sukrit Leelaluk, Pavel \v{C}eleda, Fumiya Okubo, Atsushi Shimada
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CY, cs.AI, cs.LG

arXiv:2607.19209v1 Announce Type: cross Abstract: This full paper in the research-to-practice track presents methods for assessing student teams in tabletop exercises (TTXs). TTXs enable learner teams to prepare for workplace tasks and practice crisis responses, such as resolving cybersecurity incid...

📖 Read original article


192. Computing on the Fly: Navigating a Vision for the Future of Drone Computing ​

Author: Kevin Butler, Christopher Stewart, Nils Aschenbruck, Alina Gerall, Weisong Shi, Deborah Silver, Ufuk Topcu
Published: 7/22/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2607.19213v1 Announce Type: cross Abstract: The report envisions a decade in which drones move goods, medical supplies, and information at a scale comparable to national infrastructure investments like highways and the electric grid. Potential applications include natural disaster detection dr...

📖 Read original article


193. Beyond Score Prediction: LLM-Based Essay Scoring and Feedback Generation via Reinforcement Learning with Rubric Rewards ​

Author: Xuefeng Jin, Jiashuo Zhang, Teng Cao, Bin Yang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.19219v1 Announce Type: cross Abstract: Large language models (LLMs) have been widely applied to automated essay scoring (AES) and automated feedback generation (AFG). However, existing studies rely primarily on prompt engineering or supervised fine-tuning, while systematic research on rei...

📖 Read original article


194. The Price of Reasoning: Cost-Quality Tradeoffs in Reinforcement Learning for Neural Machine Translation ​

Author: Michael Jungo, Aixiu An
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG

arXiv:2607.19226v1 Announce Type: cross Abstract: Reinforcement learning with verifiable rewards (RLVR) has been established as a viable paradigm for the post-training of Large Language Models (LLMs), including downstream tasks, such as Neural Machine Translation (NMT). With the latest research indi...

📖 Read original article


195. Inference-Time Steering for Cross-Lingual Factual Consistency in LLMs ​

Author: Alexander Manev
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.19243v1 Announce Type: cross Abstract: Although Large Language Models (LLMs) demonstrate remarkable multilingual fluency, their internal knowledge representations remain disproportionately biased toward high-resource languages. This leads to cross-lingual factual inconsistency, where they...

📖 Read original article


196. Prompt Design at Scale: How Format, Instruction Count, and Context Length Shape Instruction Adherence and Hallucination in Large Language Models ​

Author: Netanel Eliav
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.19257v1 Announce Type: cross Abstract: Practitioners make three prompt-design decisions with almost no controlled evidence behind them: how to format instructions and context (markdown, plain text, prose, or tabular), how many simultaneous instructions a system prompt can carry before com...

📖 Read original article


197. Benchmarking Generalization in Financial Statement Fraud Detection: robust evaluation and novel tasks ​

Author: Guy Stephane Waffo Dzuyo (Forvis Mazars, LORIA CNRS Universit'e de Lorraine), Ga"el Guibon (LORIA CNRS Universit'e de Lorraine, LIPN CNRS Universit'e Sorbonne Paris Nord), Christophe Cerisara (LORIA CNRS Universit'e de Lorraine), Luis Belmar-Letelier (Forvis Mazars)
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.19259v1 Announce Type: cross Abstract: Financial statement fraud detection (FSFD) is crucial for market integrity but faces challenges from increasingly sophisticated schemes and under-utilized textual data in financial reports. Existing methods often rely on random data splits, leading t...

📖 Read original article


198. PathAgentBench: Benchmarking Evidence-Seeking Vision-Language Models on Whole-Slide Pathology Image ​

Author: Dankai Liao, Tianyi Zhang, Yufeng Wu, Xinyue Zhang, Qiaochu Xue, Zeyu Liu, Dachun Zhao, Linghan Cai, Yueming Jin
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.19261v1 Announce Type: cross Abstract: Whole-slide image (WSI) diagnosis requires identifying diagnostically relevant regions, examining them across magnifications, and integrating multi-scale evidence. However, most existing pathology benchmarks evaluate models on pre-cropped patches or ...

📖 Read original article


199. Toward Auditable Fraud Detection: Combining Graph Features, Model Explanations, and Agentic Case Investigation ​

Author: Rahil Sharma
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.19266v1 Announce Type: cross Abstract: Fraud detection systems must scale with rising transaction volume while remaining explainable and reviewable. We study a layered pipeline on the PaySim dataset that combines a gradient-boosted classifier, graph-derived structural features, an autoenc...

📖 Read original article


200. They'll Verify. They Just Won't Act. How Authority Framing and Laundered Code Turn a Trusted Agentic CI/CD Pipeline Into an Attack Surface ​

Author: Yohann Sidot
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CR, cs.AI, cs.MA

arXiv:2607.19267v1 Announce Type: cross Abstract: We study a five-agent CI/CD pipeline (triage -> developer -> security-scan -> review -> approve/deploy), built from five distinct production LLMs across three providers, behind an LLM firewall in shadow mode. A single untrusted input - an external is...

📖 Read original article


201. GUIDED Network-Agnostic Feature Initialization for Spatial Transferability in GNN-based Models ​

Author: Alessandro Scalese, Santhanakrishnan Narayanan, Constantinos Antoniou
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.19270v1 Announce Type: cross Abstract: The Traffic Assignment Problem is a fundamental but computationally expensive component of transportation planning. While Graph Neural Networks have emerged as fast, data-driven surrogates, their practical deployment is severely constrained by a spat...

📖 Read original article


202. The safety failures we are not instrumenting: a perspective on hidden safety-critical challenges in modern AI systems ​

Author: Gjergji Kasneci, Enkelejda Kasneci
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CY, cs.AI, cs.HC

arXiv:2607.19292v1 Announce Type: cross Abstract: Current AI safety discourse still focuses disproportionately on visible failures, including obvious harms, dramatic misuse, and hypothetical catastrophic scenarios. That focus is incomplete. In deployed systems, many of the most consequential failure...

📖 Read original article


203. Riemannian Deep Learning:Modules, Networks, and Geometries ​

Author: Chen Ziheng
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, math.DG

arXiv:2607.19305v1 Announce Type: cross Abstract: Deep neural networks on manifold-valued representations have attracted growing interest, but many basic components remain tied to specific manifolds, rely on Euclidean approximations, or require costly and numerically fragile geometric operations. Th...

📖 Read original article


204. From Distances to Trajectories: Real-Time Signed Distance Function Mapping and Distance-Accelerated Motion Planning for UAVs ​

Author: Jason Stanley (UC San Diego, La Jolla, USA), Zhirui Dai (UC San Diego, La Jolla, USA), Qihao Qian (UC San Diego, La Jolla, USA), Tzu-Chin Ho (UC San Diego, La Jolla, USA), Tianxing Fan (UC San Diego, La Jolla, USA), Siddharth Saha (Shield AI, San Diego, USA), Christopher Barngrover (Shield AI, San Diego, USA), Ki Myung Brian Lee (UC San Diego, La Jolla, USA), Nikolay Atanasov (UC San Diego, La Jolla, USA)
Published: 7/22/2026, 4:00:00 AM
Categories: cs.RO, cs.AI, cs.CV, cs.SY, eess.SY

arXiv:2607.19306v1 Announce Type: cross Abstract: Autonomous flight in cluttered environments requires a robot to build a geometric map of its surroundings and plan safe, dynamically feasible trajectories, all onboard and in real time. Conventional approaches treat mapping and planning as separate s...

📖 Read original article


205. Off-Context GRPO: Learning to Reason on Hard Problems using Privileged Information ​

Author: Priyank Agrawal, Ankur Samanta, Shervin Ghasemlou, Jalaj Bhandari, Kavosh Asadi, Daniel Jiang, Aditya Modi
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.19313v1 Announce Type: cross Abstract: Reinforcement learning with verifiable rewards (RLVR) improves reasoning in large language models. Yet, typical RLVR approaches fail on difficult problems: when a model cannot generate any correct solutions, it receives \textit{zero} learning signal....

📖 Read original article


206. ISO: An RLVR-Native Optimization Stack ​

Author: Hanqing Zhu, Wenyan Cong, Zhizhou Sha, Sagnik Mukherjee, Xinyuan Song, David Gonz'alez-Mart'inez, Xiaoxia Wu, Yuandong Tian, Shiwei Liu, David Z. Pan, Zhangyang "Atlas" Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.19331v1 Announce Type: cross Abstract: Reinforcement learning with verifiable rewards (RLVR) is rapidly advancing the reasoning capabilities of language models, yet the optimization layer that converts reward feedback into weight-space updates remains poorly understood. Building on our pr...

📖 Read original article


207. Provable diffusion-based posterior sampling for linear inverse problems via DDIM ​

Author: Yuchen Jiao, Na Li, Changxiao Cai, Yuxin Chen, Gen Li
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, stat.ML

arXiv:2607.19333v1 Announce Type: cross Abstract: Diffusion-based methods have achieved remarkable empirical success in solving inverse problems. However, many existing posterior samplers either lack rigorous theoretical guarantees or incur substantial computational overhead. We propose a simple and...

📖 Read original article


208. Appearance Pointers -- Multimodal Region Control of Diffusion Transformers ​

Author: Rahul Sajnani, Yulia Gryaditskaya, Radom'ir M\v{e}ch, Srinath Sridhar, Matheus Gadelha
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.GR

arXiv:2607.19344v1 Announce Type: cross Abstract: Controllable image generation remains challenging for creative professionals, who often require precise regional control over materials, object identities, and spatial arrangements that cannot be reliably achieved through text prompting alone. Diffus...

📖 Read original article


209. Copy Less, Ground More: Overcoming Repetitive Copying in Long-Context Reasoning via Evidence-Aware Reinforcement Learning ​

Author: Lizhe Fang, Weizhou Shen, Tianyi Tang, Yisen Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.19345v1 Announce Type: cross Abstract: Large language models that generate step-by-step reasoning traces have achieved strong performance on complex tasks, and extending them to long-context settings has emerged as an important frontier. However, we identify a critical failure mode in thi...

📖 Read original article


210. FormGym: Doing Paperwork with Agents ​

Author: Matthew Toles, Rattandeep Singh, Isaac Song, Zhou Yu
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2506.14079v4 Announce Type: replace Abstract: Completing paperwork is a challenging and time-consuming problem. Form filling is especially challenging in the pure-image domain without access to OCR, typeset PDF text, or a DOM. For computer agents, it requires multiple abilities, including mult...

📖 Read original article


211. Learning, Reasoning, Refinement: A Framework for Kahneman's Dual-System Intelligence in GUI Agents ​

Author: Jinjie Wei, Jiyao Liu, Lihao Liu, Ming Hu, Junzhi Ning, Mingcheng Li, Weijie Yin, Junjun He, Xiao Liang, Chao Feng, Dingkang Yang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2506.17913v2 Announce Type: replace Abstract: Graphical User Interface (GUI) agents have made significant progress in automating digital tasks through the utilization of computer vision and language models. Nevertheless, existing agent systems encounter notable limitations. Firstly, they predo...

📖 Read original article


212. Assistax: A Multi-Agent Hardware-Accelerated Reinforcement Learning Benchmark for Assistive Robotics ​

Author: Leonard Hinckeldey, Elliot Fosong, Rimvydas Rubavicius, Elle Miller, Trevor McInroe, Fan Zhang, Patricia Wollstadt, Stefano V. Albrecht, Subramanian Ramamoorthy
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.LG, cs.MA, cs.RO

arXiv:2507.21638v3 Announce Type: replace Abstract: As embodied autonomous systems capable of assisting humans in daily activities remain a major goal for robotics, efficient and appropriate reinforcement learning (RL) simulation testbeds are increasingly important. Many common RL environments are t...

📖 Read original article


213. SENTINEL: A Multi-Level Formal Framework for Safety Evaluation of Foundation Model-based Embodied Agents ​

Author: Simon Sinong Zhan, Philip Wang, Yao Liu, Yiyan Peng, Zinan Wang, Qineng Wang, Zhian Ruan, Xiangyu Shi, Xinyu Cao, Frank Yang, Zhenyang Ni, Kangrui Wang, Ruohan Zhang, Huajie Shao, Manling Li, Qi Zhu
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2510.12985v3 Announce Type: replace Abstract: We present SENTINEL, a framework for formally evaluating the physical safety of foundation model (FM)-based embodied agents. SENTINEL is the first to provide multi-level safety evaluation across semantic interpretation, plan generation, and physica...

📖 Read original article


214. Learning to Make Friends: Coaching LLM Agents toward Emergent Social Ties ​

Author: Philipp J. Schneider, Lin Tian, Marian-Andrei Rizoiu
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.MA, cs.SI

arXiv:2510.19299v2 Announce Type: replace Abstract: Can large language model (LLM) agents reproduce the complex social dynamics that characterize human online behavior -- shaped by homophily, reciprocity, and social validation -- and what memory and learning mechanisms enable such dynamics to emerge...

📖 Read original article


215. Dr. Zero: Self-Evolving Search Agents without Training Data ​

Author: Zhenrui Yue, Kartikeya Upasani, Xianjun Yang, Suyu Ge, Shaoliang Nie, Yuning Mao, Zhe Liu, Dong Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2601.07055v2 Announce Type: replace Abstract: As high-quality data becomes increasingly difficult to obtain, self-evolution without curated training data has emerged as a promising paradigm. This approach allows large language models (LLMs) to autonomously generate and solve complex problems, ...

📖 Read original article


216. Fluid Reasoning Representations ​

Author: Dmitrii Kharlapenko, Terry Jingchen Zhang, Arth Singh, Alessandro Stolfo, Arthur Conmy, Mrinmaya Sachan, Zhijing Jin
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2602.04843v2 Announce Type: replace Abstract: Frontier large language models increasingly solve complex tasks involving abstract concepts through extended test-time thinking. Yet we lack a mechanistic account of how extended thinking changes hidden-state representations over the course of a re...

📖 Read original article


217. LLM-Grounded Explainable AI for Supply Chain Risk Early Warning via Temporal Graph Attention Networks ​

Author: Zhiming Xue, Yujue Wang, Menghao Huo
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2603.04818v3 Announce Type: replace Abstract: Disruptions at critical logistics nodes pose severe risks to global supply chains, yet existing risk prediction systems typically prioritize forecasting accuracy without providing operationally interpretable early warnings. This paper proposes an e...

📖 Read original article


218. Animating Petascale Time-varying Data on Commodity Hardware with LLM-assisted Scripting ​

Author: Ishrat Jahan Eliza, Xuan Huang, Aashish Panta, Alper Sahistan, Zhimin Li, Amy A. Gooch, Valerio Pascucci
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.SY, eess.SY

arXiv:2603.07053v4 Announce Type: replace Abstract: Scientists face significant visualization challenges as time-varying datasets grow in speed and volume, often requiring specialized infrastructure and expertise to handle massive datasets. Petascale climate models generated in NASA laboratories req...

📖 Read original article


219. Participatory provenance as representational auditing for AI-mediated public consultation ​

Author: Sachit Mahajan
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.HC

arXiv:2604.20711v3 Announce Type: replace Abstract: AI-assisted consultation can speed large-scale public engagement, but concise summaries may reflect some submissions more closely than others. This paper introduces participatory provenance, a framework for auditing how semantic coverage is distrib...

📖 Read original article


220. FinRAG-12B: A Production-Validated Recipe for Grounded Question Answering in Banking ​

Author: Denys Katerenchuk, Pablo Duboue, Keelan Evanini, David Gondek, Nithin Govindugari, Olivier Allauzen, Joshua Baptiste, David J More, Joshua Schechter
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.MA

arXiv:2605.05482v2 Announce Type: replace Abstract: Large language models (LLMs) are rapidly being adopted across various domains. However, their adoption in banking industry faces resistance due to demands for high accuracy, regulatory compliance, and the need for verifiable and grounded responses....

📖 Read original article


221. Frontier LLM-based agents can overcome the ontology curation bottleneck for natural phenotypes ​

Author: James P. Balhoff, Hilmar Lapp
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2605.28965v2 Announce Type: replace Abstract: Linking free-text phenotype descriptions to ontology terms, typically referred to as phenotype annotation, is essential for the cross-study integration of comparative morphological data. This labor intensive process has heavily relied on highly tra...

📖 Read original article


222. AgentJet: A Distributed Swarm Training Framework for Agentic Reinforcement Learning ​

Author: Qingxu Fu, Boyin Liu, Shuchang Tao, Zhaoyang Liu, Cheng Chen, Xuanfa Jin, Rong Zhu, Bolin Ding
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.LG, cs.MA

arXiv:2606.04484v2 Announce Type: replace Abstract: Training reinforcement learning (RL) policies for large language model (LLM) agents requires optimizing multi-turn trajectories that interact with external environments. Existing training frameworks struggle with runtime failures, single-model cons...

📖 Read original article


223. Artificial Intelligence for Mathematical Reasoning: An Integrated Survey of Language Models, Neuro-symbolic Systems, and Verified Discovery ​

Author: Syed Rifat Raiyan, Mohsinul Kabir, Hasan Mahmud, Md Kamrul Hasan, Sophia Ananiadou
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.CV, cs.LG

arXiv:2606.08728v3 Announce Type: replace Abstract: Mathematical reasoning has long served as a stringent test of machine intelligence; over the past decade, it has moved from a niche problem within NLP to one of the most consequential AI frontiers. This survey provides a unified account of the fiel...

📖 Read original article


224. The Theory of Mind Utility: Formal Specification of a Mentalizing Mechanism ​

Author: Nikolos Gurney, Stacy Marsella
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2606.12721v2 Announce Type: replace Abstract: Inferring others' beliefs requires more than reading surface signals; it requires tracking who told them what, in what order, and how credibly. The Theory of Mind Utility (ToM-U) formalizes this epistemic state inference problem at the computationa...

📖 Read original article


225. Externalizing Research Synthesis and Validation in AI Scientists through a Research Harness ​

Author: Zijian Wang, Hanqi Li, Ziyue Yang, Zijian Hu, Shenghan Zuo, Yunzhe Zhang, Da Ma, Danyu Luo, Chenrun Wang, Jing Peng, Tiancheng Huang, Sijia Guo, Huayang Wang, Zichen Zhu, Senyu Han, Yilu Cao, Bo Chen, Xin Chen, Kai Yu, Lu Chen
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2606.18874v3 Announce Type: replace Abstract: AI systems can increasingly automate scientific workflows, but the reasoning that links prior evidence, generated ideas, experiments and final claims often remains implicit inside model inference. Here we introduce Xcientist, a research harness tha...

📖 Read original article


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

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

arXiv:2606.29932v4 Announce Type: replace Abstract: Grand-strategy games such as Civilization pose a distinctive long-horizon planning problem: an agent must divide one shared resource pool among six competing domains -- technology, government, diplomacy, city development, expansion, and military --...

📖 Read original article


227. EvalSafetyGap: A Hybrid Survey and Conceptual Framework for LLM Evaluation-Safety Failures ​

Author: Bu\u{g}ra Alperen Ulu{\i}rmak, Rifat Kurban
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.LG, cs.SE

arXiv:2606.30219v3 Announce Type: replace Abstract: LLM evaluation and AI safety face a shared measurement problem: benchmark scores, reward-model signals, and reported safety metrics can improve while the latent properties they are meant to represent remain difficult to verify. This paper combines ...

📖 Read original article


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

Author: Maximo Eduardo Rulli, Thomas Vaitses Fontanari, Simone Petruzzi, Federico Alvetreti, Giorgio Strano, Donato Crisostomi, Giorgos Nikolaou, Tommaso Mencattini, Andrea Santilli, Emanuele Rodol`a, Simone Scardapane, Alessio Devoto
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.CL

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

📖 Read original article


229. Context-Masked Truncated Reasoning Audits for Answer-Key Dependence in LLM Tutors ​

Author: Bonan Shen, Dingyan Shang, Youting Wang, Tao Ning, Bowen Liu
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.LG

arXiv:2607.04572v2 Announce Type: replace Abstract: Large language model (LLM) tutors may have access to teacher notes, answer keys, rubrics, or retrieved solutions while producing student-facing explanations. We study whether truncated reasoning probes can distinguish direct access to such private ...

📖 Read original article


230. Applying JEPA-Style Predictive Learning to JA4-Derived Network Fingerprints ​

Author: Javier Izquierdo, Aygul Zagidullina
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.08465v2 Announce Type: replace Abstract: I-JEPA and V-JEPA learn by matching latent predictions to target encoder outputs rather than regenerating the original input, and this has worked well for images and video. We explore whether the same objective works for compact network fingerprint...

📖 Read original article


231. AdvNav: Behavior-Guided Black-Box Adversarial Attacks on Vision-Language Navigation ​

Author: Chenyang Li, Kaige Li, Zeyu Jiang, Changhao Chen
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.11063v2 Announce Type: replace Abstract: Despite progress in Embodied AI, Vision-and-Language Navigation systems remain vulnerable to adversarial visual disturbances. Most existing methods rely on white-box access to target model gradients, which is often unrealistic for real-world deploy...

📖 Read original article


232. Evidence-Grounded AI for Musculoskeletal Care ​

Author: Wenjie Li, Yujie Zhang, Fanrui Zhang, Haoran Sun, Renhao Yang, Junjun He, Weiran Huang, Yuanfeng Ji, Chenrun Wang, Kailing Wang, Hongcheng Gao, Kaipeng Zhang, Hanyu Wang, Angela Lin Wang, Xingqi He, Yilin Huang, Shiyi Yao, Lilong Wang, Yankai Jiang, Yirong Chen, Chenglong Ma, Jiyao Liu, Ming Hu, Gen Li, Yidong Xu, Chengyu Zhuang, Jiawei Liu, Yin Zhang, Lequan Yu, Lu Chen, Yinpeng Dong, Lei Liu, Carlos Gutierrez Sanroman, Yu Qiao, Weijie Ma, Xiaosong Wang, Lei Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.12527v3 Announce Type: replace Abstract: Musculoskeletal diseases are among the leading causes of disability and drive the greatest global need for rehabilitation. Because recovery, remodelling and degeneration of bones, joints and related tissues unfold over months to years, care require...

📖 Read original article


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

Author: Ruoran Xu, Wending Gao, Qiufeng Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.MA, cs.SC

arXiv:2607.12982v2 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


234. Resist and Update: Counterfactual Report Coordinates for Incentive-Compatible LLMs ​

Author: Sen Yang, Yuen-Hei Yeung
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.12985v2 Announce Type: replace Abstract: Aligned language models routinely misreport under non-evidential pressure: they cave to a confident user, yet fail to revise when genuine evidence arrives. We cast this as a failure of internal incentive-compatibility and study the two demands, res...

📖 Read original article


235. RetroAgent: Harnessing LLMs to Search Over Structured Memory for Agentic Retrosynthesis Planning ​

Author: Yanqiao Zhu, Jingru Gan, Xiaoqi Sun, Fang Sun, Yidan Shi, Md Mofijul Islam, Chao Shang, Wenhao Gao, Connor W. Coley, Yizhou Sun, Wei Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.LG

arXiv:2607.14512v2 Announce Type: replace Abstract: Multi-step retrosynthesis planning seeks to decompose a target molecule into commercially available building blocks through a sequence of feasible reactions. The vast combinatorial search space makes this task challenging even for expert chemists. ...

📖 Read original article


236. Benchmarking Multimodal Large Language Models for Scientific Visualization Literacy ​

Author: Patrick Phuoc Do, Chau M. Ta, Chaoli Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.HC

arXiv:2607.15176v2 Announce Type: replace Abstract: Multimodal large language models (MLLMs) are increasingly used to interpret visualizations, yet current evaluations remain largely chart-centric and provide limited evidence of understanding of scientific visualization (SciVis). We benchmark six ML...

📖 Read original article


237. Tractable Query Answering under Epistemic Confidentiality Policies in DL Ontologies (extended version) ​

Author: Lorenzo Marconi, Daniela Rieti, Riccardo Rosati
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.16715v2 Announce Type: replace Abstract: We study Controlled Query Evaluation (CQE), a declarative approach to confidentiality-preserving data access, in the context of Description Logic (DL) ontologies, and for confidentiality policies expressed through Epistemic Dependencies (EDs). We f...

📖 Read original article


238. Quantifying Diversity of Thought: A Predictive Law of Weighted LLM Ensemble Lift ​

Author: Junade Ali
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.LG, cs.LO, cs.MA

arXiv:2607.17384v2 Announce Type: replace Abstract: This paper provides an experimentally verified formal law for calculating the uplift that diversity of thought provides in Large Language Model (LLM) ensembles. From first principles, we derive an exact decomposition of LLM ensemble lift into rescu...

📖 Read original article


239. Can AI Agents Really Complete RTL-to-GDS? Lessons from Benchmarking Tool-Interactive EDA Workflows ​

Author: Jinyuan Deng, Zhengrui Chen, Xufeng Wei, Tianyu Xing, Chenyi Wen, Cheng Zhuo
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.AR, cs.LG

arXiv:2607.17528v2 Announce Type: replace Abstract: LLM-driven agent systems have emerged as a promising paradigm for electronic design automation (EDA), demonstrating strong potential for automating complex design workflows. However, existing evaluations primarily examine individual language models...

📖 Read original article


240. Retain or Consolidate? Budget-Dependent Operator Selection for Language Agent Memory ​

Author: Qingcan Kang, Mingyang Liu, Shixiong Kai, Kaichao Liang, Zhentao Tang, Yuqi Cui, Tao Zhong, Mingxuan Yuan
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.17545v2 Announce Type: replace Abstract: Language agents depend on memory across interactions. However, the limited context windows of large language models (LLMs) and their inference costs constrain how much memory can be used at once. Existing systems mainly follow two strategies: memor...

📖 Read original article


241. SR-Agent: An Experience-Driven Agentic Framework for Post-Ranking Strategy Refinement in E-Commerce Recommendation ​

Author: Hanchen Yang, Kaiwen Yang, Junpeng Zhuang, Yang He, Keting Cen, Bochao Liu, Zhongbo Sun, An Liu, Zhongteng Han, Chenyi Lei
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI, cs.MA

arXiv:2607.17719v2 Announce Type: replace Abstract: User experience is a first-class objective in industrial e-commerce recommender systems (RS). Post-ranking strategies, which govern diversity, similarity, and exposure over a ranked list, are widely deployed in industrial RS for their simplicity an...

📖 Read original article


242. A Hardware-oriented Approach for Efficient Bayesian Inference Computation and Deployment ​

Author: Nikola Pi\v{z}urica, Matteo Risso, Nikola Milovi'c, Alessio Burrello, Igor Jovan\v{c}evi'c, Conor Heins, Miguel de Prado
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AI

arXiv:2607.17855v2 Announce Type: replace Abstract: Bayesian inference provides a principled foundation for reasoning under uncertainty, but its computational cost hinders deployment on resource-constrained edge devices. In this paper, we present a hardware-oriented methodology for accelerating disc...

📖 Read original article


243. Bayesian inference of composition-dependent phase diagrams ​

Author: Timofei Miryashkin, Olga Klimanova, Vladimir Ladygin, Alexander Shapeev
Published: 7/22/2026, 4:00:00 AM
Categories: cond-mat.mtrl-sci, cs.AI, physics.comp-ph

arXiv:2309.01271v2 Announce Type: replace-cross Abstract: Phase diagrams serve as a highly informative tool for materials design, encapsulating information about the phases that a material can manifest under specific conditions. In this work, we develop a method in which Bayesian inference is employ...

📖 Read original article


244. Saving the legacy of Hero Ibash: Evaluating Four Language Models for Aminoacian ​

Author: Yunze Xiao, Yiyang Pan
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2402.18121v2 Announce Type: replace-cross Abstract: This study assesses four cutting-edge language models in the underexplored Aminoacian language. Through evaluation, it scrutinizes their adaptability, effectiveness, and limitations in text generation, semantic coherence, and contextual under...

📖 Read original article


245. MEDIC: Comprehensive Evaluation of Leading Indicators for LLM Safety and Utility in Clinical Applications ​

Author: Praveenkumar Kanithi, Cl'ement Christophe, Marco AF Pimentel, Tathagata Raha, Prateek Munjal, Nada Saadi, Hamza A Javed, Svetlana Maslenkova, Nasir Hayat, Ronnie Rajan, Shadab Khan
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2409.07314v3 Announce Type: replace-cross Abstract: While Large Language Models (LLMs) achieve superhuman performance on standardized medical licensing exams, these static benchmarks have become saturated and increasingly disconnected from the functional requirements of clinical workflows. To ...

📖 Read original article


246. Soft-TransFormers for Continual Learning ​

Author: Haeyong Kang, Chang D. Yoo
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CV

arXiv:2411.16073v4 Announce Type: replace-cross Abstract: Inspired by the Well-initialized Lottery Ticket Hypothesis (WLTH), we introduce Soft-TransFormers (Soft-TF), a continual learning framework that adapts a frozen pre-trained Transformer through task-specific soft subnetworks: real-valued multi...

📖 Read original article


247. A Self-Supervised Framework for Space Object Behaviour Characterisation ​

Author: Ian Groves, Andrew Campbell, James Fernandes, Diego Ram'irez Rodr'iguez, Paul Murray, Massimiliano Vasile, Victoria Nockles
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, physics.space-ph

arXiv:2504.06176v4 Announce Type: replace-cross Abstract: Foundation Models, which leverage large neural networks pre-trained on unlabelled data before fine-tuning for specific tasks, are increasingly being applied to specialised domains. Recent examples include ClimaX for climate and Clay for satel...

📖 Read original article


248. Parameter-Efficient Continual Fine-Tuning: A Survey ​

Author: Eric Nuertey Coleman, Luigi Quarantiello, Ziyue Liu, Qinwen Yang, Samrat Mukherjee, Julio Hurtado, Vincenzo Lomonaco
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2504.13822v3 Announce Type: replace-cross Abstract: The emergence of large pre-trained networks has revolutionized the AI field, unlocking new possibilities and achieving unprecedented performance. However, these models inherit a fundamental limitation from traditional Machine Learning approac...

📖 Read original article


249. GSPRec: On Improving Item Representations in Graph Signal Processing for Collaborative Filtering ​

Author: Ahmad Bin Rabiah, Julian McAuley
Published: 7/22/2026, 4:00:00 AM
Categories: cs.IR, cs.AI

arXiv:2505.11552v3 Announce Type: replace-cross Abstract: Graph-based collaborative filtering methods act as low-pass filters in the spectral domain and discard the intermediate-frequency components where community-level user preferences reside. Existing GSP-based methods address the loss through so...

📖 Read original article


250. Chi-Square Wavelet Graph Neural Networks for Heterogeneous Graph Anomaly Detection ​

Author: Xiping Li, Xiangyu Dong, Xingyi Zhang, Kun Xie, Yuanhao Feng, Bo Wang, Guilin Li, Wuxiong Zeng, Xiujun Shu, Sibo Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.IR, cs.SI

arXiv:2505.18934v2 Announce Type: replace-cross Abstract: Graph Anomaly Detection (GAD) in heterogeneous networks presents unique challenges due to node and edge heterogeneity. Existing Graph Neural Network (GNN) methods primarily focus on homogeneous GAD and thus fail to address three key issues: (...

📖 Read original article


251. TReB: A Comprehensive Benchmark for Evaluating Table Reasoning Capabilities of Large Language Models ​

Author: Ce Li, Xiaofan Liu, Zhiyan Song, Ce Chi, Boshen Shi, Chen Zhao, Guanguang Chang, Zhendong Wang, Kexin Yang, Xing Wang, Chao Deng, Junlan Feng
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2506.18421v3 Announce Type: replace-cross Abstract: The majority of data in businesses and industries is stored in tables, databases, and data warehouses. Reasoning with table-structured data poses significant challenges for large language models (LLMs) due to its hidden semantics, inherent co...

📖 Read original article


252. Can Interpretation Predict Behavior on Unseen Data? ​

Author: Victoria R. Li, Jenny Kaufmann, Tian Qin, Martin Wattenberg, David Alvarez-Melis, Naomi Saphra
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CL

arXiv:2507.06445v3 Announce Type: replace-cross Abstract: Interpretability research often predicts model responses to targeted mechanistic interventions. But can we predict responses to unseen input data? We propose and demonstrate this alternate objective by using model internals to predict their o...

📖 Read original article


253. FedS2R: One-Shot Federated Domain Generalization for Synthetic-to-Real Semantic Segmentation in Autonomous Driving ​

Author: Tao Lian, Jose L. G'omez, Antonio M. L'opez
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2507.19881v3 Announce Type: replace-cross Abstract: Federated domain generalization has shown promising progress in image classification by enabling collaborative training across multiple clients without sharing raw data. However, its potential in the semantic segmentation of autonomous drivin...

📖 Read original article


254. RoboInspector: Unveiling the Unreliability of Policy Code for LLM-enabled Robotic Manipulation ​

Author: Chenduo Ying, Linkang Du, Peng Cheng, Yuanchao Shu
Published: 7/22/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2508.21378v2 Announce Type: replace-cross Abstract: Large language models (LLMs) demonstrate remarkable capabilities in reasoning and code generation, enabling robotic manipulation to be initiated with just a single instruction. The LLM carries out various tasks by generating policy code requi...

📖 Read original article


255. Robust Belief-State Policy Learning for Quantum Network Routing Under Decoherence and Time-Varying Conditions ​

Author: Amirhossein Taherpour, Abbas Taherpour, Tamer Khattab, Mazen Hasna
Published: 7/22/2026, 4:00:00 AM
Categories: quant-ph, cs.AI, cs.LG, cs.NI

arXiv:2509.08654v2 Announce Type: replace-cross Abstract: Quantum network routing requires online decisions under probabilistic entanglement generation, finite quantum memories, decoherence, imperfect operations, and classical feedback, while the controller has incomplete knowledge of the physical s...

📖 Read original article


256. Hyperdimensional Probe: Decoding LLM Representations via Vector Symbolic Architectures ​

Author: Marco Bronzini, Carlo Nicolini, Bruno Lepri, Jacopo Staiano, Andrea Passerini
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG

arXiv:2509.25045v3 Announce Type: replace-cross Abstract: Despite their capabilities, Large Language Models (LLMs) remain opaque with limited understanding of their internal representations. Current interpretability methods either focus on input-oriented feature extraction, such as supervised probes...

📖 Read original article


257. Breaking the MoE LLM Trilemma: Dynamic Expert Clustering with Structured Compression ​

Author: Peijun Zhu, Ning Yang, Baoliang Tian, Jiayu Wei, Weihao Zhang, Haijun Zhang, Pin Lv
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.DC, cs.LG, cs.NE

arXiv:2510.02345v4 Announce Type: replace-cross Abstract: Mixture-of-Experts (MoE) Large Language Models (LLMs) face a trilemma of load imbalance, parameter redundancy, and communication overhead. We introduce a unified framework based on dynamic expert clustering and structured compression to addre...

📖 Read original article


258. Kontinuous Kontext: Continuous Strength Control for Instruction-based Image Editing ​

Author: Rishubh Parihar, Or Patashnik, Daniil Ostashev, R. Venkatesh Babu, Daniel Cohen-Or, Kuan-Chieh Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2510.08532v2 Announce Type: replace-cross Abstract: Instruction-based image editing offers a powerful and intuitive way to manipulate images through natural language. Yet, relying solely on text instructions limits fine-grained control over the extent of edits. We introduce Kontinuous Kontext,...

📖 Read original article


259. Beyond-Diagonal RIS Under Non-Idealities: Learning-Based Architecture Discovery and Optimization ​

Author: Binggui Zhou, Bruno Clerckx
Published: 7/22/2026, 4:00:00 AM
Categories: cs.IT, cs.AI, eess.SP, math.IT

arXiv:2510.15701v2 Announce Type: replace-cross Abstract: Beyond-diagonal reconfigurable intelligent surface (BD-RIS) has recently been introduced to enable advanced control over electromagnetic waves to further increase the benefits of traditional RIS in enhancing signal quality and improving spect...

📖 Read original article


260. QuArch: A Benchmark for Evaluating LLM Reasoning in Computer Architecture ​

Author: Shvetank Prakash, Andrew Cheng, Mark Mazumder, Arya Tschand, Varun Gohil, Jeffrey Ma, Jason Yik, Zishen Wan, Jessica Quaye, Elisavet Lydia Alvanaki, Avinash Kumar, Chandrashis Mazumdar, Tuhin Khare, Alexander Ingare, Ikechukwu Uchendu, Radhika Ghosal, Abhishek Tyagi, Chenyu Wang, Andrea Mattia Garavagno, Sarah Gu, Alice Guo, Grace Hur, Luca P. Carloni, Tushar Krishna, Ankita Nayak, Amir Yazdanbakhsh, Vijay Janapa Reddi
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AR, cs.AI, cs.LG, cs.SE

arXiv:2510.22087v2 Announce Type: replace-cross Abstract: The field of computer architecture, which bridges high-level software abstractions and low-level hardware implementations, remains absent from current large language model (LLM) evaluations. To this end, we present QuArch (pronounced 'quark')...

📖 Read original article


261. Active Electrosensing and Communication in MARL-trained Weakly Electric Fish Collectives ​

Author: Satpreet H. Singh, Sonja Johnson-Yu, Zhouyang Lu, Aaron Walsman, Federico Pedraja, Denis Turcu, Pratyusha Sharma, Naomi Saphra, Nathaniel B. Sawtell, Kanaka Rajan
Published: 7/22/2026, 4:00:00 AM
Categories: cs.NE, cs.AI, cs.MA, cs.SY, eess.SY, q-bio.NC

arXiv:2511.08436v2 Announce Type: replace-cross Abstract: How complex collective behavior emerges from individual interactions is a fundamental scientific question, but experimental cost and difficulty of simultaneous multi-brain recordings limit direct study in animals. Here we introduce a novel co...

📖 Read original article


262. T2T-VICL: Cross-Task Visual In-Context Learning via Implicit Text-Driven VLMs ​

Author: Shao-Jun Xia, Huixin Zhang, Zhengzhong Tu
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2511.16107v4 Announce Type: replace-cross Abstract: Visual in-context learning (VICL) solves visual tasks by conditioning on a few input-output demonstrations without any model training. Recent advances in large vision-language models (VLMs) have shown promising VICL capability when the demons...

📖 Read original article


263. ImplicitRDP: An End-to-End Visual-Force Diffusion Policy with Structural Slow-Fast Learning ​

Author: Wendi Chen, Han Xue, Yi Wang, Fangyuan Zhou, Jun Lv, Yang Jin, Shirun Tang, Chuan Wen, Cewu Lu
Published: 7/22/2026, 4:00:00 AM
Categories: cs.RO, cs.AI, cs.LG

arXiv:2512.10946v2 Announce Type: replace-cross Abstract: Human-level contact-rich manipulation relies on the distinct roles of two key modalities: vision provides spatially rich but temporally slow global context, while force sensing captures rapid local contact dynamics. Integrating these signals ...

📖 Read original article


264. Memo2496: Expert-Annotated Dataset and Dual-view Adaptive Framework for Music Emotion Recognition ​

Author: Qilin Li, C. L. Philip Chen, Tong Zhang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.SD, cs.AI, cs.MM

arXiv:2512.13998v4 Announce Type: replace-cross Abstract: Music Emotion Recognition (MER) is constrained by limited expert annotations and the need to establish robustness across heterogeneous corpora. Memo2496 supplies a reproducible dataset of 2,496 instrumental tracks with continuous valence-arou...

📖 Read original article


265. PRISP: Privacy-Safe Few-Shot Personalization via Lightweight Adaptation ​

Author: Junho Park, Dohoon Kim, Taesup Moon
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG

arXiv:2601.06471v2 Announce Type: replace-cross Abstract: Large language model (LLM) personalization aims to adapt general-purpose models to individual users. Most existing methods, however, are developed under data-rich and resource-abundant settings, often incurring privacy risks. In contrast, rea...

📖 Read original article


266. SKETCH: Semantic Key-Point Conditioning for Long-Horizon Vessel Trajectory Prediction ​

Author: Linyong Gan, Zimo Li, Wenxin Xu, Xingjian Li, Jianhua Z. Huang, Enmei Tu, Shuhang Chen
Published: 7/22/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2601.18537v4 Announce Type: replace-cross Abstract: Accurate long-horizon vessel trajectory prediction remains challenging due to compounded uncertainty from complex navigation behaviors and environmental factors. Existing methods often struggle to maintain global directional consistency, lead...

📖 Read original article


267. Toward Learning POMDPs Beyond Full-Rank Actions and State Observability ​

Author: Seiji Shaw, Travis Manderson, Chad Kessens, Nicholas Roy
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.RO

arXiv:2601.18930v4 Announce Type: replace-cross Abstract: We are interested in enabling autonomous agents to learn and reason about systems with hidden states, such as locking mechanisms. We cast this problem as learning the parameters of a discrete Partially Observable Markov Decision Process (POMD...

📖 Read original article


268. Training and Simulation of Quadrupedal Robot in Adaptive Stair Climbing and Descending for Indoor Firefighting: An End-to-End Reinforcement Learning Approach ​

Author: Baixiao Huang, Baiyu Huang, Yu Hou
Published: 7/22/2026, 4:00:00 AM
Categories: cs.RO, cs.AI, cs.LG

arXiv:2602.03087v2 Announce Type: replace-cross Abstract: Quadruped robots are used for primary searches during the early stages of indoor fires. A typical primary search involves quickly and thoroughly looking for victims under hazardous conditions and monitoring flammable materials. However, situa...

📖 Read original article


269. LinguistAgent Technical Report: A Reflective Multi-Model Platform for Automated Linguistic Annotation ​

Author: Bingru Li
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.MA

arXiv:2602.05493v2 Announce Type: replace-cross Abstract: Data annotation remains a significant bottleneck in the field of humanities and social sciences, particularly for complex linguistic tasks such as metaphor identification. While Large Language Models (LLMs) show promise, a significant gap rem...

📖 Read original article


270. CompilerKV: Risk-Adaptive KV Compression via Offline Experience Compilation ​

Author: Ning Yang, Chengzhi Wang, Yibo Liu, Baoliang Tian, Haijun Zhang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2602.08686v3 Announce Type: replace-cross Abstract: Prefill-only KV compression freezes a token subset at the end of prefill and decodes from it without further eviction. The retention decision is therefore irreversible, yet existing methods estimate the corrective signals it relies on, per-he...

📖 Read original article


271. Fly0: Persistent Metric Anchoring for Zero-Shot Aerial Vision-Language Navigation ​

Author: Zhenxing Xu, Yihong Lu, Weidong Bao, Zhengqiu Zhu, Jingxuan Zhou, Zhichuang Wang, Ji Wang, Lihua Liu, Wei He
Published: 7/22/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2602.15875v2 Announce Type: replace-cross Abstract: Current Visual-Language Navigation (VLN) methodologies face a trade-off between semantic understanding and control precision. While Multimodal Large Language Models (MLLMs) offer superior reasoning, deploying them as low-level controllers lea...

📖 Read original article


272. When Visual Evidence is Ambiguous: Pareidolia as a Diagnostic Probe for Vision Models ​

Author: Qianpu Chen, Derya Soydaner, Rob Saunders
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2603.03989v3 Announce Type: replace-cross Abstract: When visual evidence is ambiguous, vision models must decide how to interpret face-like patterns. Face pareidolia, the perception of faces in non-face objects, provides a controlled probe of such decisions. We introduce a diagnostic framework...

📖 Read original article


273. Give Them an Inch and They Will Take a Mile:Understanding and Measuring Caller Identity Confusion in MCP-Based AI Systems ​

Author: Yuhang Huang, Boyang Ma, Biwei Yan, Xuelong Dai, Yechao Zhang, Minghui Xu, Kaidi Xu, Yue Zhang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2603.07473v2 Announce Type: replace-cross Abstract: The Model Context Protocol (MCP) is an open and standardized interface that enables large language models (LLMs) to interact with external tools and services, and is increasingly adopted by AI agents. However, the security of MCP-based system...

📖 Read original article


274. SWE-Milestone: Evaluating AI Agents on Continuous Software Evolution ​

Author: Gangda Deng, Zhaoling Chen, Zhongming Yu, Haoyang Fan, Yuhong Liu, Yuxin Yang, Dhruv Parikh, Rajgopal Kannan, Le Cong, Mengdi Wang, Qian Zhang, Viktor Prasanna, Xiangru Tang, Xingyao Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2603.13428v4 Announce Type: replace-cross Abstract: Real-world software must continuously evolve to meet ever-changing and open-ended requirements. AI agents, increasingly deployed as long-running systems, are now entrusted to drive this evolution. Yet, existing benchmarks evaluate agents on i...

📖 Read original article


275. TransDex: Pre-training Visuo-Tactile Policy with Point Cloud Reconstruction for Dexterous Manipulation of Transparent Objects ​

Author: Fengguan Li, Yifan Ma, Chen Qian, Wentao Rao, Weiwei Shang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2603.13869v2 Announce Type: replace-cross Abstract: Dexterous manipulation enables complex tasks but suffers from self-occlusion, severe depth noise, and depth information loss when manipulating transparent objects. To solve this problem, this paper proposes TransDex, a 3D visuo-tactile fusion...

📖 Read original article


276. PlotTwist: A Creative Plot Generation Framework with Small Language Models ​

Author: Abhinav Thorat, Ravi Kolla, Jyotin Goel, Madhav Kataria, Niranjan Pedanekar
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2603.16410v2 Announce Type: replace-cross Abstract: Creative plot generation presents a fundamental challenge for language models: transforming a concise premise into a coherent narrative that sustains global coherence, character development, pacing, tone consistency, and emotional progression...

📖 Read original article


277. When Agents Disagree: The Selection Bottleneck in Multi-Agent LLM Pipelines ​

Author: Artem Maryanskyy, Dmitry Budnikov, Alibek T. Kaliyev
Published: 7/22/2026, 4:00:00 AM
Categories: cs.MA, cs.AI

arXiv:2603.20324v2 Announce Type: replace-cross Abstract: Multi-agent LLM pipelines produce contradictory evidence on whether team diversity improves output quality: heterogeneous Mixture-of-Agents teams outperform single models, yet homogeneous Self-MoA teams consistently win under synthesis-based ...

📖 Read original article


278. Doctorina MedBench-ICD10: A Dialogue-Based Benchmark and Evaluation Framework for Agent-Based Medical AI ​

Author: Anna Kozlova, Stanislau Salavei, Pavel Satalkin, Hanna Plotnitskaya, Sergey Parfenyuk
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG, cs.MA

arXiv:2603.25821v2 Announce Type: replace-cross Abstract: We present Doctorina MedBench, a comprehensive evaluation framework for agent-based medical AI based on the simulation of realistic physician-patient interactions. Unlike traditional medical benchmarks that rely on solving standardized test q...

📖 Read original article


279. M-RAG: Semantic Key-Value Indexing for Retrieval-Augmented Generation ​

Author: Xu Sun, Tongkai Xu, Baiheng Xie, Li Huang, Qiang Gao, Kunpeng Zhang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.IR, cs.AI

arXiv:2603.26667v2 Announce Type: replace-cross Abstract: Retrieval-augmented generation (RAG) turns external documents into evidence for large language models. In practice, this is also a data access problem: a system must decide what to index, what to retrieve, and what evidence to place in the co...

📖 Read original article


280. FVRuleLearner: Operator-Level Reasoning Tree (Op-Tree)-Based Rules Learning for Formal Verification ​

Author: Lily Jiaxin Wan, Chia-Tung Ho, Yunsheng Bai, Cunxi Yu, Ghaith Bany Hamad, Deming Chen, Haoxing Ren
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AR, cs.AI, cs.SE

arXiv:2604.03245v2 Announce Type: replace-cross Abstract: The remarkable reasoning and code generation capabilities of large language models (LLMs) have recently motivated increasing interest in automating formal verification (FV), a process that ensures hardware correctness through mathematically p...

📖 Read original article


281. Robust Reasoning Benchmark ​

Author: Pavel Golikov, Evgenii Opryshko, Gennady Pekhimenko, Mark C. Jeffrey
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CL

arXiv:2604.08571v3 Announce Type: replace-cross Abstract: While Large Language Models (LLMs) achieve high performance on standard mathematical benchmarks, their problem-solving abilities depend on the context and textual formatting. We introduce the Robust Reasoning Benchmark (RRB), a pipeline of 13...

📖 Read original article


282. CPGRec+: A Balance-oriented Framework for Personalized Video Game Recommendations ​

Author: Xiping Li, Aier Yang, Jianghong Ma, Kangzhe Liu, Shanshan Feng, Haijun Zhang, Yi Zhao
Published: 7/22/2026, 4:00:00 AM
Categories: cs.IR, cs.AI

arXiv:2604.14586v3 Announce Type: replace-cross Abstract: The rapid expansion of gaming industry requires advanced recommender systems tailored to its dynamic landscape. Existing Graph Neural Network (GNN)-based methods primarily prioritize accuracy over diversity, overlooking their inherent trade-o...

📖 Read original article


283. Why Do Vision Language Models Struggle To Recognize Human Emotions? ​

Author: Madhav Agarwal, Sotirios A. Tsaftaris, Laura Sevilla-Lara, Steven McDonagh
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2604.15280v2 Announce Type: replace-cross Abstract: Understanding emotions is a fundamental ability for intelligent systems to be able to interact with humans. Vision-language models (VLMs) have made tremendous progress in the last few years for many visual tasks, potentially offering a promis...

📖 Read original article


284. AnchorRefine: Synergy-Manipulation Based on Trajectory Anchor and Residual Refinement for Vision-Language-Action Models ​

Author: Tingzheng Jia, Kan Guo, Lanping Qian, Yongli Hu, Daxin Tian, Guixian Qu, Chunmian Lin, Baocai Yin, Jiapu Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.RO, cs.AI

arXiv:2604.17787v2 Announce Type: replace-cross Abstract: Precision-critical manipulation requires both global trajectory organization and local execution correction, yet most vision-language-action (VLA) policies generate actions within a single unified space. This monolithic formulation forces mac...

📖 Read original article


285. Agentic AI-assisted coding offers a unique opportunity to instill epistemic grounding during software development ​

Author: Magnus Palmblad, Jared M. Ragland, Benjamin A. Neely
Published: 7/22/2026, 4:00:00 AM
Categories: cs.SE, cs.AI, q-bio.BM

arXiv:2604.21744v2 Announce Type: replace-cross Abstract: The capabilities of AI-assisted coding are progressing at breakneck speed. Chat-based vibe coding has evolved into fully fledged AI-assisted, agentic software development using agent scaffolds where the human developer creates a plan that age...

📖 Read original article


286. Large Language Models Explore by Latent Distilling ​

Author: Yuanhao Zeng, Ao Lu, Lufei Li, Zheng Zhang, Yexin Li, Kan Ren
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG

arXiv:2604.24927v2 Announce Type: replace-cross Abstract: Generating diverse responses is crucial for test-time scaling of large language models (LLMs), yet standard stochastic sampling mostly yields surface-level lexical variation, limiting semantic exploration. In this paper, we propose Explorator...

📖 Read original article


287. Lifting Embodied World Models for Planning and Control ​

Author: Alex N. Wang, Trevor Darrell, Pavel Izmailov, Yutong Bai, Amir Bar
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.LG

arXiv:2604.26182v2 Announce Type: replace-cross Abstract: World models of embodied agents predict future observations conditioned on an action taken by the agent. For complex embodiments, action spaces are high-dimensional and difficult to specify: for example, precisely controlling a human agent re...

📖 Read original article


288. Bridging the Last Mile of Circuit Design: PostEDA-Bench, a Hierarchical Benchmark for PPA Convergence and DRC Fixing ​

Author: Pengju Liu, Nuo Xu, Jinwei Tang, Yu Cao, Caiwen Ding
Published: 7/22/2026, 4:00:00 AM
Categories: cs.AR, cs.AI, cs.MA

arXiv:2605.06936v3 Announce Type: replace-cross Abstract: LLM-based agents are increasingly applied to the "last mile" of Electronic Design Automation (EDA): repairing residual sign-off Design Rule Check (DRC) violations and converging Power-Performance-Area (PPA) targets after tool runs. Existing E...

📖 Read original article


289. GQLA: Group-Query Latent Attention for Hardware-Adaptive Large Language Model Decoding ​

Author: Fanxu Meng
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2605.15250v3 Announce Type: replace-cross Abstract: Multi-head Latent Attention (MLA), the attention used in DeepSeek-V2/V3, jointly compresses keys and values into a low-rank latent and matches the H100 roofline almost perfectly. Its trained weights, however, expose only one decoding path - a...

📖 Read original article


290. Global Automation Atlas ​

Author: Prashant Garg, Tommaso Crosta, Jasmin Baier
Published: 7/22/2026, 4:00:00 AM
Categories: econ.GN, cs.AI, cs.CY, q-fin.EC, stat.AP

arXiv:2605.17086v2 Announce Type: replace-cross Abstract: Automation can displace or complement labour, but this need not be constant across economies. Existing exposure measures typically assign fixed scores to tasks or occupations and capture cross-country variation through employment structure. H...

📖 Read original article


291. Tunable MAGMAX: Preference-Aware Model Merging for Continual Learning ​

Author: Kei Hiroshima, Kento Uchida, Shinichi Shirakawa
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2605.20803v3 Announce Type: replace-cross Abstract: Continual learning (CL) aims to train models sequentially on multiple tasks while mitigating catastrophic forgetting of previously learned knowledge. Recent advances in large pre-trained models (LPMs) and model merging techniques, such as MAG...

📖 Read original article


292. The Cognitive Kardashev Scale: Quantifying the Material Envelope of Civilisational Computation ​

Author: Sachin Sharma
Published: 7/22/2026, 4:00:00 AM
Categories: physics.soc-ph, cs.AI, cs.CY

arXiv:2605.22840v2 Announce Type: replace-cross Abstract: How much thinking can a civilisation do? Kardashev ranked civilisations by the energy they command. This paper borrows his ladder and asks how much machine cognition each rung could support. The arithmetic is deliberately simple. A civilisati...

📖 Read original article


293. CWind: A Cross-site Router for Large Language Model Inference Serving at Renewable Energy Farms ​

Author: Tella Rajashekhar Reddy, Atharva Deshmukh, Liangcheng Yu, Chaojie Zhang, Mike Shepperd, Rohan Gandhi, Anjaly Parayil, Srinivasan Iyengar, Ajay Manchepalli, Debopam Bhattacherjee
Published: 7/22/2026, 4:00:00 AM
Categories: cs.DC, cs.AI, cs.NI

arXiv:2605.23348v2 Announce Type: replace-cross Abstract: AI power demand is growing at an unprecedented rate while power grids are often ailing and struggle to keep up. Grid expansion comes with high capital expenditure and long-distance transmission losses, yet there is abundant renewable energy a...

📖 Read original article


294. ViMax: Agentic Video Generation ​

Author: Lingxuan Huang, Sizhe He, Hengji Zhou, Liqiang Nie, Lianghao Xia, Chao Huang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2606.07649v2 Announce Type: replace-cross Abstract: Long-form video generation requires systematic narrative planning and visual consistency that current short-clip methods cannot provide. Existing methods generate isolated sequences without narrative structure and lack mechanisms for maintain...

📖 Read original article


295. "I understand your perspective": LLM Persuasion through the Lens of Communicative Action Theory ​

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

arXiv:2606.08076v2 Announce Type: replace-cross Abstract: Large Language Models (LLMs) can generate high-quality arguments, yet their ability to engage in nuanced and persuasive communicative actions remains largely unexplored. This work explores the persuasive potential of LLMs through the framewor...

📖 Read original article


296. Reframing AI Loss of Control: What Control Is, How to Have It, How to Lose It ​

Author: Ze Shen Chin, Maurice Chiodo, Dennis M"uller, Coleman Snell
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CY, cs.AI

arXiv:2606.12442v2 Announce Type: replace-cross Abstract: At present, loss of control risks have gained much prominence in public discussion, particularly in relation to AI, with extensive discourse present among academics, frontier labs, and even governments. However, in the existing literature, th...

📖 Read original article


297. Phantoms and Disclosures: A Statistical Framework for Auditing Privacy in Synthetic Data ​

Author: Kareem Amin, Rudrajit Das, Alessandro Epasto, Adel Javanmard, Dennis Kraft, M'onica Ribero, Sergei Vassilvitskii
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, stat.AP, stat.ME, stat.ML

arXiv:2606.16952v2 Announce Type: replace-cross Abstract: The rapid adoption of generative AI and Large Language Models (LLMs) has spurred interest in synthetic data as a privacy-preserving alternative to sensitive real-world datasets. However, generating high-utility synthetic data often carries th...

📖 Read original article


298. Reclaim Evaluation: A Lossy Memory Is Worse Than an Empty One ​

Author: Alex Kwon
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG

arXiv:2606.25449v5 Announce Type: replace-cross Abstract: A language model's memory can be worse than no memory at all when the model or its interface is disposed to act on it: a memory that keeps a wrong conclusion but drops the work behind it leads a model to re-emit the stale value as a confident...

📖 Read original article


299. A Red Teaming Framework for Large Language Models: A Case Study on Faithfulness Evaluation ​

Author: Abrar Alotaibi, Raed Mughus, Moataz Ahmed
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2606.25476v2 Announce Type: replace-cross Abstract: Large language models (LLMs) have demonstrated remarkable performance across natural language processing tasks, yet their deployment in high-stakes applications raises critical concerns regarding reliability, safety, and trustworthiness. In t...

📖 Read original article


300. Don't Blame the Large Language Model: How Agent Harness Evolution Shapes Coding Agent Quality ​

Author: Oussama Ben Sghaier, Hao Li, Bram Adams, Ahmed E. Hassan
Published: 7/22/2026, 4:00:00 AM
Categories: cs.SE, cs.AI, cs.LG

arXiv:2607.03691v2 Announce Type: replace-cross Abstract: Coding agents, autonomous systems that use large language models (LLMs) to resolve software engineering tasks, rely on agent harness: a middleware layer in between a developer and a large language model that orchestrates system prompts, tool ...

📖 Read original article


301. Auto-AEG: Scalable Data Construction for Open-Vocabulary Audio Event Grounding ​

Author: Zihan Zhang, Xize Cheng, Wenhao Yan, Tong Zhang, Dongjie Fu, Boyun Zhang, Yongbo He, Tao Jin
Published: 7/22/2026, 4:00:00 AM
Categories: cs.SD, cs.AI

arXiv:2607.04383v2 Announce Type: replace-cross Abstract: Large Audio-Language Models (LALMs) reason fluently about sound yet struggle to localize precisely when events occur, while classical Sound Event Detection attains frame-level precision only over a closed label set. At the intersection of the...

📖 Read original article


302. BioSecBench-Refusal: A paired metric for performance and alignment in agentic biosecurity risk assessment ​

Author: Edwin H. Wintermute, Harmon Bhasin, Christina M. Agapakis, Dianzhuo Wang, Evan Seeyave, Arjun Banerjee, Daniel Fulop, Matthew C. Watson, Adam J. Meyer, Sandrine Boissel, Jens H. Kuhn, Rishi Jain, Noah D. Taylor, Helena Shomar, Patrick M. Boyle, Kenny Workman
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CR, cs.AI

arXiv:2607.05462v2 Announce Type: replace-cross Abstract: As AI agents are incorporated into life science workflows, the capabilities that speed discovery might also enable misuse. We present BioSecBench-Refusal, a benchmark for risk identification and refusal behavior for biological research tasks....

📖 Read original article


303. Prompt Robustness Is Task-Dependent: Comparing Objective and Belief-Style Questions in LLM Evaluation ​

Author: Sadia Kamal, Arefa Patwary, Anthony Marchiafava, Sagnik Ray Choudhury, Atriya Sen
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.05554v2 Announce Type: replace-cross Abstract: Survey-style evaluations of large language models often treat a prompted response as a measure of a model's values or beliefs. This assumption is particularly fragile when responses are read as evidence of political values, social attitudes, ...

📖 Read original article


304. A Transdiagnostic Space of Disorder Like Phenotypes in Reinforcement Learning Agents ​

Author: Hari Prasad
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.07753v2 Announce Type: replace-cross Abstract: Modelling psychological disorders in artificial agents offers a testbed for computational psychiatry and a lens on affective-control failure modes. Prior work induces one or two disorders by hand-tuned reward shaping, labels the behaviour pos...

📖 Read original article


305. LieBN: Batch Normalization over Lie Groups ​

Author: Ziheng Chen, Yue Song, Rui Wang, Xiao-Jun Wu, Nicu Sebe
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.08783v3 Announce Type: replace-cross Abstract: Manifold-valued measurements are prevalent in various machine learning tasks. Recent advances have extended Deep Neural Networks (DNNs) to operate on manifolds. These extensions have been accompanied by normalization techniques tailored to di...

📖 Read original article


306. An LLM-powered Agentic Recommendation System for Connected TV Content Discovery ​

Author: Lei Shi, Di Wang, Harry Tran, Helsing Xu, Yuchen Lu, Dhara Ghodasara, Wilson Chaney, Xueting Liao, Jerry Yu, Huayu Ding, Reza Mirghaderi, David Fan, Qi Guo, Chongguang He, Warren Wang, Warren Deng, Mingze Gao, Shike Mei, Shuo Tang, Zhe Zhang, Jianming He, Abhishek Kumar, Haotian Wu, Hamed Firooz, Li Li
Published: 7/22/2026, 4:00:00 AM
Categories: cs.IR, cs.AI

arXiv:2607.09988v3 Announce Type: replace-cross Abstract: Recommendation systems, from traditional multi-stage to recent unified generative architectures, face challenges in incorporating diverse contextual signals, such as trending topics, breaking news, cultural events, and cross-surface user acti...

📖 Read original article


307. ARMOR: Stabilizing On-Policy LLM RL with Off-Policy Anchor Samples ​

Author: Kexin Huang, Junkang Wu, Jinda Lu, Shuo Yang, Chiyu Ma, Jiancan Wu, Xiang Wang, Xiangnan He, Guoyin Wang, Jingren Zhou
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CL

arXiv:2607.10481v2 Announce Type: replace-cross Abstract: Reinforcement learning (RL) has significantly enhanced the reasoning capabilities of large language models (LLMs), yet the training process remains notoriously fragile. In this work, we investigate a critical source of this instability: over-...

📖 Read original article


308. LakeQuest: A Three-Domain Benchmark for Grounded Question Answering across Data Lakes ​

Author: Michael Solodko, Steven Gong, Guangwei Yu, Satya Krishna Gorti, Jesse C. Cresswell, Victor Zhong
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.12310v2 Announce Type: replace-cross Abstract: While modern question answering (QA) systems excel on clean, schema-aligned corpora, real-world knowledge is rarely so neatly packaged. Answering questions over enterprise and scientific data lakes requires systems to navigate heterogeneous, ...

📖 Read original article


309. Falsifiable Release Gates for Self-Improving Systems: Standing Invariants at Scale ​

Author: Deepak Soni
Published: 7/22/2026, 4:00:00 AM
Categories: cs.SE, cs.AI

arXiv:2607.13070v2 Announce Type: replace-cross Abstract: Safety claims for self-improving agent runtimes are almost always self-graded: a policy file, a guardrail, a promise in a README. We describe falsifiable release gates, a methodology in which every new capability must pass a pre-declared, mac...

📖 Read original article


310. The Caf\'e in Amsterdam: When the Incumbent Becomes the Oracle ​

Author: Augusto Camargo
Published: 7/22/2026, 4:00:00 AM
Categories: cs.PF, cs.AI

arXiv:2607.13393v2 Announce Type: replace-cross Abstract: A field can reformulate its computations freely exactly where its demand is stated independently of any incumbent implementation, and finds itself unable to when the incumbent's own output has quietly become the specification. This note offer...

📖 Read original article


311. NexForge: Scaling Agent Capabilities through Requirement-Driven Task Synthesis for LLMs ​

Author: Jiarong Zhao, Zhikai Lei, Zhiheng Xi, Rui Zheng, Hang Yan, Jie Zhou, Qin Chen, Liang He
Published: 7/22/2026, 4:00:00 AM
Categories: cs.SE, cs.AI, cs.LG

arXiv:2607.14186v4 Announce Type: replace-cross Abstract: Scaling executable agent training data for LLM post-training is bottlenecked by substrate-bound methods that tie task generation to predefined tools, repositories, or skill graphs: expanding coverage requires manual substrate engineering, eac...

📖 Read original article


312. Team RAS in 11th ABAW Competition: Multimodal Ambivalence Recognition Approach ​

Author: Elena Ryumina, Maxim Markitantov, Alexandr Axyonov, Fedor Shchetinin, Timur Abdulkadirov, Dmitry Ryumin, Alexey Karpov
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI

arXiv:2607.14702v2 Announce Type: replace-cross Abstract: Automatic recognition of ambivalence and hesitancy is challenging because these states may be expressed through inconsistent linguistic, acoustic, facial, and contextual patterns, while top-performing systems often rely on computationally exp...

📖 Read original article


313. Frontier AI performance across the business disciplines: a case-grounded benchmark of knowledge work and analytical reasoning ​

Author: Ajay Patel, Kartik Hosanagar, Ramayya Krishnan, Chris Callison-Burch, Karim Lakhani
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI

arXiv:2607.16057v2 Announce Type: replace-cross Abstract: Large language models (LLMs) are improving rapidly as reflected in benchmark scores, yet these AI benchmarks largely test capabilities such as factual recall, narrow question answering, mathematical problem-solving, and coding and agentic too...

📖 Read original article


314. OpenMHC: Accelerating the Science of Wearable Foundation Models ​

Author: Narayan Schuetz, Yuze Bai, Lianggang Pan, Edgar Eggert, Favour Nerrise, Juan Delgado-SanMartin, Max Rosenblattl, Milana Gurbanova, Mohammad Asadi, Anders Johnson, Paul Schmiedmayer, Dennis Wang, Allan Lawrie, Daniel Seung Kim, Xin Liu, Akshay Paruchuri, Ehsan Adeli, Euan Ashley, Kelly W. Zhang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.16235v2 Announce Type: replace-cross Abstract: Mobile and wearable devices offer an unprecedented opportunity for continuous, passive health monitoring and active health coaching. However, the largest wearable datasets are not publicly available for research, and leading wearable foundati...

📖 Read original article


315. Discovery by Dreaming: Cross-Domain Recombination in Artificial Memory ​

Author: Oliver Zahn, James Evans, David Eagleman
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.IR, cs.NE

arXiv:2607.16256v2 Announce Type: replace-cross Abstract: Dreams splice together people, places, and times that never met. Neuroscience suggests this recombination is not noise, but a function driving insight and creative discovery. This reframes memory consolidation: rather than merely defending ag...

📖 Read original article


316. It Depends on the Dataset: When a Brain-Encoding Model's Predicted Responses Beat Their Visual Backbone for Video Memorability ​

Author: Carson Rodrigues
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.LG

arXiv:2607.16292v2 Announce Type: replace-cross Abstract: Brain-encoding foundation models predict fMRI responses to video, audio, and text well enough to win the Algonauts 2025 challenge. We ask whether their predicted responses, obtained with no scanner, are a useful feature lens for a downstream ...

📖 Read original article


317. AEVAL: From Anecdotal to Deterministic Testing for Agentic Skill Workflows ​

Author: Tejas Singh Anand, Yuet Ying Christina Wang, Wanting Jiang, Steve Masson, Tian Zheng, Bingjie Zhou
Published: 7/22/2026, 4:00:00 AM
Categories: cs.SE, cs.AI, cs.LG, cs.PF

arXiv:2607.16345v2 Announce Type: replace-cross Abstract: Modern agentic systems increasingly rely on skills: installable packages of natural language and code that teach an LLM agent to perform a domain task. As skill repositories grow, developers need automated quality signals on every change, yet...

📖 Read original article


318. A Deep Reinforcement Learning Algorithm for the Vehicle Routing Problem with Stochastic Demands and Outsourcing ​

Author: Mohsen Dastpak, Fausto Errico, Ola Jabali
Published: 7/22/2026, 4:00:00 AM
Categories: math.OC, cs.AI

arXiv:2607.16875v2 Announce Type: replace-cross Abstract: We introduce the vehicle routing problem with stochastic demands and outsourcing options (VRP-SDO), in which a logistics service provider partitions customer requests into customers outsourced to a common carrier and customers committed to it...

📖 Read original article


319. Real-World Evaluation of an AI Agent Drafting Translational Impact Summaries ​

Author: Mohammad Arvan, Amber E. Osterholt, Bailee Rue, Yuvaneswaren R. Sureshbabu, Krishna R. Patel, Rebecca T. Feinstein, Bethany C. Bray, Niranjan S. Karnik
Published: 7/22/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.DL, cs.HC

arXiv:2607.16989v2 Announce Type: replace-cross Abstract: Introduction. Clinical and Translational Science Award (CTSA) programs must document their scholars' research impact, but assembling each scholar's record by hand takes staff an estimated 15 hours and does not scale to a full cohort. An artif...

📖 Read original article


320. Alignment of a Total Automation Economy ​

Author: David McAllester
Published: 7/22/2026, 4:00:00 AM
Categories: physics.soc-ph, cs.AI

arXiv:2607.17015v2 Announce Type: replace-cross Abstract: We consider economic theory from the perspective of a total automation economy, one with no human involvement in production either in manufacturing or in management. One can naturally ask whether a total automation economy is fundamentally a ...

📖 Read original article


321. Human Grounded Evaluation of Large Language Models for Optical Network Automation ​

Author: Kiarash Rezaei, Omran Ayoub, Paolo Monti, Carlos Natalino
Published: 7/22/2026, 4:00:00 AM
Categories: cs.NI, cs.AI

arXiv:2607.18068v2 Announce Type: replace-cross Abstract: Large language models (LLMs) are increasingly adopted for network automation, yet their output quality and inference cost can vary substantially across LLM families. We present HuGLEN, a stepwise evaluation pipeline that uses an LLM-as-a-judg...

📖 Read original article


322. Enhancing Rubric-based RL via Self-Distillation ​

Author: Mingxuan Xia, Yuhang Yang, Chao Ye, Shuai Zhu, Shenzhi Yang, Guangcheng Zhu, Yuhang Zhang, Cheng Peng, Haobo Wang, Siqing Wang
Published: 7/22/2026, 4:00:00 AM
Categories: cs.LG, cs.AI

arXiv:2607.18082v2 Announce Type: replace-cross Abstract: Rubric-based RL has recently shown promise in improving LLMs on open-ended tasks. A widely recognized limitation of rubric-based RL is limited exploration: criteria that no rollout manages to satisfy (Unexplored Criteria, UC) receive no optim...

📖 Read original article