Multi-relation Message Passing for Multi-label Text Classification
Muberra Ozmen, Hao Zhang, Pengyun Wang, Mark Coates

TL;DR
This paper introduces Multi-relation Message Passing (MrMP), a novel method for multi-label text classification that models various types of label dependencies, including rare co-occurrences and directional relationships, improving performance with minimal overhead.
Contribution
The paper proposes MrMP, a new approach that captures multiple types of label relationships, including rare and directional dependencies, for enhanced multi-label classification.
Findings
MrMP achieves comparable or better accuracy than state-of-the-art methods.
The approach adds minimal computational and memory overhead.
Experimental results on benchmark datasets validate the effectiveness of MrMP.
Abstract
A well-known challenge associated with the multi-label classification problem is modelling dependencies between labels. Most attempts at modelling label dependencies focus on co-occurrences, ignoring the valuable information that can be extracted by detecting label subsets that rarely occur together. For example, consider customer product reviews; a product probably would not simultaneously be tagged by both "recommended" (i.e., reviewer is happy and recommends the product) and "urgent" (i.e., the review suggests immediate action to remedy an unsatisfactory experience). Aside from the consideration of positive and negative dependencies, the direction of a relationship should also be considered. For a multi-label image classification problem, the "ship" and "sea" labels have an obvious dependency, but the presence of the former implies the latter much more strongly than the other way…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Web Data Mining and Analysis · Sentiment Analysis and Opinion Mining
