TLDR: This research paper introduces a new paradigm for Scientific Large Language Models (Sci-LLMs) to understand biomolecular sequences. Instead of directly processing raw sequences, which often leads to “tokenization dilemmas” (loss of functional information or semantic misalignment), the authors propose providing Sci-LLMs with high-level, structured context derived from bioinformatics tools. Their findings show that this “context-only” approach significantly outperforms methods using raw sequences, even degrading performance when raw sequences are included. This suggests Sci-LLMs are better suited as reasoning engines over structured knowledge rather than direct sequence interpreters, paving the way for more robust and efficient biological AI.
Scientific Large Language Models, or Sci-LLMs, are rapidly changing how we approach biological discovery. These advanced AI models, built on architectures similar to those powering everyday chatbots, hold immense potential for tasks like predicting protein function or designing new medicines. However, a significant hurdle has limited their effectiveness: the ‘tokenization dilemma’.
The Tokenization Dilemma: A Core Challenge
Traditionally, Sci-LLMs have tried to understand biomolecular sequences (like DNA, RNA, or protein strings) in one of two ways. The first, ‘sequence-as-language’, treats these sequences as a specialized language, breaking them down into individual amino acids or nucleotides. The problem here is that this process often destroys crucial biological information, like functional motifs, forcing the AI to ‘re-learn’ the fundamental grammar of biology from scratch. It’s like trying to understand a complex story by only reading individual letters.
The second approach, ‘sequence-as-modality’, uses specialized encoders to convert sequences into rich embeddings, treating them as a distinct type of data. While this preserves structural information, it introduces a ‘semantic misalignment’ challenge. The biological world of evolution and biophysics operates on different principles than the human language world that LLMs are trained on. Bridging this gap is difficult, and imperfect alignment can lead to misinterpretations, making the models ‘lost in tokenization’.
A New Path: Context as the Key
A recent research paper, titled “LOST INTOKENIZATION: CONTEXT AS THEKEY TOUNLOCKINGBIOMOLECULARUNDERSTANDING IN SCIENTIFICLLMS” by Kai Zhuang, Jiawei Zhang, Yumou Liu, and their colleagues, challenges these prevailing sequence-centric views. They propose a radically different and more effective paradigm: providing Sci-LLMs with high-level, structured context derived from established bioinformatics tools. Instead of forcing LLMs to decipher noisy, low-level sequence data directly, the idea is to leverage their core strength: reasoning over human-readable, structured knowledge.
Imagine giving an AI a detailed summary of a protein’s known domains, functions, and homologous relationships, rather than just the raw string of amino acids. This ‘context’ is information-dense, having already distilled functional insights from raw sequences, and is naturally aligned with the LLM’s linguistic domain, completely bypassing the tokenization dilemma.
How the Context is Generated
The researchers developed a pipeline to generate this structured context. For a given protein sequence, they use tools like InterProScan to identify conserved domains and motifs, and BLASTp to retrieve annotations from similar proteins in databases like Swiss-Prot. For very novel sequences, a fallback model called ProTrek generates a basic semantic description. These outputs are then integrated into a concise, human-readable textual context.
Striking Findings: Context Reigns Supreme
The study conducted a systematic comparison of leading Sci-LLMs and general-purpose LLMs across three input modes: sequence-only, context-only, and a combination of both. The results were remarkable:
- The ‘context-only’ approach consistently and substantially outperformed all other modes.
- Even more surprisingly, including the raw sequence alongside its high-level context consistently degraded performance. This suggests that raw sequences, in their current tokenized form, act as ‘informational noise’ that confuses the models.
This phenomenon, which the authors term ‘lost in tokenization’, highlights that the true power of current Sci-LLMs lies not in their nascent ability to interpret biomolecular syntax from scratch, but in their profound capacity for reasoning over structured, human-readable knowledge.
Robustness and Generalization
The context-driven approach also demonstrated superior generalization capabilities. It maintained high accuracy even on novel protein families that were dissimilar to training data, a challenge where traditional sequence-based models often falter. Furthermore, its performance remained stable over time, even for recently discovered proteins, unlike other models that showed significant degradation.
Also Read:
- Bridging Language and Structure: A Look at Large Language Models and Text-Attributed Graphs
- CMOMgen: Automating Complex Ontology Alignment with Pattern-Guided AI
Reframing the Future of Sci-LLMs
These findings suggest a fundamental shift in how we view and develop Sci-LLMs. Instead of trying to make them ‘sequence decoders’, we should focus on building them as powerful ‘reasoning engines’ over expert knowledge. This new class of hybrid scientific AI agents could accelerate biological discovery by synthesizing high-level information more effectively.
The code for this research is openly available on GitHub, paving the way for further exploration and development in this exciting new direction. You can read the full paper here: LOST INTOKENIZATION: CONTEXT AS THEKEY TOUNLOCKINGBIOMOLECULARUNDERSTANDING IN SCIENTIFICLLMS.


