HKUDS / GraphGPT

[SIGIR'2024] "GraphGPT: Graph Instruction Tuning for Large Language Models"
https://arxiv.org/abs/2310.13023
Apache License 2.0
576 stars 53 forks source link

Requesting for the code for evaluation #19

Closed yzhHoward closed 10 months ago

yzhHoward commented 11 months ago

It is a very nice work and inspires me a lot. How do you evaluate the predictions generated from LLM? The paper claims that evaluating with Acc and F1. However it can be hard to evaluate the text sometimes.

tjb-tech commented 10 months ago

It is a very nice work and inspires me a lot. How do you evaluate the predictions generated from LLM? The paper claims that evaluating with Acc and F1. However it can be hard to evaluate the text sometimes.

Thank you for your interest in our GraphGPT. I apologize for the delayed response due to the academic workload at the end of the semester. The evaluation code will release by the end of this week! Wishing you an early Merry Christmas!

linwhitehat commented 9 months ago

It is a very nice work and inspires me a lot. How do you evaluate the predictions generated from LLM? The paper claims that evaluating with Acc and F1. However it can be hard to evaluate the text sometimes.

Thank you for your interest in our GraphGPT. I apologize for the delayed response due to the academic workload at the end of the semester. The evaluation code will release by the end of this week! Wishing you an early Merry Christmas!

Hi, I'm also interested in this work and was wondering if the evaluation code you mentioned is updated? Can you clarify which part exactly?