DyVo: Dynamic Vocabularies for Learned Sparse Retrieval with Entities
Thong Nguyen, Shubham Chatterjee, Sean MacAvaney, Iain Mackie, and Jeff Dalton, Andrew Yates

TL;DR
This paper introduces DyVo, a dynamic vocabulary approach for learned sparse retrieval that incorporates Wikipedia entities to improve entity resolution and retrieval accuracy, outperforming existing methods.
Contribution
The paper proposes a novel DyVo head that dynamically integrates Wikipedia entities into sparse retrieval models, enhancing entity understanding and retrieval performance.
Findings
DyVo outperforms state-of-the-art baselines on three datasets.
Incorporating Wikipedia entities improves entity resolution.
Dynamic vocabulary enables better handling of evolving knowledge.
Abstract
Learned Sparse Retrieval (LSR) models use vocabularies from pre-trained transformers, which often split entities into nonsensical fragments. Splitting entities can reduce retrieval accuracy and limits the model's ability to incorporate up-to-date world knowledge not included in the training data. In this work, we enhance the LSR vocabulary with Wikipedia concepts and entities, enabling the model to resolve ambiguities more effectively and stay current with evolving knowledge. Central to our approach is a Dynamic Vocabulary (DyVo) head, which leverages existing entity embeddings and an entity retrieval component that identifies entities relevant to a query or document. We use the DyVo head to generate entity weights, which are then merged with word piece weights to create joint representations for efficient indexing and retrieval using an inverted index. In experiments across three…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
