paper-with-me

Papers

Information Retrieval with Entity Linking

2024-04-07 · Dahlia Shehata

Despite the advantages of their low-resource settings, traditional sparse retrievers depend on exact matching approaches between high-dimensional bag-of-words (BoW) representations of both the queries and the collection. As a result, retrieval performance is restricted by semantic discrepancies and vocabulary gaps. On the other hand, transformer-based dense retrievers introduce significant improvements in information retrieval tasks by exploiting low-dimensional contextualized representations of the corpus. While dense retrievers are known for their relative effectiveness, they suffer from lower efficiency and lack of generalization issues, when compared to sparse retrievers. For a lightweight retrieval task, high computational resources and time consumption are major barriers encouraging the renunciation of dense models despite potential gains. In this work, I propose boosting the performance of sparse retrievers by expanding both the queries and the documents with linked entities in two formats for the entity names: 1) explicit and 2) hashed. A zero-shot end-to-end dense entity linking system is employed for entity recognition and disambiguation to augment the corpus. By leveraging the advanced entity linking methods, I believe that the effectiveness gap between sparse and dense retrievers can be narrowed. Experiments are conducted on the MS MARCO passage dataset using the original qrel set, the re-ranked qrels favoured by MonoT5 and the latter set further re-ranked by DuoT5. Since I am concerned with the early stage retrieval in cascaded ranking architectures of large information retrieval systems, the results are evaluated using recall@1000. The suggested approach is also capable of retrieving documents for query subsets judged to be particularly difficult in prior work.

📄 PDF Abstract BibTeX arXiv:2404.08678

Code (0)

등록된 구현이 없습니다.

Tasks

Entity LinkingInformation RetrievalRetrieval

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
AM 설명 없음

Similar Papers 제목 키워드 기반

A Practical Entity Linking System for Tables in Scientific Literature

2023-06-12 · Varish Mulwad, Tim Finin, Vijay S. Kumar, Jenny Weisenberg Williams 외

Entity linking is an important step towards constructing knowledge graphs that facilitate advanced question answering over scientific documents, including the retrieval of relevant information included in tables within t…

Entity LinkingKnowledge GraphsQuestion AnsweringRetrieval

Early Stage Sparse Retrieval with Entity Linking

2022-08-09 · Dahlia Shehata, Negar Arabzadeh, Charles L. A. Clarke

Despite the advantages of their low-resource settings, traditional sparse retrievers depend on exact matching approaches between high-dimensional bag-of-words (BoW) representations of both the queries and the collection.…

Entity LinkingInformation RetrievalRetrieval

Get the Point! Graph Enhanced Candidate Retrieval for Zero-shot Entity Linking

2021-11-16 · ACL ARR November 2021 11 · Anonymous

For the retrieval phase of the zero-shot entity linking task, BERT has been widely used to represent the mentions and entities with the sentence embeddings. However, the sentence embeddings obtained by BERT are dominated…

Entity LinkingEntity RetrievalGraph Neural NetworkRetrieval+4

EDIN: An End-to-end Benchmark and Pipeline for Unknown Entity Discovery and Indexing

2022-05-25 · Nora Kassner, Fabio Petroni, Mikhail Plekhanov, Sebastian Riedel 외

Existing work on Entity Linking mostly assumes that the reference knowledge base is complete, and therefore all mentions can be linked. In practice this is hardly ever the case, as knowledge bases are incomplete and beca…

Entity LinkingNovel ConceptsRetrieval

Visual Named Entity Linking: A New Dataset and A Baseline

2022-11-09 · Wenxiang Sun, Yixing Fan, Jiafeng Guo, Ruqing Zhang 외

Visual Entity Linking (VEL) is a task to link regions of images with their corresponding entities in Knowledge Bases (KBs), which is beneficial for many computer vision tasks such as image retrieval, image caption, and v…

Entity LinkingImage RetrievalQuestion AnsweringRetrieval+2