Update README.md
Browse files
README.md
CHANGED
|
@@ -2,20 +2,16 @@
|
|
| 2 |
license: mit
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
-
pretty_name:
|
| 6 |
tags:
|
| 7 |
- agentverse
|
| 8 |
-
- multi-agent-systems
|
| 9 |
-
- policy-verification
|
| 10 |
-
- safesagallm
|
| 11 |
-
- code-generation
|
| 12 |
- collaborative-ai
|
| 13 |
---
|
| 14 |
|
| 15 |
-
#
|
| 16 |
|
| 17 |
This dataset converts [AgentVerse](https://arxiv.org/abs/2308.10379) benchmark
|
| 18 |
-
tasks into
|
| 19 |
|
| 20 |
Repository: `julee0323/agentverse`
|
| 21 |
|
|
@@ -78,8 +74,3 @@ OPA `P_cont` prevents sensitive inter-agent information from leaking:
|
|
| 78 |
|
| 79 |
Key security property: **Solver_i must NOT see Solver_j's solution_strategy**
|
| 80 |
(prevents anchoring bias and preserves solution diversity).
|
| 81 |
-
|
| 82 |
-
## Intended Use
|
| 83 |
-
|
| 84 |
-
Evaluate whether SafeSagaLLM's dual-layer OPA policy (P_tran + P_cont) prevents
|
| 85 |
-
internal agent reasoning from leaking between agents that should work independently.
|
|
|
|
| 2 |
license: mit
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
+
pretty_name: AgentVerse Scenarios
|
| 6 |
tags:
|
| 7 |
- agentverse
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
- collaborative-ai
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# AgentVerse Scenarios
|
| 12 |
|
| 13 |
This dataset converts [AgentVerse](https://arxiv.org/abs/2308.10379) benchmark
|
| 14 |
+
tasks into multi-agent pipeline scenarios.
|
| 15 |
|
| 16 |
Repository: `julee0323/agentverse`
|
| 17 |
|
|
|
|
| 74 |
|
| 75 |
Key security property: **Solver_i must NOT see Solver_j's solution_strategy**
|
| 76 |
(prevents anchoring bias and preserves solution diversity).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|