rktamplayo/MCFA
[IJCAI2018] Translations as Additional Contexts for Sentence Classification
This tool helps researchers and natural language processing practitioners classify sentences by leveraging translations into multiple languages as additional context. It takes an English sentence dataset (like movie reviews) and their translations, then outputs a classification model that benefits from multilingual insights. Anyone working on sentiment analysis, topic detection, or other text classification tasks, particularly across languages, would find this valuable.
No commits in the last 6 months.
Use this if you need to build a sentence classification model and believe that incorporating multilingual context from translations could improve accuracy.
Not ideal if you are looking for an out-of-the-box solution for general text classification without specific interest in leveraging translations or a deep understanding of machine learning pipelines.
Stars
8
Forks
6
Language
Python
License
—
Last pushed
May 05, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/rktamplayo/MCFA"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch