A dense retriever trained with subset and exclusion constraints on logically related query pairs improves recall on queries with AND, OR, and NOT connectives.
BoolQuestions: Does Dense Retrieval Understand Boolean Logic in Language?
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Dense retrieval, which aims to encode the semantic information of arbitrary text into dense vector representations or embeddings, has emerged as an effective and efficient paradigm for text retrieval, consequently becoming an essential component in various natural language processing systems. These systems typically focus on optimizing the embedding space by attending to the relevance of text pairs, while overlooking the Boolean logic inherent in language, which may not be captured by current training objectives. In this work, we first investigate whether current retrieval systems can comprehend the Boolean logic implied in language. To answer this question, we formulate the task of Boolean Dense Retrieval and collect a benchmark dataset, BoolQuestions, which covers complex queries containing basic Boolean logic and corresponding annotated passages. Through extensive experimental results on the proposed task and benchmark dataset, we draw the conclusion that current dense retrieval systems do not fully understand Boolean logic in language, and there is a long way to go to improve our dense retrieval systems. Furthermore, to promote further research on enhancing the understanding of Boolean logic for language models, we explore Boolean operation on decomposed query and propose a contrastive continual training method that serves as a strong baseline for the research community.
fields
cs.IR 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
LogiCoL: Logically-Informed Contrastive Learning for Set-based Dense Retrieval
A dense retriever trained with subset and exclusion constraints on logically related query pairs improves recall on queries with AND, OR, and NOT connectives.