brightmart/multi-label_classification
transform multi-label classification as sentence pair task, with more training data and information
This project helps legal professionals automatically categorize segments of legal case descriptions. You input legal text, and it outputs specific 'case elements' or tags that apply to each sentence. It's designed for legal researchers, paralegals, or attorneys who need to quickly identify key facts within judicial documents.
178 stars. No commits in the last 6 months.
Use this if you need to extract multiple specific elements from legal case descriptions, even when faced with limited initial training data for certain categories.
Not ideal if your task involves classifying entire documents into a single category or if you are not working with multi-label text classification.
Stars
178
Forks
29
Language
Python
License
—
Category
Last pushed
Dec 13, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/brightmart/multi-label_classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
fidelity/textwiser
[AAAI 2021] TextWiser: Text Featurization Library
RandolphVI/Multi-Label-Text-Classification
About Muti-Label Text Classification Based on Neural Network.
ThilinaRajapakse/pytorch-transformers-classification
Based on the Pytorch-Transformers library by HuggingFace. To be used as a starting point for...
ntumlgroup/LibMultiLabel
A library for multi-class and multi-label classification
xuyige/BERT4doc-Classification
Code and source for paper ``How to Fine-Tune BERT for Text Classification?``