Datasets:

Modalities:
Tabular
Text
Languages:
Chinese
ArXiv:
Libraries:
Datasets
License:
imryanxu commited on
Commit
ce3c4b1
1 Parent(s): f0338e1

kb + codes

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -60,8 +60,8 @@ dataset_info:
60
  - name: domain
61
  dtype: string
62
  splits:
63
- - name: test-few-shot
64
- - name: test-zero-shot
65
  ---
66
 
67
 
@@ -87,6 +87,8 @@ Hansel is a high-quality human-annotated Chinese entity linking (EL) dataset, fo
87
 
88
  Please see our [WSDM 2023](https://www.wsdm-conference.org/2023/) paper [**"Hansel: A Chinese Few-Shot and Zero-Shot Entity Linking Benchmark"**](https://arxiv.org/abs/2207.13005) to learn more about our dataset.
89
 
 
 
90
  ## Dataset Structure
91
 
92
 
 
60
  - name: domain
61
  dtype: string
62
  splits:
63
+ - name: few-shot
64
+ - name: zero-shot
65
  ---
66
 
67
 
 
87
 
88
  Please see our [WSDM 2023](https://www.wsdm-conference.org/2023/) paper [**"Hansel: A Chinese Few-Shot and Zero-Shot Entity Linking Benchmark"**](https://arxiv.org/abs/2207.13005) to learn more about our dataset.
89
 
90
+ For models in the paper and our processed knowledge base, please see our [Github repository](https://github.com/HITsz-TMG/Hansel).
91
+
92
  ## Dataset Structure
93
 
94