MattiaSangermano commited on
Commit
7a78eb7
·
verified ·
1 Parent(s): 77fb865

Added references

Browse files
Files changed (1) hide show
  1. README.md +66 -63
README.md CHANGED
@@ -1,66 +1,66 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: id
5
- dtype: string
6
- - name: year
7
- dtype: int64
8
- - name: class
9
- dtype:
10
- class_label:
11
- names:
12
- '0': Beginning of political activity
13
- '1': Building the Italian Republic
14
- '2': From fascism to the Italian Republic
15
- '3': Habsburg years
16
- '4': Internal exile
17
- - name: year_range
18
- dtype:
19
- class_label:
20
- names:
21
- '0': 1901-1905
22
- '1': 1906-1910
23
- '2': 1911-1915
24
- '3': 1916-1920
25
- '4': 1921-1925
26
- '5': 1926-1930
27
- '6': 1931-1935
28
- '7': 1936-1940
29
- '8': 1941-1945
30
- '9': 1946-1950
31
- '10': 1951-1955
32
- - name: text
33
- dtype: string
34
- splits:
35
- - name: train
36
- num_bytes: 16007781
37
- num_examples: 2210
38
- - name: test
39
- num_bytes: 4513601
40
- num_examples: 549
41
- - name: test_ood
42
- num_bytes: 186150
43
- num_examples: 100
44
- download_size: 12416424
45
- dataset_size: 20707532
46
- configs:
47
- - config_name: default
48
- data_files:
49
- - split: train
50
- path: data/train-*
51
- - split: test
52
- path: data/test-*
53
- - split: test_ood
54
- path: data/test_ood-*
55
- license: cc-by-nc-sa-4.0
56
- task_categories:
57
- - text-classification
58
- - text-retrieval
59
- language:
60
- - it
61
- size_categories:
62
- - 1K<n<10K
63
- ---
64
 
65
  # DaDoEval
66
  **Disclaimer: This dataset is not the official DaDoEval repository from EVALITA. For the official dataset and more information, please visit the [EVALITA DaDoEval page](https://dhfbk.github.io/DaDoEval/) and the [DaDoEval repository](https://github.com/dhfbk/DaDoEval).**
@@ -92,6 +92,9 @@ The following table outlines the periods defined by historians for the coarse-gr
92
  - `class`: The historical period the document belongs to.
93
  - `year_range`: A 5-year temporal slice indicating the period the document falls into.
94
 
 
 
 
95
 
96
  ```
97
  @inproceedings{menini2020dadoeval,
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: year
7
+ dtype: int64
8
+ - name: class
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': Beginning of political activity
13
+ '1': Building the Italian Republic
14
+ '2': From fascism to the Italian Republic
15
+ '3': Habsburg years
16
+ '4': Internal exile
17
+ - name: year_range
18
+ dtype:
19
+ class_label:
20
+ names:
21
+ '0': 1901-1905
22
+ '1': 1906-1910
23
+ '2': 1911-1915
24
+ '3': 1916-1920
25
+ '4': 1921-1925
26
+ '5': 1926-1930
27
+ '6': 1931-1935
28
+ '7': 1936-1940
29
+ '8': 1941-1945
30
+ '9': 1946-1950
31
+ '10': 1951-1955
32
+ - name: text
33
+ dtype: string
34
+ splits:
35
+ - name: train
36
+ num_bytes: 16007781
37
+ num_examples: 2210
38
+ - name: test
39
+ num_bytes: 4513601
40
+ num_examples: 549
41
+ - name: test_ood
42
+ num_bytes: 186150
43
+ num_examples: 100
44
+ download_size: 12416424
45
+ dataset_size: 20707532
46
+ configs:
47
+ - config_name: default
48
+ data_files:
49
+ - split: train
50
+ path: data/train-*
51
+ - split: test
52
+ path: data/test-*
53
+ - split: test_ood
54
+ path: data/test_ood-*
55
+ license: cc-by-nc-sa-4.0
56
+ task_categories:
57
+ - text-classification
58
+ - text-retrieval
59
+ language:
60
+ - it
61
+ size_categories:
62
+ - 1K<n<10K
63
+ ---
64
 
65
  # DaDoEval
66
  **Disclaimer: This dataset is not the official DaDoEval repository from EVALITA. For the official dataset and more information, please visit the [EVALITA DaDoEval page](https://dhfbk.github.io/DaDoEval/) and the [DaDoEval repository](https://github.com/dhfbk/DaDoEval).**
 
92
  - `class`: The historical period the document belongs to.
93
  - `year_range`: A 5-year temporal slice indicating the period the document falls into.
94
 
95
+ ## Citation
96
+
97
+ If you use this dataset, please cite the original authors:
98
 
99
  ```
100
  @inproceedings{menini2020dadoeval,