File size: 3,636 Bytes
5017146 |
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 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 |
allow_extra_metadata: true
fields:
- name: prompt
required: true
title: Prompt-(Ents)
type: text
use_markdown: false
- name: input
required: true
title: Input-(Ents)
type: text
use_markdown: false
- name: input2
required: true
title: Input-(Info Extraction)
type: text
use_markdown: false
guidelines: "\n This is a subset of the Dolly dataset with prompts classified as\
\ being Closed QA or Information Extractions tasks.\n In the record, you will\
\ find the prompt and the input of the task. In the first two fields, you will need\
\ to highlight and classify all entities found in the prompt and the input. These\
\ are marked as (Ents) for easier recognition.\n The input field is then repeated\
\ as \"Input-(Info Extraction)\". Using the \"Relevant Info\" tag, highlight all\
\ pieces of information in the input that are relevant to answer the prompt.\n \
\ Finally, you will be asked to provide a correct response following the prompt\
\ and the given input. You may submit the text as it is, if it's correct, or make\
\ any necessary amendments.\n "
metadata_properties: null
questions:
- description: null
field: prompt
labels:
- description: null
text: ANIM
value: ANIM
- description: null
text: BIO
value: BIO
- description: null
text: CEL
value: CEL
- description: null
text: DIS
value: DIS
- description: null
text: EVE
value: EVE
- description: null
text: FOOD
value: FOOD
- description: null
text: INST
value: INST
- description: null
text: LOC
value: LOC
- description: null
text: MEDIA
value: MEDIA
- description: null
text: MYTH
value: MYTH
- description: null
text: ORG
value: ORG
- description: null
text: PER
value: PER
- description: null
text: PLANT
value: PLANT
- description: null
text: TIME
value: TIME
- description: null
text: VEHI
value: VEHI
name: prompt-ents
required: true
title: 'Highlight the entities inside Prompt-(Ents):'
type: span
visible_labels: 15
- description: null
field: input
labels:
- description: null
text: ANIM
value: ANIM
- description: null
text: BIO
value: BIO
- description: null
text: CEL
value: CEL
- description: null
text: DIS
value: DIS
- description: null
text: EVE
value: EVE
- description: null
text: FOOD
value: FOOD
- description: null
text: INST
value: INST
- description: null
text: LOC
value: LOC
- description: null
text: MEDIA
value: MEDIA
- description: null
text: MYTH
value: MYTH
- description: null
text: ORG
value: ORG
- description: null
text: PER
value: PER
- description: null
text: PLANT
value: PLANT
- description: null
text: TIME
value: TIME
- description: null
text: VEHI
value: VEHI
name: input-ents
required: true
title: 'Highlight the entities inside Input-(Ents):'
type: span
visible_labels: 15
- description: null
field: input2
labels:
- description: null
text: Relevant Info
value: relevant_info
name: info-extraction
required: true
title: Highlight the information inside Input-(Info Extraction) that is relevant
to the prompt
type: span
visible_labels: null
- description: Only make the necessary corrections. You can submit the text as it
is, if it's correct.
name: final-response
required: true
title: 'Provide a correct response given the prompt and the input:'
type: text
use_markdown: false
vectors_settings: null
|