paper-with-me

Papers

evoBPE: Evolutionary Protein Sequence Tokenization

2025-03-11 · Burak Suyunu, Özdeniz Dolu, Arzucan Özgür

Recent advancements in computational biology have drawn compelling parallels between protein sequences and linguistic structures, highlighting the need for sophisticated tokenization methods that capture the intricate evolutionary dynamics of protein sequences. Current subword tokenization techniques, primarily developed for natural language processing, often fail to represent protein sequences' complex structural and functional properties adequately. This study introduces evoBPE, a novel tokenization approach that integrates evolutionary mutation patterns into sequence segmentation, addressing critical limitations in existing methods. By leveraging established substitution matrices, evoBPE transcends traditional frequency-based tokenization strategies. The method generates candidate token pairs through biologically informed mutations, evaluating them based on pairwise alignment scores and frequency thresholds. Extensive experiments on human protein sequences show that evoBPE performs better across multiple dimensions. Domain conservation analysis reveals that evoBPE consistently outperforms standard Byte-Pair Encoding, particularly as vocabulary size increases. Furthermore, embedding similarity analysis using ESM-2 suggests that mutation-based token replacements preserve biological sequence properties more effectively than arbitrary substitutions. The research contributes to protein sequence representation by introducing a mutation-aware tokenization method that better captures evolutionary nuances. By bridging computational linguistics and molecular biology, evoBPE opens new possibilities for machine learning applications in protein function prediction, structural modeling, and evolutionary analysis.

📄 PDF Abstract BibTeX arXiv:2503.08838

Code (1)

boun-tabi-lifelu/evolutionary-subword-tokenization 공식 구현

Tasks

Protein Function Prediction

Similar Papers 제목 키워드 기반

Linguistic Laws Meet Protein Sequences: A Comparative Analysis of Subword Tokenization Methods

2024-11-26 · Burak Suyunu, Enes Taylan, Arzucan Özgür

Tokenization is a crucial step in processing protein sequences for machine learning models, as proteins are complex sequences of amino acids that require meaningful segmentation to capture their functional and structural…

PETA: Evaluating the Impact of Protein Transfer Learning with Sub-word Tokenization on Downstream Applications

2023-10-26 · Yang Tan, Mingchen Li, Pan Tan, Ziyi Zhou 외

Large protein language models are adept at capturing the underlying evolutionary information in primary structures, offering significant practical value for protein engineering. Compared to natural language models, prote…

Language ModelingLanguage ModellingProtein Language ModelTransfer Learning

Adaptive Protein Tokenization

2026-02-06 · Rohit Dilip, Ayush Varshney, David Van Valen arxiv

Tokenization is a promising path to multi-modal models capable of jointly understanding protein sequences, structure, and function. Existing protein structure tokenizers create tokens by pooling information from local ne…

EvoLen: Evolution-Guided Tokenization for DNA Language Model

2026-04-09 · Nan Huang, Xiaoxiao Zhou, Junxia Cui, Mario Tapia-Pacheco 외 arxiv

Tokens serve as the basic units of representation in DNA language models (DNALMs), yet their design remains underexplored. Unlike natural language, DNA lacks inherent token boundaries or predefined compositional rules, m…

SFM-Protein: Integrative Co-evolutionary Pre-training for Advanced Protein Sequence Representation

2024-10-31 · Liang He, Peiran Jin, Yaosen Min, Shufang Xie 외

Proteins, essential to biological systems, perform functions intricately linked to their three-dimensional structures. Understanding the relationship between protein structures and their amino acid sequences remains a co…