cjlyl / FKGC-CIAN

This repo shows the source code of EMNLP 2022 paper: Learning Inter-Entity Interaction for Few-Shot Knowledge Graph Completion.
13 stars 3 forks source link

wiki dataset #4

Open huluoboli opened 1 year ago

huluoboli commented 1 year ago

We obtain the NELL dataset from https://www.dropbox.com/s/onbhvsg7wie6vej/FAAN_NELL.rar?dl=0. Can you provide the wiki dataset you used?

cjlyl commented 1 year ago

You can download the Wiki dataset from https://www.dropbox.com/s/kztkih9uzk0pj6e/FAAN_Wiki.rar?dl=0. In addition, the files of entity and relation embeddings can be obtained from https://github.com/xwhan/ One-shot-Relational-Learning, which was provided by GMatching.

huluoboli commented 1 year ago

Thank you for providing the dataset. Can you explain the difference between train_tasks_in_train.json and train_tasks.json in the dataset?

cjlyl commented 1 year ago

train_tasks_in_train.json is from by MetaR(Meta Relational Learning for Few-Shot Link Prediction in Knowledge Graphs). Please refer to this paper for more details.