thomasfermi/Dynamic-Coattention-Network-for-SQuAD
Tensorflow implementation of DCN for question answering on the Stanford Question Answering Dataset (SQuAD)
This project helps you automatically find answers within documents. You input a long text, like a Wikipedia article, and a specific question. It then identifies and extracts the exact sentence or phrase from the text that answers your question. Researchers or anyone needing to quickly pinpoint information in lengthy documents would find this useful.
No commits in the last 6 months.
Use this if you need to extract precise answers to questions from large bodies of text.
Not ideal if you need a system that can understand and generate new answers or engage in conversational AI.
Stars
13
Forks
15
Language
Jupyter Notebook
License
—
Category
Last pushed
Dec 01, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/thomasfermi/Dynamic-Coattention-Network-for-SQuAD"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
domluna/memn2n
End-To-End Memory Network using Tensorflow
HKUST-KnowComp/R-Net
Tensorflow Implementation of R-Net
carpedm20/MemN2N-tensorflow
"End-To-End Memory Networks" in Tensorflow
localminimum/QANet
A Tensorflow implementation of QANet for machine reading comprehension
allenai/bi-att-flow
Bi-directional Attention Flow (BiDAF) network is a multi-stage hierarchical process that...