LGAIOct 15, 2020

Multi-label Few/Zero-shot Learning with Knowledge Aggregated from Multiple Label Graphs

arXiv:2010.07459v1998 citations
AI Analysis

This addresses the challenge of recognizing classes with limited training data in multi-label settings, which is incremental as it builds on existing graph-based methods.

The paper tackles multi-label few/zero-shot document classification by aggregating knowledge from multiple label graphs, showing significant performance improvements on clinical and legislative datasets.

Few/Zero-shot learning is a big challenge of many classifications tasks, where a classifier is required to recognise instances of classes that have very few or even no training samples. It becomes more difficult in multi-label classification, where each instance is labelled with more than one class. In this paper, we present a simple multi-graph aggregation model that fuses knowledge from multiple label graphs encoding different semantic label relationships in order to study how the aggregated knowledge can benefit multi-label zero/few-shot document classification. The model utilises three kinds of semantic information, i.e., the pre-trained word embeddings, label description, and pre-defined label relations. Experimental results derived on two large clinical datasets (i.e., MIMIC-II and MIMIC-III) and the EU legislation dataset show that methods equipped with the multi-graph knowledge aggregation achieve significant performance improvement across almost all the measures on few/zero-shot labels.

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