次回の更新記事:AIコーディングエージェントのコスト構造を読み解く(公開予定日:2026年05月26日)
AIDB Daily Papers

論文の構造化を促進するpaper.json:LLMエージェントとの連携を強化

原題: paper.json: A Coordination Convention for LLM-Agent-Actionable Papers
著者: Arquimedes Canedo
公開日: 2026-05-15 | 分野: LLM AI cs.AI cs.IR cs.DL AIエージェント

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

ポイント

  • LLMエージェントが論文を読む際の課題を解決するため、構造化されたJSON形式の仕様を提案しました。
  • 本研究は、引用可能なサブクレームID、主張しない範囲の明示、図の実行コマンドなどを定義し、論文の再現性と解釈性を向上させます。
  • 提案されたpaper.jsonは、既存の論文に容易に追加可能であり、LLMエージェントによる論文理解と活用を大幅に改善する可能性を示しました。

Abstract

LLM agents routinely serve as first (and sometimes only) readers of academic papers, skimming for sub-claims, extracting reproducibility steps, and generalizing scope. Standard prose papers produce recurring failures in this role: sub-claims that cannot be cited at sub-paper granularity, scope overextension beyond what the paper tests, and figure commands buried in codebases rather than the paper itself. We propose `paper.json`, a companion JSON file that travels with the PDF and addresses each failure with a lightweight convention: stable claim IDs (C1), an explicit does-not-claim list (C2), exact per-figure shell commands (C3), and stable definition IDs (C5). A fifth convention (C4) holds that minimum viable compliance, hand-written JSON alongside the PDF, is achievable in under an hour for a finished paper without touching the human-readable output. C1, C2, C3, and C5 are open invitations: an agent that reads a compliant paper and acts on it produces evidence for or against them. This paper is itself compliant: `uv run validator.py paper.json --against paper.typ` passes. Repo: https://github.com/arquicanedo/paper-json

Paper AI Chat

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

質問の例:

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

会員登録 / ログイン

💬 ディスカッション

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

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

関連するAIDB記事