Skip to content

Commit f1ae24f

Browse files
committed
Update deli.rst
1 parent 915f45d commit f1ae24f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/deli.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ DeliData Corpus
33

44
DeliData is a dataset designed for analyzing deliberation in multi-party problem-solving contexts. It contains information about group discussions, capturing various aspects of participant interactions, message annotations, and team performance.
55

6-
The corpus is available upon request from the authors, and a ConvoKit-compatible version can be derived using ConvoKit’s conversion tools.
6+
The corpus is available upon request from the authors, and a ConvoKit-compatible version can be derived using ConvoKit’s conversion tools. ConvoKit also host the ConvoKit-format deli corpus, which can be directly downloaded following instruction in the Usage section.
77

88
For a full description of the dataset collection and potential applications, please refer to the original publication: `Karadzhov, G., Stafford, T., & Vlachos, A. (2023). DeliData: A dataset for deliberation in multi-party problem solving. Proceedings of the ACM on Human-Computer Interaction, 7(CSCW2), 1-25.`
99

@@ -24,8 +24,8 @@ Utterance-level information
2424

2525
Each utterance includes:
2626

27-
* id: Unique identifier for an utterance (e.g., "42279c2c-e046-47b9-8947-15ed2dd4620b").
28-
* conversation_id: Identifier for the conversation that the utterance belongs to (e.g., "d27d5b32-27d9-40a2-881b-5f64a8cd1c2f").
27+
* id: Unique identifier for an utterance.
28+
* conversation_id: Identifier for the conversation that the utterance belongs to.
2929
* reply_to: Identifier for the previous utterance in the conversation, if any (null if not a reply).
3030
* speaker: Name or pseudonym of the utterance speaker.
3131
* text: Normalized textual content of the utterance with applied tokenization and masked special tokens.
@@ -87,4 +87,4 @@ Questions regarding the DeliData corpus should be directed to Georgi Karadzhov (
8787
Files
8888
^^^^^^^
8989

90-
Request the DeliData Corpus: https://delibot.xyz/delidata
90+
Request the Official Released DeliData Corpus without ConvoKit formatting: https://delibot.xyz/delidata

0 commit comments

Comments
 (0)