Skip to content

Commit d86401a

Browse files
author
acc12649wd
committed
update readme
1 parent b42ba22 commit d86401a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,15 @@ python main.py --method=few_shot_cot --model=${model} --dataset=${dataset}
5252
# MultiArith and GSM8K are currently available.
5353
python main.py --method=few_shot --model=${model} --dataset=${dataset}
5454
```
55+
56+
## Citation
57+
```
58+
@inproceedings{NEURIPS2022_8bb0d291,
59+
author = {Kojima, Takeshi and Gu, Shixiang (Shane) and Reid, Machel and Matsuo, Yutaka and Iwasawa, Yusuke},
60+
booktitle = {Advances in Neural Information Processing Systems},
61+
pages = {22199--22213},
62+
title = {Large Language Models are Zero-Shot Reasoners},
63+
volume = {35},
64+
year = {2022}
65+
}
66+
```

0 commit comments

Comments
 (0)