paper-with-me

Papers

Model-Document Protocol for AI Search

2025-10-29 · Hongjin Qian, Zheng Liu arxiv

AI search depends on linking large language models (LLMs) with vast external knowledge sources. Yet web pages, PDF files, and other raw documents are not inherently LLM-ready: they are long, noisy, and unstructured. Conventional retrieval methods treat these documents as verbatim text and return raw passages, leaving the burden of fragment assembly and contextual reasoning to the LLM. This gap underscores the need for a new retrieval paradigm that redefines how models interact with documents. We introduce the Model-Document Protocol (MDP), a general framework that formalizes how raw text is bridged to LLMs through consumable knowledge representations. Rather than treating retrieval as passage fetching, MDP defines multiple pathways that transform unstructured documents into task-specific, LLM-ready inputs. These include agentic reasoning, which curates raw evidence into coherent context; memory grounding, which accumulates reusable notes to enrich reasoning; and structured leveraging, which encodes documents into formal representations such as graphs or key-value caches. All three pathways share the same goal: ensuring that what reaches the LLM is not raw fragments but compact, structured knowledge directly consumable for reasoning. As an instantiation, we present MDP-Agent, which realizes the protocol through an agentic process: constructing document-level gist memories for global coverage, performing diffusion-based exploration with vertical exploitation to uncover layered dependencies, and applying map-reduce style synthesis to integrate large-scale evidence into compact yet sufficient context. Experiments on information-seeking benchmarks demonstrate that MDP-Agent outperforms baselines, validating both the soundness of the MDP framework and the effectiveness of its agentic instantiation.

📄 PDF Abstract BibTeX arXiv:2510.25160

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Error-Tolerant E-Discovery Protocols

2024-01-31 · Jinshuo Dong, Jason D. Hartline, Liren Shan, Aravindan Vijayaraghavan

We consider the multi-party classification problem introduced by Dong, Hartline, and Vijayaraghavan (2022) in the context of electronic discovery (e-discovery). Based on a request for production from the requesting party…

Classification Protocols with Minimal Disclosure

2022-09-06 · Jinshuo Dong, Jason Hartline, Aravindan Vijayaraghavan

We consider multi-party protocols for classification that are motivated by applications such as e-discovery in court proceedings. We identify a protocol that guarantees that the requesting party receives all responsive d…

Classification

Validating Network Protocol Parsers with Traceable RFC Document Interpretation

2025-04-25 · Mingwei Zheng, Danning Xie, Qingkai Shi, Chengpeng Wang 외

Validating the correctness of network protocol implementations is highly challenging due to the oracle and traceability problems. The former determines when a protocol implementation can be considered buggy, especially w…

Hallucination

An Anchor-Based Automatic Evaluation Metric for Document Summarization

2020-12-01 · COLING 2020 8 · Kexiang Wang, Tianyu Liu, Baobao Chang, Zhifang Sui

The widespread adoption of reference-based automatic evaluation metrics such as ROUGE has promoted the development of document summarization. In this paper, we consider a new protocol for designing reference-based metric…

Document Summarization

Demonstrating Ambient Search: Implicit Document Retrieval for Speech Streams

2016-12-01 · COLING 2016 12 · Benjamin Milde, Jonas Wacker, Stefan Radomski, Max M{\"u}hlh{\"a}user 외

In this demonstration paper we describe Ambient Search, a system that displays and retrieves documents in real time based on speech input. The system operates continuously in ambient mode, i.e. it generates speech transc…

Information RetrievalKeyword ExtractionRetrievalSpeech Recognition