--- annotations_creators: - expert-generated language_creators: - crowdsourced languages: - en licenses: - cc-by-4-0 multilinguality: - monolingual size_categories: - 100K (also, I'm guessing that this isn't a good place to report minor but annoying bugs... what is?)", 'connections': [1048, 1054, 1055, 1072, 1073], 'date': '2004-12-25', 'id': 1050, 'raw': "[03:57] (also, I'm guessing that this isn't a good place to report minor but annoying bugs... what is?)", 'tokenized': " ( also , i 'm guessing that this is n't a good place to report minor but annoying bugs ... what is ?) " } ``` For Channel_two: data["train"][50] ``` { 'ascii': "[01:04] Chanel: i don't know off hand sorry", 'connections': [49, 53], 'id': 50, 'raw': "[01:04] Chanel: i don't know off hand sorry", 'tokenized': " : i do n't know off hand sorry " } ``` ### Data Fields 'id' : The id of the message, this is the value that would be in the 'connections' of associated messages. 'raw' : The original message from the IRC log, as downloaded. 'ascii' : The raw message converted to ascii (unconvertable characters are replaced with a special word). 'tokenized' : The same message with automatic tokenisation and replacement of rare words with placeholder symbols. 'connections' : The indices of linked messages. (only ubuntu) 'date' : The date the messages are from. The labelling for each date only start after the first 1000 messages of that date. ### Data Splits ubuntu: This data split is a new dataset introduced by the authors which labels connected messages in an online chatroom about ubuntu. channel_two: This data split is a re-analysis of prior work on IRC-Disentanglement where issues about the previous data are resolved. The previous dataset is outlined in https://www.aclweb.org/anthology/P08-1095.pdf. ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators Jonathan K. Kummerfeld, Sai R. Gouravajhala, Joseph Peper, Vignesh Athreya, Chulaka Gunasekara, Jatin Ganhotra, Siva Sankalp Patel, Lazaros Polymenakos, and Walter S. Lasecki ### Licensing Information Creative Commons Attribution 4.0 ### Citation Information @InProceedings{acl19disentangle, author = {Jonathan K. Kummerfeld and Sai R. Gouravajhala and Joseph Peper and Vignesh Athreya and Chulaka Gunasekara and Jatin Ganhotra and Siva Sankalp Patel and Lazaros Polymenakos and Walter S. Lasecki}, title = {A Large-Scale Corpus for Conversation Disentanglement}, booktitle = {Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics}, location = {Florence, Italy}, month = {July}, year = {2019}, doi = {10.18653/v1/P19-1374}, pages = {3846--3856}, url = {https://aclweb.org/anthology/papers/P/P19/P19-1374/}, arxiv = {https://arxiv.org/abs/1810.11118}, software = {https://jkk.name/irc-disentanglement}, data = {https://jkk.name/irc-disentanglement}, } ### Contributions Thanks to [@dhruvjoshi1998](https://github.com/dhruvjoshi1998) for adding this dataset.