de-francophones commited on
Commit
e283d4e
·
verified ·
1 Parent(s): c916d7a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +60 -60
README.md CHANGED
@@ -1,61 +1,61 @@
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_en.txt
15
- - config_name: fr
16
- data_files:
17
- - split: train
18
- path: RELX_fr.txt
19
- - config_name: de
20
- data_files:
21
- - split: train
22
- path: RELX_de.txt
23
- - config_name: es
24
- data_files:
25
- - split: train
26
- path: RELX_es.txt
27
- - config_name: tr
28
- data_files:
29
- - split: train
30
- path: RELX_tr.txt
31
- task_categories:
32
- - translation
33
- ---
34
-
35
- > [!NOTE]
36
- > Dataset origin: https://github.com/boun-tabi/RELX
37
-
38
-
39
- ## RELX
40
- This dataset contains 502 parallel sentences in 5 different languages with 18 relations with direction and no_relation in total of 37 categories (18x2+1).
41
- English part of this dataset is selected from KBP37 (Zhang and Wang,2015) test set. French, German, Spanish, and Turkish is proposed by our work.
42
- We followed file format in KBP37.
43
-
44
-
45
- ## Citation
46
-
47
- ```
48
- @inproceedings{koksal-ozgur-2020-relx,
49
- title = "The {RELX} Dataset and Matching the Multilingual Blanks for Cross-Lingual Relation Classification",
50
- author = {K{\"o}ksal, Abdullatif and
51
- {\"O}zg{\"u}r, Arzucan},
52
- booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2020",
53
- month = nov,
54
- year = "2020",
55
- address = "Online",
56
- publisher = "Association for Computational Linguistics",
57
- url = "https://www.aclweb.org/anthology/2020.findings-emnlp.32",
58
- doi = "10.18653/v1/2020.findings-emnlp.32",
59
- pages = "340--350",
60
- }
61
  ```
 
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_en.txt
15
+ - config_name: fr
16
+ data_files:
17
+ - split: train
18
+ path: RELX_fr.txt
19
+ - config_name: de
20
+ data_files:
21
+ - split: train
22
+ path: RELX_de.txt
23
+ - config_name: es
24
+ data_files:
25
+ - split: train
26
+ path: RELX_es.txt
27
+ - config_name: tr
28
+ data_files:
29
+ - split: train
30
+ path: RELX_tr.txt
31
+ task_categories:
32
+ - translation
33
+ ---
34
+
35
+ > [!NOTE]
36
+ > Dataset origin: https://github.com/boun-tabi/RELX
37
+
38
+
39
+ ## RELX
40
+ This dataset contains 502 parallel sentences in 5 different languages with 18 relations with direction and no_relation in total of 37 categories (18x2+1).
41
+ English part of this dataset is selected from KBP37 (Zhang and Wang,2015) test set. French, German, Spanish, and Turkish is proposed by our work.
42
+ We followed file format in KBP37.
43
+
44
+
45
+ ## Citation
46
+
47
+ ```
48
+ @inproceedings{koksal-ozgur-2020-relx,
49
+ title = "The {RELX} Dataset and Matching the Multilingual Blanks for Cross-Lingual Relation Classification",
50
+ author = {K{\"o}ksal, Abdullatif and
51
+ {\"O}zg{\"u}r, Arzucan},
52
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2020",
53
+ month = nov,
54
+ year = "2020",
55
+ address = "Online",
56
+ publisher = "Association for Computational Linguistics",
57
+ url = "https://www.aclweb.org/anthology/2020.findings-emnlp.32",
58
+ doi = "10.18653/v1/2020.findings-emnlp.32",
59
+ pages = "340--350",
60
+ }
61
  ```