Skip to content

Commit

Permalink
Add Custom GroupChat Speaker Selection to tutorial (#2219)
Browse files Browse the repository at this point in the history
* update

* updated

* update

* update

* update

* update

* remove changes to conversation pattern

* update

* update

* update
  • Loading branch information
yiranwu0 authored Apr 5, 2024
1 parent c0d6a48 commit f7629d6
Show file tree
Hide file tree
Showing 3 changed files with 568 additions and 0 deletions.
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,
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

0 comments on commit f7629d6

Please sign in to comment.