allenai/bi-att-flow
Bi-directional Attention Flow (BiDAF) network is a multi-stage hierarchical process that represents context at different levels of granularity and uses a bi-directional attention flow mechanism to achieve a query-aware context representation without early summarization.
This project helps you build a system that can accurately answer questions based on a given text, much like a human would. You provide a document and a question, and it extracts the most relevant answer directly from the text. This is designed for researchers or practitioners working on automated question-answering systems.
1,540 stars. No commits in the last 6 months.
Use this if you need to develop or experiment with a machine comprehension model that can understand text and answer specific questions contained within it.
Not ideal if you're looking for a ready-to-use, production-grade API or a tool that generates new answers rather than extracting existing ones.
Stars
1,540
Forks
672
Language
Python
License
Apache-2.0
Category
Last pushed
May 31, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/allenai/bi-att-flow"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
localminimum/QANet
A Tensorflow implementation of QANet for machine reading comprehension
carpedm20/MemN2N-tensorflow
"End-To-End Memory Networks" in Tensorflow
HKUST-KnowComp/R-Net
Tensorflow Implementation of R-Net
domluna/memn2n
End-To-End Memory Network using Tensorflow
YerevaNN/Dynamic-memory-networks-in-Theano
Implementation of Dynamic memory networks by Kumar et al. http://arxiv.org/abs/1506.07285