English

Interchangeable Token Embeddings for Extendable Vocabulary and Alpha-Equivalence

Computation and Language 2025-06-19 v3 Machine Learning Logic in Computer Science

Abstract

Language models lack the notion of interchangeable tokens: symbols that are semantically equivalent yet distinct, such as bound variables in formal logic. This limitation prevents generalization to larger vocabularies and hinders the model's ability to recognize alpha-equivalence, where renaming bound variables preserves meaning. We formalize this machine learning problem and introduce alpha-covariance, a metric for evaluating robustness to such transformations. To tackle this task, we propose a dual-part token embedding strategy: a shared component ensures semantic consistency, while a randomized component maintains token distinguishability. Compared to a baseline that relies on alpha-renaming for data augmentation, our approach demonstrates improved generalization to unseen tokens in linear temporal logic solving, propositional logic assignment prediction, and copying with an extendable vocabulary, while introducing a favorable inductive bias for alpha-equivalence. Our findings establish a foundation for designing language models that can learn interchangeable token representations, a crucial step toward more flexible and systematic reasoning in formal domains. Our code and project page are available at https://necrashter.github.io/interchangeable-token-embeddings

Keywords

Cite

@article{arxiv.2410.17161,
  title  = {Interchangeable Token Embeddings for Extendable Vocabulary and Alpha-Equivalence},
  author = {İlker Işık and Ramazan Gokberk Cinbis and Ebru Aydin Gol},
  journal= {arXiv preprint arXiv:2410.17161},
  year   = {2025}
}

Comments

ICML 2025 Poster Paper, Camera Ready Version

R2 v1 2026-06-28T19:31:45.487Z