stevezheng23/reading_comprehension_tf
Machine Reading Comprehension in Tensorflow
This project helps you build a system that can read a given text and answer questions about it, just like a human. You input a document (like a Wikipedia article) and a question, and it outputs the precise answer found within the document. This is for AI researchers or data scientists working on advanced natural language understanding.
No commits in the last 6 months.
Use this if you need to develop or experiment with machine reading comprehension models that can extract answers directly from text.
Not ideal if you're looking for a ready-to-use question-answering application for end-users, as this is a foundational model implementation.
Stars
39
Forks
7
Language
Python
License
Apache-2.0
Category
Last pushed
Jul 14, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/stevezheng23/reading_comprehension_tf"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
RingBDStack/SocialED
A python library for social event detection
mesolitica/NLP-Models-Tensorflow
Gathers machine learning and Tensorflow deep learning models for NLP problems, 1.13 < Tensorflow < 2.0
astorfi/Deep-Learning-NLP
:satellite: Organized Resources for Deep Learning in Natural Language Processing
rguthrie3/DeepLearningForNLPInPytorch
An IPython Notebook tutorial on deep learning for natural language processing, including...
DSKSD/DeepNLP-models-Pytorch
Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ)