This is the source code for IJCAI 2022 paper: Automatic Noisy Label Correction for Fine-Grained Entity Typing.
conda create -n FET36 -y python=3.6 && conda activate FET36
pip install -r requirements.txt
We use the Ultra-Fine and OntoNotes datasets released by Choi.
sudo chmod +x ./script/get_fet_dataset.sh
./script/get_fet_dataset.sh
python param_init.py
See ./script
./script/get_denoised_dataset.sh
./script/test.sh
If you find this code helpful, please kindly cite the following paper.
@inproceedings{pan-etal-2021-context-aware,
title = "Automatic Noisy Label Correction for Fine-Grained Entity Typing",
author = "Pan, Weiran and Wei, Wei and Zhu, Feida",
booktitle = "Proceedings of the Thirty-first International Joint Conference on Artificial Intelligence, {IJCAI-22}",
year = "2022",
}