paper-with-me

홈 › Papers

ObjectGraph: From Document Injection to Knowledge Traversal -- A Native File Format for the Agentic Era

2026-04-30 · Mohit Dubey, Open Gigantic arxiv

Every document format in existence was designed for a human reader moving linearly through text. Autonomous LLM agents do not read - they retrieve. This fundamental mismatch forces agents to inject entire documents into their context window, wasting tokens on irrelevant content, compounding state across multi-turn loops, and broadcasting information indiscriminately across agent roles. We argue this is not a prompt engineering problem, not a retrieval problem, and not a compression problem: it is a format problem. We introduce OBJECTGRAPH (.og), a file format that reconceives the document as a typed, directed knowledge graph to be traversed rather than a string to be injected. OBJECTGRAPH is a strict superset of Markdown - every .md file is a valid .og file - requires no infrastructure beyond a two-primitive query protocol, and is readable by both humans and agents without tooling. We formalize the Document Consumption Problem, characterise six structural properties no existing format satisfies simultaneously, and prove OBJECTGRAPH satisfies all six. We further introduce the Progressive Disclosure Model, the Role-Scoped Access Protocol, and Executable Assertion Nodes as native format primitives. Empirical evaluation across five document classes and eight agent task types demonstrates up to 95.3 percent token reduction with no statistically significant degradation in task accuracy (p > 0.05). Transpiler fidelity reaches 98.7 percent content preservation on a held-out document benchmark.

📄 PDF Abstract BibTeX arXiv:2604.27820

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt Engineering

Similar Papers 제목 키워드 기반

Knowledge Graph Prompting for Multi-Document Question Answering

2023-08-22 · Yu Wang, Nedim Lipka, Ryan A. Rossi, Alexa Siu 외

The `pre-train, prompt, predict' paradigm of large language models (LLMs) has achieved remarkable success in open-domain question answering (OD-QA). However, few works explore this paradigm in the scenario of multi-docum…

graph constructionOpen-Domain Question AnsweringQuestion AnsweringRetrieval

Enhancing Document-level Relation Extraction by Entity Knowledge Injection

2022-07-23 · Xinyi Wang, Zitao Wang, Weijian Sun, Wei Hu

Document-level relation extraction (RE) aims to identify the relations between entities throughout an entire document. It needs complex reasoning skills to synthesize various knowledge such as coreferences and commonsens…

Document-level Relation ExtractionKnowledge GraphsRelationRelation Extraction

Neural Generative Rhetorical Structure Parsing

2019-09-24 · IJCNLP 2019 11 · Amandla Mabona, Laura Rimell, Stephen Clark, Andreas Vlachos

Rhetorical structure trees have been shown to be useful for several document-level tasks including summarization and document classification. Previous approaches to RST parsing have used discriminative models; however, t…

Document Classification

Agents-K1: Towards Agent-native Knowledge Orchestration

2026-06-11 · Zongsheng Cao, Bihao Zhan, Jinxin Shi, Jiong Wang 외 arxiv

Current LLM-based research agents have advanced through agent orchestration, yet largely overlook scientific knowledge orchestration. Existing works often reduce papers to abstracts, surface mentions, and flat \texttt{ci…

Information ExtractionKnowledge Graphs

Leveraging Spreading Activation for Improved Document Retrieval in Knowledge-Graph-Based RAG Systems

2025-12-17 · Jovan Pavlović, Miklós Krész, László Hajdu arxiv

Despite initial successes and a variety of architectures, retrieval-augmented generation systems still struggle to reliably retrieve and connect the multi-step evidence required for complicated reasoning tasks. Most of t…

Multi-hop Question AnsweringInformation ExtractionKnowledge Graphs