paper-with-me

Papers

A DQN-based Approach to Finding Precise Evidences for Fact Verification

2021-08-01 · ACL 2021 5 · Hai Wan, Haicheng Chen, Jianfeng Du, Weilin Luo, Rongzhen Ye

Computing precise evidences, namely minimal sets of sentences that support or refute a given claim, rather than larger evidences is crucial in fact verification (FV), since larger evidences may contain conflicting pieces some of which support the claim while the other refute, thereby misleading FV. Despite being important, precise evidences are rarely studied by existing methods for FV. It is challenging to find precise evidences due to a large search space with lots of local optimums. Inspired by the strong exploration ability of the deep Q-learning network (DQN), we propose a DQN-based approach to retrieval of precise evidences. In addition, to tackle the label bias on Q-values computed by DQN, we design a post-processing strategy which seeks best thresholds for determining the true labels of computed evidences. Experimental results confirm the effectiveness of DQN in computing precise evidences and demonstrate improvements in achieving accurate claim verification.

📄 PDF Abstract BibTeX

Code (1)

sysulic/dqn-fv 공식 구현 pytorch

Tasks

Claim VerificationFact VerificationQ-LearningRetrieval

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
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…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…

Similar Papers 제목 키워드 기반

GERE: Generative Evidence Retrieval for Fact Verification

2022-04-12 · Jiangui Chen, Ruqing Zhang, Jiafeng Guo, Yixing Fan 외

Fact verification (FV) is a challenging task which aims to verify a claim using multiple evidential sentences from trustworthy corpora, e.g., Wikipedia. Most existing approaches follow a three-step pipeline framework, in…

Claim VerificationFact VerificationRetrievalSentence+1

A Benchmark for Open-Domain Numerical Fact-Checking Enhanced by Claim Decomposition

2025-10-24 · V Venktesh, Deepali Prabhu, Avishek Anand arxiv

Fact-checking numerical claims is critical as the presence of numbers provide mirage of veracity despite being fake potentially causing catastrophic impacts on society. The prior works in automatic fact verification do n…

Fact Verification

Program Enhanced Fact Verification with Verbalization and Graph Attention Network

2020-10-06 · EMNLP 2020 11 · Xiaoyu Yang, Feng Nie, Yufei Feng, Quan Liu 외

Performing fact verification based on structured data is important for many real-life applications and is a challenging research problem, particularly when it involves both symbolic operations and informal inference base…

Fact VerificationGraph Attention

Heterogeneous-Graph Reasoning and Fine-Grained Aggregation for Fact Checking

2022-05-01 · FEVER (ACL) 2022 5 · Hongbin Lin, Xianghua Fu

Fact checking is a challenging task that requires corresponding evidences to verify the property of a claim based on reasoning. Previous studies generally i) construct the graph by treating each evidence-claim pair as no…

Fact CheckingGraph Attention

Heterogeneous-Graph Reasoning and Fine-Grained Aggregation for Fact Checking

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Fact checking is a challenging task that requires corresponding evidences to verify the property of a claim based on reasoning. Previous studies generally i) construct the graph by treating each evidence-claim pair as no…

Fact CheckingGraph Attention