paper-with-me

Papers

Sequence-to-Sequence Lexical Normalization with Multilingual Transformers

2021-10-06 · WNUT (ACL) 2021 11 · Ana-Maria Bucur, Adrian Cosma, Liviu P. Dinu

Current benchmark tasks for natural language processing contain text that is qualitatively different from the text used in informal day to day digital communication. This discrepancy has led to severe performance degradation of state-of-the-art NLP models when fine-tuned on real-world data. One way to resolve this issue is through lexical normalization, which is the process of transforming non-standard text, usually from social media, into a more standardized form. In this work, we propose a sentence-level sequence-to-sequence model based on mBART, which frames the problem as a machine translation problem. As the noisy text is a pervasive problem across languages, not just English, we leverage the multi-lingual pre-training of mBART to fine-tune it to our data. While current approaches mainly operate at the word or subword level, we argue that this approach is straightforward from a technical standpoint and builds upon existing pre-trained transformer networks. Our results show that while word-level, intrinsic, performance evaluation is behind other methods, our model improves performance on extrinsic, downstream tasks through normalization compared to models operating on raw, unprocessed, social media text.

📄 PDF Abstract BibTeX arXiv:2110.02869

Code (0)

등록된 구현이 없습니다.

Tasks

Lexical NormalizationMachine TranslationSentenceTranslation

Methods 이 논문이 사용한 방법론

mBART 설명 없음

Similar Papers 제목 키워드 기반

Multilingual Sequence Labeling Approach to solve Lexical Normalization

2021-11-01 · WNUT (ACL) 2021 11 · Divesh Kubal, Apurva Nagvenkar

The task of converting a nonstandard text to a standard and readable text is known as lexical normalization. Almost all the Natural Language Processing (NLP) applications require the text data in normalized form to build…

Language ModellingLexical NormalizationWord Alignment

TajPersLexon: A Tajik-Persian Lexical Resource and Hybrid Model for Cross-Script Low-Resource NLP

2026-05-07 · Mullosharaf K. Arabov arxiv

This work introduces TajPersLexon, a curated Tajik--Persian parallel lexical resource of 40,112 word and short-phrase pairs for cross-script lexical retrieval, transliteration, and alignment in low-resource settings. We …

Multilingual Extraction and Categorization of Lexical Collocations with Graph-aware Transformers

2022-05-23 · *SEM (NAACL) 2022 7 · Luis Espinosa-Anke, Alexander Shvets, Alireza Mohammadshahi, James Henderson 외

Recognizing and categorizing lexical collocations in context is useful for language learning, dictionary compilation and downstream NLP. However, it is a challenging task due to the varying degrees of frozenness lexical …

ÚFAL at MultiLexNorm 2021: Improving Multilingual Lexical Normalization by Fine-tuning ByT5

2021-10-28 · WNUT (ACL) 2021 11 · David Samuel, Milan Straka

We present the winning entry to the Multilingual Lexical Normalization (MultiLexNorm) shared task at W-NUT 2021 (van der Goot et al., 2021a), which evaluates lexical-normalization systems on 12 social media datasets in 1…

Dependency ParsingLanguage ModelingLanguage ModellingLexical Normalization

Japanese Text Normalization with Encoder-Decoder Model

2016-12-01 · WS 2016 12 · Taishi Ikeda, Hiroyuki Shindo, Yuji Matsumoto

Text normalization is the task of transforming lexical variants to their canonical forms. We model the problem of text normalization as a character-level sequence to sequence learning problem and present a neural encoder…

Data AugmentationDecoderMachine Translationmodel+3