auto-cot icon indicating copy to clipboard operation
auto-cot copied to clipboard

Official implementation for "Automatic Chain of Thought Prompting in Large Language Models" (stay tuned & more will be updated)

Results 8 auto-cot issues
Sort by recently updated
recently updated
newest added

*Issue #, if available:* models like text-davinci-002 has been deprecated by OpenAI. For more info refer : stackoverflow.com/questions/77806389/openai-api-error-openai-error-invalidrequesterror-the-model-text-davinci-003 *Description of changes:* try_cot _colab.ipynb file is using model 'text-davinci-002' which i...

*Issue #, if available:* installing sklearn on colab throws error *Description of changes:* instead of sklearn we should install scikit-learn. In "requirements.txt" change sklearn to scikit-learn. By submitting this pull...

Dear developers, Thanks for the work! I would like to try auto-cot in a custom task and a dataset. I couldn't get which code refers the automatic demonstration generation. Could...

*Issue #, if available:* *Description of changes:* - Updated package name from `sklearn` to `scikit-learn` due to the deprecation of `sklearn`. - Replaced deprecated OpenAI API methods with their latest...

Excellent work! However, in your paper page 19, Appendix D, you show automatically constructed demonstrations for GSM8K. However, I find that these 8 cases are from test.jsonl but not train.jsonl....

in main with open(args.output_dir, "a") as wp: FileNotFoundError: [Errno 2] No such file or directory: 'experiment/multiarith' Does anyone know how to fix this error? Thank you so much

if we use python==3.9.13, sklearn is not used. so we should modify sklearn to scikit-learn in requirements.txt

Dear author, When reproducing your work, there are only manual demos for the dataset MultiArith in the Demo folder. This has resulted in being unable to reproduce the other manual...