中文
相关论文

相关论文: What do Models Learn from Question Answering Datas…

200 篇论文

Many datasets have been created for training reading comprehension models, and a natural question is whether we can combine them to build models that (1) perform better on all of the training datasets and (2) generalize and transfer better…

计算与语言 · 计算机科学 2021-09-29 Dan Friedman , Ben Dodge , Danqi Chen

Machine reading comprehension is an essential natural language processing task, which takes into a pair of context and query and predicts the corresponding answer to query. In this project, we developed an end-to-end question answering…

计算与语言 · 计算机科学 2024-04-05 Jiawei Li , Yue Zhang

Machine reading comprehension has made great progress in recent years owing to large-scale annotated datasets. In the clinical domain, however, creating such datasets is quite difficult due to the domain expertise required for annotation.…

计算与语言 · 计算机科学 2020-05-05 Xiang Yue , Bernal Jimenez Gutierrez , Huan Sun

Question-answering (QA) data often encodes essential information in many facets. This paper studies a natural question: Can we get supervision from QA data for other tasks (typically, non-QA ones)? For example, {\em can we use QAMR (Michael…

计算与语言 · 计算机科学 2020-12-07 Hangfeng He , Qiang Ning , Dan Roth

Recent work has investigated the interesting question using pre-trained language models (PLMs) as knowledge bases for answering open questions. However, existing work is limited in using small benchmarks with high test-train overlaps. We…

计算与语言 · 计算机科学 2021-06-04 Cunxiang Wang , Pai Liu , Yue Zhang

Multiple-Choice Reading Comprehension (MCRC) requires the model to read the passage and question, and select the correct answer among the given options. Recent state-of-the-art models have achieved impressive performance on multiple MCRC…

计算与语言 · 计算机科学 2019-10-29 Chenglei Si , Shuohang Wang , Min-Yen Kan , Jing Jiang

Question Answering (QA) has shown great success thanks to the availability of large-scale datasets and the effectiveness of neural models. Recent research works have attempted to extend these successes to the settings with few or no labeled…

计算与语言 · 计算机科学 2020-05-07 Zhongli Li , Wenhui Wang , Li Dong , Furu Wei , Ke Xu

Datasets extracted from social networks and online forums are often prone to the pitfalls of natural language, namely the presence of unstructured and noisy data. In this work, we seek to enable the collection of high-quality…

计算与语言 · 计算机科学 2020-11-11 Rachel Gardner , Maya Varma , Clare Zhu , Ranjay Krishna

Recent studies report that many machine reading comprehension (MRC) models can perform closely to or even better than humans on benchmark datasets. However, existing works indicate that many MRC models may learn shortcuts to outwit these…

计算与语言 · 计算机科学 2021-06-03 Yuxuan Lai , Chen Zhang , Yansong Feng , Quzhe Huang , Dongyan Zhao

Machine reading comprehension with unanswerable questions is a challenging task. In this work, we propose a data augmentation technique by automatically generating relevant unanswerable questions according to an answerable question paired…

计算与语言 · 计算机科学 2019-06-17 Haichao Zhu , Li Dong , Furu Wei , Wenhui Wang , Bing Qin , Ting Liu

Question answering (QA) models for reading comprehension tend to learn shortcut solutions rather than the solutions intended by QA datasets. QA models that have learned shortcut solutions can achieve human-level performance in shortcut…

计算与语言 · 计算机科学 2022-11-30 Kazutoshi Shinoda , Saku Sugawara , Akiko Aizawa

Question answering (QA) tasks have been posed using a variety of formats, such as extractive span selection, multiple choice, etc. This has led to format-specialized models, and even to an implicit division in the QA community. We argue…

计算与语言 · 计算机科学 2020-10-08 Daniel Khashabi , Sewon Min , Tushar Khot , Ashish Sabharwal , Oyvind Tafjord , Peter Clark , Hannaneh Hajishirzi

Many extractive question answering models are trained to predict start and end positions of answers. The choice of predicting answers as positions is mainly due to its simplicity and effectiveness. In this study, we hypothesize that when…

计算与语言 · 计算机科学 2021-03-09 Miyoung Ko , Jinhyuk Lee , Hyunjae Kim , Gangwoo Kim , Jaewoo Kang

Bidirectional Encoder Representations from Transformers (BERT) reach state-of-the-art results in a variety of Natural Language Processing tasks. However, understanding of their internal functioning is still insufficient and unsatisfactory.…

计算与语言 · 计算机科学 2019-09-12 Betty van Aken , Benjamin Winter , Alexander Löser , Felix A. Gers

Acquiring a large vocabulary is an important aspect of human intelligence. Onecommon approach for human to populating vocabulary is to learn words duringreading or listening, and then use them in writing or speaking. This ability totransfer…

人工智能 · 计算机科学 2018-11-05 Yuanpeng Li , Yi Yang , Jianyu Wang , Wei Xu

It is challenging to automatically evaluate the answer of a QA model at inference time. Although many models provide confidence scores, and simple heuristics can go a long way towards indicating answer correctness, such measures are heavily…

计算与语言 · 计算机科学 2020-10-08 Lukas Muttenthaler , Isabelle Augenstein , Johannes Bjerva

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

Recent advances in the field of language modeling have improved state-of-the-art results on many Natural Language Processing tasks. Among them, Reading Comprehension has made significant progress over the past few years. However, most…

计算与语言 · 计算机科学 2020-05-26 Martin d'Hoffschmidt , Wacim Belblidia , Tom Brendlé , Quentin Heinrich , Maxime Vidal

Knowledge and language understanding of models evaluated through question answering (QA) has been usually studied on static snapshots of knowledge, like Wikipedia. However, our world is dynamic, evolves over time, and our models' knowledge…

We present a system for answering questions based on the full text of books (BookQA), which first selects book passages given a question at hand, and then uses a memory network to reason and predict an answer. To improve generalization, we…

计算与语言 · 计算机科学 2019-10-03 Stefanos Angelidis , Lea Frermann , Diego Marcheggiani , Roi Blanco , Lluís Màrquez