File size: 3,019 Bytes
f794b8e
 
a86d9f4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f794b8e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a86d9f4
 
 
 
b5db861
 
 
 
 
 
 
 
f794b8e
73c6268
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
---
dataset_info:
- config_name: default
  features:
  - name: conversation_id
    dtype: string
  - name: vertical
    dtype: string
  - name: scenario
    dtype: string
  - name: instructions
    dtype: string
  - name: utterances
    list:
    - name: annotations
      list:
      - name: context
        dtype: string
      - name: name
        dtype: string
      - name: value
        dtype: string
    - name: index
      dtype: int64
    - name: segments
      list:
      - name: annotations
        list:
        - name: name
          dtype: string
      - name: annotator_id
        dtype: string
      - name: end_index
        dtype: string
      - name: start_index
        dtype: string
      - name: text
        dtype: string
    - name: speaker
      dtype: string
    - name: text
      dtype: string
  splits:
  - name: train
    num_bytes: 16379502
    num_examples: 3710
  download_size: 1186416
  dataset_size: 16379502
- config_name: reward
  features:
  - name: conversation_id
    dtype: string
  - name: vertical
    dtype: string
  - name: scenario
    dtype: string
  - name: instructions
    dtype: string
  - name: utterances
    list:
    - name: annotations
      list:
      - name: context
        dtype: string
      - name: name
        dtype: string
      - name: value
        dtype: string
    - name: index
      dtype: int64
    - name: segments
      list:
      - name: annotations
        list:
        - name: name
          dtype: string
      - name: annotator_id
        dtype: string
      - name: end_index
        dtype: string
      - name: start_index
        dtype: string
      - name: text
        dtype: string
    - name: speaker
      dtype: string
    - name: text
      dtype: string
  splits:
  - name: train
    num_bytes: 16379502
    num_examples: 3710
  download_size: 1186416
  dataset_size: 16379502
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
- config_name: reward
  data_files:
  - split: train
    path: reward/train-*
license: cc-by-4.0
task_categories:
- text-generation
- text2text-generation
language:
- en
size_categories:
- 1K<n<10K
---

# taskmaster 4 2024

Data from taskmaster 4 ([source repo](https://github.com/google-research-datasets/Taskmaster/tree/d92cb6af3005f1dc09c39e75e7daf4a04905e00b/TM-4-2024)). Default config corresponds to 'data' folder.

```
@misc{sidahmed2024parameterefficientreinforcementlearning,
      title={Parameter Efficient Reinforcement Learning from Human Feedback}, 
      author={Hakim Sidahmed and Samrat Phatale and Alex Hutcheson and Zhuonan Lin and Zhang Chen and Zac Yu and Jarvis Jin and Simral Chaudhary and Roman Komarytsia and Christiane Ahlheim and Yonghao Zhu and Bowen Li and Saravanan Ganesh and Bill Byrne and Jessica Hoffmann and Hassan Mansoor and Wei Li and Abhinav Rastogi and Lucas Dixon},
      year={2024},
      eprint={2403.10704},
      archivePrefix={arXiv},
      primaryClass={cs.LG},
      url={https://arxiv.org/abs/2403.10704}, 
}
```