File size: 3,261 Bytes
b87ad5f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
fields:
- name: category
  required: true
  settings:
    type: text
    use_markdown: false
  title: Task category
  type: text
  use_markdown: false
- name: instruction
  required: true
  settings:
    type: text
    use_markdown: false
  title: Instruction
  type: text
  use_markdown: false
- name: context
  required: false
  settings:
    type: text
    use_markdown: false
  title: Input
  type: text
  use_markdown: false
- name: response
  required: true
  settings:
    type: text
    use_markdown: false
  title: Response
  type: text
  use_markdown: false
guidelines: 'In this dataset, you will find a collection of records that show a category,
  an instruction, an input and a response to that instruction. The aim of the project
  is to correct the instructions, intput and responses to make sure they are of the
  highest quality and that they match the task category that they belong to. All three
  texts should be clear and include real information. In addition, the response should
  be as complete but concise as possible.


  To curate the dataset, you will need to provide an answer to the following text
  fields:


  1 - Final instruction:

  The final version of the instruction field. You may copy it using the copy icon
  in the instruction field. Leave it as it is if it''s ok or apply any necessary corrections.
  Remember to change the instruction if it doesn''t represent well the task category
  of the record.


  2 - Final input:

  The final version of the instruction field. You may copy it using the copy icon
  in the input field. Leave it as it is if it''s ok or apply any necessary corrections.
  If the task category and instruction don''t need of an input to be completed, leave
  this question blank.


  3 - Final response:

  The final version of the response field. You may copy it using the copy icon in
  the response field. Leave it as it is if it''s ok or apply any necessary corrections.
  Check that the response makes sense given all the fields above.


  You will need to provide at least an instruction and a response for all records.
  If you are not sure about a record and you prefer not to provide a response, click
  Discard.'
questions:
- description: Write the final version of the instruction, making sure that it matches
    the task category. If the original instruction is ok, copy and paste it here.
  name: new-instruction
  required: true
  settings:
    type: text
    use_markdown: false
  title: 'Final instruction:'
  type: text
  use_markdown: false
- description: Write the final version of the input, making sure that it makes sense
    with the task category. If the original input is ok, copy and paste it here. If
    an input is not needed, leave this empty.
  name: new-input
  required: false
  settings:
    type: text
    use_markdown: false
  title: 'Final input:'
  type: text
  use_markdown: false
- description: Write the final version of the response, making sure that it matches
    the task category and makes sense for the instruction (and input) provided. If
    the original response is ok, copy and paste it here.
  name: new-response
  required: true
  settings:
    type: text
    use_markdown: false
  title: 'Final response:'
  type: text
  use_markdown: false