Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
License:
yusawan commited on
Commit
7d01dcd
·
verified ·
1 Parent(s): bfe9b6e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+
5
+ configs:
6
+ - config_name: dataset
7
+ data_files:
8
+ - split: test
9
+ path: data/test.jsonl
10
+
11
+ license: cc-by-4.0
12
+ ---
13
+
14
+ # Dataset Card for Reddit-EL
15
+ The Reddit Entity Linking is created from the social media website, Reddit.
16
+ This dataset contains the Forum comments subcorpus of the Reddit-EL.
17
+
18
+
19
+ ## Dataset Description
20
+ - **Homepage:** [https://zenodo.org/records/3970806](https://zenodo.org/records/3970806)
21
+ - **Public:** True
22
+ - **Source:** Reddit
23
+ - **Paper:** [Reddit Entity Linking Dataset](https://arxiv.org/abs/2101.01228)
24
+ - **Target KB** Wikipedia
25
+
26
+
27
+ ### Citation Information
28
+ ```
29
+ @article{10.1016/j.ipm.2020.102479,
30
+ author = {Botzer, Nicholas and Ding, Yifan and Weninger, Tim},
31
+ title = {Reddit entity linking dataset},
32
+ year = {2021},
33
+ issue_date = {May 2021},
34
+ publisher = {Pergamon Press, Inc.},
35
+ address = {USA},
36
+ volume = {58},
37
+ number = {3},
38
+ issn = {0306-4573},
39
+ url = {https://doi.org/10.1016/j.ipm.2020.102479},
40
+ doi = {10.1016/j.ipm.2020.102479},
41
+ journal = {Inf. Process. Manage.},
42
+ month = may,
43
+ numpages = {13},
44
+ keywords = {Entity linking, Dataset, Natural language processing}
45
+ }
46
+ ```