Element2Vec: Build Chemical Element Representation from Text for Property Prediction
Yuanhao Li, Keyuan Lai, Tianqi Wang, Qihao Liu, Jiawei Ma, Yuan-Chao Hu
TL;DR
This work introduces Element2Vec, a language-informed framework that converts textual descriptions of chemical elements into both Global and Local embeddings using a Gemini-based LLM. By labeling eight attribute categories and augmenting attribute-local texts with a concise element-wide summary, Element2Vec captures diverse facet signals while preserving global context. The authors show that Local, summary-augmented embeddings yield tighter element clusters and more decisive predictions, and they address data sparsity through a test-time self-attention training approach that effectively imputes missing property values. Collectively, the approach bridges textual knowledge and physical properties to support interpretable, scalable materials discovery, with demonstrated gains in element-family classification and atomic-property prediction such as the van der Waals radius."
Abstract
Accurate property data for chemical elements is crucial for materials design and manufacturing, but many of them are difficult to measure directly due to equipment constraints. While traditional methods use the properties of other elements or related properties for prediction via numerical analyses, they often fail to model complex relationships. After all, not all characteristics can be represented as scalars. Recent efforts have been made to explore advanced AI tools such as language models for property estimation, but they still suffer from hallucinations and a lack of interpretability. In this paper, we investigate Element2Vecto effectively represent chemical elements from natural languages to support research in the natural sciences. Given the text parsed from Wikipedia pages, we use language models to generate both a single general-purpose embedding (Global) and a set of attribute-highlighted vectors (Local). Despite the complicated relationship across elements, the computational challenges also exist because of 1) the discrepancy in text distribution between common descriptions and specialized scientific texts, and 2) the extremely limited data, i.e., with only 118 known elements, data for specific properties is often highly sparse and incomplete. Thus, we also design a test-time training method based on self-attention to mitigate the prediction error caused by Vanilla regression clearly. We hope this work could pave the way for advancing AI-driven discovery in materials science.
