Skip to content

Commit ac3f193

Browse files
authored
Add Custom GroupChat Speaker Selection to tutorial (microsoft#2219)
* update * updated * update * update * update * update * remove changes to conversation pattern * update * update * update
1 parent bb26b98 commit ac3f193

File tree

3 files changed

+568
-0
lines changed

3 files changed

+568
-0
lines changed

website/docs/Research.md

+26
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,29 @@ For technical details, please check our technical report and research publicatio
7373
primaryClass={cs.AI}
7474
}
7575
```
76+
77+
* [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).
78+
79+
```bibtex
80+
@misc{zeng2024autodefense,
81+
title={AutoDefense: Multi-Agent LLM Defense against Jailbreak Attacks},
82+
author={Yifan Zeng and Yiran Wu and Xiao Zhang and Huazheng Wang and Qingyun Wu},
83+
year={2024},
84+
eprint={2403.04783},
85+
archivePrefix={arXiv},
86+
primaryClass={cs.LG}
87+
}
88+
```
89+
90+
* [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).
91+
92+
```bibtex
93+
@misc{wu2024stateflow,
94+
title={StateFlow: Enhancing LLM Task-Solving through State-Driven Workflows},
95+
author={Yiran Wu and Tianwei Yue and Shaokun Zhang and Chi Wang and Qingyun Wu},
96+
year={2024},
97+
eprint={2403.11322},
98+
archivePrefix={arXiv},
99+
primaryClass={cs.CL}
100+
}
101+
```
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"position": 5,
3+
"label": "GroupChat",
4+
"collapsible": true
5+
}

0 commit comments

Comments
 (0)