Skip to content

Commit

Permalink
Add premises and hypotheses
Browse files Browse the repository at this point in the history
  • Loading branch information
tommccoy1 committed Nov 13, 2020
1 parent d1befa1 commit 82f1800
Show file tree
Hide file tree
Showing 2 changed files with 9,820 additions and 9,819 deletions.
7 changes: 4 additions & 3 deletions berts_of_a_feather/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ In both of these files, each line lists the predictions made by each of our 100

## Number of correct response

The file ``mnli_development_set_number_of_correct_response.txt`` shows, for each example in the MNLI development set, the number of BERT instances (out of 100) that got that example right.
The file ``mnli_development_set_number_of_correct_response.txt`` shows, for each example in the MNLI development set, the number of BERT instances (out of 100) that got that example right. This file includes the premises and hypotheses from the MNLI dataset introduced in the paper [A Broad-Coverage Challenge Corpus for Sentence Understanding through Inference](https://www.aclweb.org/anthology/N18-1101/) by Adina Williams, Nikita Nangia, and Samuel Bowman; please see that paper for license details for the MNLI dataset.

## Model weights


See Zenodo repository. Warning: Each of these zip files takes up about 1.1 GB of memory.


## Replicating
Expand All @@ -32,7 +32,8 @@ cd glue_data
mkdir HANS
cd HANS
copy test_matched.tsv from this git repo into the folder HEUR

Download one of the BERT zip files from the Zenodo repository (e.g., bert_0.zip) and move it into the directory bert
unzip bert_0.zip



Loading

0 comments on commit 82f1800

Please sign in to comment.