paper-with-me

Papers

LogicalFactChecker: Leveraging Logical Operations for Fact Checking with Graph Module Network

2020-04-28 · ACL 2020 6 · Wanjun Zhong, Duyu Tang, Zhangyin Feng, Nan Duan, Ming Zhou, Ming Gong, Linjun Shou, Daxin Jiang, Jiahai Wang, Jian Yin

Verifying the correctness of a textual statement requires not only semantic reasoning about the meaning of words, but also symbolic reasoning about logical operations like count, superlative, aggregation, etc. In this work, we propose LogicalFactChecker, a neural network approach capable of leveraging logical operations for fact checking. It achieves the state-of-the-art performance on TABFACT, a large-scale, benchmark dataset built for verifying a textual statement with semi-structured tables. This is achieved by a graph module network built upon the Transformer-based architecture. With a textual statement and a table as the input, LogicalFactChecker automatically derives a program (a.k.a. logical form) of the statement in a semantic parsing manner. A heterogeneous graph is then constructed to capture not only the structures of the table and the program, but also the connections between inputs with different modalities. Such a graph reveals the related contexts of each word in the statement, the table and the program. The graph is used to obtain graph-enhanced contextual representations of words in Transformer-based architecture. After that, a program-driven module network is further introduced to exploit the hierarchical structure of the program, where semantic compositionality is dynamically modeled along the program structure with a set of function-specific modules. Ablation experiments suggest that both the heterogeneous graph and the module network are important to obtain strong results.

📄 PDF Abstract BibTeX arXiv:2004.13659

Code (0)

등록된 구현이 없습니다.

Tasks

Fact CheckingSemantic Parsing

Similar Papers 제목 키워드 기반

ZeFaV: Boosting Large Language Models for Zero-shot Fact Verification

2024-11-18 · Son T. Luu, Hiep Nguyen, Trung Vo, Le-Minh Nguyen

In this paper, we propose ZeFaV - a zero-shot based fact-checking verification framework to enhance the performance on fact verification task of large language models by leveraging the in-context learning ability of larg…

Fact CheckingFact VerificationIn-Context Learning

Position: Logical Soundness is not a Reliable Criterion for Neurosymbolic Fact-Checking with LLMs

2026-04-05 · Jason Chan, Robert Gaizauskas, Zhixue Zhao arxiv

As large language models (LLMs) are increasing integrated into fact-checking pipelines, formal logic is often proposed as a rigorous means by which to mitigate bias, errors and hallucinations in these models' outputs. Fo…

Formal Logic

Logical Consistency of Large Language Models in Fact-checking

2024-12-20 · Bishwamittra Ghosh, Sarah Hasan, Naheed Anjum Arafat, Arijit Khan

In recent years, large language models (LLMs) have demonstrated significant success in performing varied natural language tasks such as language translation, question-answering, summarizing, fact-checking, etc. Despite L…

Fact CheckingHallucinationKnowledge GraphsLogical Reasoning+3

Degree-Based Logical Adjacency Checking (DBLAC): A Novel Heuristic for Vertex Coloring

2025-01-21 · Prashant Verma

Degree Based Logical Adjacency Checking (DBLAC). An efficient coloring of graphs with unique logical AND operations. The logical AND operation shows more effective color assignment and fewer number of induced colors in t…

Explainable Fact Checking with Probabilistic Answer Set Programming

2019-06-21 · Naser Ahmadi, Joohyung Lee, Paolo Papotti, Mohammed Saeed

One challenge in fact checking is the ability to improve the transparency of the decision. We present a fact checking method that uses reference information in knowledge graphs (KGs) to assess claims and explain its deci…

Fact CheckingKnowledge Graphs