boragokbakan commited on
Commit
4b3a787
·
1 Parent(s): 4072d52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -9,6 +9,9 @@ tags:
9
  - GENRE
10
  - BLINK
11
  pretty_name: Entity Disambiguation
 
 
 
12
  ---
13
 
14
  Entity Disambiguation datasets as provided in the [GENRE](https://github.com/facebookresearch/GENRE/blob/main/scripts_genre/download_all_datasets.sh) repo. The dataset can be used to train and evaluate entity disambiguators.
@@ -31,4 +34,4 @@ Available dataset names are:
31
  - `msnbc`
32
  - `wiki`
33
 
34
- **Note:** As the BLINK training set is very large in size (~10GB), it is advised to set `streaming=True` when calling `load_dataset`.
 
9
  - GENRE
10
  - BLINK
11
  pretty_name: Entity Disambiguation
12
+ task_categories:
13
+ - zero-shot-classification
14
+ - text-classification
15
  ---
16
 
17
  Entity Disambiguation datasets as provided in the [GENRE](https://github.com/facebookresearch/GENRE/blob/main/scripts_genre/download_all_datasets.sh) repo. The dataset can be used to train and evaluate entity disambiguators.
 
34
  - `msnbc`
35
  - `wiki`
36
 
37
+ **Note:** As the BLINK training set is very large in size (~10GB), it is advised to set `streaming=True` when calling `load_dataset`.