paper-with-me

Papers

Towards Diverse and Effective Question-Answer Pair Generation from Children Storybooks

2023-06-11 · Sugyeong Eo, Hyeonseok Moon, Jinsung Kim, Yuna Hur, Jeongwook Kim, Songeun Lee, Changwoo Chun, Sungsoo Park, Heuiseok Lim

Recent advances in QA pair generation (QAG) have raised interest in applying this technique to the educational field. However, the diversity of QA types remains a challenge despite its contributions to comprehensive learning and assessment of children. In this paper, we propose a QAG framework that enhances QA type diversity by producing different interrogative sentences and implicit/explicit answers. Our framework comprises a QFS-based answer generator, an iterative QA generator, and a relevancy-aware ranker. The two generators aim to expand the number of candidates while covering various types. The ranker trained on the in-context negative samples clarifies the top-N outputs based on the ranking score. Extensive evaluations and detailed analyses demonstrate that our approach outperforms previous state-of-the-art results by significant margins, achieving improved diversity and quality. Our task-oriented processes are consistent with real-world demand, which highlights our system's high applicability.

📄 PDF Abstract BibTeX arXiv:2306.06605

Code (1)

sugyeonge/towards-diverse-qag 공식 구현 pytorch

Tasks

Diversity

Similar Papers 제목 키워드 기반

Diversity and Consistency: Exploring Visual Question-Answer Pair Generation

2021-11-01 · Findings (EMNLP) 2021 11 · Sen yang, Qingyu Zhou, Dawei Feng, Yang Liu 외

Although showing promising values to downstream applications, generating question and answer together is under-explored. In this paper, we introduce a novel task that targets question-answer pair generation from visual i…

DiversityQuestion AnsweringQuestion GenerationQuestion-Generation+3

Asking Questions the Human Way: Scalable Question-Answer Generation from Text Corpus

2020-01-27 · Bang Liu, Haojie Wei, Di Niu, Haolan Chen 외

The ability to ask questions is important in both human and machine intelligence. Learning to ask questions helps knowledge acquisition, improves question-answering and machine reading comprehension tasks, and helps a ch…

Answer GenerationChatbotMachine Reading ComprehensionQuestion-Answer-Generation+4

How to Build Robust FAQ Chatbot with Controllable Question Generator?

2021-11-18 · Yan Pan, Mingyang Ma, Bernhard Pflugfelder, Georg Groh

Many unanswerable adversarial questions fool the question-answer (QA) system with some plausible answers. Building a robust, frequently asked questions (FAQ) chatbot needs a large amount of diverse adversarial examples. …

ChatbotDiversityPassage RetrievalQuestion Generation+3

Explicit Diversity Conditions for Effective Question Answer Generation with Large Language Models

2024-06-26 · Vikas Yadav, Hyuk Joon Kwon, Vijay Srinivasan, Hongxia Jin

Question Answer Generation (QAG) is an effective data augmentation technique to improve the accuracy of question answering systems, especially in low-resource domains. While recent pretrained and large language model-bas…

Answer GenerationData AugmentationDiversityLanguage Modeling+4

CliniQG4QA: Generating Diverse Questions for Domain Adaptation of Clinical Question Answering

2020-10-30 · Xiang Yue, Xinliang Frederick Zhang, Ziyu Yao, Simon Lin 외

Clinical question answering (QA) aims to automatically answer questions from medical professionals based on clinical texts. Studies show that neural QA models trained on one corpus may not generalize well to new clinical…

Domain AdaptationQuestion AnsweringQuestion GenerationQuestion-Generation