paper-with-me

Papers

Multilingual Language Processing From Bytes

2015-12-01 · NAACL 2016 6 · Dan Gillick, Cliff Brunk, Oriol Vinyals, Amarnag Subramanya

We describe an LSTM-based model which we call Byte-to-Span (BTS) that reads text as bytes and outputs span annotations of the form [start, length, label] where start positions, lengths, and labels are separate entries in our vocabulary. Because we operate directly on unicode bytes rather than language-specific words or characters, we can analyze text in many languages with a single model. Due to the small vocabulary size, these multilingual models are very compact, but produce results similar to or better than the state-of- the-art in Part-of-Speech tagging and Named Entity Recognition that use only the provided training datasets (no external data sources). Our models are learning "from scratch" in that they do not rely on any elements of the standard pipeline in Natural Language Processing (including tokenization), and thus can run in standalone fashion on raw text.

📄 PDF Abstract BibTeX arXiv:1512.00103

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Part-Of-Speech Tagging

Similar Papers 제목 키워드 기반

Bytes are All You Need: End-to-End Multilingual Speech Recognition and Synthesis with Bytes

2018-11-22 · Bo Li, Yu Zhang, Tara Sainath, Yonghui Wu 외

We present two end-to-end models: Audio-to-Byte (A2B) and Byte-to-Audio (B2A), for multilingual speech recognition and synthesis. Prior work has predominantly used characters, sub-words or words as the unit of choice to …

Allspeech-recognitionSpeech RecognitionSpeech Synthesis

A Bit of a Problem: Measurement Disparities in Dataset Sizes Across Languages

2024-03-01 · Catherine Arnett, Tyler A. Chang, Benjamin K. Bergen

How should text dataset sizes be compared across languages? Even for content-matched (parallel) corpora, UTF-8 encoded text can require a dramatically different number of bytes for different languages. In our work, we de…

Rate-Utility Frontiers for Language Encodings: Comparing Tokens, Bytes, and Pixels Under Controlled Linguistic Content

2026-07-17 · Ingo Ziegler, Martin Krebs, Desmond Elliott arxiv

Language models encode text as subword tokens, raw bytes, or rendered pixels, but these encodings are usually compared under modeling constraints that expose different amounts of linguistic content to models across diffe…

Phonemes to the Rescue: Multilingual Tokenization Based on International Phonetic Alphabet

2026-06-18 · Milan Miletić, Julie Kallini, Ekaterina Shutova arxiv

Multilingual language models often exhibit performance disparities across languages that can arise as early as the tokenization stage. Widely-used subword tokenization approaches favor high-resource languages, and tokeni…

PLAID SHIRTTT for Large-Scale Streaming Dense Retrieval

2024-05-02 · Dawn Lawrie, Efsun Kayi, Eugene Yang, James Mayfield 외

PLAID, an efficient implementation of the ColBERT late interaction bi-encoder using pretrained language models for ranking, consistently achieves state-of-the-art performance in monolingual, cross-language, and multiling…

Retrieval