Datasets:
Tasks:
Text Retrieval
Sub-tasks:
entity-linking-retrieval
Languages:
Chinese
Size:
1M - 10M
ArXiv:
License:
new article url
Browse files
README.md
CHANGED
@@ -104,7 +104,7 @@ Hansel is a high-quality human-annotated Chinese entity linking (EL) dataset, fo
|
|
104 |
- The test set contains Few-shot (FS) and zero-shot (ZS) slices, has 10K examples and uses Wikidata as the corresponding knowledge base.
|
105 |
- The training and validation sets are from Wikipedia hyperlinks, useful for large-scale pretraining of Chinese EL systems.
|
106 |
|
107 |
-
Please see our [WSDM 2023](https://www.wsdm-conference.org/2023/) paper [**"Hansel: A Chinese Few-Shot and Zero-Shot Entity Linking Benchmark"**](https://
|
108 |
|
109 |
For models in the paper and our processed knowledge base, please see our [Github repository](https://github.com/HITsz-TMG/Hansel).
|
110 |
|
@@ -137,11 +137,13 @@ For models in the paper and our processed knowledge base, please see our [Github
|
|
137 |
If you find our dataset useful, please cite us.
|
138 |
|
139 |
```bibtex
|
140 |
-
@
|
141 |
-
title = {Hansel: A Chinese Few-Shot and Zero-Shot Entity Linking Benchmark},
|
142 |
author = {Xu, Zhenran and Shan, Zifei and Li, Yuxin and Hu, Baotian and Qin, Bing},
|
143 |
-
|
144 |
-
year = {
|
145 |
-
|
|
|
|
|
|
|
146 |
}
|
147 |
```
|
|
|
104 |
- The test set contains Few-shot (FS) and zero-shot (ZS) slices, has 10K examples and uses Wikidata as the corresponding knowledge base.
|
105 |
- The training and validation sets are from Wikipedia hyperlinks, useful for large-scale pretraining of Chinese EL systems.
|
106 |
|
107 |
+
Please see our [WSDM 2023](https://www.wsdm-conference.org/2023/) paper [**"Hansel: A Chinese Few-Shot and Zero-Shot Entity Linking Benchmark"**](https://dl.acm.org/doi/10.1145/3539597.3570418) to learn more about our dataset.
|
108 |
|
109 |
For models in the paper and our processed knowledge base, please see our [Github repository](https://github.com/HITsz-TMG/Hansel).
|
110 |
|
|
|
137 |
If you find our dataset useful, please cite us.
|
138 |
|
139 |
```bibtex
|
140 |
+
@inproceedings{xu2022hansel,
|
|
|
141 |
author = {Xu, Zhenran and Shan, Zifei and Li, Yuxin and Hu, Baotian and Qin, Bing},
|
142 |
+
title = {Hansel: A Chinese Few-Shot and Zero-Shot Entity Linking Benchmark},
|
143 |
+
year = {2023},
|
144 |
+
publisher = {Association for Computing Machinery},
|
145 |
+
url = {https://doi.org/10.1145/3539597.3570418},
|
146 |
+
booktitle = {Proceedings of the Sixteenth ACM International Conference on Web Search and Data Mining},
|
147 |
+
pages = {832–840}
|
148 |
}
|
149 |
```
|