Datasets:

Languages:
Korean
ArXiv:
Tags:
art
License:
Soyoung commited on
Commit
2794dc3
1 Parent(s): cd32765

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -10,8 +10,17 @@ size_categories:
10
  - 1K<n<10K
11
  ---
12
 
13
- This is the official code for **[HistRED: A Historical Document-Level Relation Extraction Dataset](https://aclanthology.org/2023.acl-long.180/)** (ACL 2023 Long paper, [arXiv](https://arxiv.org/abs/2307.04285)).
14
- Note that this dataset is open under [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/) license.
 
 
 
 
 
 
 
 
 
15
 
16
  # Dataset Example
17
  Due to the complexity of the dataset, we replace the dataset preview with an example figure.
 
10
  - 1K<n<10K
11
  ---
12
 
13
+ This is the official code for **HistRED: A Historical Document-Level Relation Extraction Dataset** (ACL 2023 Long paper, [ACLanthology]((https://aclanthology.org/2023.acl-long.180/)), [arXiv](https://arxiv.org/abs/2307.04285)).
14
+ Note that this dataset is open under [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/) license.
15
+ The same code (except the dataset) can be seen in [Github](https://github.com/dudrrm/HistRED/tree/main)
16
+
17
+
18
+ ```python
19
+ from datasets import load_dataset
20
+
21
+ dataset = load_dataset("Soyoung/HistRED")
22
+ ```
23
+
24
 
25
  # Dataset Example
26
  Due to the complexity of the dataset, we replace the dataset preview with an example figure.