paper-with-me

Papers

LogiCoL: Logically-Informed Contrastive Learning for Set-based Dense Retrieval

2025-05-26 · Yanzhen Shen, Sihao Chen, Xueqiang Xu, Yunyi Zhang, Chaitanya Malaviya, Dan Roth

While significant progress has been made with dual- and bi-encoder dense retrievers, they often struggle on queries with logical connectives, a use case that is often overlooked yet important in downstream applications. Current dense retrievers struggle with such queries, such that the retrieved results do not respect the logical constraints implied in the queries. To address this challenge, we introduce LogiCoL, a logically-informed contrastive learning objective for dense retrievers. LogiCoL builds upon in-batch supervised contrastive learning, and learns dense retrievers to respect the subset and mutually-exclusive set relation between query results via two sets of soft constraints expressed via t-norm in the learning objective. We evaluate the effectiveness of LogiCoL on the task of entity retrieval, where the model is expected to retrieve a set of entities in Wikipedia that satisfy the implicit logical constraints in the query. We show that models trained with LogiCoL yield improvement both in terms of retrieval performance and logical consistency in the results. We provide detailed analysis and insights to uncover why queries with logical connectives are challenging for dense retrievers and why LogiCoL is most effective.

📄 PDF Abstract BibTeX arXiv:2505.19588

Code (1)

yanzhen4/logicol 공식 구현 pytorch

Tasks

Contrastive LearningEntity RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Mitigating the Impact of False Negatives in Dense Retrieval with Contrastive Confidence Regularization

2023-12-30 · Shiqi Wang, Yeqin Zhang, Cam-Tu Nguyen

In open-domain Question Answering (QA), dense retrieval is crucial for finding relevant passages for answer generation. Typically, contrastive learning is used to train a retrieval model that maps passages and queries to…

Answer GenerationContrastive LearningOpen-Domain Question AnsweringQuestion Answering+2

M3: A Multi-Task Mixed-Objective Learning Framework for Open-Domain Multi-Hop Dense Sentence Retrieval

2024-03-21 · Yang Bai, Anthony Colas, Christan Grant, Daisy Zhe Wang

In recent research, contrastive learning has proven to be a highly effective method for representation learning and is widely used for dense retrieval. However, we identify that relying solely on contrastive learning can…

Contrastive LearningFact VerificationMulti-Task LearningRepresentation Learning+3

Pre-train a Discriminative Text Encoder for Dense Retrieval via Contrastive Span Prediction

2022-04-22 · Xinyu Ma, Jiafeng Guo, Ruqing Zhang, Yixing Fan 외

Dense retrieval has shown promising results in many information retrieval (IR) related tasks, whose foundation is high-quality text representation learning for effective search. Some recent studies have shown that autoen…

Contrastive LearningDecoderInformation RetrievalRepresentation Learning+1

More Robust Dense Retrieval with Contrastive Dual Learning

2021-07-16 · Yizhi Li, Zhenghao Liu, Chenyan Xiong, Zhiyuan Liu

Dense retrieval conducts text retrieval in the embedding space and has shown many advantages compared to sparse retrieval. Existing dense retrievers optimize representations of queries and documents with contrastive trai…

Contrastive LearningInformation RetrievalRetrievalText Retrieval

CAPSTONE: Curriculum Sampling for Dense Retrieval with Document Expansion

2022-12-18 · Xingwei He, Yeyun Gong, A-Long Jin, Hang Zhang 외

The dual-encoder has become the de facto architecture for dense retrieval. Typically, it computes the latent representations of the query and document independently, thus failing to fully capture the interactions between…

Passage RetrievalRetrieval