Iftitahu commited on
Commit
6bcccd8
1 Parent(s): 171a294

Update README.md

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