YaooXu / GoG

Generate-on-Graph: Treat LLM as both Agent and KG for Incomplete Knowledge Graph Question Answering. EMNLP 2024 Main
32 stars 2 forks source link

Filtering additional Wikidata #8

Closed MINJIK01 closed 2 weeks ago

MINJIK01 commented 2 weeks ago

Thank you for your excellent work.

While implementing your code, I had a question regarding whether I need to filter Wikidata for mapping like Freebase.

Could I get some clarification on this?

YaooXu commented 2 weeks ago

We didn't conduct experiments on Wikidata, so you don't have to preprocess Wikidata.

MINJIK01 commented 2 weeks ago

Sorry, I think my question was unclear. I was referring to the section on implementing the Freebase process, specifically the part about mapping data to Wikidata.

https://github.com/YaooXu/GoG/tree/main/Freebase#mapping-data-to-wikidata

""" Mapping data to Wikidata Due to the partial incompleteness of the data present in the freebase dump, we need to map some of the entities with missing partial relationships to wikidata. We download these rdf data via this public link

we can use the above method to add it into virtuoso. """

Sorry for the confusion..!

YaooXu commented 2 weeks ago

ToG also did this, so I suggest you do this.

MINJIK01 commented 2 weeks ago

Thank you for answering!