Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- fr
|
5 |
+
- de
|
6 |
+
- es
|
7 |
+
- tr
|
8 |
+
configs:
|
9 |
+
- config_name: en
|
10 |
+
data_files:
|
11 |
+
- split: train
|
12 |
+
path: "RELX_en.txt"
|
13 |
+
- config_name: fr
|
14 |
+
data_files:
|
15 |
+
- split: train
|
16 |
+
path: "RELX_fr.txt"
|
17 |
+
- config_name: de
|
18 |
+
data_files:
|
19 |
+
- split: train
|
20 |
+
path: "RELX_de.txt"
|
21 |
+
- config_name: es
|
22 |
+
data_files:
|
23 |
+
- split: train
|
24 |
+
path: "RELX_es.txt"
|
25 |
+
- config_name: tr
|
26 |
+
data_files:
|
27 |
+
- split: train
|
28 |
+
path: "RELX_tr.txt"
|
29 |
+
---
|
30 |
+
|
31 |
+
> [!NOTE]
|
32 |
+
> Dataset origin: https://github.com/boun-tabi/RELX
|
33 |
+
|
34 |
+
|
35 |
+
## RELX
|
36 |
+
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).
|
37 |
+
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.
|
38 |
+
We followed file format in KBP37.
|
39 |
+
|
40 |
+
|
41 |
+
## Citation
|
42 |
+
|
43 |
+
```
|
44 |
+
@inproceedings{koksal-ozgur-2020-relx,
|
45 |
+
title = "The {RELX} Dataset and Matching the Multilingual Blanks for Cross-Lingual Relation Classification",
|
46 |
+
author = {K{\"o}ksal, Abdullatif and
|
47 |
+
{\"O}zg{\"u}r, Arzucan},
|
48 |
+
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2020",
|
49 |
+
month = nov,
|
50 |
+
year = "2020",
|
51 |
+
address = "Online",
|
52 |
+
publisher = "Association for Computational Linguistics",
|
53 |
+
url = "https://www.aclweb.org/anthology/2020.findings-emnlp.32",
|
54 |
+
doi = "10.18653/v1/2020.findings-emnlp.32",
|
55 |
+
pages = "340--350",
|
56 |
+
}
|
57 |
+
```
|