contra-labs commited on
Commit
7895bda
·
verified ·
1 Parent(s): 0b8fa5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -106,8 +106,9 @@ merged = scalar.merge(per_output, on="evaluation_id", suffixes=("_scalar", "_qua
106
  Five CSV files, joinable as described above. `domain` and `stage` can be recovered for any record from `prompts_workflow.csv` or `model_outputs.csv`.
107
  ### `prompts_workflow.csv` — 95 rows (one per prompt)
108
 
109
- | `prompt_id` | Readable prompt identifier (e.g. `ad_image_idea_4152`). |
110
- | `raw_prompt_id` | Original source numeric id for the prompt. |
 
111
  | `domain` | One of the five creative domains. |
112
  | `stage` | `Ideation`, `Mockup`, or `Refinement`. |
113
  | `prompt_text` | The text prompt presented to the models. |
@@ -116,6 +117,8 @@ Five CSV files, joinable as described above. `domain` and `stage` can be recover
116
 
117
  ### `model_outputs.csv` — 380 rows (one per prompt × model)
118
 
 
 
119
  | `content_id` | Per-asset primary key (UUID). |
120
  | `prompt_id` | Foreign key to `prompts_workflow.csv`. |
121
  | `domain`, `stage` | Creative domain and workflow phase. |
@@ -138,6 +141,7 @@ Forced-choice head-to-head preferences. For each prompt, evaluators compared all
138
  | `content_id_left`, `content_id_right`, `content_id_chosen` | The specific `model_outputs.content_id` assets shown and selected. |
139
 
140
  **Sampling note.** Each domain has four candidate models (six possible pairs). Left/right position bias is negligible (49.8% left / 50.2% right).
 
141
  ### `scalar_feedback.csv` — 812 rows
142
 
143
  1-5 Likert ratings on three dimensions, ordered from most objective to most taste-driven. **Note:** scalar ratings were collected only for the two code domains (Desktop App, Landing Pages) in this release; image and video domains are not rated here.
@@ -192,7 +196,7 @@ To commission an evaluation or dataset for your domain, reach out through [contr
192
 
193
  ## Provenance and consent
194
 
195
- Evaluations were collected with consent from professional creatives sourced from Contra's top-earning talent, selected by skillset and matched to the model category most relevant to their workflow. Evaluators are represented by anonymized numeric `user_id` values and a `user_core_skill` label only; no names or direct identifiers are included. Qualitative feedback was additionally stripped of personally identifiable information and model identities before processing. Model identities were blinded and output order randomized during evaluation to prevent brand bias.
196
 
197
  ## Citation
198
 
 
106
  Five CSV files, joinable as described above. `domain` and `stage` can be recovered for any record from `prompts_workflow.csv` or `model_outputs.csv`.
107
  ### `prompts_workflow.csv` — 95 rows (one per prompt)
108
 
109
+ | Column | Description |
110
+ |---|---|
111
+ | `prompt_id` | Readable prompt identifier. |
112
  | `domain` | One of the five creative domains. |
113
  | `stage` | `Ideation`, `Mockup`, or `Refinement`. |
114
  | `prompt_text` | The text prompt presented to the models. |
 
117
 
118
  ### `model_outputs.csv` — 380 rows (one per prompt × model)
119
 
120
+ | Column | Description |
121
+ |---|---|
122
  | `content_id` | Per-asset primary key (UUID). |
123
  | `prompt_id` | Foreign key to `prompts_workflow.csv`. |
124
  | `domain`, `stage` | Creative domain and workflow phase. |
 
141
  | `content_id_left`, `content_id_right`, `content_id_chosen` | The specific `model_outputs.content_id` assets shown and selected. |
142
 
143
  **Sampling note.** Each domain has four candidate models (six possible pairs). Left/right position bias is negligible (49.8% left / 50.2% right).
144
+
145
  ### `scalar_feedback.csv` — 812 rows
146
 
147
  1-5 Likert ratings on three dimensions, ordered from most objective to most taste-driven. **Note:** scalar ratings were collected only for the two code domains (Desktop App, Landing Pages) in this release; image and video domains are not rated here.
 
196
 
197
  ## Provenance and consent
198
 
199
+ Evaluations were collected with consent from professional creatives sourced from Contra's top-earning talent, selected by skillset and matched to the model category most relevant to their workflow. Evaluators are represented by anonymized numeric `evaluator_id` values and a `user_core_skill` label only; no names or direct identifiers are included. Qualitative feedback was additionally stripped of personally identifiable information and model identities before processing. Model identities were blinded and output order randomized during evaluation to prevent brand bias.
200
 
201
  ## Citation
202