Andrei Panferov commited on
Commit
1e5b239
1 Parent(s): 7c5bbde

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +139 -0
README.md ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotations_creators:
2
+ - no-annotation
3
+ language_creators:
4
+ - found
5
+ languages:
6
+ - ru
7
+ licenses: []
8
+ multilinguality:
9
+ - monolingual
10
+ pretty_name: 'Dialogues mined from 2ch/b/.
11
+
12
+ Ordered last-to-first.'
13
+ size_categories:
14
+ - 10K<n<100K
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - conversational
19
+ task_ids:
20
+ - dialogue-generation
21
+
22
+ # Dataset Card for 2ch_b_dialogues
23
+
24
+ ## Table of Contents
25
+ - [Dataset Description](#dataset-description)
26
+ - [Dataset Summary](#dataset-summary)
27
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
28
+ - [Languages](#languages)
29
+ - [Dataset Structure](#dataset-structure)
30
+ - [Data Instances](#data-instances)
31
+ - [Data Fields](#data-instances)
32
+ - [Data Splits](#data-instances)
33
+ - [Dataset Creation](#dataset-creation)
34
+ - [Curation Rationale](#curation-rationale)
35
+ - [Source Data](#source-data)
36
+ - [Annotations](#annotations)
37
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
38
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
39
+ - [Social Impact of Dataset](#social-impact-of-dataset)
40
+ - [Discussion of Biases](#discussion-of-biases)
41
+ - [Other Known Limitations](#other-known-limitations)
42
+ - [Additional Information](#additional-information)
43
+ - [Dataset Curators](#dataset-curators)
44
+ - [Licensing Information](#licensing-information)
45
+ - [Citation Information](#citation-information)
46
+
47
+ ## Dataset Description
48
+
49
+ - **Homepage:** https://github.com/BlackSamorez/ebanko
50
+ - **Repository:** [Needs More Information]
51
+ - **Paper:** [Needs More Information]
52
+ - **Leaderboard:** [Needs More Information]
53
+ - **Point of Contact:** [Needs More Information]
54
+
55
+ ### Dataset Summary
56
+
57
+ Russian language dialogues mined from 2ch.hk/b/
58
+
59
+ ### Supported Tasks and Leaderboards
60
+
61
+ [Needs More Information]
62
+
63
+ ### Languages
64
+
65
+ Russian
66
+
67
+ ## Dataset Structure
68
+
69
+ ### Data Instances
70
+
71
+ {
72
+ "dialogue": ["Glad to hear!", "Fine, thank you!", "Hi, how are you?"]
73
+ }
74
+
75
+ ### Data Fields
76
+
77
+ - dialogue: list of posts ordered last-to-first
78
+
79
+ ### Data Splits
80
+
81
+ [Needs More Information]
82
+
83
+ ## Dataset Creation
84
+
85
+ ### Curation Rationale
86
+
87
+ Fun
88
+
89
+ ### Source Data
90
+
91
+ #### Initial Data Collection and Normalization
92
+
93
+ In a thread graph only vertices with single parent were selected. Then non-overlapping threads of dialogues were build.
94
+
95
+ #### Who are the source language producers?
96
+
97
+ 2ch.hk/b/ users
98
+
99
+ ### Annotations
100
+
101
+ #### Annotation process
102
+
103
+ [Needs More Information]
104
+
105
+ #### Who are the annotators?
106
+
107
+ [Needs More Information]
108
+
109
+ ### Personal and Sensitive Information
110
+
111
+ [Needs More Information]
112
+
113
+ ## Considerations for Using the Data
114
+
115
+ ### Social Impact of Dataset
116
+
117
+ Morally questionable data
118
+
119
+ ### Discussion of Biases
120
+
121
+ [Needs More Information]
122
+
123
+ ### Other Known Limitations
124
+
125
+ [Needs More Information]
126
+
127
+ ## Additional Information
128
+
129
+ ### Dataset Curators
130
+
131
+ blacks_samorez
132
+
133
+ ### Licensing Information
134
+
135
+ [Needs More Information]
136
+
137
+ ### Citation Information
138
+
139
+ [Needs More Information]