TimSchopf commited on
Commit
7236358
·
verified ·
1 Parent(s): 3056dc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ This is a fine-tuned BERT-based language model to classify NLP-related research papers as "survey" or "non-survey" papers. The model is fine-tuned on a dataset of 787 survey and 11,805 non-survey papers from the ACL Anthology and the arXiv cs.CL category. Prior to fine-tuning, the model is initialized with weights from Prior to fine-tuning, the model is initialized with weights from [malteos/scincl](https://huggingface.co/malteos/scincl).
6
+
7
+
8
+
9
+ ## Evaluation Results
10
+
11
+ The model was evaluated on 20% test data.
12
+
13
+ * **F1:** 84.35
14
+ * **Precision:** 82.38
15
+ * **Recall:** 86.53
16
+ * **Accuracy:** 98.04