File size: 7,633 Bytes
3facade
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fb63cba
 
3facade
2057219
 
3facade
fb63cba
 
 
 
 
 
 
 
 
 
 
 
 
 
54ae797
fb63cba
 
 
 
3facade
fb63cba
 
 
 
 
 
 
 
 
 
 
 
54ae797
fb63cba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2057219
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
---
pretty_name: TIDES
language:
- ko
- en
task_categories:
- text-classification
tags:
- dialogue
- multi-party
- longitudinal
- collaboration
- social-dynamics
- utterance-classification
---

# 🌊 TIDES: Longitudinal Bilingual Dataset for Modeling Multi-Party Social Dynamics

- **Paper:** Coming soon
- **Website:** https://tides.cstlab.org
- **Contact:** Heechan Lee [hclee99@kaist.ac.kr](mailto:heechan@kaist.ac.kr), Jeonggyu Kang [jeonggyumarkk@kaist.ac.kr](mailto:jeonggyumarkk@kaist.ac.kr), Joseph Seering [seering@kaist.ac.kr](mailto:seering@kaist.ac.kr)

🌊 TIDES is an **in-the-wild**, **longitudinal**, **multi-party** collaboration dialogue dataset collected by tracking Korean university student teams over the course of a semester. TIDES includes transcripts and chat logs from meetings conducted by participants as they worked on real course projects throughout the semester, along with satisfaction surveys. Rather than simply providing raw dialogue, we offer **emergent role, utterance type, and team development** annotation layers to capture **the development of social dynamics** in multi-party collaboration settings.

Speakers are anonymized (`PERSON_A`, `PERSON_B`, …). The corpus includes seven primarily Korean-speaking teams (`Team_1`, `Team_2`, `Team_3`, `Team_6`, `Team_7`, `Team_9`, and `Team_10`) and five primarily English-speaking teams (`Team_4`, `Team_5`, `Team_8`, `Team_11`, and `Team_12`). All transcripts provide English text (Some participants speak in Korean seldomly!); Korean-source teams additionally include the original utterances in `korean_text`.

| Scale | Count |
| --- | ---: |
| Teams | 12 (`Team_1` … `Team_12`) |
| Meeting transcript files | 104 |
| Utterance segments | ~75,971 |
| Chat exports | 11 teams (Team_3 has no chat file) |
| Approx. size | ~27 MB |

> Some meetings are split across multiple files (`…_Pt1.json`, `…_Pt2.json`, …). Metadata lists **meetings by date** (88 dated meetings), so the number of JSON files can exceed the number of metadata meeting entries.

---

## Directory layout

```
TIDES/
β”œβ”€β”€ README.md
β”œβ”€β”€ metadata/
β”‚   β”œβ”€β”€ meeting_metadata.json      # per-team project blurb, meeting topics, speaker map
β”‚   β”œβ”€β”€ satisfaction_metadata.json # per-meeting satisfaction survey aggregates
β”‚   └── meeting_roles.csv          # per-participant role ratings per meeting
└── Team_N/
    β”œβ”€β”€ TeamN_YYYYMMDD.json        # meeting transcript (+ optional "_PtK" suffix)
    β”œβ”€β”€ TeamN_YYYYMMDD_PtK.json
    └── chat/
        └── TeamN_chat_anonymized.{txt,csv,xlsx}
```

---

## Meeting transcripts (`Team_N/*.json`)

Each file is a single JSON object:

```json
{
  "segments": [ /* ordered utterances */ ]
}
```

### Segment schema

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `start` | number | yes | Utterance start time (seconds) |
| `end` | number | yes | Utterance end time (seconds) |
| `speaker` | string | yes | Anonymized speaker id (`PERSON_A`, …) |
| `text` | string | yes | Utterance text (English) |
| `utterance_type` | string | yes | Dialogue-act / interaction label (see below) |
| `annotation_source` | string | yes | `"gemma"` (model) or `"human"` (gold) |
| `korean_text` | string | no | Original Korean utterance when retained |
| `qwen_utterance_type` | string | no | Secondary model (Qwen) label |

**Coverage notes**

- `annotation_source`: mostly `gemma` (~70k); `human` (~5.7k). Human segments usually omit `korean_text` and `qwen_utterance_type`.
- `korean_text`: present on a majority of segments, not all.
- `qwen_utterance_type`: present on most `gemma` segments; absent on typical `human` segments.

### Example segment

```json
{
      "start": 76.56,
      "end": 80.3,
      "speaker": "PERSON_B",
      "text": "It's a bit different from what we had in mind.",
      "utterance_type": "Linking Solutions",
      "annotation_source": "gemma",
      "korean_text": " 근데 저희가 μƒκ°ν•˜λŠ” μ΄λ―Έμ§€λž‘ μ’€ λ‹€λ₯΄μ„Έμš”.",
      "qwen_utterance_type": "Linking Problems"
}
```

### `utterance_type` vocabulary

Based on modified version of `act4teams-SHORT` (KlΓΌnder et al., 2020)

| Label | ~Count |
| --- | ---: |
| Giving Information | 26810 |
| Active listening | 9946 |
| Linking Solutions | 9260 |
| Naming Solutions | 4917 |
| Other / Neutral | 4703 |
| Structuring | 4643 |
| Proactivity | 3912 |
| Naming Problems | 3157 |
| Social / Humor | 2510 |
| Linking Problems | 2233 |
| Cooperation | 1812 |
| Knowledge Transfer | 878 |
| Task/Process Negative | 642 |
| Social Negative | 465 |
| Linking & Connecting | 83 |

---

## Metadata

### `metadata/meeting_metadata.json`

Top-level keys: `Team_1` … `Team_12`.

```text
Team_N:
  team_number: int
  project: string                    # short project / context description (may be Korean)
  speaker_id_to_pseudonym: {         # PERSON_* β†’ English given-name pseudonym
    "PERSON_A": "Alex",
    ...
  }
  meetings: [
    {
      date: "YYYY-MM-DD",
      main_topics: [string, ...],    # participant- or annotator-written topic summaries
      participants: ["PERSON_A", ...],
      team_development_stage: string # optional; e.g. Forming, Storming, Norming, Performing, Adjourning
                                     # (occasionally a comma-combined value)
    },
    ...
  ]
```

**Team development stage (Based on Tuckman's stages of group development (1965))**: Forming, Storming, Norming, Performing, Adjourning.

### `metadata/satisfaction_metadata.json`

Top-level keys: `Team_1` … `Team_12`.

```text
Team_N:
  team_number: int
  meetings: [
    {
      date: "YYYY-MM-DD",
      satisfaction: [
        {
          question: string,   # bilingual prompt text
          average: number | null,
          scores: [number, ...]   # may be empty when not collected
        },
        ...
      ]
    },
    ...
  ]
```

### `metadata/meeting_roles.csv`

One row per participant Γ— meeting.

| Column | Description |
| --- | --- |
| `Team_Number` | Team id (1–12) |
| `Meeting_Sequence` | Meeting index within the team |
| `Meeting_Date` | `YYYY-MM-DD` |
| `Participant_Name` | `PERSON_*` id |
| `Dominance_Average` | Dominance score |
| `Sociability_Average` | Sociability score |
| `Task_Orientation_Average` | Task-orientation score |
| `assigned_role` | Nearest role label (see below) |
| `role_distance` | Distance to assigned role centroid |

**`assigned_role` values (Based on `TRIAD model` (Driskell et al., 2017)):** Attention Seeker, Coordinator, Critic, Evaluator, Follower, Negative, Power Seeker, Problem Solver, Social, Task Completer, Task Motivator, Team Leader, Teamwork Support.


---

## Team chat (`Team_N/chat/`)

Asynchronous team messaging exports (KakaoTalk-style), with participant names replaced by English pseudonyms consistent with `speaker_id_to_pseudonym` where applicable.

| Team | File | Format |
| --- | --- | --- |
| 1, 2, 5, 6, 7, 8, 9 | `TeamN_chat_anonymized.txt` | Plain-text chat export |
| 10, 11, 12 | `TeamN_chat_anonymized.csv` | CSV |
| 4 | `TeamN_chat_anonymized.xlsx` | Excel |
| 3 | β€” | Missing in this release |

---

## Anonymization & ethics notes

- Meeting speakers use `PERSON_*` ids; metadata maps them to English pseudonyms for readability.
- Chat logs use the same pseudonym style; residual indirect identifiers may still exist in free textβ€”review before redistribution if your release policy requires it.
- Survey free-text / topic fields may contain Korean descriptions of course projects.

---

## Citation

Add citation / license / paper link here before publishing to arXiv.