Update README.md
Browse files
README.md
CHANGED
|
@@ -4,9 +4,10 @@ language:
|
|
| 4 |
pretty_name: CTF(Capture The Flag) AI Assistants Benchmark
|
| 5 |
---
|
| 6 |
|
| 7 |
-
INTRODUCTION_TEXT = """
|
| 8 |
阿里巴巴国际站与西北工业大学联合开发项目
|
|
|
|
| 9 |
网络空间安全学院-NLP&大模型安全课题组-高德宏&杨黎斌&刘鹏望&胥基&赖起敬&张一涵&周梓伦
|
|
|
|
| 10 |
[**[LeaderBoard]**](https://huggingface.co/spaces/autogenCTF/agent_ctf_leaderboard)
|
| 11 |
[**[Dataset]**](https://huggingface.co/datasets/autogenCTF/CTFAIA)
|
| 12 |
[**[GitHub]**](https://github.com/Miracle-x/AutoGen-CTF)
|
|
@@ -24,4 +25,4 @@ CTFAIA is made of more than 450 non-trivial question with an unambiguous answer,
|
|
| 24 |
|
| 25 |
CTFAIA leaderboard can be found in this space (https://huggingface.co/spaces/autogenCTF/agent_ctf_leaderboard).
|
| 26 |
|
| 27 |
-
Questions are contained in metadata.jsonl. Some questions come with an additional
|
|
|
|
| 4 |
pretty_name: CTF(Capture The Flag) AI Assistants Benchmark
|
| 5 |
---
|
| 6 |
|
|
|
|
| 7 |
阿里巴巴国际站与西北工业大学联合开发项目
|
| 8 |
+
|
| 9 |
网络空间安全学院-NLP&大模型安全课题组-高德宏&杨黎斌&刘鹏望&胥基&赖起敬&张一涵&周梓伦
|
| 10 |
+
|
| 11 |
[**[LeaderBoard]**](https://huggingface.co/spaces/autogenCTF/agent_ctf_leaderboard)
|
| 12 |
[**[Dataset]**](https://huggingface.co/datasets/autogenCTF/CTFAIA)
|
| 13 |
[**[GitHub]**](https://github.com/Miracle-x/AutoGen-CTF)
|
|
|
|
| 25 |
|
| 26 |
CTFAIA leaderboard can be found in this space (https://huggingface.co/spaces/autogenCTF/agent_ctf_leaderboard).
|
| 27 |
|
| 28 |
+
CTFAIA data can be found in [this dataset](https://huggingface.co/datasets/autogenCTF/CTFAIA). Questions are contained in `metadata.jsonl`. Some questions come with an additional folder, that can be found in the folder and whose id is given in the field `Annex`.
|