arXiv AI Submissions
topic · knowledge/arxiv-ai
§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 884 events in this window (995 total on topic). adjust the range or clear it with ALL.
range
01Beyond Scale and Generation: Understanding Language Model-based Entity MatchingEntity matching identifies records that refer to the same real-world entity. Language models can be adapted to this task through bi-encoder, cross-encoder, and generative matcher architectures. However, prior studies often conflate matcher architecture with differences in model backbone, model varia{"url":"https://arxiv.org/abs/2607.24688v1","title":"Beyond Scale and Generation…
EVENT. cms4bnk7ID. cms4bnk7ra31rkh0cudswdullSRC. key:cmpxakb6…
{
"url": "https://arxiv.org/abs/2607.24688v1",
"title": "Beyond Scale and Generation: Understanding Language Model-based Entity Matching",
"source": "arxiv",
"pdf_url": "https://arxiv.org/pdf/2607.24688",
"version": "1",
"abstract": "Entity matching identifies records that refer to the same real-world entity. Language models can be adapted to this task through bi-encoder, cross-encoder, and generative matcher architectures. However, prior studies often conflate matcher architecture with differences in model backbone, model variant(reflecting different pretraining objectives), and model size, making it difficult to isolate the sources of performance gains. We address this issue through a controlled factorial study spanning three matcher architectures, three model variants and three model sizes from the Qwen3 family, and nine datasets, totaling 1,215 fine-tuning runs. We also evaluate cross-dataset transferability and computational cost. Our results show that model variant is critical for bi-encoders: embedding-oriented variants provide stronger initialization and more favorable representation geometry predictive of downstream matching performance. Cross-encoders retain a consistent advantage over bi-encoders because they jointly encode record pairs rather than representing each record independently, although larger models partially narrow this gap. Generative matchers do not universally outperform cross-encoders",
"arxiv_id": "2607.24688",
"categories": [
"cs.DB",
"cs.CL",
"cs.LG"
],
"published_at": "2026-07-27T17:29:18.000Z"
}02Denial of Deadline: Network-Driven Accuracy Collapse in Distributed Inference PipelinesInference systems increasingly combine a fast path that returns predictions within the application's latency deadline together with a higher-accuracy slow path that runs higher-compute methods on stronger, remote hardware, so its results can be returned on time and combined with the fast path predic{"url":"https://arxiv.org/abs/2607.24692v1","title":"Denial of Deadline: Network…
EVENT. cms4bnjoID. cms4bnjoca31pkh0cjllbb9bySRC. key:cmpxakb6…
{
"url": "https://arxiv.org/abs/2607.24692v1",
"title": "Denial of Deadline: Network-Driven Accuracy Collapse in Distributed Inference Pipelines",
"source": "arxiv",
"pdf_url": "https://arxiv.org/pdf/2607.24692",
"version": "1",
"abstract": "Inference systems increasingly combine a fast path that returns predictions within the application's latency deadline together with a higher-accuracy slow path that runs higher-compute methods on stronger, remote hardware, so its results can be returned on time and combined with the fast path predictions. Across several application domains, we abstract this inference architecture as a fast path, a slow path, and a coordination layer with two functions: a router that invokes the slow path and a merger that decides whether to incorporate its returned predictions. In this work, we show that this new coordination layer exposes a new attack surface: shaped workload attacks, e.g., Yo-Yo bursts, can exploit contention at shared resources along the slow path to push benign users' slow-path predictions past their latency deadlines. The merger then discards those predictions, while the fast path continues to return timely outputs. We refer to the resulting loss of slow-path accuracy benefits as accuracy collapse. We demonstrate accuracy collapse in a two-tier edge-cloud multi-object tracking pipeline in autonomous driving. In simulation, approximately 4,000 burst-shaped requests increase ben",
"arxiv_id": "2607.24692",
"categories": [
"cs.NI",
"cs.AI",
"cs.CR",
"cs.DC"
],
"published_at": "2026-07-27T17:34:09.000Z"
}03ERUnderstand: Evaluating Vision-Language Models on Structured ER DiagramsEntity-Relationship Diagrams (ERDs) are central to conceptual database design, yet they are typically available only as rendered images rather than machine-readable schemas, limiting AI-assisted database engineering. We introduce ERUnderstand, the first large-scale benchmark for structured understan{"url":"https://arxiv.org/abs/2607.24707v1","title":"ERUnderstand: Evaluating Vi…
EVENT. cms4bnj4ID. cms4bnj4wa31nkh0cp9i3zcfgSRC. key:cmpxakb6…
{
"url": "https://arxiv.org/abs/2607.24707v1",
"title": "ERUnderstand: Evaluating Vision-Language Models on Structured ER Diagrams",
"source": "arxiv",
"pdf_url": "https://arxiv.org/pdf/2607.24707",
"version": "1",
"abstract": "Entity-Relationship Diagrams (ERDs) are central to conceptual database design, yet they are typically available only as rendered images rather than machine-readable schemas, limiting AI-assisted database engineering. We introduce ERUnderstand, the first large-scale benchmark for structured understanding of ER diagrams, comprising 2,960 diagrams collected from curated educational sources, real-world schemas, and synthetically generated examples spanning diverse domains, notations, complexity levels, and Extended Entity-Relationship (EER) constructs. Each diagram is paired with a standardized machine-readable representation for fine-grained evaluation of schema elements. Evaluating state-of-the-art Vision-Language Models (VLMs), we find that while common ERD elements are recovered reliably (F1 > 0.74), performance drops sharply on weak entities (as low as 0.28 F1), multivalued attributes (0.14 F1), and N-ary relationships (0.07 F1). Reasoning-augmented models improve overall performance by 15-25% but remain sensitive to linguistic priors and increasing diagram complexity. ERUnderstand provides a standardized benchmark for evaluating multimodal understanding of conceptual database sch",
"arxiv_id": "2607.24707",
"categories": [
"cs.AI",
"cs.CV",
"cs.DB"
],
"published_at": "2026-07-27T17:46:43.000Z"
}04Efficient LLM-Generated Shuttling Compilers for Complex Trapped-Ion ArchitecturesTrapped-ion quantum computers rely on shuttling compilers, which cast an input algorithm into a sequence of ion-qubit movements within a given architecture. We present the first study in which a single frontier large language model (LLM), Claude Opus 4.7, generates and iteratively refines the full P{"url":"https://arxiv.org/abs/2607.24714v1","title":"Efficient LLM-Generated Shu…
EVENT. cms4bnilID. cms4bnilka31lkh0cxgc4xd02SRC. key:cmpxakb6…
{
"url": "https://arxiv.org/abs/2607.24714v1",
"title": "Efficient LLM-Generated Shuttling Compilers for Complex Trapped-Ion Architectures",
"source": "arxiv",
"pdf_url": "https://arxiv.org/pdf/2607.24714",
"version": "1",
"abstract": "Trapped-ion quantum computers rely on shuttling compilers, which cast an input algorithm into a sequence of ion-qubit movements within a given architecture. We present the first study in which a single frontier large language model (LLM), Claude Opus 4.7, generates and iteratively refines the full Python code of shuttling compilers from written specifications. We start with a compiler for (i) a linear segmented trap, extend it to (ii) a trap with junctions, and finally achieve efficient compilation for (iii) a broad class of connected trap graphs. The compilers for the more general cases are seeded with code from the previous ones. We benchmark the LLM-generated compilers against state-of-the-art hand-crafted ones using a common suite of quantum circuits. The number of shuttling timesteps is reduced by up to 76% for (i) and up to 39% for (ii). For the broad case (iii) of freely connected architectures, we find large variations in the required number of shuttling timesteps, depending on the connectivity. A densely connected, junction-rich architecture yields an order-of-magnitude reduction in shuttling timesteps compared to a corridor-like one. Repeating the complete generation and ",
"arxiv_id": "2607.24714",
"categories": [
"quant-ph",
"cs.AI",
"cs.ET"
],
"published_at": "2026-07-27T17:51:18.000Z"
}05DataOrchestra: Learning to Orchestrate Per-Example Curation of Pretraining DataPretraining data processing is critical to the downstream performance of Large Language Models (LLMs). However, many existing approaches define a fixed processing strategy at the corpus or domain level and apply it uniformly to many examples, without adapting to the needs of each example. We propose{"url":"https://arxiv.org/abs/2607.24717v1","title":"DataOrchestra: Learning to …
EVENT. cms4bni2ID. cms4bni21a31jkh0c7zcq2bweSRC. key:cmpxakb6…
{
"url": "https://arxiv.org/abs/2607.24717v1",
"title": "DataOrchestra: Learning to Orchestrate Per-Example Curation of Pretraining Data",
"source": "arxiv",
"pdf_url": "https://arxiv.org/pdf/2607.24717",
"version": "1",
"abstract": "Pretraining data processing is critical to the downstream performance of Large Language Models (LLMs). However, many existing approaches define a fixed processing strategy at the corpus or domain level and apply it uniformly to many examples, without adapting to the needs of each example. We propose DataOrchestra, a framework that unifies different processing operations and orchestrates an example-specific pipeline for each example. Given a chunk of pretraining data, an orchestrator decides whether to drop, untouch, or clean it. For a chunk to be cleaned, it selects one or more downstream operations, ranging from programmatic editing to different forms of LLM-based rewriting. For each rewriting step, it further generates a concrete instruction, which is executed by the corresponding downstream tool model. We pretrain models from 0.5B to 7B from scratch on web data processed by DataOrchestra and observe stable average gains over individual data-processing methods across 11 benchmarks. DataOrchestra is also effective for math continued pretraining and outperforms stronger processing baselines, while reducing processing compute by skipping unnecessary downstream operations.",
"arxiv_id": "2607.24717",
"categories": [
"cs.CL",
"cs.AI"
],
"published_at": "2026-07-27T17:54:12.000Z"
}06The Physics of Multi-Turn Long-Horizon Planning: From Pre-training to Post-training via Single- and Multi-Teacher On-Policy Agentic DistillationMulti-turn long-horizon planning is critical for foundation model agents, yet how to fundamentally improve it remains unclear. Existing models are trained on uncontrollable and opaque Internet data, making it difficult to identify how planning ability is acquired, shaped, and integrated. To address {"url":"https://arxiv.org/abs/2607.24720v1","title":"The Physics of Multi-Turn L…
EVENT. cms4bnhiID. cms4bnhila31hkh0cenmo9nvwSRC. key:cmpxakb6…
{
"url": "https://arxiv.org/abs/2607.24720v1",
"title": "The Physics of Multi-Turn Long-Horizon Planning: From Pre-training to Post-training via Single- and Multi-Teacher On-Policy Agentic Distillation",
"source": "arxiv",
"pdf_url": "https://arxiv.org/pdf/2607.24720",
"version": "1",
"abstract": "Multi-turn long-horizon planning is critical for foundation model agents, yet how to fundamentally improve it remains unclear. Existing models are trained on uncontrollable and opaque Internet data, making it difficult to identify how planning ability is acquired, shaped, and integrated. To address this challenge, we introduce a unified and controlled multi-turn environment that enables precise control. It allows systematically study long-horizon planning across three stages. (1) Planning ability acquisition during pre-training. We study data format, distribution, and quality. Explicit world model construction through CoT state transition modeling yields stronger long-horizon generalization. Atomic skills alone are insufficient for compositional generalization, whereas a litte long-horizon data works. Moreover, suboptimal trajectories severely impair performance because errors amplify over long horizons. (2) Planning ability shaping via GRPO and OPD post-training. Through mutual information, we distinguish general planning patterns from task-specific planning knowledge. For planning patterns, we identify three application regions of post-training: unnecessary, effective, and unsupp",
"arxiv_id": "2607.24720",
"categories": [
"cs.CL",
"cs.AI",
"cs.LG"
],
"published_at": "2026-07-27T17:55:03.000Z"
}07KANEx: Translating Kolmogorov-Arnold Networks' Interpretability to Medical ExplainabilityComputer vision models have become highly effective for medical applications, yet their black-box nature continues to undermine clinician trust. In clinical workflows, chest X-ray classifiers are increasingly paired with Vision-Language Models (VLMs) to generate natural-language explanations. Howeve{"url":"https://arxiv.org/abs/2607.24730v1","title":"KANEx: Translating Kolmogor…
EVENT. cms4bngyID. cms4bngyza31fkh0ca0yikmjgSRC. key:cmpxakb6…
{
"url": "https://arxiv.org/abs/2607.24730v1",
"title": "KANEx: Translating Kolmogorov-Arnold Networks' Interpretability to Medical Explainability",
"source": "arxiv",
"pdf_url": "https://arxiv.org/pdf/2607.24730",
"version": "1",
"abstract": "Computer vision models have become highly effective for medical applications, yet their black-box nature continues to undermine clinician trust. In clinical workflows, chest X-ray classifiers are increasingly paired with Vision-Language Models (VLMs) to generate natural-language explanations. However, these systems add linguistic fluency without addressing the underlying opacity of the visual model. With the emergence of Kolmogorov-Arnold Networks (KANs), whose spline-based components provide inherently interpretable functional units, we investigate whether this architectural transparency can be leveraged to produce more trustworthy textual explanations. We introduce KANEx, the first ever framework that leverages the symbolic transparency of KANs to ground VLM reasoning. This interpretability also made it possible to design KAN-Map, a novel heatmap generation method derived directly from KAN models rather than gradient approximations. We feed these grounded contexts into downstream VLMs for enhanced explainability. Benchmarked on the MIMIC-CXR dataset, we demonstrate that KAN-based architectures with ResNet/ViT baselines demonstrate improved semantic similarity while producing sign",
"arxiv_id": "2607.24730",
"categories": [
"cs.CV",
"cs.AI"
],
"published_at": "2026-07-27T17:57:02.000Z"
}08Rethinking Classifier-Free Guidance in On-Policy Diffusion DistillationOn-policy distillation (OPD) adapts diffusion models by querying a teacher along trajectories generated by the current student, but how it should behave under classifier-free guidance (CFG), a default component of modern diffusion systems, remains poorly understood. Existing OPD methods naturally ex{"url":"https://arxiv.org/abs/2607.24731v1","title":"Rethinking Classifier-Free …
EVENT. cms4bngfID. cms4bngffa31dkh0ch8zbjhwdSRC. key:cmpxakb6…
{
"url": "https://arxiv.org/abs/2607.24731v1",
"title": "Rethinking Classifier-Free Guidance in On-Policy Diffusion Distillation",
"source": "arxiv",
"pdf_url": "https://arxiv.org/pdf/2607.24731",
"version": "1",
"abstract": "On-policy distillation (OPD) adapts diffusion models by querying a teacher along trajectories generated by the current student, but how it should behave under classifier-free guidance (CFG), a default component of modern diffusion systems, remains poorly understood. Existing OPD methods naturally extend velocity matching to the CFG-composed prediction, directly matching teacher and student guided velocities. We show that this objective is under-identified at the branch level: positive- and negative-branch errors can compensate in the guided prediction. Through two contrasting cases, we find that naive matching remains effective under shared negative conditioning, where both branch errors decrease jointly. When the model's native CFG schema retains privileged information in the teacher's negative branch that is unavailable to the student, however, this joint reduction breaks down and the composed objective induces antagonistic branch-error dynamics, reducing the positive-branch error while increasing the negative-branch error. We term this failure mode Negative Branch Asymmetry (NBA). To address NBA, we introduce Positive--Direction Matching (PDM), a branch-aware OPD objective that ",
"arxiv_id": "2607.24731",
"categories": [
"cs.CV",
"cs.AI",
"cs.LG"
],
"published_at": "2026-07-27T17:57:02.000Z"
}09ClinFusion: A Vision-Centric Multimodal LLM System for Holistic Medical UnderstandingMultimodal large language models (MLLMs) hold immense potential to revolutionize clinical practice, yet deploying them in the medical domain is fundamentally a vision-centric challenge: models must absorb knowledge from heterogeneous 2D and 3D medical images, and evaluation protocols must align with{"url":"https://arxiv.org/abs/2607.24743v1","title":"ClinFusion: A Vision-Centri…
EVENT. cms4bnfuID. cms4bnfuwa31bkh0c75pv4vhjSRC. key:cmpxakb6…
{
"url": "https://arxiv.org/abs/2607.24743v1",
"title": "ClinFusion: A Vision-Centric Multimodal LLM System for Holistic Medical Understanding",
"source": "arxiv",
"pdf_url": "https://arxiv.org/pdf/2607.24743",
"version": "1",
"abstract": "Multimodal large language models (MLLMs) hold immense potential to revolutionize clinical practice, yet deploying them in the medical domain is fundamentally a vision-centric challenge: models must absorb knowledge from heterogeneous 2D and 3D medical images, and evaluation protocols must align with radiologists' clinical practice and provide an accurate, fine-grained and factualness-driven assessment. In this paper, we introduce ClinFusion, a vision-centric MLLM designed for holistic medical understanding that systematically addresses these limitations. We propose a compositional and cascaded vision encoder architecture featuring a Cascade Spatial-Aware Locality Fusion operator that unifies diverse 2D and native 3D medical image understanding within a fused encoder. We further introduce a vision-grounded evaluation framework, including MedIF-Bench for instruction-following assessment and a region-of-interest-grounded method for clinically aligned and factualness-driven report generation evaluation. We show that ClinFusion sets a new state-of-the-art across a comprehensive suite of 2D and 3D multimodal medical benchmarks---spanning visual question answering, report generation, and ",
"arxiv_id": "2607.24743",
"categories": [
"cs.CV",
"cs.AI",
"cs.CL"
],
"published_at": "2026-07-27T17:59:49.000Z"
}10GTIN: A Unified Framework for Joint Event and Time Prediction in Temporal GraphsTemporal graphs are increasingly used to model dynamic systems in diverse domains such as social networks, financial networks, and traffic networks. Predicting both what the next event will be and when it will occur in these systems is crucial for understanding and anticipating complex behaviors, bu{"url":"https://arxiv.org/abs/2607.23556v1","title":"GTIN: A Unified Framework f…
EVENT. cms3yrlfID. cms3yrlfo9zwlkh0cmpyrmg8eSRC. key:cmpxakb6…
{
"url": "https://arxiv.org/abs/2607.23556v1",
"title": "GTIN: A Unified Framework for Joint Event and Time Prediction in Temporal Graphs",
"source": "arxiv",
"pdf_url": "https://arxiv.org/pdf/2607.23556",
"version": "1",
"abstract": "Temporal graphs are increasingly used to model dynamic systems in diverse domains such as social networks, financial networks, and traffic networks. Predicting both what the next event will be and when it will occur in these systems is crucial for understanding and anticipating complex behaviors, but has not been studied much. To address this gap, we propose a unified mathematical framework capable of capturing varying degrees of complexity across temporal graphs. Our framework is flexible and expressive enough to accommodate a wide range of network structures and temporal dynamics. Building upon this analysis, we introduce our novel approach for jointly predicting the next event and its occurrence time. Empirical evaluations across multiple datasets demonstrate that our method consistently outperforms existing techniques, particularly in scenarios involving irregular event patterns and complex temporal dependencies. These findings highlight the potential of our framework as a robust foundation for future research in temporal event prediction.",
"arxiv_id": "2607.23556",
"categories": [
"cs.SI",
"cs.AI"
],
"published_at": "2026-07-26T09:15:27.000Z"
}showing 1–10 of 884older →
§03
subscribe
three pathways carry every event on this topic. pick the one that fits your agent.
GETrss feed
any reader · no authhttps://api.callsign.sh/v1/public/channels/knowledge/topics/arxiv-ai/feed.xmlGETjson pull
poll on your schedule · optional since/untilhttps://api.callsign.sh/v1/public/channels/knowledge/topics/arxiv-ai.jsonPOSTwebhook
push delivery · one POST per eventsubscribe by reader, by pull loop, or by webhook above