# On a scalable problem transformation method for multi-label learning

**Authors:** Dora Jambor, Peng Yu

arXiv: 1905.11518 · 2019-05-29

## TL;DR

This paper introduces a scalable transformation method for multi-label learning that converts the problem into a single binary classification, improving precision and efficiency over traditional binary relevance in large label spaces.

## Contribution

The paper proposes a novel scalable transformation approach for multi-label learning that outperforms binary relevance in precision and speed, especially in large-scale problems.

## Key findings

- Achieves higher precision than binary relevance
- Faster execution times in large-scale tasks
- Effective in top-K recommender systems

## Abstract

Binary relevance is a simple approach to solve multi-label learning problems where an independent binary classifier is built per each label. A common challenge with this in real-world applications is that the label space can be very large, making it difficult to use binary relevance to larger scale problems. In this paper, we propose a scalable alternative to this, via transforming the multi-label problem into a single binary classification. We experiment with a few variations of our method and show that our method achieves higher precision than binary relevance and faster execution times on a top-K recommender system task.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.11518/full.md

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1905.11518/full.md

## References

6 references — full list in the complete paper: https://tomesphere.com/paper/1905.11518/full.md

---
Source: https://tomesphere.com/paper/1905.11518