paper-with-me

Papers

SparseCL: Sparse Contrastive Learning for Contradiction Retrieval

2024-06-15 · Haike Xu, Zongyu Lin, Yizhou Sun, Kai-Wei Chang, Piotr Indyk

Contradiction retrieval refers to identifying and extracting documents that explicitly disagree with or refute the content of a query, which is important to many downstream applications like fact checking and data cleaning. To retrieve contradiction argument to the query from large document corpora, existing methods such as similarity search and crossencoder models exhibit significant limitations. The former struggles to capture the essence of contradiction due to its inherent nature of favoring similarity, while the latter suffers from computational inefficiency, especially when the size of corpora is large. To address these challenges, we introduce a novel approach: SparseCL that leverages specially trained sentence embeddings designed to preserve subtle, contradictory nuances between sentences. Our method utilizes a combined metric of cosine similarity and a sparsity function to efficiently identify and retrieve documents that contradict a given query. This approach dramatically enhances the speed of contradiction detection by reducing the need for exhaustive document comparisons to simple vector calculations. We validate our model using the Arguana dataset, a benchmark dataset specifically geared towards contradiction retrieval, as well as synthetic contradictions generated from the MSMARCO and HotpotQA datasets using GPT-4. Our experiments demonstrate the efficacy of our approach not only in contradiction retrieval with more than 30% accuracy improvements on MSMARCO and HotpotQA across different model architectures but also in applications such as cleaning corrupted corpora to restore high-quality QA retrieval. This paper outlines a promising direction for improving the accuracy and efficiency of contradiction retrieval in large-scale text corpora.

📄 PDF Abstract BibTeX arXiv:2406.10746

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningFact CheckingRetrievalSentence Embeddings

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Attention 설명 없음

Similar Papers 제목 키워드 기반

Mitigating Contradictions in Dialogue Based on Contrastive Learning

2022-05-01 · Findings (ACL) 2022 5 · Weizhao Li, Junsheng Kong, Ben Liao, Yi Cai

Chatbot models have achieved remarkable progress in recent years but tend to yield contradictory responses. In this paper, we exploit the advantage of contrastive learning technique to mitigate this issue. To endow the m…

ChatbotContrastive LearningResponse Generation

Approximate Nearest Neighbor Negative Contrastive Learning for Dense Text Retrieval

2020-07-01 · ICLR 2021 1 · Lee Xiong, Chenyan Xiong, Ye Li, Kwok-Fung Tang 외

Conducting text retrieval in a dense learned representation space has many intriguing advantages over sparse retrieval. Yet the effectiveness of dense retrieval (DR) often requires combination with sparse retrieval. In t…

Contrastive LearningPassage RetrievalRerankingRetrieval+2

LLM-based Extraction of Contradictions from Patents

2024-03-21 · Stefan Trapp, Joachim Warschat

Already since the 1950s TRIZ shows that patents and the technical contradictions they solve are an important source of inspiration for the development of innovative products. However, TRIZ is a heuristic based on a histo…

Language ModellingLarge Language ModelPrompt EngineeringQuestion Answering+2

TRIZ-RAGNER: A Retrieval-Augmented Large Language Model for TRIZ-Aware Named Entity Recognition in Patent-Based Contradiction Mining

2026-02-27 · Zitong Xu, Yuqing Wu, Yue Zhao arxiv

TRIZ-based contradiction mining is a fundamental task in patent analysis and systematic innovation, as it enables the identification of improving and worsening technical parameters that drive inventive problem solving. H…

Characteristics Matching Based Hash Codes Generation for Efficient Fine-grained Image Retrieval

2024-01-01 · CVPR 2024 1 · Zhen-Duo Chen, Li-Jun Zhao, Zi-Chao Zhang, Xin Luo 외

The rapidly growing scale of data in practice poses demands on the efficiency of retrieval models. However for fine-grained image retrieval task there are inherent contradictions in the design of hashing based effici…

Image RetrievalRetrieval