paper-with-me

홈 › Papers

Article Reranking by Memory-Enhanced Key Sentence Matching for Detecting Previously Fact-Checked Claims

2021-12-20 · ACL 2021 5 · Qiang Sheng, Juan Cao, Xueyao Zhang, Xirong Li, Lei Zhong

False claims that have been previously fact-checked can still spread on social media. To mitigate their continual spread, detecting previously fact-checked claims is indispensable. Given a claim, existing works focus on providing evidence for detection by reranking candidate fact-checking articles (FC-articles) retrieved by BM25. However, these performances may be limited because they ignore the following characteristics of FC-articles: (1) claims are often quoted to describe the checked events, providing lexical information besides semantics; (2) sentence templates to introduce or debunk claims are common across articles, providing pattern information. Models that ignore the two aspects only leverage semantic relevance and may be misled by sentences that describe similar but irrelevant events. In this paper, we propose a novel reranker, MTM (Memory-enhanced Transformers for Matching) to rank FC-articles using key sentences selected with event (lexical and semantic) and pattern information. For event information, we propose a ROUGE-guided Transformer which is finetuned with regression of ROUGE. For pattern information, we generate pattern vectors for matching with sentences. By fusing event and pattern information, we select key sentences to represent an article and then predict if the article fact-checks the given claim using the claim, key sentences, and patterns. Experiments on two real-world datasets show that MTM outperforms existing methods. Human evaluation proves that MTM can capture key sentences for explanations. The code and the dataset are at https://github.com/ICTMCG/MTM.

📄 PDF Abstract BibTeX arXiv:2112.10322

Code (1)

ictmcg/mtm 공식 구현 pytorch

Tasks

ArticlesFact CheckingRerankingSentence

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Matching Article Pairs with Graphical Decomposition and Convolutions

2018-02-21 · ACL 2019 7 · Bang Liu, Di Niu, Haojie Wei, Jinghong Lin 외

Identifying the relationship between two articles, e.g., whether two articles published from different sources describe the same breaking news, is critical to many document understanding tasks. Existing approaches for mo…

Articlesdocument understandingQuestion AnsweringSentence+1

R2Former: Unified Retrieval and Reranking Transformer for Place Recognition

2023-01-01 · CVPR 2023 1 · Sijie Zhu, Linjie Yang, Chen Chen, Mubarak Shah 외

Visual Place Recognition (VPR) estimates the location of query images by matching them with images in a reference database. Conventional methods generally adopt aggregated CNN features for global retrieval and RANSAC…

Feature CorrelationRerankingRetrievalVisual Place Recognition

$R^{2}$Former: Unified $R$etrieval and $R$eranking Transformer for Place Recognition

2023-04-06 · Sijie Zhu, Linjie Yang, Chen Chen, Mubarak Shah 외

Visual Place Recognition (VPR) estimates the location of query images by matching them with images in a reference database. Conventional methods generally adopt aggregated CNN features for global retrieval and RANSAC-bas…

Feature CorrelationRerankingRetrievalVisual Place Recognition

MemReranker: Reasoning-Aware Reranking for Agent Memory Retrieval

2026-05-07 · Chunyu Li, Mengyuan Zhang, Jingyi Kang, Ding Chen 외 arxiv

In agent memory systems, the reranking model serves as the critical bridge connecting user queries with long-term memory. Most systems adopt the "retrieve-then-rerank" two-stage paradigm, but generic reranking models rel…

Knowledge DistillationCoreference ResolutionContrastive LearningSemantic Similarity

Cross-genre Document Retrieval: Matching between Conversational and Formal Writings

2017-07-14 · WS 2017 9 · Tomasz Jurczyk, Jinho D. Choi

This paper challenges a cross-genre document retrieval task, where the queries are in formal writing and the target documents are in conversational writing. In this task, a query, is a sentence extracted from either a su…

RerankingRetrievalSentence