CLAIFeb 21, 2019

Predicting ConceptNet Path Quality Using Crowdsourced Assessments of Naturalness

arXiv:1902.07831v19 citations
Originality Incremental advance
AI Analysis

This addresses the issue of noisy and uninformative paths in knowledge graphs for applications relying on semantic relationships, though it is incremental as it improves upon existing heuristic approaches with a data-driven method.

The paper tackled the problem of selecting high-quality semantic paths in knowledge graphs like ConceptNet by learning to predict path quality from crowdsourced human assessments of naturalness, resulting in a neural network model that achieves near-optimal performance in predicting human judgments and substantially outperforms existing heuristic methods.

In many applications, it is important to characterize the way in which two concepts are semantically related. Knowledge graphs such as ConceptNet provide a rich source of information for such characterizations by encoding relations between concepts as edges in a graph. When two concepts are not directly connected by an edge, their relationship can still be described in terms of the paths that connect them. Unfortunately, many of these paths are uninformative and noisy, which means that the success of applications that use such path features crucially relies on their ability to select high-quality paths. In existing applications, this path selection process is based on relatively simple heuristics. In this paper we instead propose to learn to predict path quality from crowdsourced human assessments. Since we are interested in a generic task-independent notion of quality, we simply ask human participants to rank paths according to their subjective assessment of the paths' naturalness, without attempting to define naturalness or steering the participants towards particular indicators of quality. We show that a neural network model trained on these assessments is able to predict human judgments on unseen paths with near optimal performance. Most notably, we find that the resulting path selection method is substantially better than the current heuristic approaches at identifying meaningful paths.

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