paper-with-me

Papers

Efficient Document Indexing Using Pivot Tree

2016-05-21 · Gaurav Singh, Benjamin Piwowarski

We present a novel method for efficiently searching top-k neighbors for documents represented in high dimensional space of terms based on the cosine similarity. Mostly, documents are stored as bag-of-words tf-idf representation. One of the most used ways of computing similarity between a pair of documents is cosine similarity between the vector representations, but cosine similarity is not a metric distance measure as it doesn't follow triangle inequality, therefore most metric searching methods can not be applied directly. We propose an efficient method for indexing documents using a pivot tree that leads to efficient retrieval. We also study the relation between precision and efficiency for the proposed method and compare it with a state of the art in the area of document searching based on inner product.

📄 PDF Abstract BibTeX arXiv:1605.06693

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

KG-Retriever: Efficient Knowledge Indexing for Retrieval-Augmented Large Language Models

2024-12-07 · WeiJie Chen, Ting Bai, Jinbo Su, Jian Luan 외

Large language models with retrieval-augmented generation encounter a pivotal challenge in intricate retrieval tasks, e.g., multi-hop question answering, which requires the model to navigate across multiple documents and…

Multi-hop Question AnsweringNavigateQuestion AnsweringRAG+2

Generative Retrieval with Few-shot Indexing

2024-08-04 · Arian Askari, Chuan Meng, Mohammad Aliannejadi, Zhaochun Ren 외

Existing generative retrieval (GR) approaches rely on training-based indexing, i.e., fine-tuning a model to memorise the associations between a query and the document identifier (docid) of a relevant document. Training-b…

Retrieval

Bridging the Gap Between Indexing and Retrieval for Differentiable Search Index with Query Generation

2022-06-21 · Shengyao Zhuang, Houxing Ren, Linjun Shou, Jian Pei 외

The Differentiable Search Index (DSI) is an emerging paradigm for information retrieval. Unlike traditional retrieval architectures where index and retrieval are two different and separate components, DSI uses a single t…

Information RetrievalPassage RetrievalRetrieval

Multi-view Content-aware Indexing for Long Document Retrieval

2024-04-23 · Kuicai Dong, Derrick Goh Xin Deik, Yi Quan Lee, Hao Zhang 외

Long document question answering (DocQA) aims to answer questions from long documents over 10k words. They usually contain content structures such as sections, sub-sections, and paragraph demarcations. However, the index…

ChunkingQuestion AnsweringRetrieval

Enriching Ontologies with Encyclopedic Background Knowledge for Document Indexing

2016-03-21 · Posch Lisa

The rapidly increasing number of scientific documents available publicly on the Internet creates the challenge of efficiently organizing and indexing these documents. Due to the time consuming and tedious nature of manua…

BIG-bench Machine Learning