QData/LaMP
ECML 2019: Graph Neural Networks for Multi-Label Classification
This tool helps organize and classify content like news articles, images, or documents by assigning multiple relevant categories to each item. It takes your raw data, such as text or image features, and outputs a list of appropriate labels for each. This is useful for anyone needing to automatically tag content with several categories simultaneously, like content managers or data analysts.
No commits in the last 6 months.
Use this if you need to automatically assign multiple related tags or categories to a piece of content, where the categories themselves might be interconnected.
Not ideal if your classification task only requires a single category per item or if you're dealing exclusively with multi-label image classification (where C-Tran might be more suitable).
Stars
91
Forks
18
Language
Python
License
MIT
Category
Last pushed
Jul 21, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/QData/LaMP"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lonePatient/Bert-Multi-Label-Text-Classification
This repo contains a PyTorch implementation of a pretrained BERT model for multi-label text...
mim-solutions/bert_for_longer_texts
BERT classification model for processing texts longer than 512 tokens. Text is first divided...
OctoberChang/X-Transformer
X-Transformer: Taming Pretrained Transformers for eXtreme Multi-label Text Classification
illiterate/BertClassifier
基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)
a-tokyo/ai-zero-shot-classifier
🧠 leverage advanced AI embeddings to perform multilingual zero-shot text classification. Whether...