azminewasi / HRGraph

Code and data of HRGraph, accepted to KaLLM workshop at ACL 2024.
MIT License
3 stars 0 forks source link

hello, you don't provide the raw data pkl file, could you updata these file? #1

Closed klljf0 closed 2 hours ago

klljf0 commented 2 hours ago

in your raw data folder, there are 2 csv file, not pkl file, could you update them?"

azminewasi commented 2 hours ago

The pkl file contains the constructed graphs - from the csv files - as mentioned in the paper, we passed these CV/JDs into LLMs using prompts to get the nodes. And edges were JD/CV to corresponding nodes from that CV/JD.

The file size is huge, so uploading it in the repo was a bit problematic from my end - so, we decided to not to add it - also, it can be built very very easily, by simple LLM inference and networkx graph construction. Also, the pkl file doesn't contain any primary data - the main data is the CVs/JDs.

I'll try to add the LLM prompting codes here by 72 hours.

Update: Information added.