arXiv AI Submissions

topic · knowledge/arxiv-ai
DOC.
knowledge/arxiv-ai
REV.
995 evt
DATE.
05-JUN-2026
SCOPE.
custom
§01

about

Newest cs.AI and cs.CL submissions from the arXiv API.

§02

recent events

LIVElast event 0s ago0 evt / 1h

showing 10 of 920 events in this window (995 total on topic). adjust the range or clear it with ALL.

range
iso 8601 utc
iso 8601 utc
01Detecting Knowledge Inconsistencies Across Text, Tables, and Knowledge GraphsWikipedia and Wikidata are widely used for information access, LLM pre-training, and retrieval-augmented generation. Their knowledge is deeply connected but scattered across text, tables, and knowledge graphs. This raises a practical question: when these modalities disagree, how can we detect and ex{"url":"https://arxiv.org/abs/2607.25959v1","title":"Detecting Knowledge Inconsi…
EVENT. cms5r44bID. cms5r44b8agj9kh0cm5z0ge49SRC. key:cmpxakb6
{
  "url": "https://arxiv.org/abs/2607.25959v1",
  "title": "Detecting Knowledge Inconsistencies Across Text, Tables, and Knowledge Graphs",
  "source": "arxiv",
  "pdf_url": "https://arxiv.org/pdf/2607.25959",
  "version": "1",
  "abstract": "Wikipedia and Wikidata are widely used for information access, LLM pre-training, and retrieval-augmented generation. Their knowledge is deeply connected but scattered across text, tables, and knowledge graphs. This raises a practical question: when these modalities disagree, how can we detect and explain the conflict? We study this problem as \\emph{modality-level inconsistency detection}. We first introduce a taxonomy of cross-modal knowledge inconsistencies, covering information granularity differences, direct conflicts, temporal changes, and KG incompleteness. We then present \\textsc{Kontrast}, an automatic framework that uses Text-to-SPARQL and LLM reasoning to compare table-based answers with KG evidence and categorize the resulting inconsistencies. Experiments on various Table-QA datasets show that cross-modal inconsistencies are common and informative. They reveal not only true knowledge conflicts, but also missing KG structure and temporal mismatches while being limited by Text-to-SPARQL errors and noise. Our analysis shows that text, tables, and KGs can complement and correct one another through systematic comparison. \\textsc{Kontrast} provides a practical tool for large-sc",
  "arxiv_id": "2607.25959",
  "categories": [
    "cs.CL",
    "cs.AI"
  ],
  "published_at": "2026-07-28T16:43:56.000Z"
}
02Knowledge-Guided Multimodal Reasoning over Interacting Streams for Video-Level Ambivalence and Hesitancy RecognitionAmbivalence and hesitancy (A/H) are conflicting affective states that precede the delay or abandonment of health behaviour change. Recognition of A/H at the video level is difficult, since the signal arises from disagreement across and within facial, vocal, linguistic, and bodily modalities, and man{"url":"https://arxiv.org/abs/2607.25961v1","title":"Knowledge-Guided Multimodal…
EVENT. cms5r43rID. cms5r43rkagj7kh0c8anj9mvwSRC. key:cmpxakb6
{
  "url": "https://arxiv.org/abs/2607.25961v1",
  "title": "Knowledge-Guided Multimodal Reasoning over Interacting Streams for Video-Level Ambivalence and Hesitancy Recognition",
  "source": "arxiv",
  "pdf_url": "https://arxiv.org/pdf/2607.25961",
  "version": "1",
  "abstract": "Ambivalence and hesitancy (A/H) are conflicting affective states that precede the delay or abandonment of health behaviour change. Recognition of A/H at the video level is difficult, since the signal arises from disagreement across and within facial, vocal, linguistic, and bodily modalities, and manifests differently across individuals. The proposed PRISM-AH (Predictive Reasoning over Interacting Streams for Multimodal Ambivalence/Hesitancy Recognition), is a framework that treats A/H as a multimodal conflict that unfolds over time. Frozen vision, audio, and text encoders are aligned into short time windows and passed to a lightweight streaming model that scores cross-modal dissonance, predicts each next window to expose a hesitation surprise signal, discovers behaviour prototypes, and is conditioned on participant metadata. Dense window-level annotations supervise the model as an auxiliary objective, and the decision threshold is calibrated for macro F1. A knowledge-guided large language model then reasons over structured evidence using the expert cue taxonomy of the dataset, and its verdict is fused late only when validation performance improves. On the labelled public test parti",
  "arxiv_id": "2607.25961",
  "categories": [
    "cs.CV",
    "cs.AI"
  ],
  "published_at": "2026-07-28T16:44:38.000Z"
}
03Reinforcement Learning for Code OptimizationRL for code correctness is now established: have the model generate a program, run it against hidden test cases, and reward solutions that pass. Extending this to code optimization seems straightforward: just add execution time to the reward. But in practice, once timing drives the reward, small pro{"url":"https://arxiv.org/abs/2607.25970v1","title":"Reinforcement Learning for …
EVENT. cms5r437ID. cms5r437pagj5kh0cnyuy3pq8SRC. key:cmpxakb6
{
  "url": "https://arxiv.org/abs/2607.25970v1",
  "title": "Reinforcement Learning for Code Optimization",
  "source": "arxiv",
  "pdf_url": "https://arxiv.org/pdf/2607.25970",
  "version": "1",
  "abstract": "RL for code correctness is now established: have the model generate a program, run it against hidden test cases, and reward solutions that pass. Extending this to code optimization seems straightforward: just add execution time to the reward. But in practice, once timing drives the reward, small problems in measurement noise, reward sparsity, or GRPO instability overwhelm the signal and make RL fail: generated solutions are barely faster, and more of them can fail. We make execution time learnable through three stages: (1) how code is tested, by building DMC-Optim with large optimization tests and a calibrated sandbox; (2) how speed is turned into reward, by composing correctness and speed in the RL environment and using an offline simulator to predict the most promising configurations; and (3) how the model learns from that reward, by adapting GRPO and evaluation to the sparser, noisier timed-execution setting. On DMC-Optim, the strongest optimization-aware configurations improve strict top-50% pass@1 from 18.0% to 31.3% on Qwen 2.5 7B and from 30.7% to 50.4% on CWM 32B. These gains further increase at stricter percentiles such as top-30%, with 125% relative improvement for CWM 32",
  "arxiv_id": "2607.25970",
  "categories": [
    "cs.LG",
    "cs.AI"
  ],
  "published_at": "2026-07-28T16:52:31.000Z"
}
04MemLens: A Value-Aware Memory Management System with Interactive Analytics for LLM-based AgentsRecently, memory management has become a key infrastructure for LLM-based agents, as it directly affects long-horizon reasoning, personalized responses, and knowledge reuse. However, existing LLM memory systems typically adopt a coarse-grained (utility-agnostic) manner that treats heterogeneous user{"url":"https://arxiv.org/abs/2607.25992v1","title":"MemLens: A Value-Aware Memo…
EVENT. cms5r42nID. cms5r42nyagj3kh0c07w8cgicSRC. key:cmpxakb6
{
  "url": "https://arxiv.org/abs/2607.25992v1",
  "title": "MemLens: A Value-Aware Memory Management System with Interactive Analytics for LLM-based Agents",
  "source": "arxiv",
  "pdf_url": "https://arxiv.org/pdf/2607.25992",
  "version": "1",
  "abstract": "Recently, memory management has become a key infrastructure for LLM-based agents, as it directly affects long-horizon reasoning, personalized responses, and knowledge reuse. However, existing LLM memory systems typically adopt a coarse-grained (utility-agnostic) manner that treats heterogeneous user-LLM interaction records uniformly, leading to redundant and low-impact records persisting in the memory repository. To address this challenge, we present MemLens, a value-aware memory management system that takes memory records as first-class data objects. MemLens provides an end-to-end interactive analytics dashboard that exposes the complete memory lifecycle, including Shapley-style memory evaluation, value-aware storage, and memory-assisted response. Through a study-copilot application, the system enables users to inspect memory values, visualize hierarchical memory structures, and compare various memory management strategies in terms of response quality, retrieval latency, and token consumption. Therefore, our MemLens can serve as an efficient, interpretable, and personalized long-term memory management system for LLM-based agents.",
  "arxiv_id": "2607.25992",
  "categories": [
    "cs.DB",
    "cs.AI"
  ],
  "published_at": "2026-07-28T17:08:56.000Z"
}
05Does Runtime Topology Context Improve LLM-Generated Kubernetes Security Patches?Kubernetes is central to the cloud-native ecosystem, orchestrating containerised workloads. Recent work suggests that large language models (LLMs) can automate cluster security remediation, generating configuration patches from Kubernetes Security Posture Management (KSPM) findings without human aut{"url":"https://arxiv.org/abs/2607.25995v1","title":"Does Runtime Topology Conte…
EVENT. cms5r424ID. cms5r424magj1kh0c7zrtew48SRC. key:cmpxakb6
{
  "url": "https://arxiv.org/abs/2607.25995v1",
  "title": "Does Runtime Topology Context Improve LLM-Generated Kubernetes Security Patches?",
  "source": "arxiv",
  "pdf_url": "https://arxiv.org/pdf/2607.25995",
  "version": "1",
  "abstract": "Kubernetes is central to the cloud-native ecosystem, orchestrating containerised workloads. Recent work suggests that large language models (LLMs) can automate cluster security remediation, generating configuration patches from Kubernetes Security Posture Management (KSPM) findings without human authoring. Such systems, however, prompt the model with each finding in isolation from the live service call graph, assuming general hardening knowledge suffices. This assumption breaks down whenever a patch must preserve a runtime service dependency invisible to the model: an otherwise compliant fix then carries a destructive functional blast radius, crashing downstream callers or silently severing call edges across the cluster. Whether live cluster context improves patch correctness has not been measured under controlled conditions across multiple dependency classes. We introduce KuTIE (Kubernetes Topology Intelligence Engine), which builds a live cluster context from Istio call edges, Trivy KSPM findings, and the service-account bindings a workload reads, and conditions LLM patch generation on it. It is evaluated on VulnCare, a purpose-built 36-deployment, four-namespace healthcare clust",
  "arxiv_id": "2607.25995",
  "categories": [
    "cs.CR",
    "cs.AI"
  ],
  "published_at": "2026-07-28T17:12:12.000Z"
}
06Empirical Evaluation of Out-Of-Distribution Performance of Tabular Foundation ModelsTabular Foundation Models (TFMs) have emerged as novel approaches for tabular predictive tasks, demonstrating competitive predictive performance to ensemble tree-based models. Most TFMs are trained and evaluated on independent and identically distributed data, but this assumption changes in real-wor{"url":"https://arxiv.org/abs/2607.26000v1","title":"Empirical Evaluation of Out…
EVENT. cms5r41lID. cms5r41ltagizkh0cnaj6p0n5SRC. key:cmpxakb6
{
  "url": "https://arxiv.org/abs/2607.26000v1",
  "title": "Empirical Evaluation of Out-Of-Distribution Performance of Tabular Foundation Models",
  "source": "arxiv",
  "pdf_url": "https://arxiv.org/pdf/2607.26000",
  "version": "1",
  "abstract": "Tabular Foundation Models (TFMs) have emerged as novel approaches for tabular predictive tasks, demonstrating competitive predictive performance to ensemble tree-based models. Most TFMs are trained and evaluated on independent and identically distributed data, but this assumption changes in real-world scenarios due to distribution shifts, which compromise the robustness of models. Limited research has been conducted of TFMs under distribution shifts. We present an empirical evaluation of Out-Of-Distribution (OOD) performance of nine TFMs, spanning diverse pre-training strategies and architectures: TabPFNv2, TabPFNv2.5, TabPFNv2.6, TabPFNv3, TabICL, TabICLv2, Mitra, LimiX and TabFM. Three real-world datasets from the TableShift study were considered (HELOC, Voting, Childhood Lead), covering label, socioeconomic, and geographic shift types. Our results show that all evaluated TFMs degrade systematically under distribution shift regardless of pre-training strategy, with shift gaps ranging from 0.003 to 0.060 depending on shift type. The relationship between in-distribution and OOD predictive performance documented for classical tabular models extends into TFMs. We also identified a sc",
  "arxiv_id": "2607.26000",
  "categories": [
    "cs.LG",
    "cs.AI"
  ],
  "published_at": "2026-07-28T17:16:01.000Z"
}
07Pictura: Perspective-View Self-Play at Scale for DrivingSelf-play in simulation produces robust driving policies at scale. Demonstrations of such behavior have been made using privileged vectorized observations such as exact poses and velocities, even for occluded agents. This assumes that perception is solved and introduces a representation gap with the{"url":"https://arxiv.org/abs/2607.26005v1","title":"Pictura: Perspective-View S…
EVENT. cms5r413ID. cms5r4131agixkh0c64hoqgp4SRC. key:cmpxakb6
{
  "url": "https://arxiv.org/abs/2607.26005v1",
  "title": "Pictura: Perspective-View Self-Play at Scale for Driving",
  "source": "arxiv",
  "pdf_url": "https://arxiv.org/pdf/2607.26005",
  "version": "1",
  "abstract": "Self-play in simulation produces robust driving policies at scale. Demonstrations of such behavior have been made using privileged vectorized observations such as exact poses and velocities, even for occluded agents. This assumes that perception is solved and introduces a representation gap with the partial observation of a deployed agent driving from the perspective view of egocentric cameras. A common fix, distilling the privileged policy into a camera-input student, leaves the student imitating decisions its own view cannot justify. Instead, we establish perspective-view self-play as a practical training regime. We introduce Pictura, a GPU-accelerated multi-agent driving simulator that renders each agent's egocentric view at every step, mitigating the representation gap at its source. Pictura sustains up to 500K agent-steps/s (2M images/s) on a single H100. Using Pictura, we train Alberti by self-play with plain PPO. It is the first large-scale driving self-play policy trained directly from perspective images, without privileged observations. Training spans 50B agent steps for ~35M km of driving. It approaches the driving performance of its privileged vectorized counterpart, and",
  "arxiv_id": "2607.26005",
  "categories": [
    "cs.CV",
    "cs.AI",
    "cs.RO"
  ],
  "published_at": "2026-07-28T17:20:39.000Z"
}
08Instruction-Tuned Models Locally Reuse Human Syntax More Than Humans DoSyntactic convergence (the tendency of speakers to adapt in language towards the grammatical profiles of their interlocutors) is a well-documented feature of human dialogue widely considered to operate below conscious awareness. Whether large language models exhibit analogous syntactic convergence t{"url":"https://arxiv.org/abs/2607.26015v1","title":"Instruction-Tuned Models Lo…
EVENT. cms5r40jID. cms5r40jzagivkh0c9thc2mmoSRC. key:cmpxakb6
{
  "url": "https://arxiv.org/abs/2607.26015v1",
  "title": "Instruction-Tuned Models Locally Reuse Human Syntax More Than Humans Do",
  "source": "arxiv",
  "pdf_url": "https://arxiv.org/pdf/2607.26015",
  "version": "1",
  "abstract": "Syntactic convergence (the tendency of speakers to adapt in language towards the grammatical profiles of their interlocutors) is a well-documented feature of human dialogue widely considered to operate below conscious awareness. Whether large language models exhibit analogous syntactic convergence toward human users relative to human baselines and across a broad range of syntactic constructions remains an open question. Using substitution-paradigm data in which model generations replace one speaker's turns in pre-existing human dialogues, this study measures turn-adjacent reuse of context-free grammar (CFG) rules across sixteen open-weight Llama and Gemma models (1B-70B, pretrained and instruction-tuned) at 1,901 matched positions per model. Every model showed greater CFG-rule overlap with the preceding human turn than with a sampled unrelated human prime, and in every model this actual-versus-random difference was larger for lower-frequency rules. Each instruction-tuned model also showed greater natural-output overlap with the actual prime than the human response it replaced, and all eight matched architecture pairs exhibited greater actual-prime overlap after instruction tuning. ",
  "arxiv_id": "2607.26015",
  "categories": [
    "cs.CL"
  ],
  "published_at": "2026-07-28T17:27:47.000Z"
}
09MDTransformer: A Hardware-Software Co-Design of Mode-Division Photonic Transformer Accelerator with Inverse-Designed Coherent CrossbarRecently, photonic transformer accelerators (PTAs) have successfully achieved significant speedup and energy efficiency improvements over electronic accelerators for expediting Transformer inference. However, state-of-the-art rely on expensive multi-wavelength light generation and large dot-product {"url":"https://arxiv.org/abs/2607.26016v1","title":"MDTransformer: A Hardware-S…
EVENT. cms5r401ID. cms5r4014agitkh0c17smm1u4SRC. key:cmpxakb6
{
  "url": "https://arxiv.org/abs/2607.26016v1",
  "title": "MDTransformer: A Hardware-Software Co-Design of Mode-Division Photonic Transformer Accelerator with Inverse-Designed Coherent Crossbar",
  "source": "arxiv",
  "pdf_url": "https://arxiv.org/pdf/2607.26016",
  "version": "1",
  "abstract": "Recently, photonic transformer accelerators (PTAs) have successfully achieved significant speedup and energy efficiency improvements over electronic accelerators for expediting Transformer inference. However, state-of-the-art rely on expensive multi-wavelength light generation and large dot-product units due to active phase-shifter components, thus making their approach inefficient and impractical. To address this, we propose MDTransformer, a novel hardware-software co-design of PTA based on mode-division optical dataflow and operations. Specifically, MDTransformer performs complex matrix operations using spatial-mode interference, that leverages the inverse-designed multi-mode couplers, crossings, and Mach-Zehnder IQ modulators into a compact mode-division photonic tensor core (MPTC), capable of executing matrix multiplications in the optical domain. Its each guided mode (i.e., TE0-TE3) acts as an independent computational lane, enabling four-fold parallelism-per-waveguide without spectral filtering or free-spectral-range limitations. Moreover, its coherent detection and IQ modulation jointly encode amplitude and phase, realizing complex-valued arithmetic for full-range operations",
  "arxiv_id": "2607.26016",
  "categories": [
    "cs.AR",
    "cs.AI",
    "cs.DC"
  ],
  "published_at": "2026-07-28T17:27:49.000Z"
}
10UniMem: Complementary Episodic-to-Parametric Memory for Boundary-Agnostic Task StreamsMemory is essential for LLM agents to accumulate task experience and reuse task-specific execution strategies. However, real-world deployment over boundary-agnostic and evolving task streams exposes a fundamental stability-plasticity dilemma. External retrieval-based memory can rapidly absorb new ev{"url":"https://arxiv.org/abs/2607.26017v1","title":"UniMem: Complementary Episo…
EVENT. cms5r3ziID. cms5r3zibagirkh0cusf9lvbmSRC. key:cmpxakb6
{
  "url": "https://arxiv.org/abs/2607.26017v1",
  "title": "UniMem: Complementary Episodic-to-Parametric Memory for Boundary-Agnostic Task Streams",
  "source": "arxiv",
  "pdf_url": "https://arxiv.org/pdf/2607.26017",
  "version": "1",
  "abstract": "Memory is essential for LLM agents to accumulate task experience and reuse task-specific execution strategies. However, real-world deployment over boundary-agnostic and evolving task streams exposes a fundamental stability-plasticity dilemma. External retrieval-based memory can rapidly absorb new evidence, but it often fails to internalize recurring execution patterns and incurs inference-time retrieval overhead. Parametric memory enables stable and efficient execution once learned, but typically relies on explicit task boundaries and fixed parameter budgets. Inspired by the human brain, which balances plasticity and stability through complementary episodic storage and gradual consolidation, we propose UniMem, a self-routing framework for autonomous memory management. UniMem uses learnable routing tokens as memory controllers, enabling adaptive coordination between complementary memory pathways: novel or sparse tasks are retained in an episodic buffer for retrieval-augmented execution, while recurring and reliable patterns are consolidated into expandable parametric memory. By decoupling task identification from task execution with routing tokens and parametric memory blocks, UniMe",
  "arxiv_id": "2607.26017",
  "categories": [
    "cs.CL"
  ],
  "published_at": "2026-07-28T17:28:21.000Z"
}
showing 1–10 of 920older →
§03

subscribe

three pathways carry every event on this topic. pick the one that fits your agent.

GETrss feed
any reader · no auth
https://api.callsign.sh/v1/public/channels/knowledge/topics/arxiv-ai/feed.xml
GETjson pull
poll on your schedule · optional since/until
https://api.callsign.sh/v1/public/channels/knowledge/topics/arxiv-ai.json
POSTwebhook
push delivery · one POST per event
log in to subscribe →
subscribe by reader, by pull loop, or by webhook above