de-francophones commited on
Commit
723abcd
·
verified ·
1 Parent(s): c3ef114

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +69 -69
README.md CHANGED
@@ -1,70 +1,70 @@
1
- ---
2
- language:
3
- - en
4
- - fr
5
- - de
6
- - es
7
- - tr
8
- multilinguality:
9
- - multilingual
10
- configs:
11
- - config_name: en
12
- data_files:
13
- - split: train
14
- path: "RELX_distant_en.json"
15
- - config_name: fr
16
- data_files:
17
- - split: train
18
- path: "RELX_distant_fr.json"
19
- - config_name: de
20
- data_files:
21
- - split: train
22
- path: "RELX_distant_de.json"
23
- - config_name: es
24
- data_files:
25
- - split: train
26
- path: "RELX_distant_es.json"
27
- - config_name: tr
28
- data_files:
29
- - split: train
30
- path: "RELX_distant_tr.json"
31
- ---
32
-
33
- > [!NOTE]
34
- > Dataset origin: https://github.com/boun-tabi/RELX
35
-
36
-
37
- ## RELX-Distant
38
-
39
- This dataset is gathered from Wikipedia and Wikidata.
40
- The process is as follows:
41
-
42
- 1. The Wikipedia dumps for the corresponding languages are downloaded and converted into raw documents with Wikipedia hyperlinks in entities.
43
- 2. The raw documents are split into sentences with spaCy (Honnibal and Montani, 2017), and all hyperlinks are converted to their corresponding Wikidata IDs.
44
- 3. Sentences that include entity pairs with Wikidata relations (Vrandečić and Krötzsch, 2014) are collected. We filter and combine some of the relations and propose RELX-Distant whose statistics can be seen in the table below.
45
-
46
- | **Language** | **Number of Sentences** |
47
- |--------------|-------------------------|
48
- | English | 815689 |
49
- | French | 652842 |
50
- | German | 652062 |
51
- | Spanish | 397875 |
52
- | Turkish | 57114 |
53
-
54
- ## Citation
55
-
56
- ```
57
- @inproceedings{koksal-ozgur-2020-relx,
58
- title = "The {RELX} Dataset and Matching the Multilingual Blanks for Cross-Lingual Relation Classification",
59
- author = {K{\"o}ksal, Abdullatif and
60
- {\"O}zg{\"u}r, Arzucan},
61
- booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2020",
62
- month = nov,
63
- year = "2020",
64
- address = "Online",
65
- publisher = "Association for Computational Linguistics",
66
- url = "https://www.aclweb.org/anthology/2020.findings-emnlp.32",
67
- doi = "10.18653/v1/2020.findings-emnlp.32",
68
- pages = "340--350",
69
- }
70
  ```
 
1
+ ---
2
+ language:
3
+ - eng
4
+ - fra
5
+ - deu
6
+ - spa
7
+ - tur
8
+ multilinguality:
9
+ - multilingual
10
+ configs:
11
+ - config_name: en
12
+ data_files:
13
+ - split: train
14
+ path: "RELX_distant_en.json"
15
+ - config_name: fr
16
+ data_files:
17
+ - split: train
18
+ path: "RELX_distant_fr.json"
19
+ - config_name: de
20
+ data_files:
21
+ - split: train
22
+ path: "RELX_distant_de.json"
23
+ - config_name: es
24
+ data_files:
25
+ - split: train
26
+ path: "RELX_distant_es.json"
27
+ - config_name: tr
28
+ data_files:
29
+ - split: train
30
+ path: "RELX_distant_tr.json"
31
+ ---
32
+
33
+ > [!NOTE]
34
+ > Dataset origin: https://github.com/boun-tabi/RELX
35
+
36
+
37
+ ## RELX-Distant
38
+
39
+ This dataset is gathered from Wikipedia and Wikidata.
40
+ The process is as follows:
41
+
42
+ 1. The Wikipedia dumps for the corresponding languages are downloaded and converted into raw documents with Wikipedia hyperlinks in entities.
43
+ 2. The raw documents are split into sentences with spaCy (Honnibal and Montani, 2017), and all hyperlinks are converted to their corresponding Wikidata IDs.
44
+ 3. Sentences that include entity pairs with Wikidata relations (Vrandečić and Krötzsch, 2014) are collected. We filter and combine some of the relations and propose RELX-Distant whose statistics can be seen in the table below.
45
+
46
+ | **Language** | **Number of Sentences** |
47
+ |--------------|-------------------------|
48
+ | English | 815689 |
49
+ | French | 652842 |
50
+ | German | 652062 |
51
+ | Spanish | 397875 |
52
+ | Turkish | 57114 |
53
+
54
+ ## Citation
55
+
56
+ ```
57
+ @inproceedings{koksal-ozgur-2020-relx,
58
+ title = "The {RELX} Dataset and Matching the Multilingual Blanks for Cross-Lingual Relation Classification",
59
+ author = {K{\"o}ksal, Abdullatif and
60
+ {\"O}zg{\"u}r, Arzucan},
61
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2020",
62
+ month = nov,
63
+ year = "2020",
64
+ address = "Online",
65
+ publisher = "Association for Computational Linguistics",
66
+ url = "https://www.aclweb.org/anthology/2020.findings-emnlp.32",
67
+ doi = "10.18653/v1/2020.findings-emnlp.32",
68
+ pages = "340--350",
69
+ }
70
  ```