中文
相关论文

相关论文: A Generative Approach to Question Answering

200 篇论文

Automatic question generation according to an answer within the given passage is useful for many applications, such as question answering system, dialogue system, etc. Current neural-based methods mostly take two steps which extract several…

计算与语言 · 计算机科学 2019-07-02 Yutong Wang , Jiyuan Zheng , Qijiong Liu , Zhou Zhao , Jun Xiao , Yueting Zhuang

Recent advances in neural sequence-to-sequence models have led to promising results for several language generation-based tasks, including dialogue response generation, summarization, and machine translation. However, these models are known…

计算与语言 · 计算机科学 2019-08-29 Semih Yavuz , Abhinav Rastogi , Guan-Lin Chao , Dilek Hakkani-Tur

The answer-agnostic question generation is a significant and challenging task, which aims to automatically generate questions for a given sentence but without an answer. In this paper, we propose two new strategies to deal with this task:…

计算与语言 · 计算机科学 2020-05-26 Xiuyu Wu , Nan Jiang , Yunfang Wu

Question answering over knowledge graphs (KGQA) has evolved from simple single-fact questions to complex questions that require graph traversal and aggregation. We propose a novel approach for complex KGQA that uses unsupervised message…

计算与语言 · 计算机科学 2019-08-20 Svitlana Vakulenko , Javier David Fernandez Garcia , Axel Polleres , Maarten de Rijke , Michael Cochez

Knowledge-based visual question answering (KB-VQA) requires vision-language models to understand images and use external knowledge, especially for rare entities and long-tail facts. Most existing retrieval-augmented generation (RAG) methods…

计算机视觉与模式识别 · 计算机科学 2026-04-10 Zhuohong Chen , Zhenxian Wu , Yunyao Yu , Hangrui Xu , Zirui Liao , Zhifang Liu , Xiangwen Deng , Pen Jiao , Haoqian Wang

We present Multiple-Question Multiple-Answer (MQMA), a novel approach to do text-VQA in encoder-decoder transformer models. The text-VQA task requires a model to answer a question by understanding multi-modal content: text (typically from…

计算机视觉与模式识别 · 计算机科学 2023-11-16 Peng Tang , Srikar Appalaraju , R. Manmatha , Yusheng Xie , Vijay Mahadevan

The field of visual question answering (VQA) has recently seen a surge in research focused on providing explanations for predicted answers. However, current systems mostly rely on separate models to predict answers and generate…

计算与语言 · 计算机科学 2023-02-14 Chenxi Whitehouse , Tillman Weyde , Pranava Madhyastha

Multiple-choice machine reading comprehension is difficult task as its required machines to select the correct option from a set of candidate or possible options using the given passage and question.Reading Comprehension with Multiple…

计算与语言 · 计算机科学 2020-03-19 Vaishali Ingale , Pushpender Singh

Generating syntactically and semantically valid and relevant questions from paragraphs is useful with many applications. Manual generation is a labour-intensive task, as it requires the reading, parsing and understanding of long passages of…

计算与语言 · 计算机科学 2019-09-05 Vishwajeet Kumar , Sivaanandh Muneeswaran , Ganesh Ramakrishnan , Yuan-Fang Li

In recent years, there have been amazing advances in deep learning methods for machine reading. In machine reading, the machine reader has to extract the answer from the given ground truth paragraph. Recently, the state-of-the-art machine…

计算与语言 · 计算机科学 2018-04-13 Phu Mon Htut , Samuel R. Bowman , Kyunghyun Cho

Visual Question Answering (VQA) is a challenging task that has received increasing attention from both the computer vision and the natural language processing communities. Given an image and a question in natural language, it requires…

计算机视觉与模式识别 · 计算机科学 2016-07-21 Qi Wu , Damien Teney , Peng Wang , Chunhua Shen , Anthony Dick , Anton van den Hengel

Using questions in written text is an effective strategy to enhance readability. However, what makes an active reading question good, what the linguistic role of these questions is, and what is their impact on human reading remains…

计算与语言 · 计算机科学 2024-07-30 Peng Cui , Vilém Zouhar , Xiaoyu Zhang , Mrinmaya Sachan

In this research, we combine Transformer-based relation extraction with matching of knowledge graphs (KGs) and apply them to answering multiple-choice questions (MCQs) while maintaining the traceability of the output process. KGs are…

计算与语言 · 计算机科学 2025-11-19 Naoki Shimoda , Akihiro Yamamoto

Recent advances have enabled the extraction of vectorized features from digital historical maps. To fully leverage this information, however, the extracted features must be organized in a structured and meaningful way that supports…

信息检索 · 计算机科学 2025-12-09 Ziyi Liu , Sidi Wu , Lorenz Hurni

Recent progress in generative models has stimulated significant innovations in many fields, such as image generation and chatbots. Despite their success, these models often produce sketchy and misleading solutions for complex multi-agent…

人工智能 · 计算机科学 2024-10-04 Zeyang Liu , Xinrui Yang , Shiguang Sun , Long Qian , Lipeng Wan , Xingyu Chen , Xuguang Lan

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

There has been a lot of work in question generation where different methods to provide target answers as input, have been employed. This experimentation has been mostly carried out for RNN based models. We use three different methods and…

计算与语言 · 计算机科学 2023-12-07 Talha Chafekar , Aafiya Hussain , Grishma Sharma , Deepak Sharma

Semantic parsing solves knowledge base (KB) question answering (KBQA) by composing a KB query, which generally involves node extraction (NE) and graph composition (GC) to detect and connect related nodes in a query. Despite the strong…

计算与语言 · 计算机科学 2022-07-11 Minhao Zhang , Ruoyu Zhang , Yanzeng Li , Lei Zou

The HLTCOE Evaluation team participated in TREC VQA's Answer Generation (AG) task, for which we developed a listwise learning framework that aims to improve semantic precision and ranking consistency in answer generation. Given a…

计算机视觉与模式识别 · 计算机科学 2025-12-09 Dengjia Zhang , Charles Weng , Katherine Guerrerio , Yi Lu , Kenton Murray , Alexander Martin , Reno Kriz , Benjamin Van Durme

Question generation (QG) is to generate natural and grammatical questions that can be answered by a specific answer for a given context. Previous sequence-to-sequence models suffer from a problem that asking high-quality questions requires…

计算与语言 · 计算机科学 2021-06-22 Xin Jia , Hao Wang , Dawei Yin , Yunfang Wu