Skip to content

Commit bf65b59

Browse files
authored
Updated readme.md : seprated AutoGen and EcoOptGen also removed bibtex (#43)
* Updated README.md added required changes to previous pull new changes : 1. A section containing citation to AutoGen and EcoOptiGen 2. Another section contain citation to MathChat ## Citation [AutoGen](https://arxiv.org/abs/2308.08155). AND [EcoOptiGen](https://arxiv.org/abs/2303.04673). ``` bibtex @inproceedings{wu2023autogen, title={AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation Framework}, author={Qingyun Wu and Gagan Bansal and Jieyu Zhang and Yiran Wu and Shaokun Zhang and Erkang Zhu and Beibin Li and Li Jiang and Xiaoyun Zhang and Chi Wang}, year={2023}, eprint={2308.08155}, archivePrefix={arXiv}, primaryClass={cs.AI} } bibtex @inproceedings{wang2023EcoOptiGen, title={Cost-Effective Hyperparameter Optimization for Large Language Model Generation Inference}, author={Chi Wang and Susan Xueqing Liu and Ahmed H. Awadallah}, year={2023}, booktitle={AutoML'23}, } ``` [MathChat](https://arxiv.org/abs/2306.01337). ``` bibtex @inproceedings{wu2023empirical, title={An Empirical Study on Challenging Math Problem Solving with GPT-4}, author={Yiran Wu and Feiran Jia and Shaokun Zhang and Hangyu Li and Erkang Zhu and Yue Wang and Yin Tat Lee and Richard Peng and Qingyun Wu and Chi Wang}, year={2023}, booktitle={ArXiv preprint arXiv:2306.01337}, } ``` * Seperated AutoGen and EcoOptGen and removed 'bibtex' ## Citation [AutoGen](https://arxiv.org/abs/2308.08155). ``` @inproceedings{wu2023autogen, title={AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation Framework}, author={Qingyun Wu and Gagan Bansal and Jieyu Zhang and Yiran Wu and Shaokun Zhang and Erkang Zhu and Beibin Li and Li Jiang and Xiaoyun Zhang and Chi Wang}, year={2023}, eprint={2308.08155}, archivePrefix={arXiv}, primaryClass={cs.AI} } ``` [EcoOptiGen](https://arxiv.org/abs/2303.04673). ``` @inproceedings{wang2023EcoOptiGen, title={Cost-Effective Hyperparameter Optimization for Large Language Model Generation Inference}, author={Chi Wang and Susan Xueqing Liu and Ahmed H. Awadallah}, year={2023}, booktitle={AutoML'23}, } ```
1 parent c39bfca commit bf65b59

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

README.md

+37
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,40 @@ Privacy information can be found at https://privacy.microsoft.com/en-us/
148148

149149
Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents,
150150
or trademarks, whether by implication, estoppel or otherwise.
151+
152+
153+
## Citation
154+
[AutoGen](https://arxiv.org/abs/2308.08155).
155+
```
156+
@inproceedings{wu2023autogen,
157+
title={AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation Framework},
158+
author={Qingyun Wu and Gagan Bansal and Jieyu Zhang and Yiran Wu and Shaokun Zhang and Erkang Zhu and Beibin Li and Li Jiang and Xiaoyun Zhang and Chi Wang},
159+
year={2023},
160+
eprint={2308.08155},
161+
archivePrefix={arXiv},
162+
primaryClass={cs.AI}
163+
}
164+
```
165+
166+
[EcoOptiGen](https://arxiv.org/abs/2303.04673).
167+
```
168+
@inproceedings{wang2023EcoOptiGen,
169+
title={Cost-Effective Hyperparameter Optimization for Large Language Model Generation Inference},
170+
author={Chi Wang and Susan Xueqing Liu and Ahmed H. Awadallah},
171+
year={2023},
172+
booktitle={AutoML'23},
173+
}
174+
```
175+
176+
[MathChat](https://arxiv.org/abs/2306.01337).
177+
178+
```
179+
@inproceedings{wu2023empirical,
180+
title={An Empirical Study on Challenging Math Problem Solving with GPT-4},
181+
author={Yiran Wu and Feiran Jia and Shaokun Zhang and Hangyu Li and Erkang Zhu and Yue Wang and Yin Tat Lee and Richard Peng and Qingyun Wu and Chi Wang},
182+
year={2023},
183+
booktitle={ArXiv preprint arXiv:2306.01337},
184+
}
185+
```
186+
187+

0 commit comments

Comments
 (0)