paper-with-me

홈 › Papers

Link, Synthesize, Retrieve: Universal Document Linking for Zero-Shot Information Retrieval

2024-10-24 · Dae Yon Hwang, Bilal Taha, Harshit Pande, Yaroslav Nechaev

Despite the recent advancements in information retrieval (IR), zero-shot IR remains a significant challenge, especially when dealing with new domains, languages, and newly-released use cases that lack historical query traffic from existing users. For such cases, it is common to use query augmentations followed by fine-tuning pre-trained models on the document data paired with synthetic queries. In this work, we propose a novel Universal Document Linking (UDL) algorithm, which links similar documents to enhance synthetic query generation across multiple datasets with different characteristics. UDL leverages entropy for the choice of similarity models and named entity recognition (NER) for the link decision of documents using similarity scores. Our empirical studies demonstrate the effectiveness and universality of the UDL across diverse datasets and IR models, surpassing state-of-the-art methods in zero-shot cases. The developed code for reproducibility is included in https://github.com/eoduself/UDL

📄 PDF Abstract BibTeX arXiv:2410.18385

Code (1)

eoduself/udl 공식 구현 pytorch

Tasks

Information Retrievalnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERRetrieval

Similar Papers 제목 키워드 기반

Fast and Effective Biomedical Entity Linking Using a Dual Encoder

2021-03-08 · EACL (Louhi) 2021 4 · Rajarshi Bhowmik, Karl Stratos, Gerard de Melo

Biomedical entity linking is the task of identifying mentions of biomedical concepts in text documents and mapping them to canonical entities in a target thesaurus. Recent advancements in entity linking using BERT-based …

Entity DisambiguationEntity Linking

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

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.…

Entity LinkingInformation RetrievalRetrieval

Bidirectional End-to-End Learning of Retriever-Reader Paradigm for Entity Linking

2023-06-21 · Yinghui Li, Yong Jiang, Yangning Li, Xingyu Lu 외

Entity Linking (EL) is a fundamental task for Information Extraction and Knowledge Graphs. The general form of EL (i.e., end-to-end EL) aims to first find mentions in the given input document and then link the mentions t…

Entity LinkingEntity RetrievalKnowledge GraphsMachine Reading Comprehension+2

URL: Universal Referential Knowledge Linking via Task-instructed Representation Compression

2024-04-24 · Zhuoqun Li, Hongyu Lin, Tianshu Wang, Boxi Cao 외

Linking a claim to grounded references is a critical ability to fulfill human demands for authentic and reliable information. Current studies are limited to specific tasks like information retrieval or semantic matching,…

Information RetrievalInstruction FollowingMULTI-VIEW LEARNINGRetrieval