Abstract
We propose SCONE (Scalable, Contextualized, Offloaded, N-gram Embedding), a method for extending input embedding layers to enhance language model performance as layer size scales. To avoid increased decoding costs, SCONE retains the original vocabulary while introducing embeddings for a set of frequent n-grams. These embeddings provide contextualized representation for each input token and are learned with a separate model during training. During inference, they are precomputed and stored in off-accelerator memory with minimal impact on inference speed. SCONE enables two new scaling strategies: increasing the number of cached n-gram embeddings and scaling the model used to learn them, all while maintaining fixed inference-time FLOPS. We show that scaling both aspects allows SCONE to outperform a 1.9B parameter baseline across diverse corpora, while using only half the inference-time FLOPS.
Community
Thanks a lot for sharing!
A concurrent work, Over-Tokenized Transformer: Vocabulary is Generally Worth Scaling, also decouples the input embedding layer from the decoding layer. That said, we take a completely different approach, leading to notable differences in pros and cons. See our related work section for a more detailed discussion!
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Over-Tokenized Transformer: Vocabulary is Generally Worth Scaling (2025)
- L3TC: Leveraging RWKV for Learned Lossless Low-Complexity Text Compression (2024)
- Parameters vs FLOPs: Scaling Laws for Optimal Sparsity for Mixture-of-Experts Language Models (2025)
- Compressed Chain of Thought: Efficient Reasoning Through Dense Representations (2024)
- SepLLM: Accelerate Large Language Models by Compressing One Segment into One Separator (2024)
- CSR:Achieving 1 Bit Key-Value Cache via Sparse Representation (2024)
- Rethinking Addressing in Language Models via Contexualized Equivariant Positional Encoding (2025)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment:
@librarian-bot
recommend
Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper