paper-with-me

Papers

Program Enhanced Fact Verification with Verbalization and Graph Attention Network

2020-10-06 · EMNLP 2020 11 · Xiaoyu Yang, Feng Nie, Yufei Feng, Quan Liu, Zhigang Chen, Xiaodan Zhu

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 based on language understanding. In this paper, we present a Program-enhanced Verbalization and Graph Attention Network (ProgVGAT) to integrate programs and execution into textual inference models. Specifically, a verbalization with program execution model is proposed to accumulate evidences that are embedded in operations over the tables. Built on that, we construct the graph attention verification networks, which are designed to fuse different sources of evidences from verbalized program execution, program structures, and the original statements and tables, to make the final verification decision. To support the above framework, we propose a program selection module optimized with a new training strategy based on margin loss, to produce more accurate programs, which is shown to be effective in enhancing the final verification results. Experimental results show that the proposed framework achieves the new state-of-the-art performance, a 74.4% accuracy, on the benchmark dataset TABFACT.

📄 PDF Abstract BibTeX arXiv:2010.03084

Code (1)

arielsho/Program-Enhanced-Table-Fact-Checking 공식 구현 pytorch

Tasks

Fact VerificationGraph Attention

Similar Papers 제목 키워드 기반

Logic-level Evidence Retrieval and Graph-based Verification Network for Table-based Fact Verification

2021-09-14 · EMNLP 2021 11 · Qi Shi, Yu Zhang, Qingyu Yin, Ting Liu

Table-based fact verification task aims to verify whether the given statement is supported by the given semi-structured table. Symbolic reasoning with logical operations plays a crucial role in this task. Existing method…

Fact VerificationRetrievalTable-based Fact Verification

Denoising Pre-Training and Data Augmentation Strategies for Enhanced RDF Verbalization with Transformers

2020-12-01 · ACL (WebNLG, INLG) 2020 12 · Sebastien Montella, Betty Fabre, Tanguy Urvoy, Johannes Heinecke 외

The task of verbalization of RDF triples has known a growth in popularity due to the rising ubiquity of Knowledge Bases (KBs). The formalism of RDF triples is a simple and efficient way to store facts at a large scale. H…

Data AugmentationDenoisingText Generation

Learn to Combine Linguistic and Symbolic Information for Table-based Fact Verification

2020-12-01 · COLING 2020 8 · Qi Shi, Yu Zhang, Qingyu Yin, Ting Liu

Table-based fact verification is expected to perform both linguistic reasoning and symbolic reasoning. Existing methods lack attention to take advantage of the combination of linguistic information and symbolic informati…

Fact VerificationTable-based Fact Verification

Evidence-Focused Fact Summarization for Knowledge-Augmented Zero-Shot Question Answering

2024-03-05 · Sungho Ko, Hyunjin Cho, Hyungjoo Chae, Jinyoung Yeo 외

Recent studies have investigated utilizing Knowledge Graphs (KGs) to enhance Quesetion Answering (QA) performance of Large Language Models (LLMs), yet structured KG verbalization remains challengin. Existing methods, suc…

FormKnowledge GraphsQuestion Answering

Graph Construction and Matching for Imperative Programs using Neural and Structural Methods

2026-04-29 · Arshad Beg, Diarmuid O'Donoghue, Rosemary Monahan arxiv

Reusing verification artefacts requires identifying structural and semantic similarities across programs and their specifications. In this paper, we focus on graph construction as a foundational step toward this goal. We…

Graph Matching