paper-with-me

홈 › Papers

Improving Unsupervised Question Answering via Summarization-Informed Question Generation

2021-09-16 · EMNLP 2021 11 · Chenyang Lyu, Lifeng Shang, Yvette Graham, Jennifer Foster, Xin Jiang, Qun Liu

Question Generation (QG) is the task of generating a plausible question for a given <passage, answer> pair. Template-based QG uses linguistically-informed heuristics to transform declarative sentences into interrogatives, whereas supervised QG uses existing Question Answering (QA) datasets to train a system to generate a question given a passage and an answer. A disadvantage of the heuristic approach is that the generated questions are heavily tied to their declarative counterparts. A disadvantage of the supervised approach is that they are heavily tied to the domain/language of the QA dataset used as training data. In order to overcome these shortcomings, we propose an unsupervised QG method which uses questions generated heuristically from summaries as a source of training data for a QG system. We make use of freely available news summary data, transforming declarative summary sentences into appropriate questions using heuristics informed by dependency parsing, named entity recognition and semantic role labeling. The resulting questions are then combined with the original news articles to train an end-to-end neural QG model. We extrinsically evaluate our approach using unsupervised QA: our QG model is used to generate synthetic QA pairs for training a QA model. Experimental results show that, trained with only 20k English Wikipedia-based synthetic QA pairs, the QA model substantially outperforms previous unsupervised models on three in-domain datasets (SQuAD1.1, Natural Questions, TriviaQA) and three out-of-domain datasets (NewsQA, BioASQ, DuoRC), demonstrating the transferability of the approach.

📄 PDF Abstract BibTeX arXiv:2109.07954

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesDependency Parsingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Natural QuestionsQuestion AnsweringQuestion GenerationQuestion-GenerationSemantic Role LabelingTriviaQA

Similar Papers 제목 키워드 기반

Evaluation of Transfer Learning for Polish with a text-to-text model

2021-10-16 · ACL ARR October 2021 10 · Anonymous

We present polT - a general purpose text-to-text model for Polish that can be fine-tuned on a variety on Natural Language Processing (NLP) tasks with a single training objective. Unsupervised denoising pre-training is pe…

DecoderDenoisingMachine TranslationQuestion Answering+2

NLM at MEDIQA 2021: Transfer Learning-based Approaches for Consumer Question and Multi-Answer Summarization

2021-06-01 · NAACL (BioNLP) 2021 6 · Shweta Yadav, Mourad Sarrouti, Deepak Gupta

The quest for seeking health information has swamped the web with consumers’ healthrelated questions, which makes the need for efficient and reliable question answering systems more pressing. The consumers’ questions, ho…

DescriptiveQuestion AnsweringRetrievalTransfer Learning

Hindi History Note Generation with Unsupervised Extractive Summarization

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Aayush Shah, Dhineshkumar Ramasubbu, Dhruv Mathew, Meet Chetan Gadoya

In this work, the task of extractive single document summarization applied to an education setting to generate summaries of chapters from grade 10 Hindi history textbooks is undertaken. Unsupervised approaches to extract…

Document SummarizationExtractive SummarizationUnsupervised Extractive Summarization

Evaluation of Transfer Learning for Polish with a Text-to-Text Model

2022-05-18 · LREC 2022 6 · Aleksandra Chrabrowa, Łukasz Dragan, Karol Grzegorczyk, Dariusz Kajtoch 외

We introduce a new benchmark for assessing the quality of text-to-text models for Polish. The benchmark consists of diverse tasks and datasets: KLEJ benchmark adapted for text-to-text, en-pl translation, summarization, a…

DecoderDenoisingQuestion AnsweringTransfer Learning

MATINF: A Jointly Labeled Large-Scale Dataset for Classification, Question Answering and Summarization

2020-04-26 · ACL 2020 6 · Canwen Xu, Jiaxin Pei, Hongtao Wu, Yiyu Liu 외

Recently, large-scale datasets have vastly facilitated the development in nearly all domains of Natural Language Processing. However, there is currently no cross-task dataset in NLP, which hinders the development of mult…

ClassificationGeneral ClassificationMulti-Task LearningQuestion Answering