Skip to content

[EACL '24] The repository to create LitSet (Large-Scale Label Interpretation Learning Scaling Entity Types)

License

Notifications You must be signed in to change notification settings

whoisjones/LitSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LitSet - Dataset Generation

The repository to generete the LitSet dataset for our EACL'24 paper.

LitSet uses entity disambiguation datasets for label interpretation training. The resulting model can be used for few-shot named entity recognition using verbalized label descriptions.

Requirements

conda create -name litset_dataset python=3.10
conda activate litset_dataset
pip install -r requirements.txt

How to create the dataset

python create_dataset.py --download_data --output_format jsonl

About

[EACL '24] The repository to create LitSet (Large-Scale Label Interpretation Learning Scaling Entity Types)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages