paper-with-me

Papers

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 QAPs via meta-sequence representations of sentences. A meta sequence is a sequence of vectors comprising semantic and syntactic tags. In particular, we devise a scheme called MetaQA to learn meta sequences from training data to form pairs of a meta sequence for a declarative sentence (MD) and a corresponding interrogative sentence (MIs). On a given declarative sentence, a trained MetaQA model converts it to a meta sequence, finds a matched MD, and uses the corresponding MIs and the input sentence to generate QAPs. We implement MetaQA for the English language using semantic-role labeling, part-of-speech tagging, and named-entity recognition, and show that trained on a small dataset, MetaQA generates efficiently over the official SAT practice reading tests a large number of syntactically and semantically correct QAPs with over 97\% accuracy.

📄 PDF Abstract BibTeX arXiv:2010.01620

Code (0)

등록된 구현이 없습니다.

Tasks

Multiple-choicenamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Part-Of-Speech TaggingReading ComprehensionSemantic Role LabelingSentence

Similar Papers 제목 키워드 기반

Automatic Generation of Multiple-Choice Questions

2023-03-25 · Cheng Zhang

Creating multiple-choice questions to assess reading comprehension of a given article involves generating question-answer pairs (QAPs) and adequate distractors. We present two methods to tackle the challenge of QAP gener…

Multiple-choicePart-Of-Speech TaggingQuestion GenerationQuestion-Generation+4

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 …

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Semantic Role Labeling+2

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

Answering Questions by Meta-Reasoning over Multiple Chains of Thought

2023-04-25 · Ori Yoran, Tomer Wolfson, Ben Bogin, Uri Katz 외

Modern systems for multi-hop question answering (QA) typically break questions into a sequence of reasoning steps, termed chain-of-thought (CoT), before arriving at a final answer. Often, multiple chains are sampled and …

Multi-hop Question AnsweringQuestion Answering

Generating Adequate Distractors for Multiple-Choice Questions

2020-10-23 · Cheng Zhang, Yicheng Sun, Hejia Chen, Jie Wang

This paper presents a novel approach to automatic generation of adequate distractors for a given question-answer pair (QAP) generated from a given article to form an adequate multiple-choice question (MCQ). Our method is…

FormMultiple-choicePart-Of-Speech TaggingSemantic Role Labeling+1