CLAIOct 18, 2023

Solving Hard Analogy Questions with Relation Embedding Chains

arXiv:2310.12379v1131 citationsh-index: 31
Originality Incremental advance
AI Analysis

This work addresses a challenge in lexical semantics for researchers and practitioners, but it is incremental as it builds on existing methods.

The paper tackles the problem of modeling concept relations for solving hard analogy questions by combining knowledge graph paths with relation embeddings, achieving improved performance on analogy tasks.

Modelling how concepts are related is a central topic in Lexical Semantics. A common strategy is to rely on knowledge graphs (KGs) such as ConceptNet, and to model the relation between two concepts as a set of paths. However, KGs are limited to a fixed set of relation types, and they are incomplete and often noisy. Another strategy is to distill relation embeddings from a fine-tuned language model. However, this is less suitable for words that are only indirectly related and it does not readily allow us to incorporate structured domain knowledge. In this paper, we aim to combine the best of both worlds. We model relations as paths but associate their edges with relation embeddings. The paths are obtained by first identifying suitable intermediate words and then selecting those words for which informative relation embeddings can be obtained. We empirically show that our proposed representations are useful for solving hard analogy questions.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes