paper-with-me

Papers

Document-level Event Factuality Identification via Machine Reading Comprehension Frameworks with Transfer Learning

2022-10-01 · COLING 2022 10 · Zhong Qian, Heng Zhang, Peifeng Li, Qiaoming Zhu, Guodong Zhou

Document-level Event Factuality Identification (DEFI) predicts the factuality of a specific event based on a document from which the event can be derived, which is a fundamental and crucial task in Natural Language Processing (NLP). However, most previous studies only considered sentence-level task and did not adopt document-level knowledge. Moreover, they modelled DEFI as a typical text classification task depending on annotated information heavily, and limited to the task-specific corpus only, which resulted in data scarcity. To tackle these issues, we propose a new framework formulating DEFI as Machine Reading Comprehension (MRC) tasks considering both Span-Extraction (Ext) and Multiple-Choice (Mch). Our model does not employ any other explicit annotated information, and utilizes Transfer Learning (TL) to extract knowledge from universal large-scale MRC corpora for cross-domain data augmentation. The empirical results on DLEFM corpus demonstrate that the proposed model outperforms several state-of-the-arts.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationMachine Reading ComprehensionMultiple-choiceReading ComprehensionSentencetext-classificationText ClassificationTransfer Learning

Similar Papers 제목 키워드 기반

Document-Level Event Factuality Identification via Adversarial Neural Network

2019-06-01 · NAACL 2019 6 · Zhong Qian, Peifeng Li, Qiaoming Zhu, Guodong Zhou

Document-level event factuality identification is an important subtask in event factuality and is crucial for discourse understanding in Natural Language Processing (NLP). Previous studies mainly suffer from the scarcity…

Sentence

Uncertain Local-to-Global Networks for Document-Level Event Factuality Identification

2021-11-01 · EMNLP 2021 11 · Pengfei Cao, Yubo Chen, Yuqing Yang, Kang Liu 외

Event factuality indicates the degree of certainty about whether an event occurs in the real world. Existing studies mainly focus on identifying event factuality at sentence level, which easily leads to conflicts between…

Sentence

FactGraph: Evaluating Factuality in Summarization with Semantic Graph Representations

2022-04-13 · NAACL 2022 7 · Leonardo F. R. Ribeiro, Mengwen Liu, Iryna Gurevych, Markus Dreyer 외

Despite recent improvements in abstractive summarization, most current approaches generate summaries that are not factually consistent with the source document, severely restricting their trust and usage in real-world ap…

Abstractive Text SummarizationARC

Modeling Document-level Causal Structures for Event Causal Relation Identification

2019-06-01 · NAACL 2019 6 · Lei Gao, Prafulla Kumar Choubey, Ruihong Huang

We aim to comprehensively identify all the event causal relations in a document, both within a sentence and across sentences, which is important for reconstructing pivotal event structures. The challenges we identified a…

RelationSentence

Identifying the Source of Generation for Large Language Models

2024-07-05 · Bumjin Park, Jaesik Choi

Large language models (LLMs) memorize text from several sources of documents. In pretraining, LLM trains to maximize the likelihood of text but neither receives the source of the text nor memorizes the source. Accordingl…