Datasets:
d0rj
/

Sub-tasks:
text-scoring
Languages:
Russian
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
translated
Annotations Creators:
crowdsourced
Source Datasets:
conv_ai_3
ArXiv:
License:
d0rj commited on
Commit
3996204
1 Parent(s): 32a05bb

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -6
README.md CHANGED
@@ -1,4 +1,27 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: topic_id
@@ -19,16 +42,55 @@ dataset_info:
19
  dtype: string
20
  - name: answer
21
  dtype: string
 
22
  splits:
23
  - name: train
24
- num_bytes: 4327400
25
  num_examples: 9176
26
  - name: validation
27
- num_bytes: 1066112
28
  num_examples: 2313
29
- download_size: 581860
30
- dataset_size: 5393512
31
  ---
32
- # Dataset Card for "conv_ai_3_ru"
33
 
34
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ language_creators:
5
+ - translated
6
+ language:
7
+ - ru
8
+ license:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 10K<n<100K
14
+ source_datasets:
15
+ - conv_ai_3
16
+ task_categories:
17
+ - conversational
18
+ - text-classification
19
+ task_ids:
20
+ - text-scoring
21
+ paperswithcode_id: null
22
+ pretty_name: conv_ai_3 (ru)
23
+ tags:
24
+ - evaluating-dialogue-systems
25
  dataset_info:
26
  features:
27
  - name: topic_id
42
  dtype: string
43
  - name: answer
44
  dtype: string
45
+ config_name: conv_ai_3
46
  splits:
47
  - name: train
 
48
  num_examples: 9176
49
  - name: validation
 
50
  num_examples: 2313
 
 
51
  ---
 
52
 
53
+ # Dataset Card for d0rj/conv_ai_3_ru
54
+
55
+ ## Dataset Description
56
+
57
+ - **Homepage:** https://github.com/aliannejadi/ClariQ
58
+ - **Repository:** https://github.com/aliannejadi/ClariQ
59
+ - **Paper:** https://arxiv.org/abs/2009.11352
60
+
61
+ ### Dataset Summary
62
+
63
+ This is translated version of [conv_ai_3](https://huggingface.co/datasets/conv_ai_3) dataset to Russian language.
64
+
65
+ ### Languages
66
+
67
+ Russian (translated from English).
68
+
69
+ ## Dataset Structure
70
+
71
+ ### Data Fields
72
+
73
+ - `topic_id`: the ID of the topic (`initial_request`).
74
+ - `initial_request`: the query (text) that initiates the conversation.
75
+ - `topic_desc`: a full description of the topic as it appears in the TREC Web Track data.
76
+ - `clarification_need`: a label from 1 to 4, indicating how much it is needed to clarify a topic. If an `initial_request` is self-contained and would not need any clarification, the label would be 1. While if a `initial_request` is absolutely ambiguous, making it impossible for a search engine to guess the user's right intent before clarification, the label would be 4.
77
+ - `facet_id`: the ID of the facet.
78
+ - `facet_desc`: a full description of the facet (information need) as it appears in the TREC Web Track data.
79
+ - `question_id`: the ID of the question..
80
+ - `question`: a clarifying question that the system can pose to the user for the current topic and facet.
81
+ - `answer`: an answer to the clarifying question, assuming that the user is in the context of the current row (i.e., the user's initial query is `initial_request`, their information need is `facet_desc`, and `question` has been posed to the user).
82
+
83
+ ### Citation Information
84
+
85
+ @misc{aliannejadi2020convai3,
86
+ title={ConvAI3: Generating Clarifying Questions for Open-Domain Dialogue Systems (ClariQ)},
87
+ author={Mohammad Aliannejadi and Julia Kiseleva and Aleksandr Chuklin and Jeff Dalton and Mikhail Burtsev},
88
+ year={2020},
89
+ eprint={2009.11352},
90
+ archivePrefix={arXiv},
91
+ primaryClass={cs.CL}
92
+ }
93
+
94
+ ### Contributions
95
+
96
+ Thanks to [@rkc007](https://github.com/rkc007) for adding this dataset.