paper-with-me

Papers

Automatically Generating Cause-and-Effect Questions from Passages

2021-04-01 · EACL (BEA) 2021 4 · Katherine Stasaski, Manav Rathod, Tony Tu, Yunfang Xiao, Marti A. Hearst

Automated question generation has the potential to greatly aid in education applications, such as online study aids to check understanding of readings. The state-of-the-art in neural question generation has advanced greatly, due in part to the availability of large datasets of question-answer pairs. However, the questions generated are often surface-level and not challenging for a human to answer. To develop more challenging questions, we propose the novel task of cause-and-effect question generation. We build a pipeline that extracts causal relations from passages of input text, and feeds these as input to a state-of-the-art neural question generator. The extractor is based on prior work that classifies causal relations by linguistic category (Cao et al., 2016; Altenberg, 1984). This work results in a new, publicly available collection of cause-and-effect questions. We evaluate via both automatic and manual metrics and find performance improves for both question generation and question answering when we utilize a small auxiliary data source of cause-and-effect questions for fine-tuning. Our approach can be easily applied to generate cause-and-effect questions from other text collections and educational material, allowing for adaptable large-scale generation of cause-and-effect questions.

📄 PDF Abstract BibTeX

Code (1)

kstats/causalqg 공식 구현

Tasks

Question AnsweringQuestion GenerationQuestion-Generation

Similar Papers 제목 키워드 기반

Conversational QA Dataset Generation with Answer Revision

2022-09-23 · COLING 2022 10 · Seonjeong Hwang, Gary Geunbae Lee

Conversational question--answer generation is a task that automatically generates a large-scale conversational question answering dataset based on input passages. In this paper, we introduce a novel framework that extrac…

Answer GenerationConversational Question AnsweringDataset GenerationDomain Adaptation+2

Asking Clarification Questions to Handle Ambiguity in Open-Domain QA

2023-05-23 · Dongryeol Lee, Segwang Kim, Minwoo Lee, Hwanhee Lee 외

Ambiguous questions persist in open-domain question answering, because formulating a precise question with a unique answer is often challenging. Previously, Min et al. (2020) have tackled this issue by generating disambi…

Open-Domain Question AnsweringQuestion Answering

Question Decomposition for Retrieval-Augmented Generation

2025-07-01 · Paul J. L. Ammann, Jonas Golde, Alan Akbik arxiv

Grounding large language models (LLMs) in verifiable external sources is a well-established strategy for generating reliable answers. Retrieval-augmented generation (RAG) is one such approach, particularly effective for …

Question AnsweringAnswer Generation

RIRAG: Regulatory Information Retrieval and Answer Generation

2024-09-09 · Tuba Gokhan, Kexin Wang, Iryna Gurevych, Ted Briscoe

Regulatory documents, issued by governmental regulatory bodies, establish rules, guidelines, and standards that organizations must adhere to for legal compliance. These documents, characterized by their length, complexit…

Answer GenerationInformation RetrievalQuestion AnsweringRetrieval

Question Generation by Transformers

2019-09-09 · Kettip Kriangchaivech, Artit Wangperawong

A machine learning model was developed to automatically generate questions from Wikipedia passages using transformers, an attention-based model eschewing the paradigm of existing recurrent neural networks (RNNs). The mod…

ArticlesQuestion AnsweringQuestion GenerationQuestion-Generation+1