sileod commited on
Commit
00c156c
·
1 Parent(s): 06e9c1f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ ---
8
+ https://github.com/IKMLab/arct2
9
+ @inproceedings{niven-kao-2019-probing,
10
+ title = "Probing Neural Network Comprehension of Natural Language Arguments",
11
+ author = "Niven, Timothy and
12
+ Kao, Hung-Yu",
13
+ booktitle = "Proceedings of the 57th Conference of the Association for Computational Linguistics",
14
+ month = jul,
15
+ year = "2019",
16
+ address = "Florence, Italy",
17
+ publisher = "Association for Computational Linguistics",
18
+ url = "https://www.aclweb.org/anthology/P19-1459",
19
+ pages = "4658--4664",
20
+ abstract = "We are surprised to find that BERT{'}s peak performance of 77{\%} on the Argument Reasoning Comprehension Task reaches just three points below the average untrained human baseline. However, we show that this result is entirely accounted for by exploitation of spurious statistical cues in the dataset. We analyze the nature of these cues and demonstrate that a range of models all exploit them. This analysis informs the construction of an adversarial dataset on which all models achieve random accuracy. Our adversarial dataset provides a more robust assessment of argument comprehension and should be adopted as the standard in future work.",
21
+ }