paper-with-me

홈 › Papers

MeToken: Uniform Micro-environment Token Boosts Post-Translational Modification Prediction

2024-11-04 · Cheng Tan, Zhenxiao Cao, Zhangyang Gao, Lirong Wu, Siyuan Li, Yufei Huang, Jun Xia, Bozhen Hu, Stan Z. Li

Post-translational modifications (PTMs) profoundly expand the complexity and functionality of the proteome, regulating protein attributes and interactions that are crucial for biological processes. Accurately predicting PTM sites and their specific types is therefore essential for elucidating protein function and understanding disease mechanisms. Existing computational approaches predominantly focus on protein sequences to predict PTM sites, driven by the recognition of sequence-dependent motifs. However, these approaches often overlook protein structural contexts. In this work, we first compile a large-scale sequence-structure PTM dataset, which serves as the foundation for fair comparison. We introduce the MeToken model, which tokenizes the micro-environment of each amino acid, integrating both sequence and structural information into unified discrete tokens. This model not only captures the typical sequence motifs associated with PTMs but also leverages the spatial arrangements dictated by protein tertiary structures, thus providing a holistic view of the factors influencing PTM sites. Designed to address the long-tail distribution of PTM types, MeToken employs uniform sub-codebooks that ensure even the rarest PTMs are adequately represented and distinguished. We validate the effectiveness and generalizability of MeToken across multiple datasets, demonstrating its superior performance in accurately identifying PTM types. The results underscore the importance of incorporating structural data and highlight MeToken's potential in facilitating accurate and comprehensive PTM predictions, which could significantly impact proteomics research. The code and datasets are available at https://github.com/A4Bio/MeToken.

📄 PDF Abstract BibTeX arXiv:2411.01856

Code (1)

a4bio/metoken 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

ToDi: Token-wise Distillation via Fine-Grained Divergence Control

2025-05-22 · Seongryong Jung, Suwan Yoon, DongGeon Kim, Hwanhee Lee

Large language models (LLMs) offer impressive performance but are impractical for resource-constrained deployment due to high latency and energy consumption. Knowledge distillation (KD) addresses this by transferring kno…

Instruction FollowingKnowledge Distillation

Instruction Finetuning DeepSeek-R1-8B Model Using LoRA and NEFTune

2026-06-09 · Wu Yuerong, Mingni Luo arxiv

Financial named-entity recognition (NER) is essential for translating unstructured financial reports and news into structured knowledge graphs. However, general-purpose large language models (LLMs) often misclassify fina…

Knowledge Graphs

ERPO: Token-Level Entropy-Regulated Policy Optimization for Large Reasoning Models

2026-03-30 · Song Yu, Li Li, Wenwen Zhao, Zhisheng Yang arxiv

Reinforcement learning from verifiable rewards has significantly advanced the reasoning capabilities of large language models. However, Group Relative Policy Optimization (GRPO) typically assigns a uniform, sequence-leve…

Reinforcement Learning

AtomDisc: An Atom-level Tokenizer that Boosts Molecular LLMs and Reveals Structure--Property Associations

2025-11-28 · Mingxu Zhang, Dazhong Shen, Ying Sun arxiv

Advances in large language models (LLMs) are accelerating discovery in molecular science. However, adapting molecular information to the serialized, token-based processing of LLMs remains a key challenge. Compared to oth…

Resolving Action Bottleneck: Agentic Reinforcement Learning Informed by Token-Level Energy

2026-05-14 · Langzhou He, Junyou Zhu, Yue Zhou, Zhengyao Gu 외 arxiv

Agentic reinforcement learning trains large language models using multi-turn trajectories that interleave long reasoning traces with short environment-facing actions. Common policy-gradient methods, such as PPO and GRPO,…

Reinforcement Learning