paper-with-me

홈 › Papers

BPEmb: Tokenization-free Pre-trained Subword Embeddings in 275 Languages

2017-10-05 · LREC 2018 5 · Benjamin Heinzerling, Michael Strube

We present BPEmb, a collection of pre-trained subword unit embeddings in 275 languages, based on Byte-Pair Encoding (BPE). In an evaluation using fine-grained entity typing as testbed, BPEmb performs competitively, and for some languages bet- ter than alternative subword approaches, while requiring vastly fewer resources and no tokenization. BPEmb is available at https://github.com/bheinzerling/bpemb

📄 PDF Abstract BibTeX arXiv:1710.02187

Code (1)

bheinzerling/bpemb 공식 구현

Tasks

Entity TypingWord Embeddings

Similar Papers 제목 키워드 기반

Sequence Tagging with Contextual and Non-Contextual Subword Representations: A Multilingual Evaluation

2019-06-04 · ACL 2019 7 · Benjamin Heinzerling, Michael Strube

Pretrained contextual and non-contextual subword embeddings have become available in over 250 languages, allowing massively multilingual NLP. However, while there is no dearth of pretrained embeddings, the distinct lack …

Multilingual Named Entity RecognitionMultilingual NLPnamed-entity-recognitionNamed Entity Recognition+2

Charformer: Fast Character Transformers via Gradient-based Subword Tokenization

2021-06-23 · ICLR 2022 4 · Yi Tay, Vinh Q. Tran, Sebastian Ruder, Jai Gupta 외

State-of-the-art models in natural language processing rely on separate rigid subword tokenization algorithms, which limit their generalization ability and adaptation to new settings. In this paper, we propose a new mode…

Inductive BiasLinguistic AcceptabilityNatural Language InferenceParaphrase Identification+2

Introducing Syllable Tokenization for Low-resource Languages: A Case Study with Swahili

2024-03-26 · Jesse Atuhurra, Hiroyuki Shindo, Hidetaka Kamigaito, Taro Watanabe

Many attempts have been made in multilingual NLP to ensure that pre-trained language models, such as mBERT or GPT2 get better and become applicable to low-resource languages. To achieve multilingualism for pre-trained la…

Multilingual NLPText GenerationWord Embeddings

NITK-UoH: Tamil-Telugu Machine Translation Systems for the WMT21 Similar Language Translation Task

2021-11-01 · WMT (EMNLP) 2021 11 · Richard Saldanha, Ananthanarayana V. S, Anand Kumar M, Parameswari Krishnamurthy

In this work, two Neural Machine Translation (NMT) systems have been developed and evaluated as part of the bidirectional Tamil-Telugu similar languages translation subtask in WMT21. The OpenNMT-py toolkit has been used …

DecoderMachine TranslationNMTTranslation

Lexically Grounded Subword Segmentation

2024-06-19 · Jindřich Libovický, Jindřich Helcl

We present three innovations in tokenization and subword segmentation. First, we propose to use unsupervised morphological analysis with Morfessor as pre-tokenization. Second, we present an algebraic method for obtaining…

Machine TranslationMorphological AnalysisPart-Of-Speech TaggingSegmentation+1