cs.AI · 2026-09-20 · No. 119

Artificial Intelligence, 2026-09-20.

48 new papers in cs.AI. Titles, authors, abstracts. Links to arXiv. Want this in your inbox every morning? Subscribe →

01 — The papers

48 entries
  1. 01

    An Empirical Study of Harness Design for Coding Agents

    Run-Ze Fan, Zihao Zhang, Simin Ma, Yebowen Hu, Shouju Wang, Kaiqiang Song, Fei Liu, Hamed Zamani, Xiaoyang Wang

    cs.AI · cs.CL · cs.LG · cs.SE

    Coding harnesses shape how autonomous coding agents translate model capabilities into long-horizon software-engineering performance, yet existing work typically evaluates harnesses as monolithic systems, leaving the effectiveness of individual components unclear. To enable component-level comparisons, we study this question with a lightweight coding harness whose execution loop is fixed while three components are varied: planning, action...

    arxiv.org/abs/2609.20804 · PDF

  2. 02

    RAFT: A Stateful Retrieval-Augmented Framework for Troubleshooting Agents

    Mingxuan Zhang, Xiaowen Wang, Anupma Sharan, Zhengyi Chen, Chenyu Diana Zhang, Shanshan Yang, Chittibabu Pacharu

    cs.AI

    Effective troubleshooting agents in enterprise customer support depend on retrieving actionable guidance from similar historical cases, yet existing retrieval-augmented generation (RAG) systems treat support cases as static documents and overlook their multi-stage, stateful nature. We introduce RAFT (Retrieval-Augmented Framework for Troubleshooting Agents), a stateful RAG framework that abstracts each closed historical case into a directed...

    arxiv.org/abs/2609.20754 · PDF

  3. 03

    Q&A on Any Spreadsheet Requires Interpreting Its Grid Structure

    Zofia Smoleń

    cs.AI · cs.SE

    Semantic cell annotation improves chunking interpretability for spreadsheets in LLM-driven RAG systems, aiding answer generation through enriched context rather than improved retrieval accuracy. We propose a novel framework of splitting any spreadsheet into interpretable chunks using cell role annotation. Our framework beats the state of the art, yet it faces a hard ceiling. Spreadsheets are fundamentally two-dimensional unstructured data...

    arxiv.org/abs/2609.20732 · PDF

  4. 04

    Deep Noir: Autonomous Steering Discovery via Architectural Chronometry in Transformer Models

    Frank E. Bobe, Gregory D. Vetaw, Darshan W. Bryner, Matthew G. Cook, Jose L. Salas-Vernis

    cs.AI

    Activation steering modifies LLM behavior at inference time, but identifying where and how strongly to steer remains manual. We introduce Deep Noir, a framework that uses Logit Lens convergence and causal head-level attribution to autonomously discover optimal steering parameters. Across three scales (1B x 3, 2-3B x 2, and 7-9B x 4), our engine achieves 16.7 percentage-point improvement on spam at 1B (standard deviation 4.7; 39 runs), with...

    arxiv.org/abs/2609.20722 · PDF

  5. 05

    Ownership in AI-Assisted Everyday Tasks

    Megan Wei, Melanie Subbiah, Audrey Lee, Annya Dahmani, Dave Edwards, Helen Edwards, Ellie Pavlick

    cs.AI · cs.HC

    When does work done with AI still feel like ours? As AI becomes woven into everyday tasks, we must examine what happens to our sense of ownership and contribution when a machine shares in producing what we make. We report an exploratory qualitative survey in which participants were asked to describe two recent, self-selected tasks completed with AI: one that felt like their own and one that did not. We find that felt ownership depends on the...

    arxiv.org/abs/2609.20658 · PDF

  6. 06

    PAA: The Probabilistic Allen Algebra: A Generative and Complete Probabilistic Extension of Allen's Interval Relations

    Julian Eggert

    cs.AI · cs.CL

    Allen's interval algebra is a qualitative calculus for temporal relations, but its thirteen base relations are crisp predicates over exact interval boundaries. This is inadequate for temporal information from language, perception, databases, or uncertain histories, where times, durations, and boundaries are uncertain and expressions such as "just before" or "roughly during" have graded meaning. We develop the probabilistic Allen algebra...

    arxiv.org/abs/2609.20634 · PDF

  7. 07

    Limits of Confidence in Diffusion

    Russ Webb, Amitis Shidani, Alice Bizeul, Dan Busbridge

    cs.AI

    Discrete diffusion, including remasking and uniform-state samplers, generate a sequence by writing multiple token positions per step, drawing each from a per-position distribution and choosing which positions to write from those same distributions. For domains of general interest (pixels, phonemes, or words) there are inherent dependencies between tokens. We show that a step matches the training distribution only when the positions it writes...

    arxiv.org/abs/2609.20581 · PDF

  8. 08

    Language-model groups overstate consensus when replaying human deliberation on a reasoning task

    Tengfei Shao

    cs.AI · cs.CL · cs.CY · cs.MA

    Full-consensus rates are often treated as indicators of collective cognition, yet depend on how participation and final states are operationalized. We replayed 100 held-out human Wason groups with matched large language model (LLM) agent groups, seeding one belief-anchored agent per participant's pre-discussion answer and scoring agents and people with the same code. Across human scoring definitions, estimates ranged from 24.0% to 57.0%;...

    arxiv.org/abs/2609.20543 · PDF

  9. 09

    Refuse, Decompose, Refresh: A Claim-Safe Protocol for Closed-Loop AI Evaluation

    Peiying Zhu, Sidi Chang

    cs.AI

    An AI evaluation can be perfectly reproducible and still support the wrong claim. This risk is acute in closed-loop systems: policy determines visited states, observable components, and which failures leave a measurable trace. We propose a claim-safe protocol with three actions. Refuse: abstain when a clean reference stream or matched runtime comparison lacks support. Decompose: report protocol execution, operational false admission, and...

    arxiv.org/abs/2609.20538 · PDF

  10. 10

    FreqCondNorm: Towards Cross-domain Predictive Maintenance through a Frequency-Conditioned Transformer Foundation Model

    Zaynab Raounak, Camille LHermine, Zhiguo Zeng

    cs.AI

    Deep learning predictive maintenance models suffer from poor transferability across machines and operating conditions, especially when labelled data are scarce and signals span five orders of magnitude in sampling frequency (1 Hz to ~100 kHz). We propose FreqCondNorm, a Transformer-based architecture that introduces a FiLM-style frequency-conditioned normalization layer to unify heterogeneous time-series within a single model. The...

    arxiv.org/abs/2609.20535 · PDF

  11. 11

    SoL-Pi: Recursively Scaling Auto-Research Loops for Efficient Agent Harness

    Haozhe Liu, Tian Ye, Sensen Gao, Qihang Cao, Yitong Li, Mingchen Zhuge, Duomin Wang, Ruihua Zhang, Ping Luo, Jiawang...

    cs.AI

    As coding agents move from supervised code completion to unattended, around-the-clock exploration, their work expands from isolated predictions into long trajectories of reasoning, tool use, and feedback. Token efficiency therefore becomes important for scaling recursive self-improvement. We take an RSI-inspired approach at the harness layer, scaling auto-research loops across increasingly numerous and diverse environments for harness...

    arxiv.org/abs/2609.20519 · PDF

  12. 12

    How Do Agent Harnesses Create Value? Planning Information and Release Control in Stateful LLM Agents

    Yukun Zhang, Kemu Xu, Yishen Chen

    cs.AI

    Agent harnesses supply planning guidance, organize execution, and check completion. We study how these components affect success, erroneous acceptance, and cost in two Retail experiments and an Airline pilot in $τ^2$-bench. The primary comparison pairs prewritten task-specific plans (Fixed) with shuffled policy text matched in word count (Sham), isolating the contribution of guidance content. Across 265 matched cells, Fixed improves...

    arxiv.org/abs/2609.20474 · PDF

  13. 13

    SkillAA: Attribution-Guided Skill-Graph Updating with Targeted Validation and Rollback

    Ziqiao Shang, Ling-Yue Ge, Lan-Zhe Guo

    cs.AI

    External skills provide domain procedures without parameter updates, but existing methods often edit skills directly from failed rollouts without structured routing from an observed failure to an editable location; existing skill graphs also underuse semantic boundaries, object addresses, and topological dependencies for skill retrieval, targeted updating, and scoped validation. We introduce SkillAA (Skill Abductive Attribution), a structured...

    arxiv.org/abs/2609.20455 · PDF

  14. 14

    The Organization of Inference: Information, Resource Constraints, and AI Production

    Yukun Zhang, Kemu Xu, Yishen Chen

    cs.AI

    The economic value of inference depends on how capacity and task information are distributed across stages of AI production. We study these organizational margins using controlled workflow experiments on externally verified software-engineering tasks. In two matched resource panels, direct execution records the same success rate of 59.6 percent at logical-token ceilings of 12,000 and 24,000, while success under information-constrained...

    arxiv.org/abs/2609.20449 · PDF

  15. 15

    Generating Heterogeneous 3D Geological Microstructures from 2D Images via a Stable Diffusion-Adversarial Model

    Ali Aouf, Eric Laloy, Bart Rogiers, Christophe De Vleeschouwer

    cs.AI

    Characterizing the physical properties of clay and cementitious materials matters across many fields, from materials science to geological waste disposal. Property simulation typically calls for 3D imaging, which is expensive, not always accessible, and technically limited for certain materials. Recent progress in deep generative models offers a way around this, reconstructing 3D volumes from the more easily acquired 2D images. Among...

    arxiv.org/abs/2609.20358 · PDF

  16. 16

    A Qualitative Model for Reasoning about Path and Support

    Abhishek Jaiswal, Zoe Falomir

    cs.AI

    Spatial reasoning abilities correlate strongly with performance in STEM fields. Games offer a compelling medium for training these critical skills in developing children who have a natural proclivity for play. However, to facilitate human-like tutoring and player guidance, these games require an AI agent capable of making commonsense inferences from spatial events. Qualitative reasoning (QR) models appear to be a suitable framework for these...

    arxiv.org/abs/2609.20349 · PDF

  17. 17

    Structured Four-Stage Legal Translation: From Natural-Language Traffic Rules to PROLOG

    May Myo Zin, Wachara Fungwacharakorn, Ken Satoh, Katsumi Nitta

    cs.AI

    Traffic regulations are written for human interpretation and therefore rely on shared background knowledge and flexible phrasing, which inherently introduce ambiguity, context dependence, and semantic underspecification. These linguistic characteristics conflict with the precision required by computational reasoning engines such as Prolog, which demand explicit logical structure. This study evaluates two baseline translation approaches,...

    arxiv.org/abs/2609.20334 · PDF

  18. 18

    NeuSOGA3D: A Neuro-Symbolic Framework for Explainable 3D Geometric Reconstruction

    Qingde Li, Qingqi Hong, Zihan Li, Jie Tian

    cs.AI

    Three-dimensional reconstruction from unorganized point clouds remains a challenging problem in computer vision, geometric modeling, and computer-aided design. While neural implicit methods achieve impressive reconstruction accuracy, geometry is typically encoded in latent representations that limit interpretability and reuse within engineering workflows. We present NeuSOGA3D (Neuro-Symbolic Geometric Abstraction in 3D), a hybrid framework...

    arxiv.org/abs/2609.20323 · PDF

  19. 19

    MTVA-Bench: Evaluating the Language Model Inside Cascaded Voice Agents

    Pritish Mishra, Ishaan Kumar, Akshat Mandoli, Sudarshan Kamath

    cs.AI

    Generally, most voice agents are cascaded systems, i.e., an ASR model transcribes the caller's audio, a language model reads the transcript and decides what to say and which backend tools to call, and a TTS model speaks the reply. Nearly all of the decision making happens in the language model, but existing evaluations measure it either too broadly or too narrowly. End-to-end voice benchmarks score the full pipeline, so recognition errors and...

    arxiv.org/abs/2609.20152 · PDF

  20. 20

    Perception, Layout, and Validation: Calibrated Confidence for Reliable Straight-Through Processing of Financial Documents

    Yichao Jin, Yushuo Wang, Yuxuan Han, Kwan Ching Yee Sonia, Weiyang Song, Chiu Jin-Chun Kent, Wong Chong Hwee, Wong...

    cs.AI

    Straight-through processing (STP) on extracted key-value fields from financial documents without human review requires a calibrated probability together with a bounded guarantee on the residual error of the auto-approved tier. The emergence of modern Vision Language Models (VLMs) provides an out-of-the-box capability for extracting the key-values, but their verbalized confidence signals are unreliable and weakly track field correctness. This...

    arxiv.org/abs/2609.20110 · PDF

  21. 21

    Solving Minimum Span Antibandwidth and Cyclic Antibandwidth Labeling Problems

    Hieu Truong Xuan, Khanh To Van

    cs.AI

    The Antibandwidth and Cyclic Antibandwidth problems are NP-hard graph labeling problems that aim to maximize the minimum (cyclic) distance between labels assigned to adjacent vertices. Extensive research on these problems has resulted in a variety of mathematical formulations and computational approaches. However, their minimum span perspective, in which a prescribed minimum (cyclic) distance is fixed and the objective is to minimize the...

    arxiv.org/abs/2609.20091 · PDF

  22. 22

    UnifiedPlayers: Enhance Tool-Integrated Reasoning in Agentic Reinforcement Learning

    Wenjie Liao, Liangjie Zhao, Zehong Cao

    cs.AI

    Self-evolving methods reduce the need for human-annotated trajectories by allowing tool-using agents to generate their own training data. Yet existing methods typically separate trajectory generation from evaluation, relying on static verifiers that cannot adapt to emerging failure modes or self-consistency signals that may reinforce errors shared across trajectories. Jointly adapting planning, execution, and evaluation offers a promising...

    arxiv.org/abs/2609.20089 · PDF

  23. 23

    A Proposal for an Agentic AI Architecture to Support Multi-Domain Decision-Making in the Brazilian Armed Forces

    Gioliano de Oliveira Braga, Sidnei Barbieri, Ágney Lopes Roth Ferraz, Wagner Comin Sonaglio, Henrique Curi de...

    cs.AI · cs.MA

    The growing complexity of multi-domain operational environments (land, aerospace, naval, cyber, and electromagnetic spectrum) has increased the volume and velocity of data reaching command-and-control (C2) centers, straining the observe-orient-decide-act (OODA) decision cycle. Artificial Intelligence (AI) systems currently employed in defense are, in general, reactive and isolated tools that still rely heavily on human operators to integrate...

    arxiv.org/abs/2609.20080 · PDF

  24. 24

    Tailored to you: longitudinal effects of personalising language models

    Canfer Akbulut, Justine Breuch, Arianna Manzini, Lujain Ibrahim, Matija Franklin, Roma Patel, Iason Gabriel,...

    cs.AI

    Interest in developing personalised language models is rapidly growing. While personalisation is often viewed as a mechanism to better serve diverse user needs, the effects of sustained interactions with personalised models on people's perception of and behaviour toward AI remain poorly understood. Most critically, downstream consequences outside the immediate human--AI interaction loop, such as effects on users' self-perceptions and...

    arxiv.org/abs/2609.20077 · PDF

  25. 25

    Marginal utility, matrix factorization, and the Key-Value (KV) cache: a unified information-economic framework for sovereign geo-mining inference

    Caroline Gans Combe

    cs.AI · cs.CL

    This paper builds a theoretical bridge between the economic notion of marginal utility and two machine-learning constructs, matrix factorization and the Key--Value cache of transformer language models. The singular value spectrum of a rating matrix is shown to be a diminishing marginal utility schedule for latent factors, the eigenvalue spectrum of the projected covariance operator to be the marginal utility schedule of a model's learned...

    arxiv.org/abs/2609.20068 · PDF

  26. 26

    FCA-Guided Counterfactual Explanations for Multi-Modal Breast Cancer Diagnosis: A Framework Achieving Perfect Validity with Emergent Sparsity

    Abdullahi Isa, Souley Boukari, Muhammad Aliyu

    cs.AI

    Deep learning models for multi-modal breast cancer diagnosis achieve high predictive accuracy but remain clinically unacceptable without actionable, counterfactual explanations. Attribution-based methods (LIME, SHAP) are categorically inapplicable to this purpose, as they generate no alternative instances and thus cannot be evaluated on counterfactual quality metrics. This investigation provides empirical evidence that FCA-Guided...

    arxiv.org/abs/2609.20067 · PDF

  27. 27

    WiCleanData: Guaranteeing the Type Consistency of Wikidata by Taxonomy Refinement and Constraint Enforcement

    Yiwen Peng, Marc Jeanmougin, Thomas Bonald

    cs.AI

    Because of its collaborative nature, Wikidata suffers from errors, in- consistencies, and excessive complexity, such as redundant classes, ambiguity between instances and classes, wrong taxonomic paths, and type constraint violations. The manual curation of these issues is infeasible at scale. To address these challenges, we introduce WiCleanData, a refined version of Wikidata with a consistent tax- onomy and free from type constraint...

    arxiv.org/abs/2609.20057 · PDF

  28. 28

    MAGMA-GEN: Validated Recovery Supervision from Ambiguous Failures via Counterfactual Re-Execution

    Loan Bernat, Matthieu Grard, Ariane Herbulot, Florent Lamiraux

    cs.AI

    Hierarchical robotic systems executing long-horizon manipulation tasks must make high-level semantic decisions that orchestrate stochastic low-level skills. In this setting, failed rollouts are ambiguous: a poor downstream state may reflect an invalid high-level decision, partial observation, or a valid decision whose physical execution failed. Traditional supervised learning lacks data for such recovery states, while reinforcement learning...

    arxiv.org/abs/2609.20056 · PDF

  29. 29

    DART: Distillation-Aware Reparameterization for Training-Free LoRA Reuse in Few-Step Video Diffusion Models

    Shihong Li, Juntao Xu, JinCao, Maowen Tang, Jun Huang, Jintao Li

    cs.AI

    Step distillation reduces the cost of video generation, but reusing a LoRA trained for a longer trajectory can alter its functional effect or degrade target quality. Static parameter compatibility offers one perspective on this problem; our observations show that similar measured geometry can coexist with different adapter behavior under a shortened denoising schedule. We propose DART, a training-free method that combines low-rank coordinate...

    arxiv.org/abs/2609.20051 · PDF

  30. 30

    Can Data Attribution Filter Out Subliminal Learning? Not Reliably

    Moritz Weckbecker, Sweta Jena, Jonas Müller, Ponnurangam Kumaraguru, Sebastian Lapuschkin, Wojciech Samek, Louis...

    cs.AI

    Subliminal learning allows language models to transmit behavioral traits through training data with no obvious semantic relationship to those traits, undermining content-based data filtering as a safety intervention. Training data attribution offers an alternative: it identifies the training examples responsible for a given model behavior, independent of their semantic content, and so may apply in exactly the cases where semantic inspection...

    arxiv.org/abs/2609.20027 · PDF

  31. 31

    FedeRICo: Federated Region-Influenced Coupling for Traffic Flow Prediction

    Fermin Orozco, Man Luo, Johan Wahlström

    cs.AI · cs.DC

    Urban traffic forecasting often relies on information distributed across stakeholders who may be unable to share raw data due to privacy or commercial constraints, motivating federated spatial-temporal approaches. In such federated settings, each client observes traffic over a distinct sensor subgraph with its own spatial topology and temporal dynamics, leading to significant heterogeneity across clients. Existing federated spatial-temporal...

    arxiv.org/abs/2609.20026 · PDF

  32. 32

    Geopolitical Divisions Across Languages in Large Language Models

    Maxim Chupilkin

    cs.AI · cs.CL · cs.CY

    People increasingly turn to AI chatbots for news and explanations of world events. But do they receive the same political answers when they ask in different languages? Here we show that the language of a question can change how the same AI systems assess the war in Ukraine. We ask GPT, Claude and Gemini to evaluate twenty statements about the war in 112 languages, collecting 67,200 responses. The balance between Russia-leaning and...

    arxiv.org/abs/2609.20005 · PDF

  33. 33

    E-AVI: Evidence-Grounded Multimodal Assessment for Automated Video Interviews

    Haoshen Wang, Dongbo Che, Zeyi Xie, Yuanjie Du, Shicheng Hua, Xingyu Wang

    cs.AI

    Automated video interview assessment integrates verbal content, acoustic delivery, and visual behavior, yet numerical predictions alone provide limited inspectable support. We present E-AVI, an evidence-grounded framework that extracts timestamped multimodal evidence and integrates dimension-conditioned evidence attention with source-level embeddings for scoring. A shared evidence pool further supports natural-language feedback and follow-up...

    arxiv.org/abs/2609.20001 · PDF

  34. 34

    Customizable and Jointly Optimized Route Planning: A Deep Architecture Enabling Differentiable Shortest-Path Search

    Rui Zhao, Chao Chen, Longfei Xu, Chenguang Ji, Hengbin Cui, Kaikui Liu, Xiaolong Li

    cs.AI

    With the widespread use of online navigation and ride-hailing services, achieving optimal route planning for diverse user preferences has recently attracted increasing attention. Classic graph algorithms for pathfinding use heuristic cost functions to define edge weight, thus providing no optimality guarantee of route quality. Prior data-driven approaches equating ground truth of the optimal route with user trajectory, which is however...

    arxiv.org/abs/2609.19996 · PDF

  35. 35

    Neuro-Symbolic Agentic AI for Networked Low-Altitude UAVs

    Yuqi Ping, Tianhao Liang, Nanchi Su, Guangyu Lei, Junwei Wu, Qinyu Zhang, Tingting Zhang

    cs.AI · eess.SY

    Networked low-altitude unmanned aerial vehicles (UAVs) need reliable and adaptive decision-making capabilities to operate under uncertain observations, dynamic environments, and intermittent connectivity, while many existing agentic systems remain limited by hallucination risks, data dependence, and weak generalization. This article investigates neuro-symbolic agentic AI (NSAAI) as a framework for combining neural grounding, symbolic...

    arxiv.org/abs/2609.19961 · PDF

  36. 36

    Not All AI Agents Are Equal: Characterizing Resource and Performance Dynamics

    Wonmi Choi, Minuk Park, Zhixiong Niu, Yongqiang Xiong, Chuck Yoo, Gyeongsik Yang

    cs.AI · cs.PF

    LLM-based AI agents process user requests through iterative reasoning and tool execution, often involving the invocation of remote LLM APIs with local tool containers. This execution model can make the optimization of agent serving difficult because latency, local resource demand, and container bottlenecks inter-mix across requests. However, the current agent ecosystem runs without much consideration of resource dynamics, which results in...

    arxiv.org/abs/2609.19947 · PDF

  37. 37

    MaSCoD: A Multi-Agent Framework for Structural-Context-Guided Candidate Causal Graph Generation

    Yudai Nakada, Yuichiro Nishiura, Jin Michael Splichal

    cs.AI

    Large language models (LLMs) have been applied to causal discovery, but candidate-graph generation rarely treats premature omission of potentially relevant causal relations as an explicit design objective. We propose MaSCoD, a multi-agent framework that organizes candidate third variables and local structural patterns before direct-edge judgment. We evaluate MaSCoD on Auto-MPG, DWD, and Sachs using GPT-5.4 as the primary backbone and GPT-4o...

    arxiv.org/abs/2609.19944 · PDF

  38. 38

    Beyond Depth Truncation: Controlled Evaluation of Depth Utilization in Recursive Language Models

    Ha Van Dau, Thanh Tung Khuat, Nguyen Thanh Dung

    cs.AI

    Depth-recurrent language models iteratively apply a small layer stack, decoupling per-token compute from distinct parameter count. To determine whether such a model genuinely utilizes its depth, both recurrence and layer-pruning literatures rely on a shared evaluation: truncating depth at inference time, plotting quality against retained depth fraction, and reading off the slope. While cheap and training-free, this metric suffers from an...

    arxiv.org/abs/2609.19934 · PDF

  39. 39

    From "Who Is This User?" to "What Does This Purchase Mean?": A Deployed Pipeline for Semantic User Profiling at Bank Scale

    Ryota Mitsuhashi, Tetsuro Morimura, Hirotake Ito

    cs.AI · cs.LG

    Per-user LLM inference on transaction histories binds the inference budget linearly to user count, which becomes prohibitive at applied scale. We re-cast attribute inference from per-user to per-transaction-pattern. The pipeline runs in three phases: Resolve abstracts item names with optional web grounding, Profile infers attributes for each frequent pattern, and Tag clusters free-text attributes into a queryable database. In Profile, a...

    arxiv.org/abs/2609.19928 · PDF

  40. 40

    TRACE: Accountable Agentic Retrieval for Source Discovery in Digital Archives

    Donghan Bian, Marie Puren, Florian Cafiero

    cs.AI

    Historical archives pose a difficult retrieval problem for retrievalaugmented generation systems: documents are OCR-degraded, heterogeneous across genres and sources, and require strong source traceability for scholarly and institutional use. We introduce TRACE, a training-free agentic retrieval framework designed for accountable source discovery over historical corpora. The system was developed in the context of DECIDON, an interdisciplinary...

    arxiv.org/abs/2609.19897 · PDF

  41. 41

    Physical knowledge on historical data matters more than enforcing physical constraints on the forecast

    Etienne Lehembre, Pascal Audigane, Vincent Nguyen, Christel Vrain, Thi-Bich-Hanh Dao

    cs.AI

    Time series forecasting has seen signicant advancements with the emergence of new deep learning models. However, forecasting time series in applications involving physical processes remains a major challenge. Despite the apparition of Physics Informed Neural Networks (PINN), recent models do not estimate unobservable intermediate physical variables, which are important for domain experts to understand the target behavior. To this end, we...

    arxiv.org/abs/2609.19871 · PDF

  42. 42

    Reproducibility is not construct validity: LLM measurement of institutionally situated communication

    Veronika Batzdorfer, Carlo Romano Marcello Alessandro Santagiustina

    cs.AI · cs.CL · cs.CY · q-fin.RM

    High annotation reproducibility does not necessarily imply that an LLM-inferred measure captures the construct it is intended to measure. We test this distinction using a dataset from the European Commission's AI Act consultation, linking structured survey responses to free-text consultation submissions from the same stakeholders. LLM annotations of consultation submissions are highly reproducible (intraclass correlations > 0.99), yet show...

    arxiv.org/abs/2609.19866 · PDF

  43. 43

    Constraint-Safe Graph-Context Scoring for Stable Point-Feature Labels Under Text-Width and Accessibility-Inspired Profiles

    Taimoor Ahmad

    cs.AI · cs.RO

    Point-feature label placement on interactive maps must reconcile geometric validity, display yield, local placement utility, and stability across camera motion. Accessibility and multilingual requirements further change label dimensions, yet algorithmic evaluations often collapse these concerns into overlap counts. We present LABELSENSE-Pilot, a reproducible prototype that generates eight compass candidates per feature, scores candidates with...

    arxiv.org/abs/2609.19848 · PDF

  44. 44

    A Dual-Process Perspective on Nudge Susceptibility in LLM-Based GUI Agents

    Haya Halimeh, Sascha Kaltenpoth, Kevin Bösch, Oliver Müller

    cs.AI · econ.GN

    LLM-based GUI agents increasingly act on behalf of users in digital environments that were designed with human users in mind. These graphical user interfaces were designed to support, but also deliberately steer, the behaviour and decisions of users. While behavioural biases in the textual outputs of LLMs are well-documented, far less is known about how such influence operates when models act as agents that perceive interfaces and execute...

    arxiv.org/abs/2609.19843 · PDF

  45. 45

    MetaRTL: Meta-path Attention Enhanced Relational Table Learning

    Ken Zhong, Weichen Li, Zheng Wang

    cs.AI

    Relational table learning has gained increasing attention with the widespread use of relational databases. Existing methods typically rely on deep GNN or HGNN stacks, leading to high computational costs and limited performance on large real-world databases. We propose MetaRTL, a two-stage framework for scalable and expressive relational table learning. In the first stage, MetaRTL obtains initial table embeddings via lightweight pre-training....

    arxiv.org/abs/2609.19832 · PDF

  46. 46

    Dual-Axis Policy Optimization for LLM Agents: Bayesian Feedback Attribution and Trajectory Mass Normalization

    Yingxuan Zhuang, Binhe Yu, Jingxiao Yang, Ruopei Sun, Ziting Li, Cheng Tan, Xuhong Zhang, Jianwei Yin, Jintao Chen

    cs.AI · stat.ML

    Reinforcement learning for LLM agents involves two distinct optimization di- mensions: how environment feedback is exploited within a trajectory, and how complete trajectories are aggregated across a batch. We formulate these dimen- sions as Intra-Trajectory Feedback Attribution and Inter-Trajectory Objec- tive Aggregation, and introduce BATON (Bayesian Attribution and Trajectory Objective Normalization), a dual-axis policy optimization...

    arxiv.org/abs/2609.19830 · PDF

  47. 47

    Steering Equilibrium Selection in Regularized Self-Play via the Reference Policy

    Luis Leal

    cs.AI · cs.GT · cs.LG

    Regularized self-play -- the family behind DeepNash's Stratego play -- drives a two-player zero-sum policy to a Nash equilibrium by best-responding to a slowly moving, entropy-regularized reference policy $ρ$. When the game has a polytope of value-equivalent equilibria, the regularizer silently breaks the tie: with a uniform reference it selects the maximum-entropy member, the I-projection of $ρ$ onto the Nash set. Can the reference be used...

    arxiv.org/abs/2609.19820 · PDF

  48. 48

    Contagion on the Trading Floor: How Adversarial Signals Spread in Multi-Agent Trading Systems

    Qi Rong Sua, Junhao Dong, Nguyen Duc Thai, Yuqing Wen, Cheston Tan, Yew-Soon Ong

    cs.AI

    Multi-agent trading systems built on large language models (LLMs) are beginning to appear in quantitative finance, yet their robustness to adversarial inputs is largely unknown. We study the vulnerability of LLM trading stacks to black-box, input-only attacks that enter solely via admissible social-media feeds. We introduce the Generic Multi-Agent Trading System (GMATS), a framework that captures modern multiagent trading architectures and...

    arxiv.org/abs/2609.19789 · PDF

This edition is part of The Daily Abstract — cs.AI archive. Subscribe to receive these in your inbox each morning, automatically translated to Spanish, with reply-to-PDF: arxivdaily.ignorelist.com.

Colophon Set in Georgia, with system sans for interface chrome and a monospaced stack for code and paper identifiers. Sole accent: amber #D99C5E. Built and served on an always-free VM. The masthead is set 14% letterspaced because newspapers do that and it works.