xwhan / DeepPath

code and docs for my EMNLP paper "DeepPath: A Reinforcement Learning Method for Knowledge Graph Reasoning"
533 stars 135 forks source link

Some questions about the details of the processed FB15k-237 #7

Closed Ruiping-Li closed 6 years ago

Ruiping-Li commented 6 years ago

Hi Wenhan, I have learned your excellent works such as DeepPath and DIVA. However, I have some questions about the details of which 20 relations you actually selected in the FB15k-237. Of course, if you can release the processed FB15k-237 with selected relations, I will be deeply grateful.

Look forward to your reply.

xwhan commented 6 years ago

Hi Ruiping,

These are the 20 relations I used:

sports_team capital_of place_of_birth people_person_nationality film_director_film film_written_by film_film_language film_film_music film_country organization_founded people_language_spoken tv_program_language time_event_location tv_program_countryoforigin music_artist_origin tv_program_genre organization_headquarter_citytown service_location organization_member_of people/profession/specialization_of

I'll release the processed data soon.

Ruiping-Li commented 6 years ago

Thanks a lot ~