Skip to content

[NAACL2024 main] Code Repository for our paper - The Integration of Semantic and Structural Knowledge in Knowledge Graph Entity Typing

Notifications You must be signed in to change notification settings

RaynorLEE/KG-EntityTyping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Integration of Semantic and Structural Knowledge in Knowledge Graph Entity Typing (SSET)

This repo provides the source code & data of our paper: "The Integration of Semantic and Structural Knowledge in Knowledge Graph Entity Typing" published in the proceedings of the 2024 Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL2024 main, Oral)

SSET

Dependencies

  • python=3.10
  • PyTorch 1.13.1+cu117
  • transformers 4.33.1

Running the code

Dataset

  • You may download the datasets and model checkpoints from this link.

Model training and testing

  • Please see commands.sh file

  • Note: Before running, you need to create the ./save folder first.

Citation

If you find this code useful, please consider citing the following paper.

@inproceedings{li-etal-2024-integration,
    title = "The Integration of Semantic and Structural Knowledge in Knowledge Graph Entity Typing",
    author = "Li, Muzhi  and
      Hu, Minda  and
      King, Irwin  and
      Leung, Ho-fung",
    editor = "Duh, Kevin  and
      Gomez, Helena  and
      Bethard, Steven",
    booktitle = "Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers)",
    month = jun,
    year = "2024",
    address = "Mexico City, Mexico",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.naacl-long.369",
    pages = "6625--6638",
}

Acknowledgement

We refer to the code of TET and MiNer. Thanks for their contributions.

About

[NAACL2024 main] Code Repository for our paper - The Integration of Semantic and Structural Knowledge in Knowledge Graph Entity Typing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published