Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# π TIDES: Longitudinal Bilingual Dataset for Modeling Multi-Party Social Dynamics
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
π 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.
|
| 4 |
|
| 5 |
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`.
|
|
@@ -19,7 +39,7 @@ Speakers are anonymized (`PERSON_A`, `PERSON_B`, β¦). The corpus includes seven
|
|
| 19 |
## Directory layout
|
| 20 |
|
| 21 |
```
|
| 22 |
-
|
| 23 |
βββ README.md
|
| 24 |
βββ metadata/
|
| 25 |
β βββ meeting_metadata.json # per-team project blurb, meeting topics, speaker map
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: TIDES
|
| 3 |
+
language:
|
| 4 |
+
- ko
|
| 5 |
+
- en
|
| 6 |
+
task_categories:
|
| 7 |
+
- text-classification
|
| 8 |
+
tags:
|
| 9 |
+
- dialogue
|
| 10 |
+
- multi-party
|
| 11 |
+
- longitudinal
|
| 12 |
+
- collaboration
|
| 13 |
+
- social-dynamics
|
| 14 |
+
- utterance-classification
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
# π TIDES: Longitudinal Bilingual Dataset for Modeling Multi-Party Social Dynamics
|
| 18 |
|
| 19 |
+
- **Paper:** Coming soon
|
| 20 |
+
- **Website:** Coming soon
|
| 21 |
+
- **Contact:** [heechan@kaist.ac.kr](mailto:heechan@kaist.ac.kr),
|
| 22 |
+
|
| 23 |
π 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.
|
| 24 |
|
| 25 |
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`.
|
|
|
|
| 39 |
## Directory layout
|
| 40 |
|
| 41 |
```
|
| 42 |
+
TIDES/
|
| 43 |
βββ README.md
|
| 44 |
βββ metadata/
|
| 45 |
β βββ meeting_metadata.json # per-team project blurb, meeting topics, speaker map
|