Iftitahu commited on
Commit
0d1f30a
1 Parent(s): 39fdf72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -2,4 +2,12 @@
2
  license: mit
3
  language:
4
  - id
5
- ---
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  language:
4
  - id
5
+ datasets:
6
+ - nlp-brin-id/unsup-content
7
+ ---
8
+
9
+ Contrastive embedding trained unsupervisedly on longer claim (content section of the hoax report) of online public report for fake news detection.
10
+ Model is trained based on contrastive loss and 'Fake news classification' as validation task.
11
+ MLP is used as external classifier for validation task given the resulting embedding from trained model.
12
+
13
+ Code implementation will be shared publicly soon.