Oh Joon Kwon commited on
Commit
45e6754
1 Parent(s): 9127bb0

Updated README

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1 +1,28 @@
1
  # XLNet Fine-tuned on SQuAD 2.0 Dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # XLNet Fine-tuned on SQuAD 2.0 Dataset
2
+ [XLNet](https://arxiv.org/abs/1906.08237) jointly developed by Google and CMU and fine-tuned on [SQuAD 2.0](https://rajpurkar.github.io/SQuAD-explorer/) for question answering down-stream task.
3
+
4
+ ## Training Results (Metrics)
5
+ ```
6
+ {
7
+ "HasAns_exact": 74.7132253711201
8
+ "HasAns_f1": 82.11971607032643
9
+ "HasAns_total": 5928
10
+ "NoAns_exact": 73.38940285954584
11
+ "NoAns_f1": 73.38940285954584
12
+ "NoAns_total": 5945
13
+ "best_exact": 75.67590331003116
14
+ "best_exact_thresh": -19.554906845092773
15
+ "best_f1": 79.16215426779269
16
+ "best_f1_thresh": -19.554906845092773
17
+ "epoch": 4.0
18
+ "exact": 74.05036637749515
19
+ "f1": 77.74830934598614
20
+ "total": 11873
21
+ }
22
+ ```
23
+
24
+ ## Results Comparison
25
+ | Metric | Paper | Model |
26
+ | ------ | --------- | --------- |
27
+ | **EM** | **78.46** | **75.68** (-2.78) |
28
+ | **F1** | **81.33** | **79.16** (-2.17)|