中文
相关论文

相关论文: Generating Adequate Distractors for Multiple-Choic…

200 篇论文

A well-known issue with Retrieval Augmented Generation (RAG) is that retrieved passages that are irrelevant to the query sometimes distract the answer-generating LLM, causing it to provide an incorrect response. In this paper, we shed light…

计算与语言 · 计算机科学 2025-10-29 Chen Amiraz , Florin Cuconasu , Simone Filice , Zohar Karnin

Question generation (QG) is the task of generating a valid and fluent question based on a given context and the target answer. According to various purposes, even given the same context, instructors can ask questions about different…

计算与语言 · 计算机科学 2023-05-29 Shinhyeok Oh , Hyojun Go , Hyeongdon Moon , Yunsung Lee , Myeongho Jeong , Hyun Seung Lee , Seungtaek Choi

Building training-ready multi-hop question answering (QA) datasets that truly stress a model's retrieval and reasoning abilities remains highly challenging recently. While there have been a few recent evaluation datasets that capture the…

人工智能 · 计算机科学 2025-11-26 Bingsen Qiu , Zijian Liu , Xiao Liu , Bingjie Wang , Feier Zhang , Yixuan Qin , Chunyan Li , Haoshen Yang , Zeren Gao

Retrieval augmented generation (RAG) with large language models (LLMs) for Question Answering (QA) entails furnishing relevant context within the prompt to facilitate the LLM in answer generation. During the generation, inaccuracies or…

计算与语言 · 计算机科学 2024-07-16 Barah Fazili , Koustava Goswami , Natwar Modani , Inderjeet Nair

Neural network-based methods represent the state-of-the-art in question generation from text. Existing work focuses on generating only questions from text without concerning itself with answer generation. Moreover, our analysis shows that…

计算与语言 · 计算机科学 2018-03-13 Vishwajeet Kumar , Kireeti Boorla , Yogesh Meena , Ganesh Ramakrishnan , Yuan-Fang Li

Multiple-choice reading and listening comprehension tests are an important part of language assessment. Content creators for standard educational tests need to carefully curate questions that assess the comprehension abilities of candidates…

计算与语言 · 计算机科学 2023-07-04 Vatsal Raina , Adian Liusie , Mark Gales

Multi-hop QA requires reasoning over multiple supporting facts to answer the question. However, the existing QA models always rely on shortcuts, e.g., providing the true answer by only one fact, rather than multi-hop reasoning, which is…

人工智能 · 计算机科学 2022-10-14 Wangzhen Guo , Qinkang Gong , Hanjiang Lai

Existing question answering (QA) systems owe much of their success to large, high-quality training data. Such annotation efforts are costly, and the difficulty compounds in the cross-lingual setting. Therefore, prior cross-lingual QA work…

计算与语言 · 计算机科学 2023-10-18 Bryan Li , Chris Callison-Burch

Generating diverse questions for given images is an important task for computational education, entertainment and AI assistants. Different from many conventional prediction techniques is the need for algorithms to generate a diverse set of…

计算机视觉与模式识别 · 计算机科学 2017-04-13 Unnat Jain , Ziyu Zhang , Alexander Schwing

To test incomplete search algorithms for constraint satisfaction problems such as 3-SAT, we need a source of hard, but satisfiable, benchmark instances. A simple way to do this is to choose a random truth assignment A, and then choose…

人工智能 · 计算机科学 2011-11-09 Haixia Jia , Cristopher Moore , Doug Strain

We study the problem of generating arithmetic math word problems (MWPs) given a math equation that specifies the mathematical computation and a context that specifies the problem scenario. Existing approaches are prone to generating MWPs…

计算与语言 · 计算机科学 2021-09-13 Zichao Wang , Andrew S. Lan , Richard G. Baraniuk

Generating diverse sequences is important in many NLP applications such as question generation or summarization that exhibit semantically one-to-many relationships between source and the target sequences. We present a method to explicitly…

计算与语言 · 计算机科学 2019-09-05 Jaemin Cho , Minjoon Seo , Hannaneh Hajishirzi

Language understanding must identify the logical connections between events in a discourse, but core events are often unstated due to their commonsense nature. This paper fills in these missing events by generating precondition events.…

计算与语言 · 计算机科学 2021-06-15 Heeyoung Kwon , Nathanael Chambers , Niranjan Balasubramanian

Quiz design is a tedious process that teachers undertake to evaluate the acquisition of knowledge by students. Our goal in this paper is to automate quiz composition from a set of multiple choice questions (MCQs). We formalize a generic…

Asking good questions is an essential ability for both human and machine intelligence. However, existing neural question generation approaches mainly focus on the short factoid type of answers. In this paper, we propose a neural question…

计算与语言 · 计算机科学 2022-06-01 Lidiya Murakhovs'ka , Chien-Sheng Wu , Philippe Laban , Tong Niu , Wenhao Liu , Caiming Xiong

We propose a general method for automated word puzzle generation. Contrary to previous approaches in this novel field, the presented method does not rely on highly structured datasets obtained with serious human annotation effort: it only…

计算与语言 · 计算机科学 2012-06-05 Balazs Pinter , Gyula Voros , Zoltan Szabo , Andras Lorincz

Question Generation (QG) is an essential component of the automatic intelligent tutoring systems, which aims to generate high-quality questions for facilitating the reading practice and assessments. However, existing QG technologies…

计算与语言 · 计算机科学 2020-12-14 Xin Jia , Wenjie Zhou , Xu Sun , Yunfang Wu

Automatic question answering is an important yet challenging task in E-commerce given the millions of questions posted by users about the product that they are interested in purchasing. Hence, there is a great demand for automatic answer…

计算与语言 · 计算机科学 2025-07-14 Anand A. Rajasekar , Nikesh Garera

Integrating Artificial Intelligence (AI) in educational settings has brought new learning approaches, transforming the practices of both students and educators. Among the various technologies driving this transformation, Large Language…

计算与语言 · 计算机科学 2025-06-06 Giorgio Biancini , Alessio Ferrato , Carla Limongelli

We introduce a novel retrieval-augmented generation (RAG) framework tailored for multihop question answering. First, our system uses large language model (LLM) to decompose complex multihop questions into a sequence of single-hop…

计算与语言 · 计算机科学 2025-08-14 Seokgi Lee