paper-with-me

홈 › Papers

Improving Robustness by Augmenting Training Sentences with Predicate-Argument Structures

2020-10-23 · Nafise Sadat Moosavi, Marcel de Boer, Prasetya Ajie Utama, Iryna Gurevych

Existing NLP datasets contain various biases, and models tend to quickly learn those biases, which in turn limits their robustness. Existing approaches to improve robustness against dataset biases mostly focus on changing the training objective so that models learn less from biased examples. Besides, they mostly focus on addressing a specific bias, and while they improve the performance on adversarial evaluation sets of the targeted bias, they may bias the model in other ways, and therefore, hurt the overall robustness. In this paper, we propose to augment the input sentences in the training data with their corresponding predicate-argument structures, which provide a higher-level abstraction over different realizations of the same meaning and help the model to recognize important parts of sentences. We show that without targeting a specific bias, our sentence augmentation improves the robustness of transformer models against multiple biases. In addition, we show that models can still be vulnerable to the lexical overlap bias, even when the training data does not contain this bias, and that the sentence augmentation also improves the robustness in this scenario. We will release our adversarial datasets to evaluate bias in such a scenario as well as our augmentation scripts at https://github.com/UKPLab/data-augmentation-for-robustness.

📄 PDF Abstract BibTeX arXiv:2010.12510

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationSentence

Similar Papers 제목 키워드 기반

Evaluating Universal Dependency Parser Recovery of Predicate Argument Structure via CompChain Analysis

2021-08-01 · Joint Conference on Lexical and Computational Semantics 2021 · Sagar Indurkhya, Beracah Yankama, Robert C. Berwick

Accurate recovery of predicate-argument structure from a Universal Dependency (UD) parse is central to downstream tasks such as extraction of semantic roles or event representations. This study introduces compchains, a c…

Dependency Parsing

On abstract F-systems. A graph-theoretic model for paradoxes involving a falsity predicate and its application to argumentation frameworks

2020-05-14 · Gustavo A. Bodanza

F-systems are digraphs that enable to model sentences that predicate the falsity of other sentences. Paradoxes like the Liar and Yablo's can be analyzed with that tool to find graph-theoretic patterns. In this paper we p…

Sentence

Crowdsourcing Question-Answer Meaning Representations

2017-11-16 · NAACL 2018 6 · Julian Michael, Gabriel Stanovsky, Luheng He, Ido Dagan 외

We introduce Question-Answer Meaning Representations (QAMRs), which represent the predicate-argument structure of a sentence as a set of question-answer pairs. We also develop a crowdsourcing scheme to show that QAMRs ca…

Sentence

SRLGRN: Semantic Role Labeling Graph Reasoning Network

2020-10-07 · EMNLP 2020 11 · Chen Zheng, Parisa Kordjamshidi

This work deals with the challenge of learning and reasoning over multi-hop question answering (QA). We propose a graph reasoning network based on the semantic structure of the sentences to learn cross paragraph reasonin…

Multi-hop Question AnsweringQuestion AnsweringSemantic Role LabelingSentence

Learning Semantic Structure through First-Order-Logic Translation

2024-10-04 · Akshay Chaturvedi, Nicholas Asher

In this paper, we study whether transformer-based language models can extract predicate argument structure from simple sentences. We firstly show that language models sometimes confuse which predicates apply to which obj…

Question AnsweringTranslation