paper-with-me

홈 › Papers

SpeLLM: Character-Level Multi-Head Decoding

2025-07-22 · Amit Ben-Artzy, Roy Schwartz arxiv

Scaling LLM vocabulary is often used to reduce input sequence length and alleviate attention's quadratic cost. Yet, current LLM architectures impose a critical bottleneck to this procedure: the output projection layer scales linearly with vocabulary size, rendering substantial expansion impractical. We propose SpeLLM, a method that decouples input and output vocabularies by predicting character-level strings through multiple output heads. In SpeLLM, each of the $k$ linear heads predicts a single character simultaneously, enabling the model to represent a much larger output space using smaller, independent linear heads. We present a self-distillation approach for converting a standard LLM to a SpeLLM. Our experiments with four pre-trained LLMs show their SpeLLM variants achieve competitive performance on downstream tasks while reducing runtime by 5.1% on average across models. Our approach provides a potential avenue for reducing LLM costs, while increasing support for underrepresented languages and domains.

📄 PDF Abstract BibTeX arXiv:2507.16323

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SpelLM: Augmenting Chinese Spell Check Using Input Salience

2021-10-16 · ACL ARR October 2021 10 · Anonymous

The task of Chinese Spell Check (CSC) has a goal of detecting and correcting the misspelled Chinese characters in a sentence. Due to the complex nature of Chinese characters, the CSC task is very challenging and has att…

Sentence

Improved Language Modeling by Decoding the Past

2018-08-14 · ACL 2019 7 · Siddhartha Brahma

Highly regularized LSTMs achieve impressive results on several benchmark datasets in language modeling. We propose a new regularization method based on decoding the last token in the context using the predicted distribut…

Language ModelingLanguage Modelling

Scaling Speculative Decoding with Lookahead Reasoning

2025-06-24 · Yichao Fu, Rui Ge, Zelei Shao, Zhijie Deng 외

Reasoning models excel by generating long chain-of-thoughts, but decoding the resulting thousands of tokens is slow. Token-level speculative decoding (SD) helps, but its benefit is capped, because the chance that an enti…

GPUGSM8K

End-to-end Speech Recognition with Word-based RNN Language Models

2018-08-08 · Takaaki Hori, Jaejin Cho, Shinji Watanabe

This paper investigates the impact of word-based RNN language models (RNN-LMs) on the performance of end-to-end automatic speech recognition (ASR). In our prior work, we have proposed a multi-level LM, in which character…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

PLPHP: Per-Layer Per-Head Vision Token Pruning for Efficient Large Vision-Language Models

2025-02-20 · Yu Meng, Kaiyuan Li, Chenran Huang, Chen Gao 외

Large Vision-Language Models (LVLMs) have demonstrated remarkable capabilities across a range of multimodal tasks. However, their inference efficiency is constrained by the large number of visual tokens processed during …

Decoder