Hello! I have a question for you.
First, I built Freebase according to the ToG guidelines and ran LMP main.py to output the results. However, when I look at my output, the graph is not formed for some queries. I don't think the top identity MID of the queries in the freebase exists, but I wonder if the outputs released by LMP were tested with different versions of freebase or are there other issues.
It is being outputted as below for more queries than expected.
ex) "graph": {"Switzerland": {}}}
Also, it seems that the graph is formed by outputting the aggregation result instead of the summary for each relation. For the uploaded outputs, some datasets seem to be composed of the aggregation results, but I wonder if it is correct that the summary results are originally output for each relation.
ex) ../original/lmp_simpleqa_llama-3_1hop.jsonl(aggregation?)
=> {"music.album.primary_release": "The Emissaries has relation music.album.primary_release with following: Emissaries." ~~..
ex) ../original/lmp_webqsp_llama-3_1hop.jsonl(summary)
=> {"people.person.places_lived": "Picasso lived in France, Madrid, and M\u00e1laga.", ~~..
thanks.
Hello! I have a question for you.
First, I built Freebase according to the ToG guidelines and ran LMP main.py to output the results. However, when I look at my output, the graph is not formed for some queries. I don't think the top identity MID of the queries in the freebase exists, but I wonder if the outputs released by LMP were tested with different versions of freebase or are there other issues.
It is being outputted as below for more queries than expected.
ex) "graph": {"Switzerland": {}}}
Also, it seems that the graph is formed by outputting the aggregation result instead of the summary for each relation. For the uploaded outputs, some datasets seem to be composed of the aggregation results, but I wonder if it is correct that the summary results are originally output for each relation.
ex) ../original/lmp_simpleqa_llama-3_1hop.jsonl(aggregation?)
=> {"music.album.primary_release": "The Emissaries has relation music.album.primary_release with following: Emissaries." ~~..
ex) ../original/lmp_webqsp_llama-3_1hop.jsonl(summary)
=> {"people.person.places_lived": "Picasso lived in France, Madrid, and M\u00e1laga.", ~~..
thanks.