-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
2,803 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
We selected and perturbated 100 questions from the original [MCTACO](https://github.com/CogComp/MCTACO) | ||
|
||
# File description: | ||
- `original.tsv`: The original questions and their answers and labels. Each question has a unique index. | ||
- `changed.tsv`: Perturbated questions and their ansnwers and labels. Each question has a unique index. The question with a matching index in `original.tsv` is the original unchanged question as published in the MCTACO paper. | ||
- `original_roberta_out.txt` contains the predictions on the original questions. Please refer to the contrast set paper for model details. | ||
- `changed_roberta_out.txt` contains the predictions on the perturbed questions of the same model. |
Oops, something went wrong.