paper-with-me

Papers

BoolQuestions: Does Dense Retrieval Understand Boolean Logic in Language?

2024-11-19 · Zongmeng Zhang, Jinhua Zhu, Wengang Zhou, Xiang Qi, Peng Zhang, Houqiang Li

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.

📄 PDF Abstract BibTeX arXiv:2411.12235

Code (0)

등록된 구현이 없습니다.

Tasks

RetrievalText Retrieval

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Boolean-aware Attention for Dense Retrieval

2025-03-03 · Quan Mai, Susan Gauch, Douglas Adams

We present Boolean-aware attention, a novel attention mechanism that dynamically adjusts token focus based on Boolean operators (e.g., and, or, not). Our model employs specialized Boolean experts, each tailored to amplif…

Retrieval

Compressed Computation: Dense Circuits in a Toy Model of the Universal-AND Problem

2025-07-13 · Adam Newgas arxiv

Neural networks are capable of superposition -- representing more features than there are dimensions. Recent work considers the analogous concept for computation instead of storage, proposing theoretical constructions. B…

Dense Retrieval Adaptation using Target Domain Description

2023-07-06 · Helia Hashemi, Yong Zhuang, Sachith Sri Ram Kothur, Srivas Prasad 외

In information retrieval (IR), domain adaptation is the process of adapting a retrieval model to a new domain whose data distribution is different from the source domain. Existing methods in this area focus on unsupervis…

Domain AdaptationInformation RetrievalRetrievalUnsupervised Domain Adaptation

Exploring new Approaches for Information Retrieval through Natural Language Processing

2025-05-04 · Manak Raj, Nidhi Mishra

This review paper explores recent advancements and emerging approaches in Information Retrieval (IR) applied to Natural Language Processing (NLP). We examine traditional IR models such as Boolean, vector space, probabili…

Argument MiningHate Speech DetectionInformation RetrievalRetrieval

Densifying Sparse Representations for Passage Retrieval by Representational Slicing

2021-12-09 · Sheng-Chieh Lin, Jimmy Lin

Learned sparse and dense representations capture different successful approaches to text retrieval and the fusion of their results has proven to be more effective and robust. Prior work combines dense and sparse retrieve…

Passage RetrievalRetrievalText Retrieval