paper-with-me

Papers

Learning Mutually Informed Representations for Characters and Subwords

2023-11-14 · Yilin Wang, Xinyi Hu, Matthew R. Gormley

Most pretrained language models rely on subword tokenization, which processes text as a sequence of subword tokens. However, different granularities of text, such as characters, subwords, and words, can contain different kinds of information. Previous studies have shown that incorporating multiple input granularities improves model generalization, yet very few of them outputs useful representations for each granularity. In this paper, we introduce the entanglement model, aiming to combine character and subword language models. Inspired by vision-language models, our model treats characters and subwords as separate modalities, and it generates mutually informed representations for both granularities as output. We evaluate our model on text classification, named entity recognition, POS-tagging, and character-level sequence labeling (intraword code-switching). Notably, the entanglement model outperforms its backbone language models, particularly in the presence of noisy texts and low-resource languages. Furthermore, the entanglement model even outperforms larger pre-trained models on all English sequence labeling tasks and classification tasks. We make our code publically available.

📄 PDF Abstract BibTeX arXiv:2311.07853

Code (1)

tonyw42/noisy-ie 공식 구현 pytorch

Tasks

named-entity-recognitionNamed Entity RecognitionPOSPOS Taggingtext-classificationText Classification

Similar Papers 제목 키워드 기반

Using compatible shape descriptor for lexicon reduction of printed Farsi subwords

2016-01-23 · Homa Davoudi, Ehsanollah Kabir

This Paper presents a method for lexicon reduction of Printed Farsi subwords based on their holistic shape features. Because of the large number of Persian subwords variously shaped from a simple letter to a complex comb…

Learn Your Tokens: Word-Pooled Tokenization for Language Modeling

2023-10-17 · Avijit Thawani, Saurabh Ghanekar, Xiaoyuan Zhu, Jay Pujara

Language models typically tokenize text into subwords, using a deterministic, hand-engineered heuristic of combining characters into longer surface-level strings such as 'ing' or whole words. Recent literature has repeat…

Language ModelingLanguage Modelling

Patterns versus Characters in Subword-aware Neural Language Modeling

2017-09-02 · Rustem Takhanov, Zhenisbek Assylbekov

Words in some natural languages can have a composite structure. Elements of this structure include the root (that could also be composite), prefixes and suffixes with which various nuances and relations to other words ca…

Language ModelingLanguage Modelling

Neural Machine Translation with Byte-Level Subwords

2019-09-07 · Changhan Wang, Kyunghyun Cho, Jiatao Gu

Almost all existing machine translation models are built on top of character-based vocabularies: characters, subwords or words. Rare characters from noisy text or character-rich languages such as Japanese and Chinese how…

Machine TranslationTranslation

Supersense Tagging with a Combination of Character, Subword, and Word-level Representations

2017-09-01 · WS 2017 9 · Youhyun Shin, Sang-goo Lee

Recently, there has been increased interest in utilizing characters or subwords for natural language processing (NLP) tasks. However, the effect of utilizing character, subword, and word-level information simultaneously …

Entity AlignmentLanguage ModelingLanguage ModellingMachine Translation+2