Skip to content

OSU-NLP-Group/Auto-Dialectical-Evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Can ChatGPT Defend its Belief in Truth? Evaluating LLM Reasoning via Debate

Original implementation of the paper "Can ChatGPT Defend its Belief in Truth? Evaluating LLM Reasoning via Debate" in Findings of EMNLP-23 by Boshi Wang, Xiang Yue and Huan Sun.

Setup

Put your OpenAI API key in a file called "api_key.txt".

Repo Tour

.
├── grade-school-math/             # GSM8K (https://arxiv.org/abs/2110.14168)
├── prontoqa/                      # PrOntoQA (https://arxiv.org/abs/2210.01240)
├── commonsense/                   # commonsense reasoning, including StrategyQA, CommonsenseQA-2.0, and Creak
└── BBH/                           # big-bench-hard (https://arxiv.org/abs/2210.09261)
  • main.ipynb in each sub-directory contains the code and cached evaluation results.
  • Some randomly-sampled failure examples are included in here.

Citation

@inproceedings{wang2023can,
    title={Can ChatGPT Defend its Belief in Truth? Evaluating LLM Reasoning via Debate},
    author={Wang, Boshi and Yue, Xiang and Sun, Huan},
    booktitle={Findings of EMNLP},
    year={2023}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published