paper-with-me

Papers

Executable Schema Contracts: From Automatic Ingestion to Multi-Source Retrieval

2026-06-03 · Padmaja Jonnalagedda, Yuguang Yao, Xiang Gao, Hilaf Hasson, Kamalika Das arxiv

Real-world data spans tables, documents, and semi-structured files with implicit semantics. Querying this data requires integrating evidence across inconsistent schemas and formats, yet existing approaches either demand costly manual engineering or bypass structure entirely. We present a system that automatically discovers an executable schema from raw multi-source data and uses it as a shared contract for knowledge graph construction and query-time retrieval. A closed-world field catalog constrains LLM-based schema discovery to attested fields; deterministic structural analysis infers identity keys, foreign keys, and source hierarchy; and the resulting schema drives extraction, deduplication, and cross-source linking into a provenance-aware knowledge graph. At query time the schema -- optionally extended via a monotonic protocol -- conditions a multi-tool agent routing retrieval across structured lookup, graph traversal, and vector search, returning grounded answers with traceable citations. In controlled zero-shot comparisons using the same LLM, data, and evaluation harness, the system improves over retrieval-only and decomposition-based baselines across four QA benchmarks, with ablations showing that schema-conditioned routing, structural intelligence, and schema-guided construction each contribute to the gains.

📄 PDF Abstract BibTeX arXiv:2606.05415

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FineVision: Open Data Is All You Need

2025-10-20 · Luis Wiedmann, Orr Zohar, Amir Mahla, Xiaohan Wang 외 arxiv

The advancement of vision-language models (VLMs) is hampered by a fragmented landscape of inconsistent and contaminated public datasets. We introduce FineVision, a meticulously collected, curated, and unified corpus of 2…

Contract2Tool: Learning Preconditions and Effects for Reliable Tool-Augmented LLM Agents

2026-06-05 · Rahul Suresh Babu, Laxmipriya Ganesh Iyer arxiv

Tool-augmented large language model agents increasingly rely on external APIs, but standard tool schemas describe how to call a tool, not when the tool is causally appropriate or what task state it produces. Causal tool …

PoCo: Agentic Proof-of-Concept Exploit Generation for Smart Contracts

2025-11-04 · Vivi Andersson, Sofia Bobadilla, Harald Hobbelhagen, Martin Monperrus arxiv

Smart contracts operate in a highly adversarial environment, where vulnerabilities can lead to substantial financial losses. Thus, smart contracts are subject to security audits. In auditing, proof-of-concept (PoC) explo…

Trace Integrity for LLM Data Agents: A Vision for Auditable Structured Reasoning in Real-World Systems

2026-08-26 · Srimonti Dutta, Akshata Kishore Moharir arxiv

Answer accuracy is an insufficient reliability signal for LLM data agents. In structured-data tasks, a benchmark-correct answer can be produced by an invalid trace. This paper introduces Trace Integrity, a deployment rel…

Memanto: Typed Semantic Memory with Information-Theoretic Retrieval for Long-Horizon Agents

2026-04-23 · Seyed Moein Abtahi, Rasa Rahnema, Hetkumar Patel, Neel Patel 외 arxiv

The transition from stateless language model inference to persistent, multi session autonomous agents has revealed memory to be a primary architectural bottleneck in the deployment of production grade agentic systems. Ex…