CLJul 26, 2018

Concurrent Learning of Semantic Relations

arXiv:1807.10076v3
Originality Incremental advance
AI Analysis

This addresses the need for better semantic relation identification in NLP, but it is incremental as it builds on existing multi-task and semi-supervised methods.

The paper tackles the problem of identifying semantic relations between words for NLP tasks like query expansion, proposing a multi-task learning approach where learning one relation is improved by concurrently learning another, with preliminary results showing improvements in most tested situations.

Discovering whether words are semantically related and identifying the specific semantic relation that holds between them is of crucial importance for NLP as it is essential for tasks like query expansion in IR. Within this context, different methodologies have been proposed that either exclusively focus on a single lexical relation (e.g. hypernymy vs. random) or learn specific classifiers capable of identifying multiple semantic relations (e.g. hypernymy vs. synonymy vs. random). In this paper, we propose another way to look at the problem that relies on the multi-task learning paradigm. In particular, we want to study whether the learning process of a given semantic relation (e.g. hypernymy) can be improved by the concurrent learning of another semantic relation (e.g. co-hyponymy). Within this context, we particularly examine the benefits of semi-supervised learning where the training of a prediction function is performed over few labeled data jointly with many unlabeled ones. Preliminary results based on simple learning strategies and state-of-the-art distributional feature representations show that concurrent learning can lead to improvements in a vast majority of tested situations.

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