dgai91/pytorch-acnn-model
code of Relation Classification via Multi-Level Attention CNNs
This project helps classify the relationships between entities mentioned in text. You provide text data where entities are highlighted, and it outputs the probable relationship types connecting them. This is useful for researchers and data scientists working on natural language understanding tasks.
178 stars. No commits in the last 6 months.
Use this if you are a researcher experimenting with different neural network architectures for relation extraction in text.
Not ideal if you need a production-ready, highly accurate relation extraction system without extensive model tuning and development.
Stars
178
Forks
29
Language
Python
License
—
Category
Last pushed
Aug 23, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/dgai91/pytorch-acnn-model"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
carpedm20/lstm-char-cnn-tensorflow
in progress
ilivans/tf-rnn-attention
Tensorflow implementation of attention mechanism for text classification tasks.
ahmedbesbes/character-based-cnn
Implementation of character based convolutional neural network
AlexGidiotis/Document-Classifier-LSTM
A bidirectional LSTM with attention for multiclass/multilabel text classification.
NonvolatileMemory/AAAI_2019_EXAM
Official implementation of "Explicit Interaction Model towards Text Classification"