Spaces:
Build error
Build error
File size: 4,815 Bytes
c32ee7d |
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 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 |
dataset: conv_ai_2
templates:
04f7a3d8-c40f-45d1-b9ae-5bd23ff11628: !Template
answer_choices: null
id: 04f7a3d8-c40f-45d1-b9ae-5bd23ff11628
jinja: '{% set class = ["Human", "Bot"] | random %} {% if (0 < (dialog | selectattr("sender_class",
"equalto", "Bot") | list | length)) and (0 < (dialog | selectattr("sender_class",
"equalto", "Human") | list | length)) %}
Would a person self-describing with such statements:
{% for bp in user_profile %}
- "{{ bp | join('''') }}",
{% endfor %}
say things like:
{% for utterance in dialog %}
{% if class == utterance["sender_class"] %}
- "{{ utterance["text"] }}",
{% endif %}{% endfor %}
in a conversation?|||
{% if "Human" == class %}yes{% else %}no{% endif %}
{% endif %}'
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: false
name: match_profile_1
reference: ''
2dfa7a0c-46d5-4842-be2f-ae62fa80d581: !Template
answer_choices: null
id: 2dfa7a0c-46d5-4842-be2f-ae62fa80d581
jinja: '{% set class = ["Human", "Bot"] | random %} {% if (0 < (dialog | selectattr("sender_class",
"equalto", "Bot") | list | length)) and (0 < (dialog | selectattr("sender_class",
"equalto", "Human") | list | length)) %}
I wonder if somebody describing herself, or himself, using these statements:
{% for bp in user_profile %}
- "{{ bp | join('''') }}",
{% endfor %}
could utter things like:
{% for utterance in dialog %}
{% if class == utterance["sender_class"] %}
- "{{ utterance["text"] }}",
{% endif %}{% endfor %}
in a conversation...
What''s your guess: yes or no?|||
{% if "Human" == class %}yes{% else %}no{% endif %}
{% endif %}'
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: false
name: match_profile_2
reference: ''
6ff0a746-5cf0-4a73-9dd9-8e08ddf0768a: !Template
answer_choices: null
id: 6ff0a746-5cf0-4a73-9dd9-8e08ddf0768a
jinja: '{% set class = ["Human", "Bot"] | random %} {% if (0 < (dialog | selectattr("sender_class",
"equalto", "Bot") | list | length)) and (0 < (dialog | selectattr("sender_class",
"equalto", "Human") | list | length)) %}
Somebody using the following self-describing statements:
{% for bp in user_profile %}
- {{ bp | join('''') }}
{% endfor %}
might possibly say things like:
{% for utterance in dialog %}
{% if class == utterance["sender_class"] %}
- {{ utterance["text"] }}
{% endif %}{% endfor %}
Do you agree?|||
{% if "Human" == class %}yes{% else %}no{% endif %}
{% endif %}'
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: false
name: match_profile_4
reference: ''
cb296bf2-5189-48af-9517-a1f802509eb1: !Template
answer_choices: null
id: cb296bf2-5189-48af-9517-a1f802509eb1
jinja: '{% set class = ["Human", "Bot"] | random %} {% if (0 < (dialog | selectattr("sender_class",
"equalto", "Bot") | list | length)) and (0 < (dialog | selectattr("sender_class",
"equalto", "Human") | list | length)) %}
{% for bp in user_profile %}
- "{{ bp | join('''') }}"
{% endfor %}
This profile matches a person saying things like:
{% for utterance in dialog %}
{% if class == utterance["sender_class"] %}
- "{{ utterance["text"] }}"
{% endif %}{% endfor %}
yes of no?|||
{% if "Human" == class %}yes{% else %}no{% endif %}
{% endif %}'
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: false
name: match_profile_3
reference: ''
eea6d2da-1c4c-460c-a1f9-f64cfd8c21c7: !Template
answer_choices: null
id: eea6d2da-1c4c-460c-a1f9-f64cfd8c21c7
jinja: '{% set class = ["Human", "Bot"] | random %} {% if (0 < (dialog | selectattr("sender_class",
"equalto", "Bot") | list | length)) and (0 < (dialog | selectattr("sender_class",
"equalto", "Human") | list | length)) %}
Given the following profile:
{% for bp in user_profile %}
- "{{ bp | join('''') }}"
{% endfor %}
would these utterances be expected:
{% for utterance in dialog %}
{% if class == utterance["sender_class"] %}
- "{{ utterance["text"] }}"
{% endif %}{% endfor %}
from a person in a conversation?|||
{% if "Human" == class %}yes{% else %}no{% endif %}
{% endif %}'
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: false
name: match_profile_0
reference: ''
|