中文
相关论文

相关论文: UKP-SQuARE: An Interactive Tool for Teaching Quest…

200 篇论文

Question Answering (QA) is a task that entails reasoning over natural language contexts, and many relevant works augment language models (LMs) with graph neural networks (GNNs) to encode the Knowledge Graph (KG) information. However, most…

计算与语言 · 计算机科学 2023-04-26 Jinyoung Park , Hyeong Kyu Choi , Juyeon Ko , Hyeonjin Park , Ji-Hoon Kim , Jisu Jeong , Kyungmin Kim , Hyunwoo J. Kim

This work-in-progress paper presents SPARC (Systematic Problem Solving and Algorithmic Reasoning for Children), a gamified learning platform designed to enhance engagement and knowledge retention in K-12 STEM education. Traditional…

计算机与社会 · 计算机科学 2025-08-05 Chengzhang Zhu , Cecile H. Sam , Yanlai Wu , Ying Tang

Recent advances in deep learning have greatly propelled the research on semantic parsing. Improvement has since been made in many downstream tasks, including natural language interface to web APIs, text-to-SQL generation, among others.…

计算与语言 · 计算机科学 2022-10-25 Yu Gu , Vardaan Pahuja , Gong Cheng , Yu Su

Many users communicate with chatbots and AI assistants in order to help them with various tasks. A key component of the assistant is the ability to understand and answer a user's natural language questions for question-answering (QA).…

计算与语言 · 计算机科学 2020-06-08 Anthony Colas , Trung Bui , Franck Dernoncourt , Moumita Sinha , Doo Soon Kim

The last several years have seen intensive interest in exploring neural-network-based models for machine comprehension (MC) and question answering (QA). In this paper, we approach the problems by closely modelling questions in a neural…

计算与语言 · 计算机科学 2017-03-28 Junbei Zhang , Xiaodan Zhu , Qian Chen , Lirong Dai , Si Wei , Hui Jiang

Question generation (QG) attempts to solve the inverse of question answering (QA) problem by generating a natural language question given a document and an answer. While sequence to sequence neural models surpass rule-based systems for QG,…

计算与语言 · 计算机科学 2020-11-03 Deepak Gupta , Hardik Chauhan , Akella Ravi Tej , Asif Ekbal , Pushpak Bhattacharyya

High-fidelity, AI-based simulated classroom systems enable teachers to rehearse effective teaching strategies. However, dialogue-oriented open-ended conversations such as teaching a student about scale factors can be difficult to model.…

Personalization in Information Retrieval is a topic studied for a long time. Nevertheless, there is still a lack of high-quality, real-world datasets to conduct large-scale experiments and evaluate models for personalized search. This paper…

信息检索 · 计算机科学 2024-03-18 Pranav Kasela , Marco Braga , Gabriella Pasi , Raffaele Perego

We show that the task of question answering (QA) can significantly benefit from the transfer learning of models trained on a different large, fine-grained QA dataset. We achieve the state of the art in two well-studied QA datasets, WikiQA…

计算与语言 · 计算机科学 2018-06-22 Sewon Min , Minjoon Seo , Hannaneh Hajishirzi

Existing studies on semantic parsing focus primarily on mapping a natural-language utterance to a corresponding logical form in one turn. However, because natural language can contain a great deal of ambiguity and variability, this is a…

计算与语言 · 计算机科学 2022-03-29 Lingbo Mo , Ashley Lewis , Huan Sun , Michael White

Product Question Answering (PQA) systems are key in e-commerce applications to provide responses to customers' questions as they shop for products. While existing work on PQA focuses mainly on English, in practice there is need to support…

计算与语言 · 计算机科学 2023-05-17 Xiaoyu Shen , Akari Asai , Bill Byrne , Adrià de Gispert

Conversational search has seen increased recent attention in both the IR and NLP communities. It seeks to clarify and solve users' search needs through multi-turn natural language interactions. However, most existing systems are trained and…

信息检索 · 计算机科学 2024-02-12 Zhenduo Wang , Zhichao Xu , Qingyao Ai , Vivek Srikumar

This paper presents a novel and comprehensive solution to enhance both the robustness and efficiency of question answering (QA) systems through supervised contrastive learning (SCL). Training a high-performance QA system has become…

计算与语言 · 计算机科学 2024-10-28 Bo Wang , Tsunenori Mine

Interactive story reading is a common parent-child activity, where parents expect to teach both language skills and real-world knowledge beyond the story. While increasing storytelling and reading systems have been developed for this…

计算与语言 · 计算机科学 2024-10-07 Jiaju Chen , Yuxuan Lu , Shao Zhang , Bingsheng Yao , Yuanzhe Dong , Ying Xu , Yunyao Li , Qianwen Wang , Dakuo Wang , Yuling Sun

Question Generation (QG) is a Natural Language Processing (NLP) task that aids advances in Question Answering (QA) and conversational assistants. Existing models focus on generating a question based on a text and possibly the answer to the…

计算与语言 · 计算机科学 2019-10-31 Junmo Kang , Haritz Puerto San Roman , Sung-Hyon Myaeng

Open-domain Question Answering (OpenQA) is an important task in Natural Language Processing (NLP), which aims to answer a question in the form of natural language based on large-scale unstructured documents. Recently, there has been a surge…

人工智能 · 计算机科学 2021-05-11 Fengbin Zhu , Wenqiang Lei , Chao Wang , Jianming Zheng , Soujanya Poria , Tat-Seng Chua

Extractive question answering (ExQA) is an essential task for Natural Language Processing. The dominant approach to ExQA is one that represents the input sequence tokens (question and passage) with a pre-trained transformer, then uses two…

计算与语言 · 计算机科学 2022-10-28 Urchade Zaratiana , Niama El Khbir , Dennis Núñez , Pierre Holat , Nadi Tomeh , Thierry Charnois

Open book question answering is a type of natural language based QA (NLQA) where questions are expected to be answered with respect to a given set of open book facts, and common knowledge about a topic. Recently a challenge involving such…

计算与语言 · 计算机科学 2019-07-26 Pratyay Banerjee , Kuntal Kumar Pal , Arindam Mitra , Chitta Baral

Suggested questions (SQs) provide an effective initial interface for users to engage with their documents in AI-powered reading applications. In practical reading sessions, users have diverse backgrounds and reading goals, yet current SQ…

计算与语言 · 计算机科学 2024-12-19 Zihao Lin , Zichao Wang , Yuanting Pan , Varun Manjunatha , Ryan Rossi , Angela Lau , Lifu Huang , Tong Sun

Supervised Question Answering systems (QA systems) rely on domain-specific human-labeled data for training. Unsupervised QA systems generate their own question-answer training pairs, typically using secondary knowledge sources to achieve…

计算与语言 · 计算机科学 2023-02-06 Dinesh Nagumothu , Bahadorreza Ofoghi , Guangyan Huang , Peter W. Eklund