stevezheng23/mrc_tf
Machine Reading Comprehension (MRC)
This project helps AI researchers and practitioners build and evaluate models that can read a text and answer questions about it, including questions that require understanding conversational context. It takes a collection of text passages and corresponding questions (which may or may not have answers in the text), and outputs a trained model capable of answering new questions. This is for machine learning engineers and AI researchers working on advanced natural language processing applications.
No commits in the last 6 months.
Use this if you are a machine learning engineer or AI researcher looking to fine-tune and experiment with state-of-the-art models for reading comprehension tasks on various datasets like SQuAD, CoQA, or QuAC.
Not ideal if you are an end-user looking for a ready-to-use application to answer questions from documents, or if you don't have experience with machine learning model training and evaluation.
Stars
19
Forks
4
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 24, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/stevezheng23/mrc_tf"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
vinhkhuc/MemN2N-babi-python
End-To-End Memory Networks for bAbI question-answering tasks
patil-suraj/question_generation
Neural question generation using transformers
nelson-liu/paraphrase-id-tensorflow
Various models and code (Manhattan LSTM, Siamese LSTM + Matching Layer, BiMPM) for the...
YuriyGuts/kaggle-quora-question-pairs
My solution to Kaggle Quora Question Pairs competition (Top 2%, Private LB log loss 0.13497).
dtrizna/slp
Shell Language Processing (SLP). Pre-processing of sh/bash/zsh/.. commands for Machine Learning models.