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

Request for input-output text of LLMs #18

Open quqxui opened 3 months ago

quqxui commented 3 months ago

Hi, there

I appreciate the work you've put into this project.

I kindly request that you upload the input-output text data from LLMs during the "Thinking" process. This will provide a deeper understanding of the model's thinking process and its responses. It can also assist in identifying any biases or limitations in the model's output.

Thank you in advance for your consideration.

GasolSun36 commented 3 months ago

Hi, You can run it directly and print out its input and output in the reasoning step.

quqxui commented 3 months ago

Hi,

Do i need to query LLMs to reproduce the results in paper? i don't think i have resource or money for this :(

I kindly hope you can public all texts when querying LLMs.

Thanks!

GasolSun36 commented 3 months ago

Hi, Yes, you do need LLMs. If you do not have openai api, maybe try llama? It can be running on only GPUs.