GitXplorerGitXplorer
f

aqa-study

public
9 stars
2 forks
0 issues

Commits

List of commits on branch main.
Unverified
e0e0a718d392ae44ae48011f1f4d1f0293ac7e85

Initial commit

sscottyih committed 3 years ago

README

The README file for this repository.

Efficacy of Adversarial Data Collection for Question Answering

This repo contains the data (question/answer pairs and their associated passages from Wikipedia) collected and used in the following paper

Divyansh Kaushik, Douwe Kiela, Zachary C. Lipton, Wen-tau Yih. "On the Efficacy of Adversarial Data Collection for Question Answering Results from a Large-Scale Randomized Study." In ACL-IJCNLP 2021.

Data format

The data has been arranged in two folders: BERT and ELECTRA, each corresponding to the model that was in the loop. Inside each directory, there are three sub-folders for each setting (fooled, random, and no-model). Each folder contains the training, validation, and test set files (formatted in the SQuAD JSON format) for the respective setting.

Bibligoraphy

If you use our data, please cite the paper that introduced the resource with the following BibTeX:

@inproceedings{kaushik2021efficacy,
  title={On the Efficacy of Adversarial Data Collection for Question Answering Results from a Large-Scale Randomized Study},
  author={Kaushik, Divyansh and Kiela, Douwe and Lipton, Zachary C and Yih, Wen-tau},
  journal={Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (ACL-IJCNLP)},
  year={2021}
}

License

Please check the LICENSE file.