paper-with-me

홈 › Papers

MQAG: Multiple-choice Question Answering and Generation for Assessing Information Consistency in Summarization

2023-01-28 · Potsawee Manakul, Adian Liusie, Mark J. F. Gales

State-of-the-art summarization systems can generate highly fluent summaries. These summaries, however, may contain factual inconsistencies and/or information not present in the source. Hence, an important component of assessing the quality of summaries is to determine whether there is information consistency between the source and the summary. Existing approaches are typically based on lexical matching or representation-based methods. In this work, we introduce an alternative scheme based on standard information-theoretic measures in which the information present in the source and summary is directly compared. We propose a Multiple-choice Question Answering and Generation framework, MQAG, which approximates the information consistency by computing the expected statistical distance between summary and source answer distributions over automatically generated multiple-choice questions. This approach exploits multiple-choice answer probabilities, as predicted answer distributions can be compared. We conduct experiments on four summary evaluation datasets: QAG-CNNDM/XSum, XSum-Hallucination, Podcast Assessment, and SummEval. Experiments show that MQAG, using models trained on SQuAD or RACE, outperforms existing evaluation methods on the majority of tasks.

📄 PDF Abstract BibTeX arXiv:2301.12307

Code (2)

potsawee/mqag0 공식 구현 pytorch
potsawee/selfcheckgpt pytorch

Tasks

HallucinationMultiple-choiceQuestion Answering

Similar Papers 제목 키워드 기반

CNN for Text-Based Multiple Choice Question Answering

2018-07-01 · ACL 2018 7 · Akshay Chaturvedi, P, Onkar it, Utpal Garain

The task of Question Answering is at the very core of machine comprehension. In this paper, we propose a Convolutional Neural Network (CNN) model for text-based multiple choice question answering where questions are base…

Multiple-choiceQuestion AnsweringReading ComprehensionSentiment Analysis

Unsupervised multiple-choice question generation for out-of-domain Q&A fine-tuning

2022-05-01 · ACL 2022 5 · Guillaume Le Berre, Christophe Cerisara, Philippe Langlais, Guy Lapalme

Pre-trained models have shown very good performances on a number of question answering benchmarks especially when fine-tuned on multiple question answering datasets at once. In this work, we propose an approach for gener…

Multiple-choiceQuestion AnsweringQuestion GenerationQuestion-Generation

Unsupervised multiple-choice question generation for out-of-domain Q\&A fine-tuning

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Pre-trained models have shown very good performances on a number of question answering benchmarks especially when fine-tuned on multiple question answering datasets at once. In this work, we propose an approach for gener…

Multiple-choiceQuestion AnsweringQuestion GenerationQuestion-Generation

Leaf: Multiple-Choice Question Generation

2022-01-22 · Kristiyan Vachev, Momchil Hardalov, Georgi Karadzhov, Georgi Georgiev 외

Testing with quiz questions has proven to be an effective way to assess and improve the educational process. However, manually creating quizzes is tedious and time-consuming. To address this challenge, we present Leaf, a…

Multiple-choiceQuestion AnsweringQuestion GenerationQuestion-Generation

Mounting Video Metadata on Transformer-based Language Model for Open-ended Video Question Answering

2021-08-11 · Donggeon Lee, SeongHo Choi, Youwon Jang, Byoung-Tak Zhang

Video question answering has recently received a lot of attention from multimodal video researchers. Most video question answering datasets are usually in the form of multiple-choice. But, the model for the multiple-choi…

Language ModelingLanguage ModellingMultiple-choiceOpen-Ended Question Answering+2