Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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: apache-2.0
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Dataset Card for WNED-Clueweb12
|
| 15 |
+
This dataset contains the Clueweb12 subcorpus of the Walking Named Entity Disambiguation (WNED).
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## Dataset Description
|
| 19 |
+
- **Homepage:** [https://github.com/U-Alberta/wned](https://github.com/U-Alberta/wned)
|
| 20 |
+
- **Public:** True
|
| 21 |
+
- **Paper:** [Robust Entity Linking via Random Walks](http://doi.acm.org/10.1145/2661829.2661887)
|
| 22 |
+
- **Target KB** Wikipedia
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
### Citation Information
|
| 26 |
+
```
|
| 27 |
+
@inproceedings{DBLP:conf/cikm/GuoB14,
|
| 28 |
+
author = {Zhaochen Guo and
|
| 29 |
+
Denilson Barbosa},
|
| 30 |
+
title = {Robust Entity Linking via Random Walks},
|
| 31 |
+
booktitle = {Proceedings of the 23rd {ACM} International Conference on Conference
|
| 32 |
+
on Information and Knowledge Management, {CIKM} 2014, Shanghai, China,
|
| 33 |
+
November 3-7, 2014},
|
| 34 |
+
pages = {499--508},
|
| 35 |
+
year = {2014},
|
| 36 |
+
url = {http://doi.acm.org/10.1145/2661829.2661887},
|
| 37 |
+
doi = {10.1145/2661829.2661887}
|
| 38 |
+
}
|
| 39 |
+
```
|