Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.55 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.55 KB

Multi-View Clustering for Open Knowledge Base Canonicalization

Source code and data sets for the SIGKDD 2022 paper: Multi-View Clustering for Open Knowledge Base Canonicalization

Dependencies

Data sets

Usage

Run the main code:
  • python CMVC_main_reverb45k.py
  • python CMVC_main_NYT.py
  • python CMVC_main_opiec.py

Contact

Yang Yang ([email protected])

Citation

Please cite the following paper if you use this code in your work.

@inproceedings{shen2022multi,
  title={Multi-View Clustering for Open Knowledge Base Canonicalization},
  author={Shen, Wei and Yang, Yang and Liu, Yinan},
  booktitle={Proceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining},
  pages={1578--1588},
  year={2022}
}

(back to top)