Out-of-Vocabulary Embedding Imputation with Grounded Language Information by Graph Convolutional Networks
Ziyi Yang, Chenguang Zhu, Vin Sachidananda, Eric Darve

TL;DR
This paper introduces a novel method for imputing embeddings of rare and unseen words using grounded knowledge graphs and graph convolutional networks, improving representation quality across multiple tasks.
Contribution
It presents an online graph construction approach and a mapping algorithm that leverage grounded information for embedding imputation, outperforming existing methods.
Findings
Improves correlation coefficients on Card-660 by 11% and 17.8%.
Enhances embedding quality for rare and unseen words.
Demonstrates effectiveness across various domains.
Abstract
Due to the ubiquitous use of embeddings as input representations for a wide range of natural language tasks, imputation of embeddings for rare and unseen words is a critical problem in language processing. Embedding imputation involves learning representations for rare or unseen words during the training of an embedding model, often in a post-hoc manner. In this paper, we propose an approach for embedding imputation which uses grounded information in the form of a knowledge graph. This is in contrast to existing approaches which typically make use of vector space properties or subword information. We propose an online method to construct a graph from grounded information and design an algorithm to map from the resulting graphical structure to the space of the pre-trained embeddings. Finally, we evaluate our approach on a range of rare and unseen word tasks across various domains and…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Graph Neural Networks
MethodsGloVe Embeddings
