sonquoctran commited on
Commit
f61dd48
1 Parent(s): 4fe4e2e

Create README.md

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