thundergolfer / reasoning-about-entailment-tensorflow

:school: Tensorflow implementation of "Reasoning About Entailment with Neural Attention"
MIT License
10 stars 5 forks source link

[WIP] Support MultiNLI and SICK #8

Closed thundergolfer closed 4 years ago

thundergolfer commented 7 years ago

Description

Now that we're able to download and unpack the MultiNLI and SICK datasets, we want to pipeline these datasets to the model for training.

This so far has step 1, which is reconfiguring some functions a bit. The MultiNLI dataset is structured (for our purposes) just the same as NLI, but doesn't have {train, valid, test} files.

thundergolfer commented 7 years ago

Explanation of why dataset file structure is missing test.

The test set is not currently public. Evaluations are being conducted as part of the RepEval 2017 Workshop starting on June 1, 2017