Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
reddit / README.md
yusawan's picture
Update README.md
0f6540e verified
---
language:
- en
configs:
- config_name: comments
data_files:
- split: test
path: data/comments-00001-of-00001.jsonl
- config_name: posts
data_files:
- split: test
path: data/posts-00001-of-00001.jsonl
license: cc-by-4.0
---
# Dataset Card for Reddit-EL
The Reddit Entity Linking is created from the social media website, Reddit.
As this dataset is provided with only Wikipedia page titles, we acquired the Wikipedia page IDs via [ZELDA](https://github.com/flairNLP/zelda).
Although Reddit-EL datasets are broken into gold, silver, and bronze groups based on the level of inter-annotator agreement, we use only the gold subset following the approach of ZELDA.
## Dataset Description
- **Homepage:** [https://zenodo.org/records/3970806](https://zenodo.org/records/3970806)
- **Public:** True
- **Source:** Reddit
- **Paper:** [Reddit Entity Linking Dataset](https://arxiv.org/abs/2101.01228)
- **Target KB** Wikipedia
### Citation Information
```
@article{10.1016/j.ipm.2020.102479,
author = {Botzer, Nicholas and Ding, Yifan and Weninger, Tim},
title = {Reddit entity linking dataset},
year = {2021},
issue_date = {May 2021},
publisher = {Pergamon Press, Inc.},
address = {USA},
volume = {58},
number = {3},
issn = {0306-4573},
url = {https://doi.org/10.1016/j.ipm.2020.102479},
doi = {10.1016/j.ipm.2020.102479},
journal = {Inf. Process. Manage.},
month = may,
numpages = {13},
keywords = {Entity linking, Dataset, Natural language processing}
}
```