Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Custom GroupChat Speaker Selection to tutorial #2219

Merged
merged 14 commits into from
Apr 5, 2024
26 changes: 26 additions & 0 deletions website/docs/Research.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
yiranwu0 marked this conversation as resolved.
Show resolved Hide resolved
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}
}
```
5 changes: 5 additions & 0 deletions website/docs/topics/groupchat/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"position": 5,
"label": "GroupChat",
"collapsible": true
}
Loading
Loading