Add Custom GroupChat Speaker Selection to tutorial (#2219)

* update

* updated

* update

* update

* update

* update

* remove changes to conversation pattern

* update

* update

* update
This commit is contained in:
Yiran Wu
2024-04-05 14:03:23 -04:00
committed by GitHub
parent c0d6a484ae
commit f7629d668b
3 changed files with 568 additions and 0 deletions

View File

@@ -73,3 +73,29 @@ For technical details, please check our technical report and research publicatio
primaryClass={cs.AI}
}
```
* [AutoDefense: Multi-Agent LLM Defense against Jailbreak Attacks](https://arxiv.org/abs/2403.04783). Yifan Zeng, Yiran Wu, Xiao Zhang, Huazheng Wang, Qingyun Wu. ArXiv preprint arXiv:2403.04783 (2024).
```bibtex
@misc{zeng2024autodefense,
title={AutoDefense: Multi-Agent LLM Defense against Jailbreak Attacks},
author={Yifan Zeng and Yiran Wu and Xiao Zhang and Huazheng Wang and Qingyun Wu},
year={2024},
eprint={2403.04783},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
```
* [StateFlow: Enhancing LLM Task-Solving through State-Driven Workflows](https://arxiv.org/abs/2403.11322). Yiran Wu, Tianwei Yue, Shaokun Zhang, Chi Wang, Qingyun Wu. ArXiv preprint arXiv:2403.11322 (2024).
```bibtex
@misc{wu2024stateflow,
title={StateFlow: Enhancing LLM Task-Solving through State-Driven Workflows},
author={Yiran Wu and Tianwei Yue and Shaokun Zhang and Chi Wang and Qingyun Wu},
year={2024},
eprint={2403.11322},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
```

View File

@@ -0,0 +1,5 @@
{
"position": 5,
"label": "GroupChat",
"collapsible": true
}

File diff suppressed because one or more lines are too long