English

Extracting Text Representations for Terms and Phrases in Technical Domains

Computation and Language 2023-05-26 v1 Artificial Intelligence Machine Learning

Abstract

Extracting dense representations for terms and phrases is a task of great importance for knowledge discovery platforms targeting highly-technical fields. Dense representations are used as features for downstream components and have multiple applications ranging from ranking results in search to summarization. Common approaches to create dense representations include training domain-specific embeddings with self-supervised setups or using sentence encoder models trained over similarity tasks. In contrast to static embeddings, sentence encoders do not suffer from the out-of-vocabulary (OOV) problem, but impose significant computational costs. In this paper, we propose a fully unsupervised approach to text encoding that consists of training small character-based models with the objective of reconstructing large pre-trained embedding matrices. Models trained with this approach can not only match the quality of sentence encoders in technical domains, but are 5 times smaller and up to 10 times faster, even on high-end GPUs.

Keywords

Cite

@article{arxiv.2305.15867,
  title  = {Extracting Text Representations for Terms and Phrases in Technical Domains},
  author = {Francesco Fusco and Diego Antognini},
  journal= {arXiv preprint arXiv:2305.15867},
  year   = {2023}
}

Comments

Accepted at ACL 2023 (industry). 10 pages, 3 figures, 5 tables

R2 v1 2026-06-28T10:45:44.410Z