HIGHT: Hierarchical Graph Tokenization for Molecule-Language Alignment
Yongqiang Chen, Quanming Yao, Juzheng Zhang, James Cheng, Yatao Bian

TL;DR
HIGHT introduces a hierarchical graph tokenization method that captures molecular structures at multiple levels, significantly improving molecule-language alignment and reducing hallucinations in large language models.
Contribution
The paper proposes HIGHT, a novel hierarchical graph tokenizer that encodes atom, motif, and molecular levels, enhancing LLM perception of molecules and addressing limitations of prior flat tokenization methods.
Findings
Reduces hallucination by 40% in molecule-language tasks
Improves performance across 14 real-world benchmarks
Enhances molecular understanding in LLMs
Abstract
Recently, there has been a surge of interest in extending the success of large language models (LLMs) from texts to molecules. Most existing approaches adopt a graph neural network to represent a molecule as a series of node tokens for molecule-language alignment, which, however, have overlooked the inherent hierarchical structures in molecules. Notably, higher-order molecular structures contain rich semantics of functional groups, which encode crucial biochemical functionalities of the molecules. We show that neglecting the hierarchical information in tokenization will lead to subpar molecule-language alignment and severe hallucination. To address this limitation, we propose HIerarchical GrapH Tokenization (HIGHT). HIGHT employs a hierarchical graph tokenizer that encodes the hierarchy of atom, motif, and molecular levels of informative tokens to improve the molecular perception of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Semantic Web and Ontologies · Topic Modeling
MethodsGraph Neural Network
