paper-with-me

Papers

A Dense Representation Framework for Lexical and Semantic Matching

2022-06-20 · Sheng-Chieh Lin, Jimmy Lin

Lexical and semantic matching capture different successful approaches to text retrieval and the fusion of their results has proven to be more effective and robust than either alone. Prior work performs hybrid retrieval by conducting lexical and semantic matching using different systems (e.g., Lucene and Faiss, respectively) and then fusing their model outputs. In contrast, our work integrates lexical representations with dense semantic representations by densifying high-dimensional lexical representations into what we call low-dimensional dense lexical representations (DLRs). Our experiments show that DLRs can effectively approximate the original lexical representations, preserving effectiveness while improving query latency. Furthermore, we can combine dense lexical and semantic representations to generate dense hybrid representations (DHRs) that are more flexible and yield faster retrieval compared to existing hybrid techniques. In addition, we explore it jointly training lexical and semantic representations in a single model and empirically show that the resulting DHRs are able to combine the advantages of the individual components. Our best DHR model is competitive with state-of-the-art single-vector and multi-vector dense retrievers in both in-domain and zero-shot evaluation settings. Furthermore, our model is both faster and requires smaller indexes, making our dense representation framework an attractive approach to text retrieval. Our code is available at https://github.com/castorini/dhr.

📄 PDF Abstract BibTeX arXiv:2206.09912

Code (1)

castorini/dhr 공식 구현 jax

Tasks

RetrievalSemantic Text MatchingText MatchingText Retrieval

Similar Papers 제목 키워드 기반

Efficient and Interpretable Information Retrieval for Product Question Answering with Heterogeneous Data

2024-05-21 · Biplob Biswas, Rajiv Ramnath

Expansion-enhanced sparse lexical representation improves information retrieval (IR) by minimizing vocabulary mismatch problems during lexical matching. In this paper, we explore the potential of jointly learning dense s…

Contrastive LearningInformation RetrievalQuestion AnsweringRetrieval

An Unsupervised Model with Attention Autoencoders for Question Retrieval

2018-03-09 · Minghua Zhang, Yunfang Wu

Question retrieval is a crucial subtask for community question answering. Previous research focus on supervised models which depend heavily on training data and manual feature engineering. In this paper, we propose a nov…

Community Question AnsweringFeature EngineeringQuestion AnsweringRetrieval

COIL: Revisit Exact Lexical Match in Information Retrieval with Contextualized Inverted List

2021-04-15 · NAACL 2021 4 · Luyu Gao, Zhuyun Dai, Jamie Callan

Classical information retrieval systems such as BM25 rely on exact lexical match and carry out search efficiently with inverted list index. Recent neural IR models shifts towards soft semantic matching all query document…

Information RetrievalRetrieval

Evaluating Distributed Representations for Multi-Level Lexical Semantics: A Research Proposal

2024-06-02 · Zhu Liu

Modern neural networks (NNs), trained on extensive raw sentence data, construct distributed representations by compressing individual words into dense, continuous, high-dimensional vectors. These representations are expe…

Sentence

GLoSS: Generative Language Models with Semantic Search for Sequential Recommendation

2025-06-02 · Krishna Acharya, Aleksandr V. Petrov, Juba Ziani

We propose Generative Low-rank language model with Semantic Search (GLoSS), a generative recommendation framework that combines large language models with dense retrieval for sequential recommendation. Unlike prior metho…

Sequential Recommendation