paper-with-me

홈 › Papers

Tracing Origins: Coreference-aware Machine Reading Comprehension

2021-10-15 · ACL 2022 5 · Baorong Huang, Zhuosheng Zhang, Hai Zhao

Machine reading comprehension is a heavily-studied research and test field for evaluating new pre-trained language models (PrLMs) and fine-tuning strategies, and recent studies have enriched the pre-trained language models with syntactic, semantic and other linguistic information to improve the performance of the models. In this paper, we imitate the human reading process in connecting the anaphoric expressions and explicitly leverage the coreference information of the entities to enhance the word embeddings from the pre-trained language model, in order to highlight the coreference mentions of the entities that must be identified for coreference-intensive question answering in QUOREF, a relatively new dataset that is specifically designed to evaluate the coreference-related performance of a model. We use two strategies to fine-tune a pre-trained language model, namely, placing an additional encoder layer after a pre-trained language model to focus on the coreference mentions or constructing a relational graph convolutional network to model the coreference relations. We demonstrate that the explicit incorporation of coreference information in the fine-tuning stage performs better than the incorporation of the coreference information in pre-training a language model.

📄 PDF Abstract BibTeX arXiv:2110.07961

Code (1)

bright2013/CorefAwareMRC 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingMachine Reading ComprehensionQuestion AnsweringReading ComprehensionWord Embeddings

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Test 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Weight Decay 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Residual Connection 설명 없음
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Coreference-aware Surprisal Predicts Brain Response

2021-11-01 · Findings (EMNLP) 2021 11 · Evan Jaffe, Byung-Doh Oh, William Schuler

Recent evidence supports a role for coreference processing in guiding human expectations about upcoming words during reading, based on covariation between reading times and word surprisal estimated by a coreference-aware…

Coreference-Aware Dialogue Summarization

2021-06-16 · SIGDIAL (ACL) 2021 7 · Zhengyuan Liu, Ke Shi, Nancy F. Chen

Summarizing conversations via neural approaches has been gaining research traction lately, yet it is still challenging to obtain practical solutions. Examples of such challenges include unstructured information exchange …

Abstractive Dialogue Summarization

Coreference Reasoning in Machine Reading Comprehension

2020-12-31 · ACL 2021 5 · Mingzhu Wu, Nafise Sadat Moosavi, Dan Roth, Iryna Gurevych

Coreference resolution is essential for natural language understanding and has been long studied in NLP. In recent years, as the format of Question Answering (QA) became a standard for machine reading comprehension (MRC)…

coreference-resolutionCoreference ResolutionMachine Reading ComprehensionNatural Language Understanding+2

Coreference information guides human expectations during natural reading

2020-12-01 · COLING 2020 8 · Evan Jaffe, Cory Shain, William Schuler

Models of human sentence processing effort tend to focus on costs associated with retrieving structures and discourse referents from memory (memory-based) and/or on costs associated with anticipating upcoming words and s…

RetrievalSentence

Quoref: A Reading Comprehension Dataset with Questions Requiring Coreferential Reasoning

2019-08-16 · IJCNLP 2019 11 · Pradeep Dasigi, Nelson F. Liu, Ana Marasović, Noah A. Smith 외

Machine comprehension of texts longer than a single sentence often requires coreference resolution. However, most current reading comprehension benchmarks do not contain complex coreferential phenomena and hence fail to …

coreference-resolutionCoreference ResolutionReading ComprehensionSentence