次回の更新記事:今週の注目AI論文リスト(論文公開日2026/4/26~5/2)(公開予定日:2026年05月02日)
AIDB Daily Papers

ObjectGraph: 文書注入から知識探索へ - エージェント時代のネイティブファイルフォーマット

原題: ObjectGraph: From Document Injection to Knowledge Traversal -- A Native File Format for the Agentic Era
著者: Mohit Dubey, Open Gigantic
公開日: 2026-04-30 | 分野: LLM AI 知識 情報検索 データベース 自然言語処理 アーキテクチャ アルゴリズム データ cs.AI cs.IR cs.MA cs.DB 生成AI AIエージェント

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • AIエージェントの文書処理における非効率性を解消するため、知識グラフとして文書を構造化する新しいファイルフォーマット「ObjectGraph」を提案した。
  • 従来のフォーマットは人間向けであり、AIエージェントの検索・参照に適さないという根本的な問題を解決する。
  • ObjectGraphはトークン削減とタスク精度維持を両立し、エージェントによる知識の効率的な活用を可能にする。

Abstract

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.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

💬 ディスカッション

ディスカッションに参加するにはログインが必要です。

ログイン / アカウント作成 →

関連するAIDB記事