All Projects → yanx27 → DuReader_QANet_BiDAF

yanx27 / DuReader_QANet_BiDAF

Licence: other
Using QANet and BiDAF on DuReader datasets

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DuReader QANet BiDAF

Question-Answering-based-on-SQuAD
Question Answering System using BiDAF Model on SQuAD v2.0
Stars: ✭ 20 (-41.18%)
Mutual labels:  bidaf
TriB-QA
吹逼我们是认真的
Stars: ✭ 45 (+32.35%)
Mutual labels:  dureader
myDuReader
2018百度机器阅读理解竞赛
Stars: ✭ 30 (-11.76%)
Mutual labels:  bidaf
AiSpace
AiSpace: Better practices for deep learning model development and deployment For Tensorflow 2.0
Stars: ✭ 28 (-17.65%)
Mutual labels:  dureader
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.
Stars: ✭ 1,472 (+4229.41%)
Mutual labels:  bidaf
question-answering
No description or website provided.
Stars: ✭ 32 (-5.88%)
Mutual labels:  bidaf
my dureader single
No description or website provided.
Stars: ✭ 14 (-58.82%)
Mutual labels:  dureader
MRC Competition Dureader
机器阅读理解 冠军/亚军代码及中文预训练MRC模型
Stars: ✭ 552 (+1523.53%)
Mutual labels:  dureader

Machine Reading Comprehension on DuReader

Using BiDAF and QANet on DuReader. Writen by YanXu, FangYueran and ZhangTianyang

Pretrained embedding

When we train the QANet model, we use the pretrained word embedding from Baidu Encyclopedia, you can down load and save in folder ./embedding

Full experimental results

Complete experimental results (including data sets, log of experimental records, tensorboard, and predicted output) can be downloaded from the Baidu network disk:https://pan.baidu.com/s/1qoxnF00wyJ2dqcAPDYTb8w code:gn5b, You can override it with the ./data

You can also train and test in completed DuReader dataset http://ai.baidu.com/broad/download

Usage

BiDAF

Generate dict and embedding:python BaiduRun.py --prepare
Train: python BaiduRun.py --train
Evaluate on dev: python BaiduRun.py --evaluate
Output the answers: python BaiduRun.py --predict

QANet

Generate dict and embedding:python OurRun.py --prepare
Train: python OurRun.py --train
Evaluate on dev: python OurRun.py --evaluate
Output the answers: python OurRun.py --predict

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].