paper-with-me

Papers

Tag-Set-Sequence Learning for Generating Question-Answer Pairs

2022-10-20 · Cheng Zhang, Jie Wang

Transformer-based QG models can generate question-answer pairs (QAPs) with high qualities, but may also generate silly questions for certain texts. We present a new method called tag-set sequence learning to tackle this problem, where a tag-set sequence is a sequence of tag sets to capture the syntactic and semantic information of the underlying sentence, and a tag set consists of one or more language feature tags, including, for example, semantic-role-labeling, part-of-speech, named-entity-recognition, and sentiment-indication tags. We construct a system called TSS-Learner to learn tag-set sequences from given declarative sentences and the corresponding interrogative sentences, and derive answers to the latter. We train a TSS-Learner model for the English language using a small training dataset and show that it can indeed generate adequate QAPs for certain texts that transformer-based models do poorly. Human evaluation on the QAPs generated by TSS-Learner over SAT practice reading tests is encouraging.

📄 PDF Abstract BibTeX arXiv:2210.11608

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Semantic Role LabelingSentenceTAG

Similar Papers 제목 키워드 기반

Generating Natural Language Question-Answer Pairs from a Knowledge Graph Using a RNN Based Question Generation Model

2017-04-01 · EACL 2017 4 · Sathish Reddy, Dinesh Raghu, Mitesh M. Khapra, Sachindra Joshi

In recent years, knowledge graphs such as Freebase that capture facts about entities and relationships between them have been used actively for answering factoid questions. In this paper, we explore the problem of automa…

Knowledge GraphsQuestion AnsweringQuestion GenerationQuestion-Generation

Meta Sequence Learning for Generating Adequate Question-Answer Pairs

2020-10-04 · Cheng Zhang, Jie Wang

Creating multiple-choice questions to assess reading comprehension of a given article involves generating question-answer pairs (QAPs) on the main points of the document. We present a learning scheme to generate adequate…

Multiple-choicenamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+4

Automating Reading Comprehension by Generating Question and Answer Pairs

2018-03-07 · Vishwajeet Kumar, Kireeti Boorla, Yogesh Meena, Ganesh Ramakrishnan 외

Neural network-based methods represent the state-of-the-art in question generation from text. Existing work focuses on generating only questions from text without concerning itself with answer generation. Moreover, our a…

Answer GenerationQuestion GenerationQuestion-GenerationReading Comprehension+1

An Empirical Comparison of LM-based Question and Answer Generation Methods

2023-05-26 · Asahi Ushio, Fernando Alva-Manchego, Jose Camacho-Collados

Question and answer generation (QAG) consists of generating a set of question-answer pairs given a context (e.g. a paragraph). This task has a variety of applications, such as data augmentation for question answering (QA…

Answer GenerationData AugmentationInformation RetrievalLanguage Modeling+3

Generating Responses that Reflect Meta Information in User-Generated Question Answer Pairs

2020-05-01 · LREC 2020 5 · Takashi Kodama, Ryuichiro Higashinaka, Koh Mitsuda, Ryo Masumura 외

This paper concerns the problem of realizing consistent personalities in neural conversational modeling by using user generated question-answer pairs as training data. Using the framework of role play-based question answ…

Question Answering