paper-with-me

Papers

ASQ: Automatically Generating Question-Answer Pairs using AMRs

2021-05-20 · Geetanjali Rakshit, Jeffrey Flanigan

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.

📄 PDF Abstract BibTeX arXiv:2105.10023

Code (0)

등록된 구현이 없습니다.

Tasks

Abstract Meaning RepresentationSentencevalid

Similar Papers 제목 키워드 기반

Crowdsourcing Question-Answer Meaning Representations

2017-11-16 · NAACL 2018 6 · Julian Michael, Gabriel Stanovsky, Luheng He, Ido Dagan 외

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…

Sentence

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

Not an Interlingua, But Close: Comparison of English AMRs to Chinese and Czech

2014-05-01 · LREC 2014 5 · Nianwen Xue, Ond{\v{r}}ej Bojar, Jan Haji{\v{c}}, Martha Palmer 외

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 LabelingTranslation

Training IBM Watson using Automatically Generated Question-Answer Pairs

2016-11-12 · Jangho Lee, Gyuwan Kim, Jaeyoon Yoo, Changwoo Jung 외

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 Answering

Exploiting Abstract Meaning Representation for Open-Domain Question Answering

2023-05-26 · Cunxiang Wang, Zhikun Xu, Qipeng Guo, Xiangkun Hu 외

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