LGCLMLMay 29, 2019

SECRET: Semantically Enhanced Classification of Real-world Tasks

arXiv:1905.12356v32 citations
Originality Incremental advance
AI Analysis

This addresses the limitation of ignoring label semantics in classification tasks, offering a new direction for supervised learning, though it appears incremental as it combines existing ML and NLP approaches.

The paper tackles the problem of supervised classification by integrating semantic information from labels with traditional feature spaces, achieving up to 14.0% accuracy and 13.1% F1 score improvements over traditional methods.

Supervised machine learning (ML) algorithms are aimed at maximizing classification performance under available energy and storage constraints. They try to map the training data to the corresponding labels while ensuring generalizability to unseen data. However, they do not integrate meaning-based relationships among labels in the decision process. On the other hand, natural language processing (NLP) algorithms emphasize the importance of semantic information. In this paper, we synthesize the complementary advantages of supervised ML and NLP algorithms into one method that we refer to as SECRET (Semantically Enhanced Classification of REal-world Tasks). SECRET performs classifications by fusing the semantic information of the labels with the available data: it combines the feature space of the supervised algorithms with the semantic space of the NLP algorithms and predicts labels based on this joint space. Experimental results indicate that, compared to traditional supervised learning, SECRET achieves up to 14.0% accuracy and 13.1% F1 score improvements. Moreover, compared to ensemble methods, SECRET achieves up to 12.7% accuracy and 13.3% F1 score improvements. This points to a new research direction for supervised classification based on incorporation of semantic information.

Foundations

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

Your Notes