中文
相关论文

相关论文: Tokens with Meaning: A Hybrid Tokenization Approac…

200 篇论文

Building effective neural machine translation (NMT) models for very low-resourced and morphologically rich African indigenous languages is an open challenge. Besides the issue of finding available resources for them, a lot of work is put…

计算与语言 · 计算机科学 2021-03-18 Bonaventure F. P. Dossou , Chris C. Emezue

Tokenization underlies every large language model, yet it remains an under-theorized and inconsistently designed component. Common subword approaches such as Byte Pair Encoding (BPE) offer scalability but often misalign with linguistic…

计算与语言 · 计算机科学 2026-01-27 Sawsan Alqahtani , Mir Tafseer Nayeem , Md Tahmid Rahman Laskar , Tasnim Mohiuddin , M Saiful Bari

Machine translation has seen rapid progress with the advent of Transformer-based models. These models have no explicit linguistic structure built into them, yet they may still implicitly learn structured relationships by attending to…

Many NLP models operate over sequences of subword tokens produced by hand-crafted tokenization rules and heuristic subword induction algorithms. A simple universal alternative is to represent every computerized text as a sequence of bytes…

计算与语言 · 计算机科学 2021-04-13 Uri Shaham , Omer Levy

This paper presents a comprehensive study on the tokenization techniques employed by state-of-the-art large language models (LLMs) and their implications on the cost and availability of services across different languages, especially low…

计算与语言 · 计算机科学 2024-10-07 Abrar Rahman , Garry Bowlin , Binit Mohanty , Sean McGunigal

This preprint presents a systematic, research-oriented practicum that guides the reader through the entire modern NLP pipeline: from tokenisation and vectorisation to fine-tuning of large language models, retrieval-augmented generation, and…

计算与语言 · 计算机科学 2026-05-12 Mullosharaf K. Arabov

Since the inception of BERT, encoder-only Transformers have evolved significantly in computational efficiency, training stability, and long-context modeling. ModernBERT consolidates these advances by integrating Rotary Positional Embeddings…

计算与语言 · 计算机科学 2026-01-06 Melikşah Türker , A. Ebrar Kızıloğlu , Onur Güngör , Susan Üsküdarlı

Foundation models trained on patient electronic health records (EHRs) require tokenizing medical data into sequences of discrete vocabulary items. Existing tokenizers treat medical codes from EHRs as isolated textual tokens. However, each…

计算与语言 · 计算机科学 2025-07-01 Xiaorui Su , Shvat Messica , Yepeng Huang , Ruth Johnson , Lukas Fesser , Shanghua Gao , Faryad Sahneh , Marinka Zitnik

Kazakh, a Turkic language spoken by over 22 million people, remains underserved by existing multilingual language models, which allocate minimal capacity to low-resource languages and employ tokenizers ill-suited to agglutinative…

计算与语言 · 计算机科学 2026-03-24 Saken Tukenov

Large language models (LLMs) for code rely on subword tokenizers, such as byte-pair encoding (BPE), learned from mixed natural language text and programming language code but driven by statistics rather than grammar. As a result,…

计算与语言 · 计算机科学 2025-10-17 Yinxi Li , Yuntian Deng , Pengyu Nie

Tokenizing raw texts into word units is an essential pre-processing step for critical tasks in the NLP pipeline such as tagging, parsing, named entity recognition, and more. For most languages, this tokenization step straightforward.…

计算与语言 · 计算机科学 2022-03-22 Idan Brusilovsky , Reut Tsarfaty

We present a constraint-based morphological disambiguation system in which individual constraints vote on matching morphological parses, and disambiguation of all the tokens in a sentence is performed at the end by selecting parses that…

cmp-lg · 计算机科学 2016-08-31 Kemal Oflazer , Gokhan Tur

Word embeddings are fixed-length, dense and distributed word representations that are used in natural language processing (NLP) applications. There are basically two types of word embedding models which are non-contextual (static) models…

计算与语言 · 计算机科学 2024-05-14 Karahan Sarıtaş , Cahid Arda Öz , Tunga Güngör

This paper presents a comprehensive evaluation framework for assessing the cultural competence of large language models (LLMs) in Persian. Existing Persian cultural benchmarks rely predominantly on multiple-choice formats and…

计算与语言 · 计算机科学 2026-03-17 Reihaneh Iranmanesh , Saeedeh Davoudi , Pasha Abrishamchian , Ophir Frieder , Nazli Goharian

This paper describes our work on parsing Turkish using the lexical-functional grammar formalism. This work represents the first significant effort for parsing Turkish. Our implementation is based on Tomita's parser developed at…

cmp-lg · 计算机科学 2008-02-03 Zelal Gungordu , Kemal Oflazer

Tokenizers play a crucial role in determining the performance, training efficiency, and the inference cost of Large Language Models (LLMs). Designing effective tokenizers for multilingual LLMs is particularly challenging due to diverse…

计算与语言 · 计算机科学 2026-03-24 Souvik Rana , Arul Menezes , Ashish Kulkarni , Chandra Khatri , Shubham Agarwal

In terms of annotation structure, most learner corpora rely on holistic flat label inventories which, even when extensive, do not explicitly separate multiple linguistic dimensions. This makes linguistically deep annotation difficult and…

Tokenization is a fundamental component of language models for code. It involves breaking down the input into units that are later passed to the language model stack to learn high-dimensional representations used in various contexts, from…

软件工程 · 计算机科学 2025-07-22 Mootez Saad , Hao Li , Tushar Sharma , Ahmed E. Hassan

In recent years, language models have become increasingly larger and more complex. However, the input representations for these models continue to rely on simple and greedy subword tokenization methods. In this paper, we propose a novel…

计算与语言 · 计算机科学 2023-06-14 David Samuel , Lilja Øvrelid

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…

计算与语言 · 计算机科学 2025-06-04 Bar Gazit , Shaltiel Shmidman , Avi Shmidman , Yuval Pinter