paper-with-me

홈 › Papers

Searching for Optimal Subword Tokenization in Cross-domain NER

2022-06-07 · Ruotian Ma, Yiding Tan, Xin Zhou, Xuanting Chen, Di Liang, Sirui Wang, Wei Wu, Tao Gui, Qi Zhang

Input distribution shift is one of the vital problems in unsupervised domain adaptation (UDA). The most popular UDA approaches focus on domain-invariant representation learning, trying to align the features from different domains into similar feature distributions. However, these approaches ignore the direct alignment of input word distributions between domains, which is a vital factor in word-level classification tasks such as cross-domain NER. In this work, we shed new light on cross-domain NER by introducing a subword-level solution, X-Piece, for input word-level distribution shift in NER. Specifically, we re-tokenize the input words of the source domain to approach the target subword distribution, which is formulated and solved as an optimal transport problem. As this approach focuses on the input level, it can also be combined with previous DIRL methods for further improvement. Experimental results show the effectiveness of the proposed method based on BERT-tagger on four benchmark NER datasets. Also, the proposed method is proved to benefit DIRL methods such as DANN.

📄 PDF Abstract BibTeX arXiv:2206.03352

Code (1)

rtmaww/x-piece 공식 구현 pytorch

Tasks

Domain AdaptationNERRepresentation LearningUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

A Vocabulary-Free Multilingual Neural Tokenizer for End-to-End Task Learning

2022-04-22 · RepL4NLP (ACL) 2022 5 · Md Mofijul Islam, Gustavo Aguilar, Pragaash Ponnusamy, Clint Solomon Mathialagan 외

Subword tokenization is a commonly used input pre-processing step in most recent NLP models. However, it limits the models' ability to leverage end-to-end task learning. Its frequency-based vocabulary creation compromise…

DiversitySentiment Analysis

How Important Is Tokenization in French Medical Masked Language Models?

2024-02-22 · Yanis Labrak, Adrien Bazoge, Beatrice Daille, Mickael Rouvier 외

Subword tokenization has become the prevailing standard in the field of natural language processing (NLP) over recent years, primarily due to the widespread utilization of pre-trained language models. This shift began wi…

From Words to Music: A Study of Subword Tokenization Techniques in Symbolic Music Generation

2023-04-18 · Adarsh Kumar, Pedro Sarmento

Subword tokenization has been widely successful in text-based natural language processing (NLP) tasks with Transformer-based models. As Transformer models become increasingly popular in symbolic music-related studies, it…

Music Generation

Analyzing Cognitive Plausibility of Subword Tokenization

2023-10-20 · Lisa Beinborn, Yuval Pinter

Subword tokenization has become the de-facto standard for tokenization, although comparative evaluations of subword vocabulary quality across languages are scarce. Existing evaluation studies focus on the effect of a tok…

Evaluating Subword Tokenization: Alien Subword Composition and OOV Generalization Challenge

2024-04-20 · Khuyagbaatar Batsuren, Ekaterina Vylomova, Verna Dankers, Tsetsuukhei Delgerbaatar 외

The popular subword tokenizers of current language models, such as Byte-Pair Encoding (BPE), are known not to respect morpheme boundaries, which affects the downstream performance of the models. While many improved token…

text-classificationText Classification