localminimum / QANet

A Tensorflow implementation of QANet for machine reading comprehension
MIT License
983 stars 310 forks source link

A tool to generate training data #30

Open pencoa opened 6 years ago

pencoa commented 6 years ago

Snorkel can generate training data, maybe it is useful to data augmentation. It is using dynamic programming instead of translation twice.

localminimum commented 6 years ago

Will take a look into it! Much appreciated @pencoa :)

sharejing commented 5 years ago

Hi,where can I download QANet augmentation dataset?

pencoa commented 5 years ago

Hi,where can I download QANet augmentation dataset?

It is a tool to generate dataset, not a dataset.

sharejing commented 5 years ago

Hi,where can I download QANet augmentation dataset?

It is a tool to generate dataset, not a dataset.

Hello, @pencoa. I mean, where can I download the augmentation dataset of this paper[QANet: Combining Local Convolution with Global Self-Attention for Reading Comprehension]