File size: 1,398 Bytes
dded282
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6121c28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dded282
 
6121c28
dded282
 
6121c28
dded282
6121c28
 
dded282
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
dataset_info:
  features:
  - name: convo_id
    dtype: string
  - name: num_turns
    dtype: int64
  - name: emotion_type
    dtype: string
  - name: problem_type
    dtype: string
  - name: situation
    dtype: string
  - name: emotion_intensity_initial
    dtype: float64
  - name: emotion_intensity_final
    dtype: float64
  - name: empathy
    dtype: float64
  - name: relevance
    dtype: float64
  - name: user_history
    dtype: string
  - name: user_text
    dtype: string
  - name: counselor_first
    dtype: string
  - name: counselor_full
    dtype: string
  - name: strategy
    dtype: string
  - name: first_strategy
    dtype: string
  - name: __index_level_0__
    dtype: int64
  - name: user_turn_emotion
    dtype: string
  - name: anger_proba
    dtype: float64
  - name: disgusted_proba
    dtype: float64
  - name: fear_proba
    dtype: float64
  - name: happy_proba
    dtype: float64
  - name: neutral_proba
    dtype: float64
  - name: sad_proba
    dtype: float64
  - name: surprised_proba
    dtype: float64
  - name: empathy_relevance
    dtype: string
  splits:
  - name: train
    num_bytes: 14860440
    num_examples: 11107
  - name: test
    num_bytes: 3007009
    num_examples: 2295
  download_size: 5261389
  dataset_size: 17867449
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---