中文
相关论文

相关论文: Separate Before You Compress: The WWHO Tokenizatio…

200 篇论文

The best performing transformer-based language models use subword tokenization techniques, such as Byte-Pair-Encoding (BPE). However, these approaches often overlook linguistic principles, such as morphological segmentation, which we…

计算与语言 · 计算机科学 2025-04-03 Mikkel Wildner Kildeberg , Emil Allerslev Schledermann , Nicolaj Larsen , Rob van der Goot

The quality of subword tokenization is critical for Large Language Models, yet evaluating tokenizers for morphologically rich Uralic languages is hampered by the lack of clean morpheme lexicons. We introduce SampoNLP, a corpus-free toolkit…

计算与语言 · 计算机科学 2026-01-09 Iaroslav Chelombitko , Ekaterina Chelombitko , Aleksey Komissarov

Subword tokenization critically affects Natural Language Processing (NLP) performance, yet its behavior in morphologically rich and low-resource language families remains under-explored. This study systematically compares three subword…

计算与语言 · 计算机科学 2026-03-31 Nuo Xu , Ahrii Kim

Large language models (LLMs) have advanced rapidly from conversational problem solving to addressing real-world tasks involving tool use, such as software engineering (SWE). Recent LLM-powered toolkits, such as OpenAI Codex and Cursor, have…

人工智能 · 计算机科学 2025-06-24 Haoran Wang , Zhenyu Hou , Yao Wei , Jie Tang , Yuxiao Dong

Large language models (LLMs) have driven major progress in NLP, yet their substantial memory and compute demands still hinder practical deployment. Binarization can compress weights to 1 bit, fundamentally lowering compute and bandwidth…

机器学习 · 计算机科学 2026-05-04 Zhixiong Zhao , Zukang Xu , Dawei Yang

This paper presents a comprehensive examination of the impact of tokenization strategies and vocabulary sizes on the performance of Arabic language models in downstream natural language processing tasks. Our investigation focused on the…

计算与语言 · 计算机科学 2024-09-23 Mohamed Taher Alrefaie , Nour Eldin Morsy , Nada Samir

This paper explores syllable sequence prediction in Abugida languages using Transformer-based models, focusing on six languages: Bengali, Hindi, Khmer, Lao, Myanmar, and Thai, from the Asian Language Treebank (ALT) dataset. We investigate…

计算与语言 · 计算机科学 2025-05-19 Ye Kyaw Thu , Thazin Myint Oo

Page Stream Segmentation (PSS) is an essential prerequisite for automated document processing at scale. However, research progress has been limited by the absence of realistic public benchmarks. This paper works towards addressing this gap…

计算与语言 · 计算机科学 2024-08-23 Hunter Heidenreich , Ratish Dalvi , Rohith Mukku , Nikhil Verma , Neven Pičuljan

We consider hate speech detection through keyword spotting on radio broadcasts. One approach is to build an automatic speech recognition (ASR) system for the target low-resource language. We compare this to using acoustic word embedding…

Large Language Models (LLMs) deliver exceptional performance across natural language tasks but demand substantial computational resources, limiting their deployment on resource-constrained edge devices. Existing compression techniques, such…

人工智能 · 计算机科学 2025-12-19 Khurram Khalil , Khaza Anuarul Hoque

While most frontier models still use deterministic frequency-based tokenization algorithms such as byte-pair encoding (BPE), there has been significant recent work to design learned neural tokenizers. However, these schemes generally add to…

机器学习 · 计算机科学 2025-12-29 Theo Datta , Kayla Huang , Sham Kakade , David Brandfonbrener

The Byte Pair Encoding algorithm can be safely batched to merge hundreds of pairs of tokens at a time when building up a tokenizer's vocabulary. This technique combined with reducing the memory footprint of text used in vocabulary training…

计算与语言 · 计算机科学 2024-08-12 Alexander P. Morgan

This paper presents a language-independent deep learning architecture adapted to the task of multiword expression (MWE) identification. We employ a neural architecture comprising of convolutional and recurrent layers with the addition of an…

计算与语言 · 计算机科学 2018-09-11 Shiva Taslimipoor , Omid Rohanian

Handwritten mathematical expressions (HMEs) contain ambiguities in their interpretations, even for humans sometimes. Several math symbols are very similar in the writing style, such as dot and comma or 0, O, and o, which is a challenge for…

计算与语言 · 计算机科学 2021-08-12 Huy Quang Ung , Cuong Tuan Nguyen , Hung Tuan Nguyen , Thanh-Nghia Truong , Masaki Nakagawa

Unlike hybrid speech recognition systems where the use of tokens was restricted to phones, biphones or triphones the choice of tokens in the end-to-end ASR systems is derived from the text corpus of the training data. The use of…

音频与语音处理 · 电气工程与系统科学 2024-06-06 Sunil Kumar Kopparapu , Ashish Panda

Code-switching speech recognition (CSSR) transcribes speech that switches between multiple languages or dialects within a single sentence. The main challenge in this task is that different languages often have similar pronunciations, making…

声音 · 计算机科学 2023-06-09 Zhiyun Fan , Linhao Dong , Chen Shen , Zhenlin Liang , Jun Zhang , Lu Lu , Zejun Ma

We explore the use of segments learnt using Byte Pair Encoding (referred to as BPE units) as basic units for statistical machine translation between related languages and compare it with orthographic syllables, which are currently the best…

计算与语言 · 计算机科学 2017-07-24 Anoop Kunchukuttan , Pushpak Bhattacharyya

This paper presents a novel hybrid tokenization strategy that enhances the performance of DNA Language Models (DLMs) by combining 6-mer tokenization with Byte Pair Encoding (BPE-600). Traditional k-mer tokenization is effective at capturing…

计算与语言 · 计算机科学 2025-07-25 Ganesh Sapkota , Md Hasibur Rahman

Subwords have become the standard units of text in NLP, enabling efficient open-vocabulary models. With algorithms like byte-pair encoding (BPE), subword segmentation is viewed as a preprocessing step applied to the corpus before training.…

计算与语言 · 计算机科学 2022-10-14 Francois Meyer , Jan Buys

To effectively reduce the visual tokens in Visual Large Language Models (VLLMs), we propose a novel approach called Window Token Concatenation (WiCo). Specifically, we employ a sliding window to concatenate spatially adjacent visual tokens.…

计算机视觉与模式识别 · 计算机科学 2025-04-08 Yifan Li , Wentao Bao , Botao Ye , Zhen Tan , Tianlong Chen , Huan Liu , Yu Kong