File size: 1,099 Bytes
f61dd48 ad802cd f61dd48 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
# AGent: A Novel Pipeline for Automatically Creating Unanswerable Questions
## Introduction
>**AGent: A Novel Pipeline for Automatically Creating Unanswerable Questions**<br>
>Son Quoc Tran, Gia-Huy Do, Phong Nguyen-Thuan Do, Matt Kretchmar, Xinya Du<br>
>Computer Science Department, Denison University, Granville, Ohio<br>
>The UIT NLP Group, Vietnam National University, Ho Chi Minh City<br>
>University of Texas at Dallas
## AGent
Agent pipeline has three steps:<br>
1. Matching questions with new contexts.<br>
2. Identifying hard unanswerable questions.<br>
3. Filtering out answerable questions.
## Citation and Contact
If you found this repository helpful, please cite:
```
@misc{tran2023agent,
title={AGent: A Novel Pipeline for Automatically Creating Unanswerable Questions},
author={Son Quoc Tran and Gia-Huy Do and Phong Nguyen-Thuan Do and Matt Kretchmar and Xinya Du},
year={2023},
eprint={2309.05103},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
```
Please contact Son Quoc Tran at `sqt2@cornell.edu` if you have any questions.
|