initial commit
Browse files- .gitattributes +7 -0
- README.md +81 -3
- de/m1de_comb_test.tsv +0 -0
- de/m1de_comb_train.tsv +3 -0
- de/m1de_gold.tsv +0 -0
- de/m1de_skip_test.tsv +0 -0
- de/m1de_skip_train.tsv +0 -0
- de/m1de_test.tsv +0 -0
- de/m1de_train.tsv +3 -0
- en/m2_comb_test.tsv +3 -0
- en/m2_comb_train.tsv +3 -0
- en/m2_coref_test.tsv +0 -0
- en/m2_coref_train.tsv +3 -0
- en/m2_gold.tsv +0 -0
- en/m2_skip_test.tsv +0 -0
- en/m2_skip_train.tsv +3 -0
- en/m2_test.tsv +0 -0
- en/m2_train.tsv +3 -0
.gitattributes
CHANGED
@@ -53,3 +53,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
de/m1de_comb_train.tsv filter=lfs diff=lfs merge=lfs -text
|
57 |
+
de/m1de_train.tsv filter=lfs diff=lfs merge=lfs -text
|
58 |
+
en/m2_comb_test.tsv filter=lfs diff=lfs merge=lfs -text
|
59 |
+
en/m2_comb_train.tsv filter=lfs diff=lfs merge=lfs -text
|
60 |
+
en/m2_coref_train.tsv filter=lfs diff=lfs merge=lfs -text
|
61 |
+
en/m2_skip_train.tsv filter=lfs diff=lfs merge=lfs -text
|
62 |
+
en/m2_train.tsv filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,81 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Biographical Relation Extraction Dataset
|
2 |
+
|
3 |
+
Welcome to the repository of datasets tailored for biographical relation extraction, crafted utilizing Guided Distant Supervision (GDS). Explore datasets available in both English and German, which facilitate extensive research in relation extraction from biographical data. Below you can find an overview of the datasets currently available, as well as the relations that are in each set. Please note there are different sets for each language, which denote how they were compiled. In short, normal followed GDS, coref added coreference resolution and skip skipped certain parts of the text. For a more extensive explanation how this worked, please refer to [[1]](#1).
|
4 |
+
|
5 |
+
## Available Datasets
|
6 |
+
|
7 |
+
### English Dataset
|
8 |
+
|
9 |
+
#### Overview
|
10 |
+
|
11 |
+
Detailed insights into the English dataset can be found in [[1]](#1).
|
12 |
+
|
13 |
+
#### Data Summary
|
14 |
+
|
15 |
+
| Relation | Normal Set | Coref Set | Skip Set |
|
16 |
+
|------------|-------------|-------------|-------------|
|
17 |
+
| Birthdate | 51,524 | 47,977 | 45,211 |
|
18 |
+
| Birthplace | 50,226 | 46,551 | 17,537 |
|
19 |
+
| Deathdate | 17,197 | 14,500 | 5,925 |
|
20 |
+
| Deathplace | 18,944 | 20,430 | 10,790 |
|
21 |
+
| Occupation | 18,114 | 18,111 | 8,716 |
|
22 |
+
| Parent | 6,352 | 10,291 | 5,596 |
|
23 |
+
| Educated | 5,639 | 9,415 | 3,858 |
|
24 |
+
| Child | 2,209 | 4,053 | 2,123 |
|
25 |
+
| Sibling | 2,083 | 3,601 | 1,997 |
|
26 |
+
| Other | 173,969 | 175,916 | 103,248 |
|
27 |
+
| **Total** | **346,257** | **350,845** | **205,001** |
|
28 |
+
|
29 |
+
### German Dataset
|
30 |
+
|
31 |
+
#### Overview
|
32 |
+
|
33 |
+
A paper discussing the German dataset is forthcoming [[2]](#2).
|
34 |
+
|
35 |
+
#### Data Summary
|
36 |
+
|
37 |
+
| Relation | Normal Set | Skip Set |
|
38 |
+
|------------|------------|------------|
|
39 |
+
| Birthdate | 8,777 | 770 |
|
40 |
+
| Birthplace | 12,833 | 5,816 |
|
41 |
+
| Child | 718 | 701 |
|
42 |
+
| Deathdate | 922 | 454 |
|
43 |
+
| Deathplace | 4,059 | 3,263 |
|
44 |
+
| Educated | 610 | 607 |
|
45 |
+
| Occupation | 10,861 | 4,836 |
|
46 |
+
| Other | 39,782 | 20,469 |
|
47 |
+
| Parent | 3,704 | 3,565 |
|
48 |
+
| Sibling | 917 | 890 |
|
49 |
+
| **Total** | **83,183** | **41,380** |
|
50 |
+
|
51 |
+
## Additional Information
|
52 |
+
### How to Use The Datasets
|
53 |
+
|
54 |
+
<details>
|
55 |
+
<summary>Click to expand</summary>
|
56 |
+
|
57 |
+
Provide information on how researchers and developers can utilize and reference the datasets in their work.
|
58 |
+
|
59 |
+
</details>
|
60 |
+
|
61 |
+
### Licensing and Citation
|
62 |
+
|
63 |
+
<details>
|
64 |
+
<summary>Click to expand</summary>
|
65 |
+
|
66 |
+
Include licensing details and citation instructions here.
|
67 |
+
|
68 |
+
</details>
|
69 |
+
|
70 |
+
### Contribution and Feedback
|
71 |
+
|
72 |
+
Feel free to contribute or provide feedback to enhance the datasets. Guidelines on how to contribute and provide feedback can be detailed in this section.
|
73 |
+
|
74 |
+
## References
|
75 |
+
|
76 |
+
<a id="1">[1]</a>
|
77 |
+
Alistair Plum, Tharindu Ranasinghe, Spencer Jones, Constantin Orasan, Ruslan Mitkov (2022).
|
78 |
+
Biographical: A Semi-Supervised Relation Extraction Dataset.
|
79 |
+
Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval.
|
80 |
+
<a id="2">[2]</a>
|
81 |
+
Alistair Plum, Tharindu Ranasinghe, Christoph Purschke (2024). Guided Distant Supervision for Multilingual Relation Extraction Data: Adapting to a New Language.
|
de/m1de_comb_test.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
de/m1de_comb_train.tsv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20aba339974a37f73cb0abe6b7251fa04e5770b38e0a667d02d229a008fb6bad
|
3 |
+
size 18375267
|
de/m1de_gold.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
de/m1de_skip_test.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
de/m1de_skip_train.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
de/m1de_test.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
de/m1de_train.tsv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a37f6c93aba9781d65aa749d2c8308b6e05ecbaef541eac963e279f18925c4ae
|
3 |
+
size 14362838
|
en/m2_comb_test.tsv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acfef1c7a90ac2fcd9305d98cee572c87963da771032ffa652d76190dad507a1
|
3 |
+
size 19962427
|
en/m2_comb_train.tsv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec4405cc83ce8ecad30869cf6a104a418f3ae813e02dcd9979dc92e70d9729bb
|
3 |
+
size 145152008
|
en/m2_coref_test.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
en/m2_coref_train.tsv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f5b588a88eef7ea099f36d9138a703abb4762a9842354ff1c2cd86ffd6530d5
|
3 |
+
size 69939495
|
en/m2_gold.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
en/m2_skip_test.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
en/m2_skip_train.tsv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86eade0fa3f459b26252b44d36bcfc55399d1d6ae443f1b8d58dec09e74316c9
|
3 |
+
size 33913700
|
en/m2_test.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
en/m2_train.tsv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:752e5b7ceba19356ee5c3c247f3e7bfb1fc866e1071604d7a930f3dc749a966b
|
3 |
+
size 58542293
|