IDEA-FinAI / ToG

This is the official github repo of Think-on-Graph. If you are interested in our work or willing to join our research team in Shenzhen, please feel free to contact us by email (xuchengjin@idea.edu.cn)
238 stars 26 forks source link

How can I ensure that Freebase is installed correctly? #25

Open Chen-Jianxiong opened 2 months ago

Chen-Jianxiong commented 2 months ago

What's the correct result after running the Test example? My result is {'head': {'link': [], 'vars': ['name3']}, 'results': {'distinct': False, 'ordered': True, 'bindings': []}}. I think there is some mistake, but I follow the readme in the "Freebase" folder.

xiezheng0923 commented 2 months ago

when running test_freebase.py my result is: {'head': {'link': [], 'vars': ['name3']}, 'results': {'distinct': False, 'ordered': True, 'bindings': [{'name3': {'type': 'literal', 'xml:lang': 'en', 'value': 'Jeffrey Probst'}}, {'name3': {'type': 'literal', 'xml:lang': 'en', 'value': 'Shelly Wright'}}, {'name3': {'type': 'literal', 'xml:lang': 'en', 'value': 'Lisa Ann Russell'}}]}}

GasolSun36 commented 2 months ago

Hi, I think my colleague @Tanglumy can help you with that.

yindahu87 commented 1 month ago

Hi, I think my colleague @Tanglumy can help you with that.

哥们儿 我在复现代码的过程中遇到了一些困难 你(或者朋友)能指点我一下吗

youngsasa2021 commented 1 month ago

What's the correct result after running the Test example? My result is {'head': {'link': [], 'vars': ['name3']}, 'results': {'distinct': False, 'ordered': True, 'bindings': []}}. I think there is some mistake, but I follow the readme in the "Freebase" folder.

hello,i have the same question with you.How do you solve this problem?Have you run correctly in the end?Please give me some advice.Thank you very much.

devishree23 commented 1 month ago

Hello, I'm also facing a similar issue. Is this an issue with the Freebase setup? What should the expected result look like for the test example provided in the ReadMe file? Any help would be appreciated. Thank you!