SSEmb: A Joint Structural and Semantic Embedding Framework for Mathematical Formula Retrieval
By: Ruyin Li, Xiaoyu Chen
Potential Business Impact:
Finds math formulas in text faster.
Formula retrieval is an important topic in Mathematical Information Retrieval. We propose SSEmb, a novel embedding framework capable of capturing both structural and semantic features of mathematical formulas. Structurally, we employ Graph Contrastive Learning to encode formulas represented as Operator Graphs. To enhance structural diversity while preserving mathematical validity of these formula graphs, we introduce a novel graph data augmentation approach through a substitution strategy. Semantically, we utilize Sentence-BERT to encode the surrounding text of formulas. Finally, for each query and its candidates, structural and semantic similarities are calculated separately and then fused through a weighted scheme. In the ARQMath-3 formula retrieval task, SSEmb outperforms existing embedding-based methods by over 5 percentage points on P'@10 and nDCG'@10. Furthermore, SSEmb enhances the performance of all runs of other methods and achieves state-of-the-art results when combined with Approach0.
Similar Papers
SSEmb: A Joint Structural and Semantic Embedding Framework for Mathematical Formula Retrieval
Information Retrieval
Finds math formulas in text faster.
A semantic-based deep learning approach for mathematical expression retrieval
Information Retrieval
Finds similar math problems by understanding their meaning.
Struc-EMB: The Potential of Structure-Aware Encoding in Language Embeddings
Machine Learning (CS)
Makes computers understand text with links better.