This repository contains all resources and information related to the paper: "SynCPKL: Harnessing LLMs to Generate Synthetic Data for Commonsense Persona Knowledge Linking".
You can find the full paper here: SynCPKL on arXiv
- Trained models
- Synthetic data
- Reproduction instructions
The trained models and synthetic data mentioned in the paper are available on the Hugging Face Hub:
- Model: theirislin/Derberta-SynCPKL
- Dataset: theirislin/SynCPKL
To reproduce our results or train your own Derberta-SynCPKL
model, please refer to the DerbertaSynCPKL_train.ipynb
notebook in this repository.
If you use our work in your research, please cite our paper:
@inproceedings{Lin2024SynCPKLHL,
title={SynCPKL: Harnessing LLMs to Generate Synthetic Data for Commonsense Persona Knowledge Linking},
author={Kuan-Yen Lin},
year={2024},
url={https://api.semanticscholar.org/CorpusID:271328327}
}
For any questions or issues, please open an issue in this repository or contact iris19132@gmail.com.