Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
configs:
|
| 5 |
+
- config_name: dataset
|
| 6 |
+
data_files:
|
| 7 |
+
- split: test
|
| 8 |
+
path: data/test.jsonl
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Dataset Card for AQUAINT
|
| 12 |
+
This dataset contains the MSNBC corpus.
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
## Dataset Description
|
| 16 |
+
- **Homepage:** [https://community.nzdl.org/wikification/](https://community.nzdl.org/wikification/)
|
| 17 |
+
- **Repository:** [https://community.nzdl.org/wikification/data/wikifiedStories.zip](https://community.nzdl.org/wikification/data/wikifiedStories.zip)
|
| 18 |
+
- **Public:** True
|
| 19 |
+
- **Paper:** [Learning to link with wikipedia](https://doi.org/10.1145/1458082.1458150)
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
### Citation Information
|
| 23 |
+
```
|
| 24 |
+
@inproceedings{milne-witten-2008-aquaint,
|
| 25 |
+
title = "Learning to link with wikipedia",
|
| 26 |
+
author = "Milne, David and Witten, Ian H.",
|
| 27 |
+
booktitle = "Proceedings of the 17th ACM Conference on Information and Knowledge Management",
|
| 28 |
+
year = "2008",
|
| 29 |
+
series = {CIKM '08},
|
| 30 |
+
address = "New York, NY, USA",
|
| 31 |
+
publisher = "Association for Computing Machinery",
|
| 32 |
+
url = "https://doi.org/10.1145/1458082.1458150",
|
| 33 |
+
doi = "10.1145/1458082.1458150",
|
| 34 |
+
pages = "509–-518",
|
| 35 |
+
}
|
| 36 |
+
```
|