JBoRu / StructGPT

The code and data for "StructGPT: A general framework for Large Language Model to Reason on Structured Data"
Apache License 2.0
97 stars 39 forks source link

Can you share the `prompt` to query ChatGPT on `WTQ`? #3

Closed Leolty closed 1 year ago

Leolty commented 1 year ago

Hi there,

Thanks a lot for your amazing work.

As titled, just curious about how to make ChatGPT follow the parsable output format.

JBoRu commented 1 year ago

Hi, Tianyang: You can see the prompt here.

Best, Jinhao

Leolty commented 1 year ago

Oh sorry I did not elaborate it, I mean the direct prompting baseline, like how you get the 43.3 in Table 2.

JBoRu commented 1 year ago

You can directly use the final prompt here.

Leolty commented 1 year ago

OK Thanks, so for the baseline (direct prompting), you did not ask ChatGPT to do CoT?

JBoRu commented 1 year ago

Yes!