paper-with-me

Papers

Effective Subword Segmentation for Text Comprehension

2018-11-06 · Zhuosheng Zhang, Hai Zhao, Kangwei Ling, Jiangtong Li, Zuchao Li, Shexia He, Guohong Fu

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 representing rare or complex words. However, character itself is not a natural minimal linguistic unit for representation or word embedding composing due to ignoring the linguistic coherence of consecutive characters inside word. This paper presents a general subword-augmented embedding framework for learning and composing computationally-derived subword-level representations. We survey a series of unsupervised segmentation methods for subword acquisition and different subword-augmented strategies for text understanding, showing that subword-augmented embedding significantly improves our baselines in various types of text understanding tasks on both English and Chinese benchmarks.

📄 PDF Abstract BibTeX arXiv:1811.02364

Code (1)

cooelf/subword_seg 공식 구현

Tasks

Machine Reading ComprehensionReading ComprehensionRepresentation LearningSegmentation

Similar 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 …

Machine Reading ComprehensionReading ComprehensionRepresentation Learning

Subword Segmental Language Modelling for Nguni Languages

2022-10-12 · Francois Meyer, Jan Buys

Subwords have become the standard units of text in NLP, enabling efficient open-vocabulary models. With algorithms like byte-pair encoding (BPE), subword segmentation is viewed as a preprocessing step applied to the corp…

Language ModelingLanguage ModellingSegmentation

Subword Regularization: Improving Neural Network Translation Models with Multiple Subword Candidates

2018-04-29 · ACL 2018 7 · Taku Kudo

Subword units are an effective way to alleviate the open vocabulary problems in neural machine translation (NMT). While sentences are usually converted into unique subword sequences, subword segmentation is potentially a…

Language ModelingLanguage ModellingMachine TranslationNMT+2

Adversarial Subword Regularization for Robust Neural Machine Translation

2020-04-29 · Findings of the Association for Computational Linguistics 2020 · Jungsoo Park, Mujeen Sung, Jinhyuk Lee, Jaewoo Kang

Exposing diverse subword segmentations to neural machine translation (NMT) models often improves the robustness of machine translation as NMT models can experience various subword candidates. However, the diversification…

Machine TranslationNMTTranslation

BPE-Dropout: Simple and Effective Subword Regularization

2019-10-29 · ACL 2020 6 · Ivan Provilkov, Dmitrii Emelianenko, Elena Voita

Subword segmentation is widely used to address the open vocabulary problem in machine translation. The dominant approach to subword segmentation is Byte Pair Encoding (BPE), which keeps the most frequent words intact whi…

Machine TranslationSegmentationTranslation