Iftitahu commited on
Commit
7faaf7d
1 Parent(s): 6247b3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ language:
6
  - id
7
  ---
8
 
9
- Contrastive embedding trained unsupervisedly on short claim (title) 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
 
 
6
  - id
7
  ---
8
 
9
+ Contrastive embedding trained unsupervisedly to implicitly contradict factual evidences and claims . The dataset is based on 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