yoosan/sentpair
Modelling Sentence Pairs with Tree-structured Attentive Encoder https://arxiv.org/pdf/1610.02806.pdf
This project helps researchers and practitioners in natural language processing (NLP) analyze relationships between pairs of sentences. It takes two sentences as input and determines how they are related, for example, if they are semantically similar or entail each other. It is ideal for computational linguists, AI researchers, and data scientists working on text understanding.
No commits in the last 6 months.
Use this if you need to determine the semantic relationship or paraphrase status between pairs of sentences.
Not ideal if you are looking for a general-purpose natural language understanding tool beyond sentence pair analysis.
Stars
18
Forks
9
Language
Lua
License
MIT
Category
Last pushed
May 03, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/yoosan/sentpair"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
xv44586/toolkit4nlp
transformers implement (architecture, task example, serving and more)
luozhouyang/transformers-keras
Transformer-based models implemented in tensorflow 2.x(using keras).
ufal/neuralmonkey
An open-source tool for sequence learning in NLP built on TensorFlow.
graykode/xlnet-Pytorch
Simple XLNet implementation with Pytorch Wrapper
uzaymacar/attention-mechanisms
Implementations for a family of attention mechanisms, suitable for all kinds of natural language...