geval icon indicating copy to clipboard operation
geval copied to clipboard

How is the "Auto CoT" prompt defined?

Open calvdee opened this issue 1 year ago • 2 comments

G-Eval includes "Auto Chain-of-Thoughts for NLG Evaluation" as a component where the CoT steps to carry out evaluation are produced by an LLM. The paper nor this repo, however, include the prompt definition. It would be convenient to have it available for both reproducibility and to extend G-Eval to other criteria.

calvdee avatar Jul 02 '24 17:07 calvdee

On second read, it looks like the evaluation steps are produced via the completions API which is now considered legacy by OpenAI. Using the completions API, I am still unable to reproduce the coherence evaluation steps outlined in this prompt using ether of the GPT 3.5 models:

image

calvdee avatar Jul 02 '24 17:07 calvdee

@calvdee What do you mean by the evaluation steps are produced via completions API? How did you find that?

OfficerChul avatar Sep 06 '24 07:09 OfficerChul