← Search

Yuval Pinter

14 accepted papers

2025

Splintering Nonconcatenative Languages for Better Tokenization

ACL 2025finding

Common subword tokenization algorithms like BPE and UnigramLM assume that text can be split into meaningful units by concatenative measures alone. This is not true for languages such as Hebrew and Arabic, where morphology is encoded in root-template patterns, or Malay and Georgian, where split affix…

2024

BiVert: Bidirectional Vocabulary Evaluation Using Relations for Machine Translation

COLING 2024main

Neural machine translation (NMT) has progressed rapidly in the past few years, promising improvements and quality translations for different languages. Evaluation of this task is crucial to determine the quality of the translation. Overall, insufficient emphasis is placed on the actual sense of the…

2024

Greed is All You Need: An Evaluation of Tokenizer Inference Methods

ACL 2024short

While subword tokenizers such as BPE and WordPiece are typically used to build vocabularies for NLP models, the method of decoding text into a sequence of tokens from these vocabularies is often left unspecified, or ill-suited to the method in which they were constructed. We provide a controlled ana…

2024

Tokenization Is More Than Compression

EMNLP 2024main

Tokenization is a foundational step in natural language processing (NLP) tasks, bridging raw text and language models. Existing tokenization approaches like Byte-Pair Encoding (BPE) originate from the field of data compression, and it has been suggested that the effectiveness of BPE stems from its a…

2024

Tokenization Matters: Navigating Data-Scarce Tokenization for Gender Inclusive Language Technologies

NAACL 2024findings

Gender-inclusive NLP research has documented the harmful limitations of gender binary-centric large language models (LLM), such as the inability to correctly use gender-diverse English neopronouns (e.g., xe, zir, fae). While data scarcity is a known culprit, the precise mechanisms through which scar…

2024

Universal NER: A Gold-Standard Multilingual Named Entity Recognition Benchmark

NAACL 2024long

We introduce Universal NER (UNER), an open, community-driven project to develop gold-standard NER benchmarks in many languages. The overarching goal of UNER is to provide high-quality, cross-lingually consistent annotations to facilitate and standardize multilingual NER research. UNER v1 contains 19…

2022

CIAug: Equipping Interpolative Augmentation with Curriculum Learning

NAACL 2022long

Interpolative data augmentation has proven to be effective for NLP tasks. Despite its merits, the sample selection process in mixup is random, which might make it difficult for the model to generalize better and converge faster. We propose CIAug, a novel curriculum-based learning method that builds…