paper-with-me

홈 › Papers

The Tokenization Bottleneck: How Vocabulary Extension Improves Chemistry Representation Learning in Pretrained Language Models

2025-11-18 · Prathamesh Kalamkar, Ned Letcher, Meissane Chami, Sahger Lad, Shayan Mohanty, Prasanna Pendse arxiv

The application of large language models (LLMs) to chemistry is frequently hampered by a "tokenization bottleneck", where tokenizers tuned on general-domain text tend to fragment chemical representations such as SMILES into semantically uninformative sub-tokens. This paper introduces a principled methodology to resolve this bottleneck by unifying the representation of natural language and molecular structures within a single model. Our approach involves targeted vocabulary extension-augmenting a pretrained LLM's vocabulary with chemically salient tokens, followed by continued pretraining on chemistry-domain text to integrate this new knowledge. We provide an empirical demonstration of the effectiveness of this strategy, showing that our methodology leads to superior performance on a range of downstream chemical tasks.

📄 PDF Abstract BibTeX arXiv:2511.14365

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Pre-trained Models Perform the Best When Token Distributions Follow Zipf's Law

2025-07-30 · Yanjin He, Qingkai Zeng, Meng Jiang arxiv

Tokenization is a fundamental step in natural language processing (NLP) and other sequence modeling domains, where the choice of vocabulary size significantly impacts model performance. Despite its importance, selecting …

Teaching Old Tokenizers New Words: Efficient Tokenizer Adaptation for Pre-trained Models

2025-12-03 · Taido Purason, Pavel Chizhov, Ivan P. Yamshchikov, Mark Fishel arxiv

Tokenizer adaptation plays an important role in adapting pre-trained language models to new domains or languages. In this work, we address two complementary aspects of this process: vocabulary extension and pruning. The …

LangMAP: A Language-Adaptive Approach to Tokenization

2026-06-22 · Clara Meister, Suchir Salhan, Andrzej Szablewski, Pietro Lesci 외 arxiv

Language-specific tokenizers improve tokenization quality and the downstream performance of models on those languages. However, using such a tokenizer comes at a cost: either a new model must be trained from scratch, or …

Where to cut, how deep: BPE and Unigram-LM on chemistry SMILES

2026-07-06 · Hunter Heidenreich hf

Every chemical language model reading SMILES begins with a tokenizer, yet the field has inherited byte-pair encoding (BPE) from natural language with little scrutiny. In natural language, BPE's principal alternative, Uni…

Downstream Task-Oriented Neural Tokenizer Optimization with Vocabulary Restriction as Post Processing

2023-04-21 · Tatsuya Hiraoka, Tomoya Iwakura

This paper proposes a method to optimize tokenization for the performance improvement of already trained downstream models. Our method generates tokenization results attaining lower loss values of a given downstream mode…

text-classificationText Classification