File size: 1,567 Bytes
646e23c
 
0298b75
 
 
 
 
 
7e2cfdb
0298b75
 
 
 
 
 
 
 
 
 
 
646e23c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Version Log

## v1 — Curated Golden Group Mask
**Date:** 2026-02-09  
**Status:** Curated release

### Summary
- Introduces the curated golden group mask for high-quality, complete debate sessions.
- Adds filtered dataset outputs in `golden/{depth,breadth}` generated from `raw/{depth,breadth}`.

### Golden Group Definition
- Golden Group: a group where all 4 participants are Golden Individuals.
- Golden Individual: a participant who completes the experiment end-to-end with:
  - non-empty initial opinion
  - non-empty message for every round
  - non-empty tweet
  - non-empty post opinion
  - validity rate across the debate >= 0.8
  - >= 1 utterances per round

## v0 (Preview) — Initial Release
**Date:** 2025-11-18  
**Status:** Preview release (early access)

### Summary
- First public preview of the **DEBATE Submit Data** human conversation dataset.
- Includes full directory structure:
  - `depth/`
  - `breadth/`
- Provides CSV logs from the original human conversation experiments.
- Contains unprocessed event-level conversation data with:
  - event types  
  - participant identifiers (anonymized)  
  - direct messages and tweet-style posts  
  - slider-value opinion recordings  
  - autosubmission markers  
- Documentation includes:
  - README describing schema, event types, file naming conventions  
  - Research-only non-commercial license (`DEBATE Dataset Research-Only License v1.0`)  
  - Required citation to the DEBATE arXiv paper  

### Notes
- This is a **preview**: some topics, CSVs, or documentation may still be updated.

---