Skip to content

ecielyang/Auto-ICL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-ICL: In-Context Learning without Human Supervision

The official implementation of Auto-ICL: In-Context Learning without Human Supervision .

Set OpenAI API key

# https://beta.openai.com/account/api-keys
export OPENAI_API_KEY=(YOUR OPENAI API KEY)

Quick Start

Auto-ICL retriving:

python main.py --method=Auto-ICL-retrieving --dataset=gsm8k

Please specify dataset when using Auto-ICL-retrieving method. Import your own dataset for retrieving if your dataset are not included.

Auto-ICL generating:

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages