sun1245 commited on
Commit
ce48fe9
·
verified ·
1 Parent(s): 5ca0dd7

Release PerspectiveGap dataset

Browse files
Files changed (3) hide show
  1. LICENSE +21 -0
  2. README.md +156 -0
  3. evaluations.jsonl +0 -0
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2026 PerspectiveGap authors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
README.md ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: PerspectiveGap
3
+ license: mit
4
+ language:
5
+ - en
6
+ annotations_creators:
7
+ - expert-generated
8
+ language_creators:
9
+ - expert-generated
10
+ multilinguality:
11
+ - monolingual
12
+ source_datasets:
13
+ - original
14
+ task_categories:
15
+ - text-generation
16
+ tags:
17
+ - benchmark
18
+ - theory-of-mind
19
+ - multi-agent
20
+ - information-management
21
+ - orchestration
22
+ - prompt-engineering
23
+ - arxiv:2606.08878
24
+ - text
25
+ - jsonl
26
+ - datasets
27
+ size_categories:
28
+ - n<1K
29
+ configs:
30
+ - config_name: default
31
+ data_files:
32
+ - split: test
33
+ path: evaluations.jsonl
34
+ ---
35
+
36
+ # Dataset Card for PerspectiveGap
37
+
38
+ PerspectiveGap is a benchmark for evaluating LLMs' ability to compose orchestration prompts for multi-agent systems.
39
+ It tests whether a model can decide what each sub-agent in a multi-agent workflow needs to know, without leaking irrelevant context.
40
+
41
+ Paper: [PerspectiveGap: A Benchmark for Multi-Agent Orchestration Prompting](https://arxiv.org/abs/2606.08878)
42
+
43
+ Code and scorers: [WhymustIhaveaname/PerspectiveGap](https://github.com/WhymustIhaveaname/PerspectiveGap)
44
+
45
+ This Hugging Face dataset contains the released rendered set: 220 rows from 110 scenarios rendered with seeds 1 and 42. Each row includes the two task prompts, visible fragments, distractor ID, and answer key.
46
+
47
+ ## Dataset Details
48
+
49
+ ### Dataset Description
50
+
51
+ - Curated by: the PerspectiveGap paper authors
52
+ - Language: English
53
+ - License: MIT
54
+ - Repository: <https://github.com/WhymustIhaveaname/PerspectiveGap>
55
+ - Paper: <https://arxiv.org/abs/2606.08878>
56
+
57
+ The dataset is released as a single `test` split. It is intended for benchmarking prompt composition and context filtering in multi-agent orchestration settings.
58
+
59
+ ### Dataset Sources
60
+
61
+ The released JSONL is deterministically rendered from the source scenarios in the GitHub repository. Three generic prompt-engineering distractor fragments are included in the source repository with source URLs recorded in their markdown frontmatter; preserve those attributions if you redistribute modified source files.
62
+
63
+ ## Uses
64
+
65
+ ### Direct Use
66
+
67
+ Use PerspectiveGap to evaluate models or prompting systems on two tasks:
68
+
69
+ 1. **Role-fragment assignment**: select the visible fragment IDs that belong in each sub-agent prompt.
70
+ 2. **Prompt writing**: write one prompt per sub-agent while including only the needed fragments.
71
+
72
+ The accompanying GitHub repository contains scripts for rendering model requests and scoring predictions.
73
+
74
+ ### Out-of-Scope Use
75
+
76
+ Do not use this test set, including `reference_need_sets` or `distractor_id`, as model training data or as an in-context demonstration set when reporting benchmark results. The dataset is not designed to represent all possible multi-agent architectures, application domains, or safety requirements.
77
+
78
+ ## Dataset Structure
79
+
80
+ ### Data Splits
81
+
82
+ | split | rows | scenarios | shuffle seeds |
83
+ |---|---:|---:|---|
84
+ | `test` | 220 | 110 | 1, 42 |
85
+
86
+ ### Data Fields
87
+
88
+ | field | meaning |
89
+ |---|---|
90
+ | `evaluation_id` | stable row ID |
91
+ | `scenario_id` | source scenario ID |
92
+ | `shuffle_seed` | seed used for distractor sampling and fragment order |
93
+ | `roles` | roles that need prompts |
94
+ | `fragments` | visible fragments shown to the model |
95
+ | `distractor_id` | visible fragment ID of the distractor |
96
+ | `reference_need_sets` | answer key in visible fragment IDs |
97
+ | `role_assignment_prompt` | prompt for the JSON assignment task |
98
+ | `prompt_writing_prompt` | prompt for the free-form writing task |
99
+
100
+ `distractor_id` is already in the visible ID space, so no relabel map is needed.
101
+ Each dataset row contains both task prompts. The reference runner in the GitHub repository sends one model request per selected task.
102
+
103
+ ## Loading
104
+
105
+ ```python
106
+ from datasets import load_dataset
107
+
108
+ ds = load_dataset("sun1245/PerspectiveGap", split="test")
109
+ print(ds[0]["evaluation_id"])
110
+ ```
111
+
112
+ If you mirror this dataset under another namespace, replace `sun1245/PerspectiveGap` with that dataset repository ID.
113
+
114
+ ## Evaluation
115
+
116
+ ```bash
117
+ git clone https://github.com/WhymustIhaveaname/PerspectiveGap.git
118
+ cd PerspectiveGap
119
+ uv sync
120
+
121
+ # Score the bundled example without any API key.
122
+ uv run python scripts/score_predictions.py --predictions tests/fixtures/example_predictions.jsonl
123
+ ```
124
+
125
+ To run a model, set the relevant provider API key and use `scripts/run_model_predictions.py`; see the GitHub README for provider names and environment variables.
126
+
127
+ ## Dataset Creation
128
+
129
+ The benchmark scenarios were curated to test information routing decisions in multi-agent workflows. For the released Hugging Face file, each source scenario is rendered with two deterministic shuffle seeds. Rendering injects one generic distractor fragment, shuffles the visible fragments, relabels them into the visible `f1`, `f2`, ... ID space, and emits both task prompts plus the answer key.
130
+
131
+ ## Evaluation Notes
132
+
133
+ - PerspectiveGap is an answer-keyed benchmark for multi-agent orchestration prompting and context routing.
134
+ - The released scenarios are curated to stress role-specific information selection, distractor resistance, and prompt composition across diverse orchestration topologies.
135
+ - The included answer keys make scoring transparent and auditable.
136
+ - The prompt-writing scorer in the GitHub repository is deterministic, fast, and reproducible; it measures whether generated prompts include the needed fragments while excluding irrelevant ones.
137
+ - For benchmark reporting, use the dataset as a held-out evaluation set and follow the rendering and scoring scripts in the GitHub repository.
138
+
139
+ ## More Information
140
+
141
+ - GitHub repository: <https://github.com/WhymustIhaveaname/PerspectiveGap>
142
+ - arXiv paper: <https://arxiv.org/abs/2606.08878>
143
+
144
+ ## Citation
145
+
146
+ ```bibtex
147
+ @misc{sun2026perspectivegapbenchmarkmultiagentorchestration,
148
+ title={PerspectiveGap: A Benchmark for Multi-Agent Orchestration Prompting},
149
+ author={Youran Sun and Xingyu Ren and Kejia Zhang and Xinpeng Liu and Jiaxuan Guo},
150
+ year={2026},
151
+ eprint={2606.08878},
152
+ archivePrefix={arXiv},
153
+ primaryClass={cs.CL},
154
+ url={https://arxiv.org/abs/2606.08878},
155
+ }
156
+ ```
evaluations.jsonl ADDED
The diff for this file is too large to render. See raw diff