File size: 1,309 Bytes
c04621b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: experience_type
    dtype: string
  - name: emotion_type
    dtype: string
  - name: problem_type
    dtype: string
  - name: situation
    dtype: string
  - name: survey_score
    struct:
    - name: seeker
      struct:
      - name: empathy
        dtype: string
      - name: final_emotion_intensity
        dtype: string
      - name: initial_emotion_intensity
        dtype: string
      - name: relevance
        dtype: string
    - name: supporter
      struct:
      - name: relevance
        dtype: string
  - name: dialog
    list:
    - name: speaker
      dtype: string
    - name: strategy
      dtype: string
    - name: text
      dtype: string
  - name: seeker_question1
    dtype: string
  - name: seeker_question2
    dtype: string
  - name: supporter_question1
    dtype: string
  - name: supporter_question2
    dtype: string
  splits:
  - name: train
    num_bytes: 3006846
    num_examples: 908
  - name: validation
    num_bytes: 642081
    num_examples: 194
  - name: test
    num_bytes: 651042
    num_examples: 195
  download_size: 2222781
  dataset_size: 4299969
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---