CLNov 14, 2023

KTRL+F: Knowledge-Augmented In-Document Search

arXiv:2311.08329v431 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses the problem of inefficient in-document information access for users, though it appears incremental as it builds on existing phrase retrieval methods.

The paper tackles the problem of knowledge-augmented in-document search (KTRL+F), which requires real-time identification of semantic targets using external knowledge, and proposes a Knowledge-Augmented Phrase Retrieval model that balances speed and performance, reducing user search time and queries.

We introduce a new problem KTRL+F, a knowledge-augmented in-document search task that necessitates real-time identification of all semantic targets within a document with the awareness of external sources through a single natural query. KTRL+F addresses following unique challenges for in-document search: 1)utilizing knowledge outside the document for extended use of additional information about targets, and 2) balancing between real-time applicability with the performance. We analyze various baselines in KTRL+F and find limitations of existing models, such as hallucinations, high latency, or difficulties in leveraging external knowledge. Therefore, we propose a Knowledge-Augmented Phrase Retrieval model that shows a promising balance between speed and performance by simply augmenting external knowledge in phrase embedding. We also conduct a user study to verify whether solving KTRL+F can enhance search experience for users. It demonstrates that even with our simple model, users can reduce the time for searching with less queries and reduced extra visits to other sources for collecting evidence. We encourage the research community to work on KTRL+F to enhance more efficient in-document information access.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes