HKUST-KnowComp/MnemonicReader
A PyTorch implementation of Mnemonic Reader for the Machine Comprehension task
This project helps researchers and developers working on advanced question-answering systems. It takes a document (like a paragraph or article) and a question as input, then identifies and extracts the precise answer directly from the text. This is designed for those building or evaluating sophisticated systems that can comprehend and respond to queries based on provided information.
135 stars. No commits in the last 6 months.
Use this if you are a researcher or developer focused on building or benchmarking machine comprehension models that can accurately extract answers from text.
Not ideal if you need a plug-and-play end-user application for immediate question answering without deep technical involvement.
Stars
135
Forks
37
Language
Python
License
BSD-3-Clause
Category
Last pushed
Nov 15, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/HKUST-KnowComp/MnemonicReader"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
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
allenai/bi-att-flow
Bi-directional Attention Flow (BiDAF) network is a multi-stage hierarchical process that...