XiaoxinHe / G-Retriever

Repository for G-Retriever
https://arxiv.org/abs/2402.07630
MIT License
315 stars 54 forks source link

Some questions about the code #21

Closed suhu93 closed 1 month ago

suhu93 commented 2 months ago

image Why is it converted to lowercase here? Can it be ignored?

XiaoxinHe commented 1 month ago

For the original dataset 'rmanluo/RoG-webqsp', there are instances where the same concept appears in different formats, such as 'gender' and 'Gender'. Converting all instances to lowercase can prevent representing the same concept with two different nodes when constructing a knowledge graph.