paper-with-me

Papers

Subword-augmented Embedding for Cloze Reading Comprehension

2018-06-24 · COLING 2018 8 · Zhuosheng Zhang, Yafang Huang, Hai Zhao

Representation learning is the foundation of machine reading comprehension. In state-of-the-art models, deep learning methods broadly use word and character level representations. However, character is not naturally the minimal linguistic unit. In addition, with a simple concatenation of character and word embedding, previous models actually give suboptimal solution. In this paper, we propose to use subword rather than character for word embedding enhancement. We also empirically explore different augmentation strategies on subword-augmented embedding to enhance the cloze-style reading comprehension model reader. In detail, we present a reader that uses subword-level representation to augment word embedding with a short list to handle rare words effectively. A thorough examination is conducted to evaluate the comprehensive performance and generalization ability of the proposed reader. Experimental results show that the proposed approach helps the reader significantly outperform the state-of-the-art baselines on various public datasets.

📄 PDF Abstract BibTeX arXiv:1806.09103

Code (1)

cooelf/subMrc 공식 구현

Tasks

Machine Reading ComprehensionReading ComprehensionRepresentation Learning

Similar Papers 제목 키워드 기반

Effective Subword Segmentation for Text Comprehension

2018-11-06 · Zhuosheng Zhang, Hai Zhao, Kangwei Ling, Jiangtong Li 외

Representation learning is the foundation of machine reading comprehension and inference. In state-of-the-art models, character-level representations have been broadly adopted to alleviate the problem of effectively repr…

Machine Reading ComprehensionReading ComprehensionRepresentation LearningSegmentation

Consensus Attention-based Neural Networks for Chinese Reading Comprehension

2016-07-08 · COLING 2016 12 · Yiming Cui, Ting Liu, Zhipeng Chen, Shijin Wang 외

Reading comprehension has embraced a booming in recent NLP research. Several institutes have released the Cloze-style reading comprehension data, and these have greatly accelerated the research of machine comprehension. …

Chinese Reading ComprehensionReading Comprehension

Clozer: Adaptable Data Augmentation for Cloze-style Reading Comprehension

2022-03-30 · Holy Lovenia, Bryan Wilie, Willy Chung, Min Zeng 외

Task-adaptive pre-training (TAPT) alleviates the lack of labelled data and provides performance lift by adapting unlabelled data to downstream task. Unfortunately, existing adaptations mainly involve deterministic rules …

Data AugmentationMachine Reading ComprehensionMultiple-choiceReading Comprehension

Clozer”:" Adaptable Data Augmentation for Cloze-style Reading Comprehension

2022-05-01 · RepL4NLP (ACL) 2022 5 · Holy Lovenia, Bryan Wilie, Willy Chung, Zeng Min 외

Task-adaptive pre-training (TAPT) alleviates the lack of labelled data and provides performance lift by adapting unlabelled data to downstream task. Unfortunately, existing adaptations mainly involve deterministic rules …

Data AugmentationMachine Reading ComprehensionMultiple-choiceReading Comprehension

Attention-over-Attention Neural Networks for Reading Comprehension

2016-07-15 · ACL 2017 7 · Yiming Cui, Zhipeng Chen, Si Wei, Shijin Wang 외

Cloze-style queries are representative problems in reading comprehension. Over the past few months, we have seen much progress that utilizing neural network approach to solve Cloze-style questions. In this paper, we pres…

Question AnsweringReading Comprehension