中文
相关论文

相关论文: EQuANt (Enhanced Question Answer Network)

200 篇论文

Machine Reading Comprehension (MRC) aims to extract answers to questions given a passage. It has been widely studied recently, especially in open domains. However, few efforts have been made on closed-domain MRC, mainly due to the lack of…

计算与语言 · 计算机科学 2021-08-23 Taolin Zhang , Chengyu Wang , Minghui Qiu , Bite Yang , Xiaofeng He , Jun Huang

We propose a simple yet robust stochastic answer network (SAN) that simulates multi-step reasoning in machine reading comprehension. Compared to previous work such as ReasoNet which used reinforcement learning to determine the number of…

计算与语言 · 计算机科学 2018-05-16 Xiaodong Liu , Yelong Shen , Kevin Duh , Jianfeng Gao

One of the emerging research trends in natural language understanding is machine reading comprehension (MRC) which is the task to find answers to human questions based on textual data. Existing Vietnamese datasets for MRC research…

计算与语言 · 计算机科学 2023-06-19 Kiet Van Nguyen , Son Quoc Tran , Luan Thanh Nguyen , Tin Van Huynh , Son T. Luu , Ngan Luu-Thuy Nguyen

With a lot of work about context-free question answering systems, there is an emerging trend of conversational question answering models in the natural language processing field. Thanks to the recently collected datasets, including QuAC and…

计算与语言 · 计算机科学 2019-11-28 Ting-Rui Chiang , Hao-Tong Ye , Yun-Nung Chen

Machine Comprehension (MC) is a challenging task in Natural Language Processing field, which aims to guide the machine to comprehend a passage and answer the given question. Many existing approaches on MC task are suffering the inefficiency…

计算与语言 · 计算机科学 2017-10-10 Zheqian Chen , Rongqin Yang , Bin Cao , Zhou Zhao , Deng Cai , Xiaofei He

Human mind is the palace of curious questions that seek answers. Computational resolution of this challenge is possible through Natural Language Processing techniques. Statistical techniques like machine learning and deep learning require a…

计算与语言 · 计算机科学 2022-04-21 Pragya Katyayan , Nisheeth Joshi

Multiple-choice Machine Reading Comprehension (MRC) is an important and challenging Natural Language Understanding (NLU) task, in which a machine must choose the answer to a question from a set of choices, with the question placed in…

计算与语言 · 计算机科学 2020-03-12 Hui Wan

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

We study the robustness of machine reading comprehension (MRC) models to entity renaming -- do models make more wrong predictions when the same questions are asked about an entity whose name has been changed? Such failures imply that models…

计算与语言 · 计算机科学 2022-05-05 Jun Yan , Yang Xiao , Sagnik Mukherjee , Bill Yuchen Lin , Robin Jia , Xiang Ren

Question answering (QA) is an important aspect of open-domain conversational agents, garnering specific research focus in the conversational QA (ConvQA) subtask. One notable limitation of recent ConvQA efforts is the response being answer…

计算与语言 · 计算机科学 2020-12-18 Ashutosh Baheti , Alan Ritter , Kevin Small

Machine reading comprehension (MRC) is an important area of conversation agents and draws a lot of attention. However, there is a notable limitation to current MRC benchmarks: The labeled answers are mostly either spans extracted from the…

计算与语言 · 计算机科学 2023-10-10 Nuo Chen , Hongguang Li , Yinan Bao , Baoyuan Wang , Jia Li

Open-domain Question Answering (ODQA) has achieved significant results in terms of supervised learning manner. However, data annotation cannot also be irresistible for its huge demand in an open domain. Though unsupervised QA or…

计算与语言 · 计算机科学 2021-09-01 Pengfei Zhu , Xiaoguang Li , Jian Li , Hai Zhao

A fundamental trade-off between effectiveness and efficiency needs to be balanced when designing an online question answering system. Effectiveness comes from sophisticated functions such as extractive machine reading comprehension (MRC),…

计算与语言 · 计算机科学 2019-08-14 Ming Yan , Jiangnan Xia , Chen Wu , Bin Bi , Zhongzhou Zhao , Ji Zhang , Luo Si , Rui Wang , Wei Wang , Haiqing Chen

We present MCQA, a learning-based algorithm for multimodal question answering. MCQA explicitly fuses and aligns the multimodal input (i.e. text, audio, and video), which forms the context for the query (question and answer). Our approach…

计算与语言 · 计算机科学 2020-04-28 Abhishek Kumar , Trisha Mittal , Dinesh Manocha

Question Answering (QA) is a task in which a machine understands a given document and a question to find an answer. Despite impressive progress in the NLP area, QA is still a challenging problem, especially for non-English languages due to…

计算与语言 · 计算机科学 2022-02-04 ByungHoon So , Kyuhong Byun , Kyungwon Kang , Seongjin Cho

NER has been traditionally formulated as a sequence labeling task. However, there has been recent trend in posing NER as a machine reading comprehension task (Wang et al., 2020; Mengge et al., 2020), where entity name (or other information)…

机器学习 · 计算机科学 2022-05-13 Anubhav Shrimal , Avi Jain , Kartik Mehta , Promod Yenigalla

Answering questions asked from instructional corpora such as E-manuals, recipe books, etc., has been far less studied than open-domain factoid context-based question answering. This can be primarily attributed to the absence of standard…

计算与语言 · 计算机科学 2021-09-15 Abhilash Nandy , Soumya Sharma , Shubham Maddhashiya , Kapil Sachdeva , Pawan Goyal , Niloy Ganguly

We present QuAC, a dataset for Question Answering in Context that contains 14K information-seeking QA dialogs (100K questions in total). The dialogs involve two crowd workers: (1) a student who poses a sequence of freeform questions to…

计算与语言 · 计算机科学 2018-08-29 Eunsol Choi , He He , Mohit Iyyer , Mark Yatskar , Wen-tau Yih , Yejin Choi , Percy Liang , Luke Zettlemoyer

The performance of Open-Domain Question Answering (ODQA) retrieval systems can exhibit sub-optimal behavior, providing text excerpts with varying degrees of irrelevance. Unfortunately, many existing ODQA datasets lack examples specifically…

计算与语言 · 计算机科学 2024-03-05 Rustam Abdumalikov , Pasquale Minervini , Yova Kementchedjhieva

The task of machine reading comprehension (MRC) is a useful benchmark to evaluate the natural language understanding of machines. It has gained popularity in the natural language processing (NLP) field mainly due to the large number of…

计算与语言 · 计算机科学 2022-05-13 Damith Premasiri , Tharindu Ranasinghe , Wajdi Zaghouani , Ruslan Mitkov