paper-with-me

홈 › Papers

Investigating the Robustness of Natural Language Generation from Logical Forms via Counterfactual Samples

2022-10-16 · Chengyuan Liu, Leilei Gan, Kun Kuang, Fei Wu

The aim of Logic2Text is to generate controllable and faithful texts conditioned on tables and logical forms, which not only requires a deep understanding of the tables and logical forms, but also warrants symbolic reasoning over the tables. State-of-the-art methods based on pre-trained models have achieved remarkable performance on the standard test dataset. However, we question whether these methods really learn how to perform logical reasoning, rather than just relying on the spurious correlations between the headers of the tables and operators of the logical form. To verify this hypothesis, we manually construct a set of counterfactual samples, which modify the original logical forms to generate counterfactual logical forms with rarely co-occurred table headers and logical operators. SOTA methods give much worse results on these counterfactual samples compared with the results on the original test dataset, which verifies our hypothesis. To deal with this problem, we firstly analyze this bias from a causal perspective, based on which we propose two approaches to reduce the model's reliance on the shortcut. The first one incorporates the hierarchical structure of the logical forms into the model. The second one exploits automatically generated counterfactual data for training. Automatic and manual experimental results on the original test dataset and the counterfactual dataset show that our method is effective to alleviate the spurious correlation. Our work points out the weakness of previous methods and takes a further step toward developing Logic2Text models with real logical reasoning ability.

📄 PDF Abstract BibTeX arXiv:2210.08548

Code (2)

liuchengyuan123/l2tviacounterfactualsamples 공식 구현 pytorch
2023-MindSpore-4/Code12/tree/main/ganleilei/L2TviaCounterfactualSamples-main-main mindspore

Tasks

counterfactualLogical ReasoningText Generation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Investigating and Addressing Hallucinations of LLMs in Tasks Involving Negation

2024-06-08 · Neeraj Varshney, Satyam Raj, Venkatesh Mishra, Agneet Chatterjee 외

Large Language Models (LLMs) have achieved remarkable performance across a wide variety of natural language tasks. However, they have been shown to suffer from a critical limitation pertinent to 'hallucination' in their …

Abstractive Text SummarizationDialogue GenerationHallucinationLogical Reasoning+3

Context-sensitive Natural Language Generation for robot-assisted second language tutoring

2018-11-01 · WS 2018 11 · Bram Willemsen, Jan de Wit, Emiel Krahmer, Mirjam de Haas 외

This paper describes the L2TOR intelligent tutoring system (ITS), focusing primarily on its output generation module. The L2TOR ITS is developed for the purpose of investigating the efficacy of robot-assisted second lang…

Text Generation

Can Transformers Reason in Fragments of Natural Language?

2022-11-10 · Viktor Schlegel, Kamen V. Pavlov, Ian Pratt-Hartmann

State-of-the-art deep-learning-based approaches to Natural Language Processing (NLP) are credited with various capabilities that involve reasoning with natural language texts. In this paper we carry out a large-scale emp…

valid

Investigating the Robustness of Deductive Reasoning with Large Language Models

2025-02-04 · Fabian Hoppe, Filip Ilievski, Jan-Christoph Kalo

Large Language Models (LLMs) have been shown to achieve impressive results for many reasoning-based Natural Language Processing (NLP) tasks, suggesting a degree of deductive reasoning capability. However, it remains uncl…

counterfactual

Evaluating Out-of-Distribution Detectors Through Adversarial Generation of Outliers

2022-08-20 · Sangwoong Yoon, Jinwon Choi, Yonghyeon LEE, Yung-Kyun Noh 외

A reliable evaluation method is essential for building a robust out-of-distribution (OOD) detector. Current robustness evaluation protocols for OOD detectors rely on injecting perturbations to outlier data. However, the …