Skip to content

Commit

Permalink
removed extra tick
Browse files Browse the repository at this point in the history
  • Loading branch information
pdasigi committed Apr 15, 2020
1 parent ee937c9 commit e06cbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quoref/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The json file contains the contrast sets built on top of the official [Quoref](https://allennlp.org/quoref) test set.

```quoref_test_perturbations_20191206_merged.json``` contains the set of perturbed instances. Each instance is based on an instance in the test set, and the original instance can be identified using the ````original_id``` field in this file.
```quoref_test_perturbations_20191206_merged.json``` contains the set of perturbed instances. Each instance is based on an instance in the test set, and the original instance can be identified using the ```original_id``` field in this file.

```quoref_original_subset_20191206_merged.json``` is the subset of questions from the test set that the perturbations are based on. So instance in the perturbed instances file should have a corresponding instance in this file, such that the ```original_id``` there should be the same as the ```id``` here.

Expand Down

0 comments on commit e06cbad

Please sign in to comment.