Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,16 @@ configs:
|
|
10 |
path: "test.parquet"
|
11 |
- split: validation
|
12 |
path: "validation.parquet"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
language:
|
14 |
- en
|
15 |
size_categories:
|
@@ -18,6 +28,9 @@ tags:
|
|
18 |
- misinformation
|
19 |
- text
|
20 |
pretty_name: Misinformation Detection Datasets
|
|
|
|
|
|
|
21 |
Modalities:
|
22 |
- Text
|
23 |
|
@@ -58,3 +71,16 @@ The lab is led by [Dr. Reihaneh Rabbany](https://complexdatalabmcgill.github.io/
|
|
58 |
|
59 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63ab7ff5d7ee953f60535b9e/GSQqT28He0GUx9WO0tSFs.png)
|
60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
path: "test.parquet"
|
11 |
- split: validation
|
12 |
path: "validation.parquet"
|
13 |
+
- config_name: faviq
|
14 |
+
data_files:
|
15 |
+
- split: dev
|
16 |
+
path: faviq/train-*
|
17 |
+
- split: test
|
18 |
+
path: faviq/test-*
|
19 |
+
- split: train
|
20 |
+
path: faviq/validation-*
|
21 |
+
|
22 |
+
|
23 |
language:
|
24 |
- en
|
25 |
size_categories:
|
|
|
28 |
- misinformation
|
29 |
- text
|
30 |
pretty_name: Misinformation Detection Datasets
|
31 |
+
# dataset_info:
|
32 |
+
# - config_name: faviq
|
33 |
+
|
34 |
Modalities:
|
35 |
- Text
|
36 |
|
|
|
71 |
|
72 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63ab7ff5d7ee953f60535b9e/GSQqT28He0GUx9WO0tSFs.png)
|
73 |
|
74 |
+
|
75 |
+
### Citation Information
|
76 |
+
|
77 |
+
```
|
78 |
+
@article{,
|
79 |
+
title={},
|
80 |
+
author={},
|
81 |
+
journal={ArXiv},
|
82 |
+
year={2024},
|
83 |
+
volume={abs/2012.00000}
|
84 |
+
}
|
85 |
+
```
|
86 |
+
|