ASQ: Automatically Generating Question-Answer Pairs using AMRs
We introduce ASQ, a tool to automatically mine questions and answers from a sentence using the Abstract Meaning Representation (AMR). Previous work has used question-answer pairs to specify the predicate-argument structure of a sentence using natural language, which does not require linguistic expertise or training, and created datasets such as QA-SRL and QAMR, for which the question-answer pair annotations were crowdsourced. Our goal is to build a tool (ASQ) that maps from the traditional meaning representation AMR to a question-answer meaning representation (QMR). This enables construction of QMR datasets automatically in various domains using existing high-quality AMR parsers, and provides an automatic mapping AMR to QMR for ease of understanding by non-experts. A qualitative evaluation of the output generated by ASQ from the AMR 2.0 data shows that the question-answer pairs are natural and valid, and demonstrate good coverage of the content. We run ASQ on the sentences from the QAMR dataset, to observe that the semantic roles in QAMR are also captured by ASQ. We intend to make this tool and the results publicly available for others to use and build upon.
Code (0)
등록된 구현이 없습니다.
Tasks
Abstract Meaning RepresentationSentencevalidSimilar Papers 제목 키워드 기반
Crowdsourcing Question-Answer Meaning Representations
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…
SentenceGenerating Natural Language Question-Answer Pairs from a Knowledge Graph Using a RNN Based Question Generation Model
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-GenerationNot an Interlingua, But Close: Comparison of English AMRs to Chinese and Czech
Abstract Meaning Representations (AMRs) are rooted, directional and labeled graphs that abstract away from morpho-syntactic idiosyncrasies such as word category (verbs and nouns), word order, and function words (determin…
Machine TranslationSemantic ParsingSemantic Role LabelingTranslationTraining IBM Watson using Automatically Generated Question-Answer Pairs
IBM Watson is a cognitive computing system capable of question answering in natural languages. It is believed that IBM Watson can understand large corpora and answer relevant questions more effectively than any other que…
Answer GenerationQuestion-Answer-GenerationQuestion AnsweringExploiting Abstract Meaning Representation for Open-Domain Question Answering
The Open-Domain Question Answering (ODQA) task involves retrieving and subsequently generating answers from fine-grained relevant passages within a database. Current systems leverage Pretrained Language Models (PLMs) to …
Abstract Meaning RepresentationDiversityGraph Neural NetworkNatural Questions+3