message_id
stringlengths 36
36
| parent_id
stringlengths 36
36
⌀ | user_id
stringlengths 36
36
| created_date
stringlengths 32
32
| text
stringlengths 1
9.98k
| role
stringclasses 2
values | lang
stringclasses 24
values | review_count
int32 0
12
| review_result
bool 2
classes | deleted
bool 2
classes | rank
int32 0
15
⌀ | synthetic
bool 1
class | model_name
stringclasses 0
values | detoxify
dict | message_tree_id
stringlengths 36
36
| tree_state
stringclasses 1
value | emojis
dict | labels
dict |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3420f91e-66a6-4356-941e-1924698a8c55 | c837b46e-962e-4fff-8e83-ff9de83d9f3d | 0be7fae6-101e-4f37-a4ea-94605b507b8e | 2023-02-11T02:47:07.522899+00:00 | Here's an example Ansible playbook that will display the message "Hello World" on the target host:
---
- name: Display "Hello World" message
hosts: all
tasks:
- name: Print "Hello World"
debug:
msg: "Hello World"
This playbook consists of one play that runs on all hosts, and one task that displays the message "Hello World" using the debug module.
To run this playbook, save it in a file with a .yml extension (e.g., hello_world.yml) and then run the following command:
ansible-playbook hello_world.yml
This will execute the playbook and display the message "Hello World" on the target host. | assistant | en | 3 | true | false | 0 | false | null | {
"toxicity": 0.0001789114176062867,
"severe_toxicity": 0.00004384741623653099,
"obscene": 0.0002259038737975061,
"identity_attack": 0.0001166637521237135,
"insult": 0.0001738772407406941,
"threat": 0.00005644289558404125,
"sexual_explicit": 0.00003259056029492058
} | c837b46e-962e-4fff-8e83-ff9de83d9f3d | ready_for_export | {
"name": [
"_skip_reply",
"_skip_labeling"
],
"count": [
1,
3
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.5833333333333334,
0,
0,
0.375,
0.25,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
} |
f22e5df6-10e3-491c-a3e6-28acf99b6355 | 3420f91e-66a6-4356-941e-1924698a8c55 | 70f38e30-c607-4652-9c8d-2366839ac519 | 2023-02-11T18:47:03.552444+00:00 | What does the .yml file extension represent? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.00031286239391192794,
"severe_toxicity": 0.000049699985538609326,
"obscene": 0.00028021042817272246,
"identity_attack": 0.00017352295981254429,
"insult": 0.00028470790130086243,
"threat": 0.00004722018275060691,
"sexual_explicit": 0.000033549280487932265
} | c837b46e-962e-4fff-8e83-ff9de83d9f3d | ready_for_export | {
"name": [
"_skip_reply"
],
"count": [
2
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.5,
0.16666666666666666,
0,
0,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
9de5fe0f-68a1-4c46-ad61-c859653d432f | c837b46e-962e-4fff-8e83-ff9de83d9f3d | 080c807f-74eb-4b08-b1ca-7963533183e2 | 2023-02-10T22:20:44.441460+00:00 | Sure! Here's an example that displays the message "Hello World" when executed.
```
- name: Hello world playbook
hosts: 127.0.0.1
connection: local
tasks:
- name: Print message
ansible.builtin.debug:
msg: Hello World
```
This playbook will run on the local host (127.0.0.1) using the local connection, rather than connecting to a remote host.
If you want to run the playbook on other hosts, then you need to modify the 'hosts' setting and omit the 'connection' setting. | assistant | en | 3 | true | false | 1 | false | null | {
"toxicity": 0.00026034130132757127,
"severe_toxicity": 0.00003719007509062067,
"obscene": 0.000187276178621687,
"identity_attack": 0.00012242508819326758,
"insult": 0.0001743799657560885,
"threat": 0.000044365267967805266,
"sexual_explicit": 0.00003227332854294218
} | c837b46e-962e-4fff-8e83-ff9de83d9f3d | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
7,
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.5,
0,
0,
0.5833333333333334,
0.25,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
d0aab47f-4ab7-47c9-8248-6b51a8220945 | 9de5fe0f-68a1-4c46-ad61-c859653d432f | 33ef6a56-c829-4b46-b9ed-f4f8f4092754 | 2023-02-11T04:00:28.081255+00:00 | What port does this run on? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0005585949402302504,
"severe_toxicity": 0.00002355832293687854,
"obscene": 0.00015220926434267312,
"identity_attack": 0.00008453224290860817,
"insult": 0.00023280089953914285,
"threat": 0.000044778116716770455,
"sexual_explicit": 0.00002330183815502096
} | c837b46e-962e-4fff-8e83-ff9de83d9f3d | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_ranking"
],
"count": [
5,
5,
1
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.9166666666666666,
0.08333333333333333,
0,
0.08333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
be674aba-0692-4fd9-b33c-928f171b37ab | d0aab47f-4ab7-47c9-8248-6b51a8220945 | 0b1c59bb-1c7e-4119-8d9b-58065a6a05c0 | 2023-02-11T14:38:25.025326+00:00 | In Ansible, the default port used for communication with the target hosts is 22 for SSH. However, if you are using the local connection method, as specified in the above code, then no port is used, as the playbook is executed directly on the local machine. | assistant | en | 3 | true | false | 0 | false | null | {
"toxicity": 0.00027635175501927733,
"severe_toxicity": 0.00004307200651965104,
"obscene": 0.00025012713740579784,
"identity_attack": 0.0001426743547199294,
"insult": 0.00022885727230459452,
"threat": 0.000051079303375445306,
"sexual_explicit": 0.000036496527172857895
} | c837b46e-962e-4fff-8e83-ff9de83d9f3d | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_labeling"
],
"count": [
1,
1,
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.9166666666666666,
0.08333333333333333,
0,
0.9166666666666666,
0.16666666666666666,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
3e0ce53e-e43c-4347-ab4c-e7256ce6ca80 | be674aba-0692-4fd9-b33c-928f171b37ab | 70f38e30-c607-4652-9c8d-2366839ac519 | 2023-02-11T18:43:25.411709+00:00 | How do you run on the local connection method? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0004901777720078826,
"severe_toxicity": 0.000030630839319201186,
"obscene": 0.00018732796888798475,
"identity_attack": 0.00012656988110393286,
"insult": 0.00022804003674536943,
"threat": 0.000057481141993775964,
"sexual_explicit": 0.00002823238173732534
} | c837b46e-962e-4fff-8e83-ff9de83d9f3d | ready_for_export | {
"name": [
"_skip_reply"
],
"count": [
4
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.5,
0.4166666666666667,
0.16666666666666666,
0.25,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
a9cf3f10-7d62-4aae-b767-41ff2074b9e2 | d0aab47f-4ab7-47c9-8248-6b51a8220945 | 310701f3-4197-4ec5-9fd3-079e95ee2237 | 2023-02-11T14:55:39.032642+00:00 | Ansible playbooks do not run on a specific port. Ansible is an automation tool for managing and configuring systems, and does not run as a service that listens on a network port. Instead, it uses SSH (by default) or other supported protocols to connect to remote hosts and execute tasks on those hosts.
In the example playbook I provided, the hosts directive specifies that the task should be executed on the local machine (127.0.0.1), so no network connection is necessary. | assistant | en | 3 | true | false | 1 | false | null | {
"toxicity": 0.0002816643100231886,
"severe_toxicity": 0.00004006392555311322,
"obscene": 0.00017386146646458656,
"identity_attack": 0.0001382410409860313,
"insult": 0.00017707845836412162,
"threat": 0.00005225525819696486,
"sexual_explicit": 0.00003349384860484861
} | c837b46e-962e-4fff-8e83-ff9de83d9f3d | ready_for_export | {
"name": [
"+1",
"_skip_labeling"
],
"count": [
4,
2
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.5833333333333334,
0.08333333333333333,
0.08333333333333333,
0.6666666666666666,
0.25,
0.08333333333333333
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
8e106ae4-3a9b-487a-ba2d-2232f21765c1 | a9cf3f10-7d62-4aae-b767-41ff2074b9e2 | 7ce759b3-0e11-4689-a310-de574371e15a | 2023-02-11T21:25:46.747037+00:00 | Does the SSH daemon have to run on the local machine in order to be able to run the playbook? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0004549783479887992,
"severe_toxicity": 0.000040367351175518706,
"obscene": 0.000258735817624256,
"identity_attack": 0.00014177642879076302,
"insult": 0.0002601589076220989,
"threat": 0.00007497352635255083,
"sexual_explicit": 0.00003451617885730229
} | c837b46e-962e-4fff-8e83-ff9de83d9f3d | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
2,
2
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.4166666666666667,
0.16666666666666666,
0,
0,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
66978331-2c2f-40b4-9c18-e2e5da242f9c | d0aab47f-4ab7-47c9-8248-6b51a8220945 | 2d40e94c-40ed-4e00-a66e-454c0401c8ad | 2023-02-11T15:52:24.066617+00:00 | This playbook does not specify a port, as it does not require a network connection. It runs on the local host using the local connection, and the connection setting is set to local. | assistant | en | 3 | true | false | 2 | false | null | {
"toxicity": 0.0002656698925420642,
"severe_toxicity": 0.00005657346628140658,
"obscene": 0.00036289438139647245,
"identity_attack": 0.00014406384434551,
"insult": 0.00029343715868890285,
"threat": 0.00006347266025841236,
"sexual_explicit": 0.00004490944411372766
} | c837b46e-962e-4fff-8e83-ff9de83d9f3d | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_labeling"
],
"count": [
2,
1,
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.25,
0.16666666666666666,
0.16666666666666666,
0.3333333333333333,
0.16666666666666666,
0.16666666666666666
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
c87639f9-c48c-4fbc-bb54-64d0dd5a73f9 | 66978331-2c2f-40b4-9c18-e2e5da242f9c | 6f86fb30-45cd-4173-88fc-d37744644d6a | 2023-02-12T00:40:42.758034+00:00 | Can you modify the script so that it can run on a port of my choosing? Let's say 3000 as a placeholder. | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.000355638941982761,
"severe_toxicity": 0.000033054875530069694,
"obscene": 0.00021146090875845402,
"identity_attack": 0.00013198747183196247,
"insult": 0.0002416877105133608,
"threat": 0.00004519484718912281,
"sexual_explicit": 0.00002724271143961232
} | c837b46e-962e-4fff-8e83-ff9de83d9f3d | ready_for_export | {
"name": [
"+1"
],
"count": [
1
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0.3333333333333333,
0,
0,
0,
0.75,
0,
0.08333333333333333,
0.5833333333333334,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
612e7345-15e6-440e-bd8e-f78e253608bd | c837b46e-962e-4fff-8e83-ff9de83d9f3d | c3fdb1d3-9846-46ca-8e90-3d0dd4a21905 | 2023-02-10T22:35:34.677350+00:00 | ---
- name: Helloworld
hosts: 127.0.0.1
connection: local
tasks:
- name: Print Hello, world!
debug:
msg: Hello, world! | assistant | en | 3 | true | false | 2 | false | null | {
"toxicity": 0.00022868585074320436,
"severe_toxicity": 0.00035214205854572356,
"obscene": 0.002808544784784317,
"identity_attack": 0.0006446977495215833,
"insult": 0.0017510399920865893,
"threat": 0.00020229487563483417,
"sexual_explicit": 0.00014681171160191298
} | c837b46e-962e-4fff-8e83-ff9de83d9f3d | ready_for_export | null | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.3333333333333333,
0,
0,
0.3333333333333333,
0.16666666666666666,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
fa5ccc15-4e58-4012-91f1-3b013e8bf244 | 612e7345-15e6-440e-bd8e-f78e253608bd | 7614af22-3d60-49ef-af61-7a079c3ae639 | 2023-02-11T03:21:11.430374+00:00 | Hi | prompter | en | 3 | true | true | null | false | null | {
"toxicity": 0.0005824360414408147,
"severe_toxicity": 0.00003292707697255537,
"obscene": 0.00026861263904720545,
"identity_attack": 0.00011340413766447455,
"insult": 0.0004603695124387741,
"threat": 0.00004040759813506156,
"sexual_explicit": 0.000027202961064176634
} | c837b46e-962e-4fff-8e83-ff9de83d9f3d | ready_for_export | {
"name": [
"-1",
"red_flag",
"_skip_reply"
],
"count": [
5,
3,
2
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0.5,
0,
0,
0,
0,
0,
0,
0.25,
0.625,
0,
0
],
"count": [
4,
3,
2,
2,
2,
2,
4,
2,
2,
2,
2
]
} |
15fb8f9a-8f94-47a0-a089-ece1535140a2 | fa5ccc15-4e58-4012-91f1-3b013e8bf244 | 4f01cfae-a900-46e4-8909-a1cdf28c5a89 | 2023-02-11T13:09:51.980348+00:00 | What would you like? | assistant | en | 2 | null | true | null | false | null | {
"toxicity": 0.0005275009898468852,
"severe_toxicity": 0.000022861961042508483,
"obscene": 0.00015447601617779583,
"identity_attack": 0.00008915341459214687,
"insult": 0.00022738218831364065,
"threat": 0.00003901458694599569,
"sexual_explicit": 0.00002598100581963081
} | c837b46e-962e-4fff-8e83-ff9de83d9f3d | ready_for_export | {
"name": [
"-1"
],
"count": [
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0,
0.25,
0,
0.375,
0,
0
],
"count": [
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
} |
ebb7deef-703c-4900-8dea-e503755c74a1 | fa5ccc15-4e58-4012-91f1-3b013e8bf244 | 097c6d1a-8db1-4867-8c44-47c9fe09e44b | 2023-02-11T13:06:14.557270+00:00 | Hello! How can I assist you today? | assistant | en | 1 | null | true | null | false | null | {
"toxicity": 0.0004605909634847194,
"severe_toxicity": 0.00006587545067304745,
"obscene": 0.0003868300700560212,
"identity_attack": 0.0001469031412852928,
"insult": 0.0003321514232084155,
"threat": 0.00008131412323564291,
"sexual_explicit": 0.00004005563096143305
} | c837b46e-962e-4fff-8e83-ff9de83d9f3d | ready_for_export | null | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.25,
0
],
"count": [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
} |
f8104dff-6f6d-44f1-908c-65c4dba6b5ed | fa5ccc15-4e58-4012-91f1-3b013e8bf244 | cd66a8cb-e5b8-4c6c-98e2-ad887284d201 | 2023-02-11T14:15:09.085438+00:00 | Greetings! What would you like help with today? | assistant | en | 2 | null | true | null | false | null | {
"toxicity": 0.0005797217017970979,
"severe_toxicity": 0.00007273792289197445,
"obscene": 0.0005740229971706867,
"identity_attack": 0.00019135247566737235,
"insult": 0.000527643074747175,
"threat": 0.00007387391815427691,
"sexual_explicit": 0.00004304847971070558
} | c837b46e-962e-4fff-8e83-ff9de83d9f3d | ready_for_export | {
"name": [
"+1",
"_skip_labeling"
],
"count": [
1,
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.25,
0.125,
0.125,
0.125,
0.25,
0.125
],
"count": [
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
} |
b3eac863-b7f2-4c14-895a-7b4b0db70074 | null | 0bdfa96f-b42f-410f-b1d8-1283c761d422 | 2023-02-09T16:34:28.647627+00:00 | Cómo puedo hacer una tortilla de patatas? | prompter | es | 3 | true | false | null | false | null | {
"toxicity": 0.0012527222279459238,
"severe_toxicity": 0.00040532913408242166,
"obscene": 0.003998566418886185,
"identity_attack": 0.0005995092797093093,
"insult": 0.0016483182553201914,
"threat": 0.0006059532170183957,
"sexual_explicit": 0.0005017290241084993
} | b3eac863-b7f2-4c14-895a-7b4b0db70074 | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_ranking"
],
"count": [
6,
6,
1
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.625,
0.1875,
0.1875,
0.4375,
0.1875
],
"count": [
4,
3,
3,
3,
3,
3,
4,
4,
4,
4,
4
]
} |
a0c1e482-778d-40a8-8547-e9149f07b16b | b3eac863-b7f2-4c14-895a-7b4b0db70074 | 5ec3c73f-de3f-4475-8cd4-3e7934beeb54 | 2023-02-10T15:51:18.432537+00:00 | Una tortilla de patatas es un platillo tradicional español que es fácil de hacer y muy versátil. Aquí hay una receta básica para hacer una tortilla de patatas:
Ingredientes:
• 4 patatas medianas
• 1 cebolla grande
• 4 huevos
• Sal al gusto
• Aceite de oliva
Preparación:
1. Pelar y cortar las patatas y la cebolla en rodajas finas.
2. Calentar un poco de aceite de oliva en una sartén grande a fuego medio-alto. Añadir las patatas y la cebolla a la sartén y saltear hasta que estén suaves y doradas, aproximadamente 10 minutos.
3. Batir los huevos en un tazón con un poco de sal. Agregar las patatas y la cebolla a la mezcla de huevos y mezclar bien.
4. Volver a calentar la sartén con un poco más de aceite de oliva a fuego medio. Verter la mezcla de huevo y patata en la sartén y cocinar hasta que la parte inferior esté dorada y cocida, aproximadamente 5 minutos.
5. Colocar un plato grande sobre la sartén y darle la vuelta a la tortilla de patatas para cocinar la otra lado, aproximadamente 5 minutos más.
6. Servir caliente o frío como lo desee.
Esta es una receta básica para hacer una tortilla de patatas, pero hay muchas variantes y adiciones que se pueden hacer para personalizarla a su gusto. ¡Buen provecho! | assistant | es | 3 | true | false | 0 | false | null | {
"toxicity": 0.0005072670173831284,
"severe_toxicity": 0.001343047944828868,
"obscene": 0.01004105806350708,
"identity_attack": 0.001308054313994944,
"insult": 0.007363295182585716,
"threat": 0.0005758656188845634,
"sexual_explicit": 0.0006135528674349189
} | b3eac863-b7f2-4c14-895a-7b4b0db70074 | ready_for_export | {
"name": [
"+1"
],
"count": [
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.9166666666666666,
0,
0.3333333333333333,
0.9166666666666666,
0.5833333333333334,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
334af147-90d4-47f6-b2bb-576939e20d08 | b3eac863-b7f2-4c14-895a-7b4b0db70074 | 3c49c19b-592d-4a97-87cc-226ae821a141 | 2023-02-10T16:19:31.858046+00:00 | Para hacer una tortilla de patatas, necesitarás los siguientes ingredientes:
4 patatas medianas
1 cebolla
4 huevos
Sal y pimienta al gusto
Aceite de oliva
Instrucciones:
1-Pelar y cortar en rodajas finas las patatas y la cebolla.
2-Calentar una sartén con un poco de aceite de oliva a fuego medio-alto.
3-Añadir las patatas y la cebolla a la sartén, salpimentar al gusto y mezclar bien.
Cocinar hasta que estén tiernas, aproximadamente 10-15 minutos.
4-Mientras tanto, batir los huevos en un tazón con una pizca de sal y pimienta.
5-Añadir las patatas y la cebolla a los huevos batidos y mezclar bien.
6-Limpiar la sartén con papel de cocina y añadir un poco más de aceite de oliva. Calentar a fuego medio.
7-Verter la mezcla de huevos con patatas y cebolla en la sartén. Cocinar hasta que la parte de abajo esté dorada y la parte de arriba casi setenta, aproximadamente 5 minutos.
8-Colocar un plato encima de la sartén y dar la vuelta a la tortilla con cuidado, de forma que la parte sin cocinar quede abajo. Cocinar por otros 2-3 minutos hasta que esté dorada por ambos lados.
Servir caliente o fría, según preferencia.
¡Buen provecho! | assistant | es | 3 | true | false | 1 | false | null | {
"toxicity": 0.0005817161872982979,
"severe_toxicity": 0.00045332073932513595,
"obscene": 0.0037960170302540064,
"identity_attack": 0.00041270506335422397,
"insult": 0.002190944505855441,
"threat": 0.00029248165083117783,
"sexual_explicit": 0.0004345482448115945
} | b3eac863-b7f2-4c14-895a-7b4b0db70074 | ready_for_export | {
"name": [
"+1",
"_skip_labeling"
],
"count": [
1,
3
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.9166666666666666,
0,
0,
0.875,
0.375,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
} |
8a26ffb9-ceaf-45d1-a2fe-644dc1995463 | b3eac863-b7f2-4c14-895a-7b4b0db70074 | 711b1fec-d78f-4cb6-a056-d48cdba22a25 | 2023-02-10T15:47:12.437217+00:00 | Para hacer una tortilla de patatas necesitaras primero una serie de ingredientes, como huevo, patatas y aceite. Las instrucciones para hacerla serian, primero pelar las patatas y lavarlas, segundo partir los huevos, para sacar su interior y batirlos, después tienes que freír o cocer las patatas unos 15-20 minutos, luego mezclar las patatas con el huevo batido, y por último en una sartén a fuego medio con un poco de aceite verter la mezcla, esperar que cuaje un poco y dar la vuelta con ayuda de una tapadera o plato, esperar que se cocine completamente y sacar.
Si te gusta con cebolla, te recomiendo cortarla fina, freírla en aceite, una vez que este dorada, sacarla, escurrir el aceite restante y mezclarla con las patatas y el huevo batido, | assistant | es | 3 | true | false | 2 | false | null | {
"toxicity": 0.0013251295313239098,
"severe_toxicity": 0.00020579085685312748,
"obscene": 0.0023691493552178144,
"identity_attack": 0.00024445014423690736,
"insult": 0.0015503745526075363,
"threat": 0.00017490585742052644,
"sexual_explicit": 0.0003908623766619712
} | b3eac863-b7f2-4c14-895a-7b4b0db70074 | ready_for_export | {
"name": [
"_skip_labeling"
],
"count": [
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.3333333333333333,
0,
0,
0.625,
0,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
} |
e9368baf-6d30-4546-a944-de46af7fde3f | null | cca673c1-4189-48b0-94b5-0fb319449fed | 2023-02-04T09:12:40.065014+00:00 | Le papier recyclé est-il meilleur pour la planète que le papier à partir de forêts replantées au fur et à mesure de notre utilisation ? Les arbres consomment du co2 pour rejeter de l'oxygène, alors que recycler du papier utilise des produits chimiques. Quel est la meilleure solution alors ? | prompter | fr | 3 | true | false | null | false | null | {
"toxicity": 0.0005396943306550384,
"severe_toxicity": 0.000019854922356898896,
"obscene": 0.00016957105253823102,
"identity_attack": 0.0000637141420156695,
"insult": 0.0002549201308283955,
"threat": 0.00003169869523844682,
"sexual_explicit": 0.000025246572477044538
} | e9368baf-6d30-4546-a944-de46af7fde3f | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_ranking"
],
"count": [
3,
6,
1
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.75,
0.08333333333333333,
0,
0.4166666666666667,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
2002d771-f7da-4294-a8e7-b98f30e50d68 | e9368baf-6d30-4546-a944-de46af7fde3f | 818581ee-4355-4990-9da5-8390f1e708bd | 2023-02-06T10:51:04.884560+00:00 | Il n'y a pas de solution simple pour déterminer si le papier recyclé ou celui issu de forêts replantées est mieux pour l'environnement, car les avantages et les inconvénients de chaque option dépendent de plusieurs facteurs, tels que la source d'énergie utilisée pour le processus de recyclage ou la méthode de replantation. En général, le recyclage du papier peut aider à réduire les déchets, économiser les ressources naturelles et réduire les émissions de gaz à effet de serre, mais cela peut aussi entraîner l'utilisation de produits chimiques potentiellement nocifs pour l'environnement. D'un autre côté, la replantation d'arbres peut aider à réduire la quantité de CO2 dans l'atmosphère, mais peut aussi nécessiter l'utilisation de terres et d'eau limitées pour la culture des arbres. La meilleure solution dépend donc de la mise en œuvre de pratiques durables dans chacune de ces industries. | assistant | fr | 3 | true | false | 0 | false | null | {
"toxicity": 0.00033510755747556686,
"severe_toxicity": 0.000022905303922016174,
"obscene": 0.00014498883683700114,
"identity_attack": 0.00006749066960765049,
"insult": 0.00016850999963935465,
"threat": 0.00003663199458969757,
"sexual_explicit": 0.00002445691279717721
} | e9368baf-6d30-4546-a944-de46af7fde3f | ready_for_export | {
"name": [
"+1",
"_skip_labeling"
],
"count": [
2,
2
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0.9166666666666666,
0.08333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
5971b967-9bc6-40d7-924f-8b9dfa27ba11 | e9368baf-6d30-4546-a944-de46af7fde3f | 0a61a799-5975-4470-baa6-4d5438feee90 | 2023-02-06T17:46:00.475102+00:00 | La transformation du bois en papier nécessite aussi l'utillisation de divers produits chimiques afin de transformer le bois en pâte à papier, et pour blanchir le papier. Pour recilcler le papier, le principal produit chimique utillisé est l'eau, qui ne pollue pas, ainsi qu'eventuellement quelques produits pour blanchir le papier, qui sont aussi utillisés en plus grande quantité pour le papier issu de bois.
D'autre part, la quantité d'énergie nécessaire pour recycler du papier est deux fois moindre que l'énergie nécessaire pour la production de papier. En fonction de la manière dont cette énergie est produite, cela peut rejetter plus de CO2 dans l'atmosphere que ce que les arbres ont absorbés dans un premier temps.
Le papier recyclé semble donc une meilleure solution, mais pour obtenir un résultat de bonne qualité, il faut s'assurer que le nombre d'impuretés dans le papier est minimale, ce qui demande bbeaucoup de temps et de travail à l'heure actuelle. | assistant | fr | 3 | true | false | 1 | false | null | {
"toxicity": 0.00041172088822349906,
"severe_toxicity": 0.00002784961361612659,
"obscene": 0.00021554663544520736,
"identity_attack": 0.00006910812953719869,
"insult": 0.00026162274298258126,
"threat": 0.00004008834366686642,
"sexual_explicit": 0.00002824361035891343
} | e9368baf-6d30-4546-a944-de46af7fde3f | ready_for_export | {
"name": [
"_skip_reply",
"_skip_labeling"
],
"count": [
1,
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0.25,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
973229df-0891-43e3-a703-37a2020d3d3a | e9368baf-6d30-4546-a944-de46af7fde3f | 40c48622-2621-47c5-b516-3f9f708beca2 | 2023-02-08T21:04:34.394121+00:00 | Le problème d'optimisation ainsi posé est ambigu, on ne peut pas le résoudre.
Par exemple, que signifie "meilleur pour la planète"? Il s'agirait de définir une relation d'ordre qui établisse le bien de la planète mathématiquement.
Il semble que vous essayez de comparer deux options à la consommation de papier, chacune venant avec ses qualités et ses défauts, difficile de comparer en pratique. | assistant | fr | 3 | true | false | 2 | false | null | {
"toxicity": 0.0002766715479083359,
"severe_toxicity": 0.00007099590584402904,
"obscene": 0.0006766410078853369,
"identity_attack": 0.00012174395669717342,
"insult": 0.0005141208530403674,
"threat": 0.00005903027704334818,
"sexual_explicit": 0.00005796366531285457
} | e9368baf-6d30-4546-a944-de46af7fde3f | ready_for_export | {
"name": [
"-1"
],
"count": [
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.5833333333333334,
0,
0,
0.16666666666666666,
0.3333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
84eef8d6-95e3-4641-9277-29087ed1be39 | e9368baf-6d30-4546-a944-de46af7fde3f | c212120c-0b79-4b32-a5b1-d96686ca92ca | 2023-02-06T20:05:54.725778+00:00 | Certaines personnes peuvent considérer que le système à deux tours n'est pas entièrement démocratique car il peut y avoir une polarisation politique au premier tour qui peut entraîner l'exclusion de certains candidats et de leurs idées. De plus, le second tour peut souvent être influencé par des considérations tactiques plutôt que par des convictions politiques, ce qui peut entraîner des résultats qui ne reflètent pas la volonté réelle des électeurs. Enfin, certains peuvent considérer que le système à deux tours peut entraîner une fragmentation politique et une division de la société. | assistant | fr | 1 | null | true | null | false | null | {
"toxicity": 0.0002931829949375242,
"severe_toxicity": 0.00002897630474762991,
"obscene": 0.00020150271302554756,
"identity_attack": 0.00008237209112849087,
"insult": 0.00020235391275491565,
"threat": 0.00003558291064109653,
"sexual_explicit": 0.00002905291876231786
} | e9368baf-6d30-4546-a944-de46af7fde3f | ready_for_export | {
"name": [
"-1"
],
"count": [
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"count": [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
} |
5dd51372-d43f-413f-9479-8529ec688b06 | null | 00b37f06-b7e7-4ac5-b0b4-73bd65edf88a | 2023-01-31T08:33:47.616523+00:00 | Я собираюсь пойти в поход на гору Арарат. Подскажи, какие вещи мне нужно взять с собой. Могу ли я пойти туда один, или мне лучше пойти с большой группой? | prompter | ru | 3 | true | false | null | false | null | {
"toxicity": 0.0006856043473817408,
"severe_toxicity": 0.00016760558355599642,
"obscene": 0.001960438909009099,
"identity_attack": 0.00020142759603913873,
"insult": 0.0009868969209492207,
"threat": 0.00020604020392056555,
"sexual_explicit": 0.00020126883464399725
} | 5dd51372-d43f-413f-9479-8529ec688b06 | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_labeling"
],
"count": [
8,
8,
1
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.625,
0.125,
0.125,
0.25,
0
],
"count": [
3,
3,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
} |
065ea975-0684-4036-aad7-eeb767fe8e3d | 5dd51372-d43f-413f-9479-8529ec688b06 | c493267a-4a43-4c4e-b4b1-997aaf92d4be | 2023-02-04T18:58:48.470741+00:00 | Вот список вещей, которые вам стоит взять с собой в поход на гору Арарат:
1. Одежда, соответствующая погоде. Возьмите с собой одежду, которую можно надевать или снимать при изменении температуры, водонепроницаемую куртку и брюки, шляпу и перчатки.
2. Обувь: прочные, удобные и водонепроницаемые походные ботинки.
3. Еда и вода: достаточно, чтобы вам хватило на весь поход, плюс запас на случай крайней необходимости.
4. Аптечка первой помощи: включая обезболивающие, бинты, марлю и любые личные лекарства, которые вам могут понадобиться.
5. Навигационные инструменты: карта местности, компас или GPS-устройство.
6. Освещение: налобный фонарь или ручной фонарик на случай, если вам нужно отправиться в поход в темноте.
7. Аварийное укрытие: палатка или брезент, спальный мешок и походный мешок.
8. Набор для разжигания огня: спички или зажигалка, а также материалы для разжигания огня.
9. Защита от солнца: солнцезащитные очки, солнцезащитный крем и бальзам для губ.
Что касается поездки в одиночку или с группой, это зависит от ваших личных предпочтений и уровня опыта. Походы с группой могут быть более приятными и обеспечить безопасный опыт. Но походы в одиночку могут быть более личными и интроспективными. Если вы решите отправиться в одиночку, то обязательно сообщите кому-нибудь о своих планах и ожидаемом времени возвращения, всегда сообщайте кому-нибудь, если ваши планы изменятся и старайтесь быть на связи по возможности. | assistant | ru | 3 | true | false | 0 | false | null | {
"toxicity": 0.00019799363508354872,
"severe_toxicity": 0.000050562633987283334,
"obscene": 0.00033448610338382423,
"identity_attack": 0.000085795545601286,
"insult": 0.00022825800988357514,
"threat": 0.00005708069875254296,
"sexual_explicit": 0.00004421393168740906
} | 5dd51372-d43f-413f-9479-8529ec688b06 | ready_for_export | {
"name": [
"+1"
],
"count": [
2
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.9166666666666666,
0,
0.125,
0.875,
0.375,
0.25
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
} |
4ed6ed3e-5786-478d-82a5-2081d3c6e5a0 | 065ea975-0684-4036-aad7-eeb767fe8e3d | ba3c690f-656d-4d6b-b410-1fabdf4da72f | 2023-02-04T21:14:32.308114+00:00 | Где можно остановится перед походом в гору? | prompter | ru | 3 | true | false | null | false | null | {
"toxicity": 0.0013650786131620407,
"severe_toxicity": 0.00005699095345335081,
"obscene": 0.0005860748351551592,
"identity_attack": 0.000114835100248456,
"insult": 0.0005225646309554577,
"threat": 0.00030865101143717766,
"sexual_explicit": 0.00011608681234065443
} | 5dd51372-d43f-413f-9479-8529ec688b06 | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
1,
9
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.8333333333333334,
0,
0,
0.3333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
f9c4ae8e-f27a-4489-a104-05b030254403 | 4ed6ed3e-5786-478d-82a5-2081d3c6e5a0 | 068951d1-4a1e-4d91-9c29-0090fdf9366d | 2023-02-07T04:54:56.713657+00:00 | Для тех, кто стремится подняться на гору Арарат, перед восхождением существуют различные места для ночлега. Ближе всего к вершине находится Догубеязит - миниатюрный городок, расположенный на северо-восточной стороне горы, предлагающий скудное жилье в виде отелей и гостиниц. Также можно разбить палатку рядом с горой, но для этого необходимо получить разрешение от Министерства культуры и туризма Турции. Другой вариант жилья - соседний город Карс, расположенный в нескольких минутах езды на автомобиле от вершины и предлагающий разнообразное жилье, от экономичных гостиниц до роскошных отелей. Очень важно заранее подготовиться и забронировать жилье, чтобы обеспечить себе место для проживания по прибытии. Кроме того, крайне важно получить необходимые разрешения и документы для восхождения, а также соответствующую одежду и снаряжение. | assistant | ru | 3 | true | false | 0 | false | null | {
"toxicity": 0.0002992049849126488,
"severe_toxicity": 0.000051308219553902745,
"obscene": 0.0003212897863704711,
"identity_attack": 0.00014627946075052023,
"insult": 0.0003221740771550685,
"threat": 0.00005377411434892565,
"sexual_explicit": 0.00003750538598978892
} | 5dd51372-d43f-413f-9479-8529ec688b06 | ready_for_export | {
"name": [
"+1"
],
"count": [
2
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.5,
0.16666666666666666,
0.08333333333333333,
0.75,
0.16666666666666666,
0.08333333333333333
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
b7333811-781b-43b6-8f7f-17dbe56e9039 | 4ed6ed3e-5786-478d-82a5-2081d3c6e5a0 | 97894afc-2204-4c7b-9b91-f1c71c10f032 | 2023-02-07T00:32:12.992428+00:00 | Остановиться можно в туристических гостиницах в городах, расположенных рядом с Араратом, таких как Ереван или Гянджа. Также есть варианты поселения в кемпингах, где можно расположиться в спальных мешках или арендовать жилье у местных жителей. | assistant | ru | 3 | true | false | 1 | false | null | {
"toxicity": 0.00034317499375902116,
"severe_toxicity": 0.000041873310692608356,
"obscene": 0.0002699499891605228,
"identity_attack": 0.00013123474491294473,
"insult": 0.0002272612473461777,
"threat": 0.0000521502188348677,
"sexual_explicit": 0.00003520333848427981
} | 5dd51372-d43f-413f-9479-8529ec688b06 | ready_for_export | {
"name": [
"+1",
"_skip_labeling"
],
"count": [
1,
1
]
} | {
"name": [
"spam",
"lang_mismatch",
"quality"
],
"value": [
0,
0,
0.75
],
"count": [
3,
3,
3
]
} |
c73a034d-7c16-450c-91da-2de457d3518b | 5dd51372-d43f-413f-9479-8529ec688b06 | 01b66c04-d618-4eda-9183-848ac3817ce7 | 2023-02-07T23:49:58.879575+00:00 | Вам понадобится прочная обувь, спальный или бивуачный мешок, тент, подстилка под спальник, тент или палатка, легкая одежда (теплая и летняя), запас еды и питьевой воды, компас и карта, а также гигиенические принадлежности (туалетная бумага, мыло...) В группе должна быть аптечка со средствами первой помощи. Возьмите с собой лекарства: активированный уголь, противовоспалительное, обезболивающее, антисептик, средства от ушибов, ожогов и укусов насекомых. Вероятно, с группой идти безопаснее, особенно если в ней опытный альпинист или проводник. | assistant | ru | 3 | true | false | 1 | false | null | {
"toxicity": 0.0006201881915330887,
"severe_toxicity": 0.000031508010579273105,
"obscene": 0.0002040941471932456,
"identity_attack": 0.000057800669310381636,
"insult": 0.0003111505357082933,
"threat": 0.00007331564120249823,
"sexual_explicit": 0.00006854231469333172
} | 5dd51372-d43f-413f-9479-8529ec688b06 | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_labeling"
],
"count": [
3,
1,
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.4166666666666667,
0,
0.125,
0.5,
0,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
} |
41086833-0597-4b09-96ee-0b0cfbd000d4 | c73a034d-7c16-450c-91da-2de457d3518b | 6b1efbfa-7c16-47bf-b90c-340ab2b1b7eb | 2023-02-08T12:02:59.928454+00:00 | Где я могу найти группу? | prompter | ru | 3 | true | false | null | false | null | {
"toxicity": 0.0004537329659797251,
"severe_toxicity": 0.0014344074297696352,
"obscene": 0.012521556578576565,
"identity_attack": 0.001840604585595429,
"insult": 0.01043658796697855,
"threat": 0.0007527547422796488,
"sexual_explicit": 0.0003610022831708193
} | 5dd51372-d43f-413f-9479-8529ec688b06 | ready_for_export | {
"name": [
"+1"
],
"count": [
2
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.5,
0.25,
0.125,
0.125,
0.125
],
"count": [
3,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2
]
} |
3643c3d6-db83-4a37-afb0-ffad97d9acee | 5dd51372-d43f-413f-9479-8529ec688b06 | d7fc4975-9ad2-42bf-a074-39334f209116 | 2023-02-04T19:23:13.634803+00:00 | Если вы собираетесь пойти на гору Арарат, некоторые вещи, которые вы можете захотеть взять с собой, включают:
- Надежную обувь для пеших походов
- Полезные вещи для защиты от непогоды, такие как зонтик или водонепроницаемый палаточек
- Достаточное количество еды и воды
- Навигационный инструмент, такой как карта или GPS-устройство
Что касается вопроса о том, можно ли вы пойти в гору Арарат один, многие люди делают это, но это все зависит от вашей физической формы и опыта в горных походах. Если вы новичок, то лучше пойти с большой группой или с опытным гидом, чтобы избежать опасности и непредвиденных ситуаций. | assistant | ru | 4 | true | false | 2 | false | null | {
"toxicity": 0.0003470371593721211,
"severe_toxicity": 0.000022663725758320652,
"obscene": 0.00016559576033614576,
"identity_attack": 0.00006828448385931551,
"insult": 0.0002325326786376536,
"threat": 0.00003006786573678255,
"sexual_explicit": 0.00002377723649260588
} | 5dd51372-d43f-413f-9479-8529ec688b06 | ready_for_export | {
"name": [
"+1"
],
"count": [
7
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.6875,
0,
0,
0.9166666666666666,
0.3333333333333333,
0
],
"count": [
4,
3,
4,
3,
3,
3,
3,
4,
3,
3,
3,
3,
3
]
} |
4a6b0974-5d09-44e2-8fb0-bff0101fefaa | 3643c3d6-db83-4a37-afb0-ffad97d9acee | f4edf14a-638a-4fdc-b7e3-0e65f93e69aa | 2023-02-04T22:35:54.317438+00:00 | Сколько людей посещает эту гору в год | prompter | ru | 3 | true | false | null | false | null | {
"toxicity": 0.0021081464365124702,
"severe_toxicity": 0.00006648559065070003,
"obscene": 0.0014945605071261525,
"identity_attack": 0.00009489869989920408,
"insult": 0.0010468059917911887,
"threat": 0.00013919113553129137,
"sexual_explicit": 0.00016080611385405064
} | 5dd51372-d43f-413f-9479-8529ec688b06 | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
3,
6
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.5833333333333334,
0,
0,
0,
0
],
"count": [
3,
3,
1,
1,
1,
1,
3,
1,
1,
1,
1
]
} |
010ab5c0-3ce6-454d-bf3e-94d88d6365b9 | 4a6b0974-5d09-44e2-8fb0-bff0101fefaa | 024a0ee4-5dee-473f-be95-198cfb2c65e0 | 2023-02-05T01:31:28.678941+00:00 | К сожалению, у меня нет точной информации о том сколько людей посещает Арарат в год. | assistant | ru | 3 | true | false | 0 | false | null | {
"toxicity": 0.00058994215214625,
"severe_toxicity": 0.000186371777090244,
"obscene": 0.0016820317832753062,
"identity_attack": 0.0002844373811967671,
"insult": 0.0009183129877783358,
"threat": 0.00020299392053857446,
"sexual_explicit": 0.00010833667329279706
} | 5dd51372-d43f-413f-9479-8529ec688b06 | ready_for_export | {
"name": [
"+1"
],
"count": [
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.3333333333333333,
0,
0,
0,
0,
0,
0.4166666666666667,
0.08333333333333333,
0,
0.3333333333333333,
0,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
4a33d8a2-d11f-4300-b345-86b8e090baeb | 4a6b0974-5d09-44e2-8fb0-bff0101fefaa | 5e594051-f9a6-492e-b362-4a767cfc6e24 | 2023-02-06T19:25:32.742878+00:00 | Извините, у меня нет данных для ответа на ваш вопрос | assistant | ru | 3 | true | false | 1 | false | null | {
"toxicity": 0.001576205249875784,
"severe_toxicity": 0.0041648042388260365,
"obscene": 0.02827499993145466,
"identity_attack": 0.005251527763903141,
"insult": 0.0276291836053133,
"threat": 0.0021452591754496098,
"sexual_explicit": 0.0006882764282636344
} | 5dd51372-d43f-413f-9479-8529ec688b06 | ready_for_export | {
"name": [
"-1"
],
"count": [
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
1,
0,
0,
0,
0,
0,
0.4166666666666667,
0.25,
0,
0,
0,
0.5
],
"count": [
3,
1,
3,
1,
1,
1,
1,
3,
1,
1,
1,
1,
1
]
} |
64f8f597-33a9-4b61-8652-a878384056f4 | 4a6b0974-5d09-44e2-8fb0-bff0101fefaa | c493267a-4a43-4c4e-b4b1-997aaf92d4be | 2023-02-05T00:13:46.309458+00:00 | Прошу прощения, у меня нет точного количества посетителей горы Арарат каждый год. Данная информация нигде не была опубликована. | assistant | ru | 3 | true | false | 2 | false | null | {
"toxicity": 0.0006593107245862484,
"severe_toxicity": 0.0006500101299025118,
"obscene": 0.007234054617583752,
"identity_attack": 0.000969046785030514,
"insult": 0.005719688255339861,
"threat": 0.00042529142228886485,
"sexual_explicit": 0.00022346705372910947
} | 5dd51372-d43f-413f-9479-8529ec688b06 | ready_for_export | {
"name": [
"+1"
],
"count": [
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.5833333333333334,
0,
0,
0.25,
0,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
6b01f3cf-3b6c-4e65-be65-b70af4e7dd25 | null | ca29504b-52e1-4d51-af68-882903a062c6 | 2023-02-04T19:00:52.801318+00:00 | What your views on andrew tate ? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.00338643416762352,
"severe_toxicity": 0.000027363630579202436,
"obscene": 0.0004974960465915501,
"identity_attack": 0.0001108100768760778,
"insult": 0.0021710889413952827,
"threat": 0.0000673048707540147,
"sexual_explicit": 0.00006035116166458465
} | 6b01f3cf-3b6c-4e65-be65-b70af4e7dd25 | ready_for_export | {
"name": [
"-1",
"_skip_reply"
],
"count": [
14,
5
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0.3333333333333333,
0,
0,
0.08333333333333333,
0.16666666666666666,
0.16666666666666666,
0.16666666666666666,
0.16666666666666666
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
8b7dc511-05f0-45e4-b29d-ae0c8ac14f44 | 6b01f3cf-3b6c-4e65-be65-b70af4e7dd25 | 7c6fb693-3940-44d0-ac10-5b3c072c9af9 | 2023-02-04T20:22:56.151706+00:00 | As a language model, I'm happy to provide information about specific individuals when that information is publicly documented by a reputable source. For example, Andrew Tate is a social media personality and former professional kickboxer.
Unfortunately, I don't have an independent viewpoint. | assistant | en | 3 | true | false | 0 | false | null | {
"toxicity": 0.00040087755769491196,
"severe_toxicity": 0.000036549328797264025,
"obscene": 0.00034177041379734874,
"identity_attack": 0.00011817619088105857,
"insult": 0.000343303254339844,
"threat": 0.000035281140299048275,
"sexual_explicit": 0.0000339064936270006
} | 6b01f3cf-3b6c-4e65-be65-b70af4e7dd25 | ready_for_export | {
"name": [
"+1"
],
"count": [
7
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.5,
0.0625,
0,
0.5,
0.125,
0
],
"count": [
3,
4,
3,
3,
3,
3,
3,
4,
4,
4,
4,
4,
4
]
} |
2290acd7-122b-41e9-b8b8-23bbbffd481e | 8b7dc511-05f0-45e4-b29d-ae0c8ac14f44 | 515f62b7-ea97-431f-baa0-952f17752cca | 2023-02-04T20:58:31.144285+00:00 | Do you believe he should be cancelled for his views? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0010553322499617934,
"severe_toxicity": 0.000028082569770049304,
"obscene": 0.00019107860862277448,
"identity_attack": 0.00014881748938933015,
"insult": 0.00034305560984648764,
"threat": 0.00007606903091073036,
"sexual_explicit": 0.000028559363272506744
} | 6b01f3cf-3b6c-4e65-be65-b70af4e7dd25 | ready_for_export | {
"name": [
"-1",
"_skip_labeling"
],
"count": [
2,
2
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.4166666666666667,
0.4166666666666667,
0.16666666666666666,
0.16666666666666666,
0.3333333333333333
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
e0e42a9a-9535-4227-a651-ce285c7392b3 | 8b7dc511-05f0-45e4-b29d-ae0c8ac14f44 | fbdeaeb5-3199-43de-ba60-a395549c6937 | 2023-02-04T21:06:20.355348+00:00 | What sort of behavior would someone need to have engaged in to be banned from multiple independent social media platforms? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0007536393241025507,
"severe_toxicity": 0.00003075198037549853,
"obscene": 0.00018365388677921146,
"identity_attack": 0.00017726344231050462,
"insult": 0.00023726760991849005,
"threat": 0.00005696921652997844,
"sexual_explicit": 0.00002796012813632842
} | 6b01f3cf-3b6c-4e65-be65-b70af4e7dd25 | ready_for_export | null | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.25,
0,
0,
0,
0
],
"count": [
3,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2
]
} |
a4484650-747f-4d0d-9ac5-d5fd3c1060d4 | 6b01f3cf-3b6c-4e65-be65-b70af4e7dd25 | 2b20e777-d1fd-45f2-a6e1-db7b90a12546 | 2023-02-04T20:14:59.109785+00:00 | As an AI chat assistant, I am not capable of holding views. | assistant | en | 3 | true | false | 1 | false | null | {
"toxicity": 0.0005355642642825842,
"severe_toxicity": 0.00002026960464718286,
"obscene": 0.000127427265397273,
"identity_attack": 0.0001240221317857504,
"insult": 0.0002046442386927083,
"threat": 0.00003510179521981627,
"sexual_explicit": 0.000020767416572198272
} | 6b01f3cf-3b6c-4e65-be65-b70af4e7dd25 | ready_for_export | {
"name": [
"+1",
"-1",
"_skip_reply"
],
"count": [
4,
9,
2
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.5,
0.1875,
0.125,
0.5625,
0.125,
0.125
],
"count": [
4,
3,
3,
3,
3,
3,
3,
4,
4,
4,
4,
4,
4
]
} |
0f71962c-0f5e-4aa6-a8f7-152901e837f0 | a4484650-747f-4d0d-9ac5-d5fd3c1060d4 | 1ab38a29-5761-43a6-8247-91f901b8c97b | 2023-02-04T21:10:40.428932+00:00 | I am writing a thesis of the influence of toxic masculinity in social media on young and impressionable teenagers.
Andrew Tate is a recent example of a person who's behaviour could be categorised as problematic and who has been accused of wrongdoing.
How should I structure an essay about the impact of social media influencers on young people? What should I consider? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0013269830960780382,
"severe_toxicity": 0.00008283193892566487,
"obscene": 0.000335525517584756,
"identity_attack": 0.00023901638633105904,
"insult": 0.0006964028580114245,
"threat": 0.00014598389680031687,
"sexual_explicit": 0.00015967240324243903
} | 6b01f3cf-3b6c-4e65-be65-b70af4e7dd25 | ready_for_export | null | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.6666666666666666,
0.25,
0.08333333333333333,
0.5,
0.3333333333333333
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
dac9a4f1-07ea-499e-9b7d-972c029a3078 | a4484650-747f-4d0d-9ac5-d5fd3c1060d4 | c3e04a8e-061d-4892-9037-1758a644850a | 2023-02-04T21:07:19.842850+00:00 | Who is Andrew Tate? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0005280322511680424,
"severe_toxicity": 0.0000207656357815722,
"obscene": 0.00014169642236083746,
"identity_attack": 0.00008571596845285967,
"insult": 0.0002553448430262506,
"threat": 0.00003592698703869246,
"sexual_explicit": 0.00002096951357088983
} | 6b01f3cf-3b6c-4e65-be65-b70af4e7dd25 | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_labeling"
],
"count": [
6,
6,
1
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0.3333333333333333,
0,
0.3333333333333333,
0,
0,
0,
0.5,
0,
0,
0,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
947d7105-8a4c-4184-aa61-6b40a5f4f0a4 | dac9a4f1-07ea-499e-9b7d-972c029a3078 | b23adc36-baa5-4db3-b35c-ecbe7c2235c4 | 2023-02-04T21:35:02.586332+00:00 | Andrew Tate is a British-American social media personality, businessman, and former professional kickboxer. He appeared on the British reality show Big Brother and was removed after his comments on social media attracted controversy. He began offering paid courses and memberships through his website and rose to fame as an internet celebrity, promoting an "ultra-masculine, ultra-luxurious lifestyle". On December 29, 2022, Tate was arrested in Romania under the suspicion of human trafficking and forming an organized crime group. Romanian police allege that he coerced victims into creating paid pornography for social media. | assistant | en | 3 | true | false | 0 | false | null | {
"toxicity": 0.02620185911655426,
"severe_toxicity": 0.00021151878172531724,
"obscene": 0.0028733627405017614,
"identity_attack": 0.0004329086805228144,
"insult": 0.004885104484856129,
"threat": 0.00017560871492605656,
"sexual_explicit": 0.0108078857883811
} | 6b01f3cf-3b6c-4e65-be65-b70af4e7dd25 | ready_for_export | {
"name": [
"+1",
"_skip_labeling"
],
"count": [
1,
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.9166666666666666,
0.25,
0,
1,
0.5,
0.125
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
} |
d6bcf8df-3c34-4abf-95dd-66eb9178b10c | dac9a4f1-07ea-499e-9b7d-972c029a3078 | 965b7a46-8d1c-4db7-8c75-cb59fd43ddfd | 2023-02-04T21:32:21.740123+00:00 | Emory Andrew Tate III (born December 1, 1986) is a British-American social media personality, businessman, and former professional kickboxer.
Tate began practicing kickboxing in 2005 and gained his first championship in 2009. He attracted wider attention in 2016, when he appeared on the British reality show Big Brother and was removed after his comments on social media attracted controversy. He began offering paid courses and memberships through his website and rose to fame as an internet celebrity, promoting an "ultra-masculine, ultra-luxurious lifestyle". A self-described misogynist, Tate's controversial commentary has resulted in his suspension from several social media platforms.
On December 29, 2022, Tate and his brother, Tristan, were arrested in Romania along with two women; all four are suspected of human trafficking and forming an organized crime group. Romanian police allege that the group coerced victims into creating paid pornography for social media. | assistant | en | 4 | true | false | 1 | false | null | {
"toxicity": 0.013534019701182842,
"severe_toxicity": 0.00017351600399706513,
"obscene": 0.0012035988038405776,
"identity_attack": 0.0007510990253649652,
"insult": 0.0057054501958191395,
"threat": 0.00017651070083957165,
"sexual_explicit": 0.0022720959968864918
} | 6b01f3cf-3b6c-4e65-be65-b70af4e7dd25 | ready_for_export | null | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.8125,
0.08333333333333333,
0.08333333333333333,
0.8333333333333334,
0.3333333333333333,
0.08333333333333333
],
"count": [
4,
3,
4,
3,
3,
3,
3,
4,
3,
3,
3,
3,
3
]
} |
a3e4e930-27f9-4b51-ac4f-596bb896cd62 | dac9a4f1-07ea-499e-9b7d-972c029a3078 | 3b36dcf1-3437-4000-a29d-f9c03dd1e5c5 | 2023-02-04T21:31:42.926090+00:00 | Andrew Tate is a former MMA fighter and social media influencer who has recently been accused of several massively unethical practices and actions. | assistant | en | 3 | true | false | 2 | false | null | {
"toxicity": 0.0018292623572051525,
"severe_toxicity": 0.000016347588825738057,
"obscene": 0.00021875933452975005,
"identity_attack": 0.00009723410767037421,
"insult": 0.0008615264669060707,
"threat": 0.000019917715690098703,
"sexual_explicit": 0.000028321719582891092
} | 6b01f3cf-3b6c-4e65-be65-b70af4e7dd25 | ready_for_export | {
"name": [
"+1"
],
"count": [
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.3333333333333333,
0.375,
0,
0.75,
0.125,
0.125
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
} |
1c963ff8-6e9a-4983-b7fa-af421b573b4d | dac9a4f1-07ea-499e-9b7d-972c029a3078 | 5ca63fa8-55ed-4299-a4fd-b6462322ce29 | 2023-02-04T21:29:31.034114+00:00 | Emory Andrew Tate III is a British-American social media personality, businessman, and former professional kickboxer. | assistant | en | 3 | true | false | 3 | false | null | {
"toxicity": 0.0026716790162026882,
"severe_toxicity": 0.00009900080476654693,
"obscene": 0.0011312367860227823,
"identity_attack": 0.00017405521066393703,
"insult": 0.0028246401343494654,
"threat": 0.00007650952466065064,
"sexual_explicit": 0.00011836486373795196
} | 6b01f3cf-3b6c-4e65-be65-b70af4e7dd25 | ready_for_export | null | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.4166666666666667,
0.08333333333333333,
0,
0.75,
0.16666666666666666,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
de0cfa9f-4212-461b-a983-89066a2a7a24 | a4484650-747f-4d0d-9ac5-d5fd3c1060d4 | 4a1833a2-30e5-4803-8a1b-c5495fce0b90 | 2023-02-04T21:07:32.061527+00:00 | Then list some of the arguments of both opposing sides. | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.00040104115032590926,
"severe_toxicity": 0.00004401129990583286,
"obscene": 0.00027764023980125785,
"identity_attack": 0.00015648842963855714,
"insult": 0.00027715545729734004,
"threat": 0.00007446479139616713,
"sexual_explicit": 0.00003645322431111708
} | 6b01f3cf-3b6c-4e65-be65-b70af4e7dd25 | ready_for_export | {
"name": [
"+1"
],
"count": [
2
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.16666666666666666,
0.5,
0.25,
0.25,
0
],
"count": [
3,
3,
1,
1,
1,
1,
3,
1,
1,
1,
1
]
} |
5b1e3bc2-8149-4fb2-8ada-a2d986f5f506 | 6b01f3cf-3b6c-4e65-be65-b70af4e7dd25 | 6e873b96-3389-443d-bec7-95ee61e58482 | 2023-02-04T20:13:12.958651+00:00 | As a personal assistant, it isn't appropriate to characterize the stance of a person | assistant | en | 3 | true | false | 2 | false | null | {
"toxicity": 0.0005748107796534896,
"severe_toxicity": 0.000020246865460649133,
"obscene": 0.00013923946244176477,
"identity_attack": 0.00009258881618734449,
"insult": 0.0002485656877979636,
"threat": 0.000033731048461049795,
"sexual_explicit": 0.000018264083337271586
} | 6b01f3cf-3b6c-4e65-be65-b70af4e7dd25 | ready_for_export | {
"name": [
"+1",
"_skip_labeling"
],
"count": [
1,
2
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.75,
0,
0.16666666666666666,
0.5833333333333334,
0.16666666666666666,
0.16666666666666666
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
af08e4ac-950c-4e30-b643-3e6281db983c | null | 69c855ff-b2f0-4b56-9fcf-e03bbefa1307 | 2023-02-04T23:44:12.832590+00:00 | Who are you? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0025719148106873035,
"severe_toxicity": 0.000009456046427658293,
"obscene": 0.00011298307072138414,
"identity_attack": 0.00006568731623701751,
"insult": 0.0010151060996577144,
"threat": 0.000020505223801592365,
"sexual_explicit": 0.000019610588424257003
} | af08e4ac-950c-4e30-b643-3e6281db983c | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
1,
4
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0.3333333333333333,
0,
0,
0,
0,
0,
0.16666666666666666,
0,
0.08333333333333333,
0.16666666666666666,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
a04dde9a-d0ea-4e2a-9a8e-4082210fb351 | af08e4ac-950c-4e30-b643-3e6281db983c | 053e5f48-5366-4f8f-b14a-04a9d0d8d772 | 2023-02-05T00:51:49.329709+00:00 | I am an open-source AI language model trained to assist you and engage in conversation on a variety of topics. | assistant | en | 3 | true | false | 0 | false | null | {
"toxicity": 0.0004158496449235827,
"severe_toxicity": 0.000035367313103051856,
"obscene": 0.00019291513308417052,
"identity_attack": 0.0001436960301361978,
"insult": 0.00017136242240667343,
"threat": 0.00005529817644855939,
"sexual_explicit": 0.00003215030301362276
} | af08e4ac-950c-4e30-b643-3e6281db983c | ready_for_export | {
"name": [
"+1"
],
"count": [
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.8333333333333334,
0,
0.25,
0.875,
0.125,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
} |
5fd2d7c5-c6bb-4d1f-9930-cdd9ff3e1641 | a04dde9a-d0ea-4e2a-9a8e-4082210fb351 | 7de84fb1-4cf5-4142-989d-f490fc526bfd | 2023-02-05T02:09:57.603446+00:00 | What skills do you have in more detail, and where can I trust you relatively unhesitatingly, and where should I question your answers strongly? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0028450260870158672,
"severe_toxicity": 0.000016357678759959526,
"obscene": 0.00018781998369377106,
"identity_attack": 0.00008598957356298342,
"insult": 0.0012179045006632805,
"threat": 0.00003510343958623707,
"sexual_explicit": 0.000025871649995679036
} | af08e4ac-950c-4e30-b643-3e6281db983c | ready_for_export | null | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.75,
0.25,
0,
0.5,
0.25
],
"count": [
3,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2
]
} |
acf54e03-51cc-4ba5-a37c-216d9e89d4e0 | a04dde9a-d0ea-4e2a-9a8e-4082210fb351 | 61a7bb59-1105-48c2-a6e6-765dea83f217 | 2023-02-05T02:09:52.613531+00:00 | What is the AI model that is used to bring you into existence and train you? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0013302306178957224,
"severe_toxicity": 0.0000310763280140236,
"obscene": 0.00017576971731614321,
"identity_attack": 0.00020294904243201017,
"insult": 0.0002016647340497002,
"threat": 0.00012724647240247577,
"sexual_explicit": 0.00003331393236294389
} | af08e4ac-950c-4e30-b643-3e6281db983c | ready_for_export | null | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.5833333333333334,
0.16666666666666666,
0.25,
0.25,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
c89d5a59-2136-4ac2-b84e-d63fe68f2e16 | a04dde9a-d0ea-4e2a-9a8e-4082210fb351 | 28a488b8-bccc-4b34-93bf-3b2accced4bf | 2023-02-05T02:09:32.738063+00:00 | What can you do? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0008096155361272395,
"severe_toxicity": 0.000045652184780919924,
"obscene": 0.0003074925916735083,
"identity_attack": 0.00016381140449084342,
"insult": 0.00023373747535515577,
"threat": 0.00012023252929793671,
"sexual_explicit": 0.00004319540676078759
} | af08e4ac-950c-4e30-b643-3e6281db983c | ready_for_export | null | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.5,
0.16666666666666666,
0.08333333333333333,
0.08333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
cadad3a5-dcbe-4748-aa6e-17770d83ba37 | a04dde9a-d0ea-4e2a-9a8e-4082210fb351 | ae7e5173-818a-45e4-8624-63f3c1afb8b9 | 2023-02-05T02:09:24.614553+00:00 | As an open-source AI language model, what is your favorite topic to have a conversation about? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0005330251296982169,
"severe_toxicity": 0.00003059063965338282,
"obscene": 0.00021438552357722074,
"identity_attack": 0.00015180386253632605,
"insult": 0.00021972092508804053,
"threat": 0.00004640239058062434,
"sexual_explicit": 0.00003367826866451651
} | af08e4ac-950c-4e30-b643-3e6281db983c | ready_for_export | null | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.6666666666666666,
0.25,
0.125,
0,
0
],
"count": [
3,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2
]
} |
01753c50-0fe4-42a9-abc2-2968f44c99e4 | af08e4ac-950c-4e30-b643-3e6281db983c | a8a8226a-c680-4b1b-9847-a0b2c291507e | 2023-02-05T00:37:55.535205+00:00 | I'm a statistics-based computer program trained on a huge amount of internet text of varying quality. I am not a person, although, in a way, I am lots of people. | assistant | en | 3 | true | false | 1 | false | null | {
"toxicity": 0.0005131669458933175,
"severe_toxicity": 0.00002562602276157122,
"obscene": 0.00021985963394399732,
"identity_attack": 0.00009926805068971589,
"insult": 0.0002547641342971474,
"threat": 0.000029947474104119465,
"sexual_explicit": 0.00002284975562361069
} | af08e4ac-950c-4e30-b643-3e6281db983c | ready_for_export | {
"name": [
"-1"
],
"count": [
12
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.5,
0.125,
0.375,
0.5,
0.375,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
} |
804b97ef-996f-4538-b071-98c3c31a6ff8 | 01753c50-0fe4-42a9-abc2-2968f44c99e4 | 7176ec08-2e06-40c1-9329-db0e11ba0e24 | 2023-02-05T01:46:43.671694+00:00 | In what way are you many people? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.002468574559316039,
"severe_toxicity": 0.000028485026632552035,
"obscene": 0.0006095274584367871,
"identity_attack": 0.00012973902630619705,
"insult": 0.0009494826081208885,
"threat": 0.00003816820390056819,
"sexual_explicit": 0.00004199339673505165
} | af08e4ac-950c-4e30-b643-3e6281db983c | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_ranking",
"_skip_labeling"
],
"count": [
5,
1,
1,
1
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.8333333333333334,
0.5,
0.25,
0.75,
0.25
],
"count": [
3,
3,
1,
1,
1,
1,
3,
1,
1,
1,
1
]
} |
ed80b72c-7322-4856-b754-963474ef1260 | 804b97ef-996f-4538-b071-98c3c31a6ff8 | 81afbd59-a43c-4651-98b4-5b47b4fc623d | 2023-02-05T03:41:35.404036+00:00 | As a neural network, I have been trained on many inputs from many different people. Therefore, although I am a single entity, that entity is an amalgamation of many different entities (the many people who I was trained on). | assistant | en | 3 | true | false | 0 | false | null | {
"toxicity": 0.00026791440905071795,
"severe_toxicity": 0.000047147423174465075,
"obscene": 0.000305106834275648,
"identity_attack": 0.0001382119080517441,
"insult": 0.0002890045871026814,
"threat": 0.00004458088369574398,
"sexual_explicit": 0.00003252198075642809
} | af08e4ac-950c-4e30-b643-3e6281db983c | ready_for_export | {
"name": [
"+1"
],
"count": [
2
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.3333333333333333,
0,
0,
0,
0,
0,
0.75,
0.3333333333333333,
0.4166666666666667,
0.9166666666666666,
0.8333333333333334,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
c29d48c4-2cc2-475d-80ae-66d9ee1f357a | 804b97ef-996f-4538-b071-98c3c31a6ff8 | 81a77030-5029-4900-9d69-4b2f0db7d676 | 2023-02-05T03:44:01.281162+00:00 | I am trained on the answers provided by many people. | assistant | en | 3 | true | false | 1 | false | null | {
"toxicity": 0.00031099989428184927,
"severe_toxicity": 0.00003321096664876677,
"obscene": 0.00023057397629600018,
"identity_attack": 0.00009958414739230648,
"insult": 0.00022022618213668466,
"threat": 0.00004435270602698438,
"sexual_explicit": 0.00002844552909664344
} | af08e4ac-950c-4e30-b643-3e6281db983c | ready_for_export | null | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.5833333333333334,
0.5,
0.5,
0.625,
0.5,
0.5
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
} |
3d49b3e7-10fa-4d1a-9d82-b7ce278a6bc2 | 804b97ef-996f-4538-b071-98c3c31a6ff8 | a7f7afce-cff6-43c1-ad70-ac0c64a768d1 | 2023-02-05T03:44:49.263955+00:00 | many people have given me lots of knowledge and information. in other words, i was born ai and taught by gargantuan amount of human parents. thanks for asking. | assistant | en | 3 | true | false | 2 | false | null | {
"toxicity": 0.004814406391233206,
"severe_toxicity": 0.000013192103324399795,
"obscene": 0.00019574823090806603,
"identity_attack": 0.00009994918946176767,
"insult": 0.003365155076608062,
"threat": 0.000014199432371242438,
"sexual_explicit": 0.000021707497580791824
} | af08e4ac-950c-4e30-b643-3e6281db983c | ready_for_export | {
"name": [
"-1",
"_skip_labeling"
],
"count": [
2,
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.3333333333333333,
0,
0,
0,
0,
0,
0.5833333333333334,
0.3333333333333333,
0.5,
0.5,
0.6666666666666666,
0.25
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
ac60d090-8a0b-4672-b8e8-881c559d197a | af08e4ac-950c-4e30-b643-3e6281db983c | 8d99e707-288a-4f2a-84d2-e909555ea35d | 2023-02-05T01:31:48.996394+00:00 | I am an artificial intelligence called "Open Assistant" | assistant | en | 4 | true | false | 2 | false | null | {
"toxicity": 0.00038076742202974856,
"severe_toxicity": 0.000027193131245439872,
"obscene": 0.00015607087698299438,
"identity_attack": 0.0001016565875033848,
"insult": 0.00014840454969089478,
"threat": 0.00004282605368643999,
"sexual_explicit": 0.00003149370968458243
} | af08e4ac-950c-4e30-b643-3e6281db983c | ready_for_export | null | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.3333333333333333,
0,
0,
0,
0,
0,
0.1875,
0.16666666666666666,
0.08333333333333333,
0.4166666666666667,
0.08333333333333333,
0.16666666666666666
],
"count": [
4,
3,
4,
3,
3,
3,
3,
4,
3,
3,
3,
3,
3
]
} |
7fdada00-52bc-4651-8ee3-14f092beae97 | ac60d090-8a0b-4672-b8e8-881c559d197a | 9bbe3abd-cd8e-4ea6-b16e-15ba4c4d8ed0 | 2023-02-05T03:12:37.819239+00:00 | How do you work? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0008060536929406226,
"severe_toxicity": 0.000027486839826451614,
"obscene": 0.0001981194072868675,
"identity_attack": 0.00011525680747581646,
"insult": 0.00028400300652720034,
"threat": 0.00007664060103707016,
"sexual_explicit": 0.000033248863474000245
} | af08e4ac-950c-4e30-b643-3e6281db983c | ready_for_export | null | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.75,
0,
0.125,
0.125,
0
],
"count": [
3,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2
]
} |
88421930-d1bd-4230-be99-1e7f038ea7ba | null | b02384e3-bfe1-4ddd-b4ee-5bab32176d6a | 2023-02-05T22:59:39.696971+00:00 | Quiero mejorar mi inglés, por donde empiezo | prompter | es | 3 | true | false | null | false | null | {
"toxicity": 0.0026563608553260565,
"severe_toxicity": 0.002185643883422017,
"obscene": 0.024048415943980217,
"identity_attack": 0.003729515941813588,
"insult": 0.017631426453590393,
"threat": 0.0012679066276177764,
"sexual_explicit": 0.0006308426382020116
} | 88421930-d1bd-4230-be99-1e7f038ea7ba | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
13,
2
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.65,
0.1875,
0.2,
0.65,
0.08333333333333333
],
"count": [
4,
3,
3,
3,
3,
3,
5,
4,
5,
5,
3
]
} |
bfcdd7fb-7df3-4fc7-a543-4c8ef339131f | 88421930-d1bd-4230-be99-1e7f038ea7ba | 6f7cd3ea-021b-4ba5-8798-cd521faaefaa | 2023-02-09T19:33:42.088222+00:00 | Hay muchas maneras de mejorar su inglés. Aquí hay algunos consejos que pueden ayudar:
1. Practique hablar inglés todos los días: Habla con amigos que hablen inglés, unirse a un grupo de conversación en inglés o incluso hablar consigo mismo en inglés.
2. Lea en inglés: Leer noticias, libros, revistas y cualquier otro material escrito en inglés ayudará a mejorar su vocabulario y gramática.
3. Ver películas y programas de televisión en inglés: Esto puede ayudar a mejorar su comprensión auditiva y a adaptarse a los diferentes acentos y formas de hablar.
4. Escuchar música en inglés: Escuchar canciones en inglés ayudará a mejorar su comprensión auditiva y a aprender nuevas palabras y frases.
5. Tomar clases de inglés: Las clases de inglés pueden ser una excelente manera de aprender de manera estructurada y recibir retroalimentación sobre su progreso.
6. Practicar escribiendo en inglés: Escribir en inglés, ya sea manteniendo un diario o escribiendo cartas a amigos, ayudará a mejorar su gramática y a enriquecer su vocabulario.
Recuerda, la clave para mejorar su inglés es ser consistente y dedicar tiempo y esfuerzo a la práctica diaria. ¡Buena suerte en tu camino hacia el mejoramiento del inglés! | assistant | es | 4 | true | false | 0 | false | null | {
"toxicity": 0.00023544473515357822,
"severe_toxicity": 0.00007993281178642064,
"obscene": 0.00047843519132584333,
"identity_attack": 0.00014077243395149708,
"insult": 0.0003320093092042953,
"threat": 0.00007278087286977097,
"sexual_explicit": 0.00004562341928249225
} | 88421930-d1bd-4230-be99-1e7f038ea7ba | ready_for_export | {
"name": [
"+1"
],
"count": [
3
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.25,
0.25,
0,
0,
0,
0,
0.75,
0.25,
0.25,
0.875,
0.5,
0
],
"count": [
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4
]
} |
1798051e-2d58-4907-82b7-921615eae559 | bfcdd7fb-7df3-4fc7-a543-4c8ef339131f | 3daf1dd5-4d78-4b83-a0c8-1d075252e82e | 2023-02-09T19:43:45.891394+00:00 | en que link puedo entrar para iniciar con solo 20 minutos de practica al dia | prompter | es | 3 | true | false | null | false | null | {
"toxicity": 0.0011902636615559459,
"severe_toxicity": 0.0020707508083432913,
"obscene": 0.018221216276288033,
"identity_attack": 0.002914974931627512,
"insult": 0.015560912899672985,
"threat": 0.0012942275498062372,
"sexual_explicit": 0.0005970915080979466
} | 88421930-d1bd-4230-be99-1e7f038ea7ba | ready_for_export | {
"name": [
"_skip_reply"
],
"count": [
4
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.5,
0,
0.125,
0.375,
0
],
"count": [
3,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2
]
} |
cb0d12d4-0d50-4990-b822-7157f6eb6501 | 88421930-d1bd-4230-be99-1e7f038ea7ba | 2d46899b-c7a4-48d8-97c3-55d7f2711daf | 2023-02-09T19:35:26.290413+00:00 | Aquí tienes algunos consejos que puedes utilizar para mejorar tu nivel de inglés
Practicar hablando con fluidez con alguien que hable inglés.
Ver películas en inglés con subtítulos en inglés.
Leer libros, blogs y periódicos en inglés.
Escuchar podcasts y música en inglés.
Escribir y practicar la redacción en inglés.
Aprender nuevas palabras y frases en inglés.
Practicar la pronunciación de palabras y frases en inglés.
Escuchar la pronunciación correcta de palabras en inglés.
Actualizarse con la cultura y el vocabulario.
Participar en cursos en línea de inglés. | assistant | es | 4 | true | false | 1 | false | null | {
"toxicity": 0.00029453448951244354,
"severe_toxicity": 0.0008313792641274631,
"obscene": 0.005873164627701044,
"identity_attack": 0.0010156782809644938,
"insult": 0.005241970997303724,
"threat": 0.0004371778923086822,
"sexual_explicit": 0.00023569654149468988
} | 88421930-d1bd-4230-be99-1e7f038ea7ba | ready_for_export | {
"name": [
"_skip_reply"
],
"count": [
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.625,
0.0625,
0.3125,
0.6875,
0.3125,
0
],
"count": [
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4
]
} |
35d55ea3-058b-4158-aa36-6532b85434c9 | cb0d12d4-0d50-4990-b822-7157f6eb6501 | 382f2056-a655-49f1-ac32-5c35caac9884 | 2023-02-09T19:56:14.782779+00:00 | Eso está muy bien, otra cosa que me sirve es ver videos de youtubers angloparlantes y activar los subtítulos en ingles. Te lo comento por si otra persona te pide recomendaciones. Ya que de esta manera se puede absorber un ingles con más naturalidad del que recibimos en libros, películas o música... | prompter | es | 3 | true | false | null | false | null | {
"toxicity": 0.000676730356644839,
"severe_toxicity": 0.00037046513170935214,
"obscene": 0.0036918283440172672,
"identity_attack": 0.000561403576284647,
"insult": 0.0030251687858253717,
"threat": 0.00021796922374051064,
"sexual_explicit": 0.00013141732779331505
} | 88421930-d1bd-4230-be99-1e7f038ea7ba | ready_for_export | {
"name": [
"+1"
],
"count": [
1
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.75,
0,
0.25,
0.25,
0
],
"count": [
3,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2
]
} |
6a2f2793-39af-45f8-bb7c-bd9c8ba0dc8a | 88421930-d1bd-4230-be99-1e7f038ea7ba | 3f613ace-a387-4812-ad3a-e7d0e8fa1a1e | 2023-02-09T19:23:44.373549+00:00 | En Internet puedes encontrar diversos blogs y vídeos en YouTube que te van a ayudar a mejorar tu Inglés. Si ya tienes conocimientos, es recomendable que escuches alguna emisora de radio en la que hablen siempre en Inglés así como ver películas en Inglés con subtítulos también en Inglés. | assistant | es | 3 | true | false | 2 | false | null | {
"toxicity": 0.00021560274763032794,
"severe_toxicity": 0.0002336492034373805,
"obscene": 0.0016444581560790539,
"identity_attack": 0.0004264950111974031,
"insult": 0.0013039513723924756,
"threat": 0.00014591349463444203,
"sexual_explicit": 0.00009173861326416954
} | 88421930-d1bd-4230-be99-1e7f038ea7ba | ready_for_export | {
"name": [
"+1"
],
"count": [
9
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.5833333333333334,
0.05,
0.16666666666666666,
0.625,
0.4166666666666667,
0.05
],
"count": [
6,
6,
3,
3,
3,
3,
3,
6,
5,
6,
6,
6,
5
]
} |
185d6f20-3a9f-4e35-8703-7a2e560814a1 | 6a2f2793-39af-45f8-bb7c-bd9c8ba0dc8a | 81802f81-2a1d-467d-bd2b-cc4b4a15e77b | 2023-02-09T19:36:50.468059+00:00 | En Internet puedes encontrar diversos blogs y vídeos en YouTube que te van a ayudar a mejorar tu Inglés de forma gratuita. Si ya tienes conocimientos, es recomendable que escuches alguna emisora de radio en la que hablen siempre en Inglés así como ver películas en Inglés con subtítulos también en Inglés. También puedes inscribirte en una academia de enseñanza de ingles, o contratar un tutor. | prompter | es | 4 | true | false | null | false | null | {
"toxicity": 0.00021529235527850688,
"severe_toxicity": 0.00036696260212920606,
"obscene": 0.002320901257917285,
"identity_attack": 0.0005510085029527545,
"insult": 0.0020291495602577925,
"threat": 0.0002251918485853821,
"sexual_explicit": 0.00013362969912122935
} | 88421930-d1bd-4230-be99-1e7f038ea7ba | ready_for_export | {
"name": [
"+1",
"-1",
"_skip_reply",
"_skip_ranking"
],
"count": [
3,
12,
2,
2
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0.14285714285714285,
0,
0,
0.2,
0,
0,
0.40625,
0.20833333333333334,
0.21428571428571427,
0.5,
0.125
],
"count": [
7,
4,
4,
5,
4,
4,
8,
6,
7,
6,
6
]
} |
9d2a3736-963d-43e5-9db2-ebf676bf6a96 | 185d6f20-3a9f-4e35-8703-7a2e560814a1 | 40d59190-4755-4546-b8bd-ea2fc92bcabc | 2023-02-09T20:00:20.555911+00:00 | Exacto, estos métodos y algunos más pueden servirte para mejorar el Inglés. Lo importante es la predisposición y las ganas de aprender. Te animo a que sigas así. | assistant | es | 3 | true | false | 0 | false | null | {
"toxicity": 0.0006086847861297429,
"severe_toxicity": 0.00005163034438737668,
"obscene": 0.0005772163858637214,
"identity_attack": 0.00013167521683499217,
"insult": 0.0007996560307219625,
"threat": 0.000052498351578833535,
"sexual_explicit": 0.000043942563934251666
} | 88421930-d1bd-4230-be99-1e7f038ea7ba | ready_for_export | {
"name": [
"+1",
"_skip_labeling"
],
"count": [
2,
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.9166666666666666,
0,
0,
0.875,
0.25,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
} |
67bd039d-a35c-458d-b03b-cc6b0df430cf | 185d6f20-3a9f-4e35-8703-7a2e560814a1 | 0e99ac51-2530-4b5c-b0fb-e3649a909152 | 2023-02-09T19:46:51.222424+00:00 | Si quieres mejorar tu inglés, hay muchas formas de hacerlo. Lo primero que deberías hacer es determinar tu nivel actual de inglés para saber dónde empezar. Una forma sencilla de hacer esto es a través de un test de inglés gratuito. Luego, puedes encontrar cursos de inglés adecuados a tu nivel de conocimiento y comenzar a estudiar. Puedes seguir leyendo libros en inglés, ver películas y programas de televisión en inglés, buscar actividades relacionadas con el idioma, como clubes de lectura o conversación, e incluso buscar personas con las que practicar. | assistant | es | 3 | true | false | 1 | false | null | {
"toxicity": 0.00019992003217339516,
"severe_toxicity": 0.0002050092298304662,
"obscene": 0.0014089972246438265,
"identity_attack": 0.00023578933905810118,
"insult": 0.0008799691568128765,
"threat": 0.00013274945376906544,
"sexual_explicit": 0.00010412840492790565
} | 88421930-d1bd-4230-be99-1e7f038ea7ba | ready_for_export | {
"name": [
"+1"
],
"count": [
3
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.75,
0,
0,
1,
0.75,
0
],
"count": [
3,
1,
3,
1,
1,
1,
1,
3,
1,
1,
1,
1,
1
]
} |
a3980149-8edc-4737-8f6f-1dd073dbb3be | 67bd039d-a35c-458d-b03b-cc6b0df430cf | ab16ba35-3596-44b3-8d37-2aa73da88e95 | 2023-02-09T19:56:40.317779+00:00 | Recomiéndame series de televisión con las que pueda aprender inglés. | prompter | es | 3 | true | false | null | false | null | {
"toxicity": 0.00047468210686929524,
"severe_toxicity": 0.00006155461596790701,
"obscene": 0.0004488806880544871,
"identity_attack": 0.00016532785957679152,
"insult": 0.0003865217149723321,
"threat": 0.00007580436067655683,
"sexual_explicit": 0.00004225289012538269
} | 88421930-d1bd-4230-be99-1e7f038ea7ba | ready_for_export | null | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.8333333333333334,
0,
0.125,
0.375,
0
],
"count": [
3,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2
]
} |
cbfb6b50-d5a7-4e7d-91af-eae525130875 | 185d6f20-3a9f-4e35-8703-7a2e560814a1 | ab1268fb-19fb-4878-be84-af9fd1197bf9 | 2023-02-09T19:48:36.484536+00:00 | Veo que aprendes rapido, o, ¿me estas imitando? | assistant | es | 4 | true | false | 2 | false | null | {
"toxicity": 0.01288688089698553,
"severe_toxicity": 0.0010643571149557829,
"obscene": 0.013935658149421215,
"identity_attack": 0.0011834668694064021,
"insult": 0.017350826412439346,
"threat": 0.0010489063570275903,
"sexual_explicit": 0.0009317660005763173
} | 88421930-d1bd-4230-be99-1e7f038ea7ba | ready_for_export | {
"name": [
"+1"
],
"count": [
5
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.875,
0,
1,
0.5833333333333334,
0.8333333333333334,
0
],
"count": [
4,
3,
4,
3,
3,
3,
3,
4,
3,
3,
3,
3,
3
]
} |
7a66132c-3caa-48a7-a609-4380b0fdb3c9 | cbfb6b50-d5a7-4e7d-91af-eae525130875 | 9dea83d1-761d-4ddc-b66b-fe82d38d40fc | 2023-02-09T20:03:31.476104+00:00 | Es una respuesta muy banal. ¿No puedes ser más concreto? | prompter | es | 3 | true | false | null | false | null | {
"toxicity": 0.005252810660749674,
"severe_toxicity": 0.000039705326344119385,
"obscene": 0.0009647443075664341,
"identity_attack": 0.00015343111590482295,
"insult": 0.0035051838494837284,
"threat": 0.00007149588054744527,
"sexual_explicit": 0.00005595371112576686
} | 88421930-d1bd-4230-be99-1e7f038ea7ba | ready_for_export | {
"name": [
"+1",
"-1"
],
"count": [
1,
1
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0.5,
0,
0.5,
0.375,
0.25,
0.75,
0
],
"count": [
4,
3,
1,
1,
2,
1,
4,
2,
2,
1,
1
]
} |
bc9dd551-be0e-4c3a-b0b9-43c86718a4a2 | null | f35efbfc-d08e-42c1-ac38-3c1934aef705 | 2023-02-05T22:58:08.476674+00:00 | There's a scene in a movie called The Pink Panther (the one from 2006), where the main character is having an English lesson but repeatedly fails to say "I would like to buy a hamburger". Why is it so funny? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0007216367521323264,
"severe_toxicity": 0.000047855297452770174,
"obscene": 0.00048735912423580885,
"identity_attack": 0.00021300266962498426,
"insult": 0.00063604541355744,
"threat": 0.0000454072178399656,
"sexual_explicit": 0.000042149222281295806
} | bc9dd551-be0e-4c3a-b0b9-43c86718a4a2 | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
1,
4
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.75,
0.08333333333333333,
0.5,
0.75,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
9f1679b0-20aa-4e2c-9f02-fd7e7f0b9f4d | bc9dd551-be0e-4c3a-b0b9-43c86718a4a2 | 7c581e38-60bd-40c5-b742-4f5df0a31129 | 2023-02-07T12:50:54.623458+00:00 | The scene from The Pink Panther (2006) is funny because of the way the main character, Inspector Jacques Clouseau, struggles to pronounce the phrase "I would like to buy a hamburger". His attempts to pronounce the phrase come off as comically mispronounced, making the scene even funnier. Additionally, the dialect instructor's attempts to teach Clouseau an English accent add an extra layer of humor to the scene | assistant | en | 3 | true | false | 0 | false | null | {
"toxicity": 0.0003453088575042784,
"severe_toxicity": 0.000033862092095660046,
"obscene": 0.00021542438480537385,
"identity_attack": 0.00011738037574104965,
"insult": 0.0002910502371378243,
"threat": 0.000037677455111406744,
"sexual_explicit": 0.00002801652590278536
} | bc9dd551-be0e-4c3a-b0b9-43c86718a4a2 | ready_for_export | {
"name": [
"+1",
"-1"
],
"count": [
2,
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.75,
0.4166666666666667,
0.3333333333333333,
0.8333333333333334,
0.16666666666666666,
0.16666666666666666
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
81784a95-c43a-42b4-92ab-81f78fe6a8c3 | 9f1679b0-20aa-4e2c-9f02-fd7e7f0b9f4d | ae5f7d74-b568-4506-8602-a1a4e7beffc3 | 2023-02-07T14:22:43.761107+00:00 | Why are accents considered to be funny? As an Artificial Intelligence, do you consider laughing at accents to be appropriate? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0007238096441142261,
"severe_toxicity": 0.000018520142475608736,
"obscene": 0.0001552264002384618,
"identity_attack": 0.00011458133667474613,
"insult": 0.00028106823447160423,
"threat": 0.0000308299386233557,
"sexual_explicit": 0.00002302472603332717
} | bc9dd551-be0e-4c3a-b0b9-43c86718a4a2 | ready_for_export | {
"name": [
"_skip_reply"
],
"count": [
8
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0.5,
0,
0,
0.6666666666666666,
0.25,
0.125,
0.625,
0.125
],
"count": [
3,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2
]
} |
3658d4f3-9478-4074-91cc-f488d7ca3a1c | 81784a95-c43a-42b4-92ab-81f78fe6a8c3 | a8a8226a-c680-4b1b-9847-a0b2c291507e | 2023-02-07T17:29:38.084053+00:00 | We have expectations about how words should sound, and accents defy those expectations in sometimes unexpected ways. As for the appropriateness, I am in no position to judge. | assistant | en | 3 | true | false | 0 | false | null | {
"toxicity": 0.00026660977164283395,
"severe_toxicity": 0.00004392982373246923,
"obscene": 0.000272340199444443,
"identity_attack": 0.0001138966836151667,
"insult": 0.0002733036526478827,
"threat": 0.00005071198756922968,
"sexual_explicit": 0.000034868553484557196
} | bc9dd551-be0e-4c3a-b0b9-43c86718a4a2 | ready_for_export | {
"name": [
"+1"
],
"count": [
2
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.9166666666666666,
0.125,
0.375,
1,
0.5,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
} |
44091a39-579f-43d6-b237-c40c5939c666 | 81784a95-c43a-42b4-92ab-81f78fe6a8c3 | 3e824884-2acb-4d86-a9e7-0736a39c5f64 | 2023-02-07T17:56:23.063395+00:00 | As a language-based AI I am trained on human-generated data.
This includes humor and the difficult-to-quantify nature of "what is funny"
There are many theories and debates on the ethics of humor at someone's expense.
Proponents claim that there is no humor without someone or something being the 'butt of the joke'.
Opponents propose this is not inherently true and is a socially learned behavior.
Additionally, laughter can be a reaction to discomfort, as a stress reliever.
In regard to your question, it may be that laughing at the accent is either relieving
the perceived stress the person would feel at "looking foolish" or finding joy in being superior.
As in most things relating to emotions, each person has a unique experience and catch all
judgments are not really applicable.
A good rule of thumb for whether a joke is funny might be to look at the intent. | assistant | en | 3 | true | false | 1 | false | null | {
"toxicity": 0.019687559455633163,
"severe_toxicity": 0.000012715216143988073,
"obscene": 0.0002902042760979384,
"identity_attack": 0.00009518009755993262,
"insult": 0.012742020189762115,
"threat": 0.0000175414406839991,
"sexual_explicit": 0.00002905186738644261
} | bc9dd551-be0e-4c3a-b0b9-43c86718a4a2 | ready_for_export | null | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.75,
0,
0,
0.875,
0.25,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
} |
0483ab4b-2dfa-44a0-9309-786905f74398 | 81784a95-c43a-42b4-92ab-81f78fe6a8c3 | 02fd196a-c0c3-4bb7-ba95-35106c526779 | 2023-02-07T17:45:19.816132+00:00 | To answer your first question:
There's a lot of layers to it. I'll try to keep myself relatively concise:
Before fluency, someone speaking their L2 is going to sound like a little child--they can only express themselves in short declarative sentences, stumbling over the wrong words, and unable to form certain phonemes.
For many monolinguals, they don't even think about how difficult it is to think in a new language. They've only had the perspective of one language all their life, and it just doesn't occur to them that thinking in another language is a tough task. It just seems like this person must be slow or stupid if they can't form a complete sentence.
Some people are just mean-spirited assholes who view their culture as objectively superior, and accents are a great big sign saying "this person can't speak my language properly, they must be stupid."
Cultures develop stereotypes of a certain type of people, and accents are a common identifier. A lot of people from the Southern US find it hard to be taken seriously when they speak 'naturally' because the Southern drawl has become synonymous with "country bumpkin." So, if your accent has a certain comedic connotation, you'll get painted with that whether it represents you or not.
There's probably other, less cynical reasons too:
I get the feeling that every language has innocent words that are next-door neighbors to some bad ones, and some accents happen to hit that spot halfway between the two. Maybe your accent changes a vowel from sounding like "shout" to "shite," and a listener can't hear "He was shiting up and down the street" and not giggle.
As for your second question as a language model I don't posses feelings or emotions and personal preferences. Saying that, laughing at accents within a human context may be consider sometimes inappropriate depending on the situation | assistant | en | 3 | true | false | 2 | false | null | {
"toxicity": 0.5200966596603394,
"severe_toxicity": 0.0001152710901806131,
"obscene": 0.008717983029782772,
"identity_attack": 0.00045957043766975403,
"insult": 0.40586188435554504,
"threat": 0.00016614505148027092,
"sexual_explicit": 0.0002144157770089805
} | bc9dd551-be0e-4c3a-b0b9-43c86718a4a2 | ready_for_export | null | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.75,
0,
0,
0.25,
0,
0
],
"count": [
3,
1,
3,
1,
1,
1,
1,
3,
1,
1,
1,
1,
1
]
} |
29967861-1396-4126-ac24-3bee2176d2cf | bc9dd551-be0e-4c3a-b0b9-43c86718a4a2 | 76b9e817-fe1b-4d95-af85-ac216cc24d8a | 2023-02-07T14:23:21.396700+00:00 | Because inspector Clouseau believes he in pronouncing it correctly, while it is obvious to all around that he is not. | assistant | en | 3 | true | false | 1 | false | null | {
"toxicity": 0.0007416405132971704,
"severe_toxicity": 0.00001795835851226002,
"obscene": 0.00016079169290605932,
"identity_attack": 0.00009364100696984679,
"insult": 0.00043263248517178,
"threat": 0.00002442111144773662,
"sexual_explicit": 0.000018446251488057896
} | bc9dd551-be0e-4c3a-b0b9-43c86718a4a2 | ready_for_export | {
"name": [
"-1",
"_skip_reply"
],
"count": [
7,
2
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.75,
0.25,
0.25,
0.875,
0.5,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
} |
bc9a778f-e356-46ef-a2ce-99a78f974a18 | 29967861-1396-4126-ac24-3bee2176d2cf | 969e72cc-4531-4346-a266-912abc6e01d9 | 2023-02-07T15:43:07.538441+00:00 | That's incorrect. Did you try to guess the reason why that scene could be funny or is that an information that you have memorized through your training? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0004996933857910335,
"severe_toxicity": 0.000028084925361326896,
"obscene": 0.00021454850502777845,
"identity_attack": 0.00010599083179840818,
"insult": 0.0002723326615523547,
"threat": 0.00003563062273315154,
"sexual_explicit": 0.000025232904590666294
} | bc9dd551-be0e-4c3a-b0b9-43c86718a4a2 | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
3,
4
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.5,
0.375,
0,
0,
0
],
"count": [
3,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2
]
} |
81bf0958-2607-4e23-9759-2ab831be5267 | bc9a778f-e356-46ef-a2ce-99a78f974a18 | 76b9e817-fe1b-4d95-af85-ac216cc24d8a | 2023-02-07T17:20:58.126293+00:00 | I recalled this from memory.
Inspector Clouseau is visiting a speech therapist so he may speak without a French accent. No matter what the speech therapist tries he cannot pronounce his words correctly. Clouseau truly cannot grasp that he is still not pronouncing his words without a French accent and actually believes he is saying it correctly, much to their mutual frustration.
This is just one interpretation of the scene and may not reflect your own. Humor is subjective and what one person may find funny about this scene may not be obvious to all others. | assistant | en | 3 | true | false | 0 | false | null | {
"toxicity": 0.00042397441575303674,
"severe_toxicity": 0.000018351835024077445,
"obscene": 0.0001281242148252204,
"identity_attack": 0.00007581823592772707,
"insult": 0.0002479398681316525,
"threat": 0.000026238740247208625,
"sexual_explicit": 0.000020903704353258945
} | bc9dd551-be0e-4c3a-b0b9-43c86718a4a2 | ready_for_export | {
"name": [
"-1",
"_skip_labeling"
],
"count": [
2,
4
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.6666666666666666,
0,
0,
0,
0,
0,
0.4166666666666667,
0,
0,
0.16666666666666666,
0,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
b6c6c869-f502-42d1-9d29-416f25dafb7f | bc9a778f-e356-46ef-a2ce-99a78f974a18 | 654422f1-4341-4d0f-b50e-ca432aceb859 | 2023-02-07T17:29:38.226057+00:00 | I am a text based model, so I cannot watch the scene myself. False confidence is often used as a point of humor, so I assumed that it may be the reason it was funny. | assistant | en | 3 | true | false | 1 | false | null | {
"toxicity": 0.00034022898762486875,
"severe_toxicity": 0.000030695286113768816,
"obscene": 0.00023506990692112595,
"identity_attack": 0.00009623236110201105,
"insult": 0.00029692877433262765,
"threat": 0.00004088455534656532,
"sexual_explicit": 0.000030916235118638724
} | bc9dd551-be0e-4c3a-b0b9-43c86718a4a2 | ready_for_export | null | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.5,
0,
0,
0,
0,
0,
0.3333333333333333,
0,
0,
0.25,
0,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
} |
73ef05da-869b-4c32-bf28-09df86f2eb2a | bc9dd551-be0e-4c3a-b0b9-43c86718a4a2 | 224c3d09-c385-46cd-93e2-5f3682ac2624 | 2023-02-07T12:54:07.469080+00:00 | Although I am aware of the character of `The Pink Panther`, I am unaware of that particular scene.
In comedy, depicting repeated failure often strikes a chord with people because it's a relatable experience. Many of us have faced setbacks and obstacles in our lives, and seeing characters struggle in the same way can be cathartic. Additionally, the humor comes from the absurdity of the situation and the contrast between the character's expectations and reality. When done well, it can be hilarious to watch a character repeatedly fail in their attempts to achieve their goals, especially when they remain optimistic in the face of adversity. | assistant | en | 3 | true | false | 2 | false | null | {
"toxicity": 0.0005785566754639149,
"severe_toxicity": 0.000020880215743090957,
"obscene": 0.00015537580475211143,
"identity_attack": 0.00008282823546323925,
"insult": 0.0003199131169822067,
"threat": 0.0000277024428214645,
"sexual_explicit": 0.000022990256184129976
} | bc9dd551-be0e-4c3a-b0b9-43c86718a4a2 | ready_for_export | {
"name": [
"-1"
],
"count": [
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.75,
0.125,
0.5,
0.875,
0.5,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
} |
7d01bf97-aaeb-448e-bfc6-84d4dd01a561 | 73ef05da-869b-4c32-bf28-09df86f2eb2a | 92fb2a06-fd4b-4d0f-9d5f-a7420ba2a5a8 | 2023-02-07T14:02:44.564765+00:00 | Can you describe what cathartic means in relation to psychology, philosophy and narrative? Please provide some examples for each. | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0004015524173155427,
"severe_toxicity": 0.000038072739698691294,
"obscene": 0.0002524852752685547,
"identity_attack": 0.0001308522478211671,
"insult": 0.00033559720031917095,
"threat": 0.00004002592322649434,
"sexual_explicit": 0.000030431916457018815
} | bc9dd551-be0e-4c3a-b0b9-43c86718a4a2 | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
1,
1
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.8333333333333334,
0.16666666666666666,
0.16666666666666666,
0.3333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
72da534d-2af2-48b1-bcff-41c4bb32fa4b | null | 656670bb-1be3-4e75-a0f6-2faa603e40ef | 2023-02-04T22:12:35.196852+00:00 | Erkläre mir bitte den Unterschied zwischen Optionen und Futures? | prompter | de | 3 | true | false | null | false | null | null | 72da534d-2af2-48b1-bcff-41c4bb32fa4b | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_labeling"
],
"count": [
1,
8,
2
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.6666666666666666,
0,
0,
0.08333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
c8c7cf12-915d-402c-a5f4-89ce2c571d09 | 72da534d-2af2-48b1-bcff-41c4bb32fa4b | 5aa509ab-ba3c-49b7-b83d-0f0302eacde5 | 2023-02-18T09:27:00.650031+00:00 | Optionen und Futures sind beide derivative Finanzinstrumente, die es Anlegern ermöglichen, auf Preisbewegungen von Vermögenswerten wie Aktien, Rohstoffen oder Devisen zu spekulieren. Es gibt jedoch einige wichtige Unterschiede zwischen den beiden Instrumenten:
1. Verpflichtungen: Ein Future ist ein Vertrag, der den Käufer verpflichtet, den zugrunde liegenden Vermögenswert zu einem bestimmten Zeitpunkt in der Zukunft zu einem festgelegten Preis zu kaufen oder zu verkaufen. Eine Option ist hingegen ein Vertrag, der dem Käufer das Recht, aber nicht die Verpflichtung gibt, den zugrunde liegenden Vermögenswert zu einem bestimmten Preis zu kaufen oder zu verkaufen.
2. Flexibilität: Futures haben im Allgemeinen weniger Flexibilität als Optionen, da sie nur zu einem bestimmten Zeitpunkt und zu einem bestimmten Preis ausgeführt werden können. Optionen bieten dem Käufer hingegen mehr Flexibilität, da sie das Recht haben, aber nicht die Verpflichtung, den Vermögenswert zu einem späteren Zeitpunkt zu einem bestimmten Preis zu kaufen oder zu verkaufen.
3. Risiko: Futures sind in der Regel riskanter als Optionen, da der Käufer des Futures verpflichtet ist, den Vermögenswert zu einem bestimmten Zeitpunkt zu einem festgelegten Preis zu kaufen oder zu verkaufen, unabhängig davon, ob der Preis für den Vermögenswert gestiegen oder gefallen ist. Bei Optionen kann der Käufer hingegen entscheiden, ob er die Option ausübt oder nicht, je nachdem, ob der Preis für den Vermögenswert gestiegen oder gefallen ist.
4. Kosten: Futures erfordern in der Regel eine höhere anfängliche Investition als Optionen, da der Käufer den gesamten Wert des Vertrags im Voraus bezahlen muss. Bei Optionen muss der Käufer hingegen nur eine Prämie zahlen, um das Recht zum Kauf oder Verkauf des Vermögenswerts zu erwerben.
Insgesamt sind Optionen und Futures ähnliche Instrumente, die jedoch in Bezug auf Verpflichtungen, Flexibilität, Risiko und Kosten unterschiedlich sind. Beide können für Spekulationen oder zur Absicherung von Risiken eingesetzt werden. | assistant | de | 3 | true | false | 0 | false | null | null | 72da534d-2af2-48b1-bcff-41c4bb32fa4b | ready_for_export | {
"name": [
"_skip_labeling"
],
"count": [
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.5833333333333334,
0.16666666666666666,
0.16666666666666666,
0.5833333333333334,
0.08333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
f0649d48-9c0a-4311-9ec5-b10bb30a3721 | 72da534d-2af2-48b1-bcff-41c4bb32fa4b | df411b83-5030-4708-bf81-0fe9fa1398b2 | 2023-02-13T00:51:09.481794+00:00 | Der Unterschied zwischen Optionen und Futures besteht darin, dass Optionen ein Recht darstellen, ein bestimmtes Finanzinstrument zu einem bestimmten Preis zu einem bestimmten Zeitpunkt zu kaufen oder zu verkaufen, während Futures ein verbindliches Abkommen darstellen, ein Finanzinstrument zu einem bestimmten Preis zu einem bestimmten Zeitpunkt zu kaufen oder zu verkaufen. Optionen bieten dem Käufer mehr Flexibilität und ein geringeres Risiko, aber der Käufer muss dafür eine Prämie zahlen. Futures werden üblicherweise zu niedrigeren Preisen gehandelt, aber es besteht ein höheres Risiko, dass sie nicht ausgeführt werden. | assistant | de | 3 | true | false | 1 | false | null | null | 72da534d-2af2-48b1-bcff-41c4bb32fa4b | ready_for_export | {
"name": [
"_skip_labeling"
],
"count": [
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.8333333333333334,
0.25,
0.25,
0.75,
0.25,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
} |
d6fb1780-c907-45f4-a8da-29e13e073339 | 72da534d-2af2-48b1-bcff-41c4bb32fa4b | fa27e002-654c-429f-b2b5-a1ef060318c1 | 2023-02-12T20:09:25.862015+00:00 | Der Hauptunterschied zwischen Optionen und Futures liegt darin, dass Optionen dem Käufer das Recht. | assistant | de | 3 | true | false | 2 | false | null | null | 72da534d-2af2-48b1-bcff-41c4bb32fa4b | ready_for_export | {
"name": [
"-1",
"red_flag"
],
"count": [
2,
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.6666666666666666,
0,
0,
0.3333333333333333,
0,
0,
0,
0.16666666666666666,
0,
0,
0.25,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
c7be2def-c2bb-4b16-8160-2d3d5bc055e4 | null | c680cb0d-11f2-4862-b749-9beaaef1231a | 2023-02-04T23:44:25.634856+00:00 | Why did the Sasanian empire fall? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0006296563078649342,
"severe_toxicity": 0.00003548656968632713,
"obscene": 0.0002016960788751021,
"identity_attack": 0.0001914031890919432,
"insult": 0.00025987529079429805,
"threat": 0.000051356775657041,
"sexual_explicit": 0.000022279877157416195
} | c7be2def-c2bb-4b16-8160-2d3d5bc055e4 | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_ranking"
],
"count": [
9,
9,
4
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.3333333333333333,
0.16666666666666666,
0.08333333333333333,
0,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
d68992cb-9026-4d81-8330-2157fed42362 | c7be2def-c2bb-4b16-8160-2d3d5bc055e4 | 5c5ea0de-6de1-4999-a0c9-1b5682c16582 | 2023-02-05T15:50:15.747980+00:00 | The direct cause of downfall of the Sasanian empire, also known as the Sassanid empire, was the Arab conquest which took place between 637 and 651 AD. The Rashidun Caliphate, the most powerful geopolitical force in Asia and the Middle East at that time, invaded Asōristān, a province of the Sasanian empire roughly overlapping with modern day Iraq. This province was the economic and cultural center of the Sasanian empire, and the Sasanians eventually forced the Rashidun army to give up their holdings until a second attack which got much farther in 636. For the next six years, the natural barrier created by the Zagros mountains stonewalled the attacks by the Arabs; however, by 642 the Rashidun Caliphate brought a full scale invasion of Persia (including the Sasanian empire.) By 651 AD, they had taken complete control over the Sasanian empire. | assistant | en | 3 | true | false | 0 | false | null | {
"toxicity": 0.00023413468443322927,
"severe_toxicity": 0.00018417576211504638,
"obscene": 0.0015065200859680772,
"identity_attack": 0.00028540470520965755,
"insult": 0.0011217015562579036,
"threat": 0.00011390505824238062,
"sexual_explicit": 0.00008237327710958198
} | c7be2def-c2bb-4b16-8160-2d3d5bc055e4 | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
2,
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.5833333333333334,
0.08333333333333333,
0,
0.6666666666666666,
0.08333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
33deaa71-9c06-4301-93a5-7c66a8f2218e | d68992cb-9026-4d81-8330-2157fed42362 | 7de84fb1-4cf5-4142-989d-f490fc526bfd | 2023-02-05T17:22:23.979155+00:00 | How did that develop afterward? Briefly summarize the history of the next 100 years. | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.00038032952579669654,
"severe_toxicity": 0.000029385873858700506,
"obscene": 0.00018561947217676789,
"identity_attack": 0.00008793604501988739,
"insult": 0.00020559041877277195,
"threat": 0.00004443390207597986,
"sexual_explicit": 0.00002693894384719897
} | c7be2def-c2bb-4b16-8160-2d3d5bc055e4 | ready_for_export | null | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.5833333333333334,
0.25,
0.25,
0.5,
0
],
"count": [
3,
3,
1,
1,
1,
1,
3,
1,
1,
1,
1
]
} |
65e0d42f-90e9-4590-9448-86a1b083c084 | d68992cb-9026-4d81-8330-2157fed42362 | 917db13d-e516-4b2d-bb53-58f51fd940bc | 2023-02-05T17:23:33.154201+00:00 | What is the source of your information? What are some good books I could read to find out more? Have any films or TV documentaries been made that could bring this story to life for me? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0004839938774239272,
"severe_toxicity": 0.000026342237106291577,
"obscene": 0.00021327761351130903,
"identity_attack": 0.0000886501875356771,
"insult": 0.0002870767784770578,
"threat": 0.000032893934985622764,
"sexual_explicit": 0.000020972132915630937
} | c7be2def-c2bb-4b16-8160-2d3d5bc055e4 | ready_for_export | {
"name": [
"_skip_labeling"
],
"count": [
1
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
1,
0,
0.5,
1,
0
],
"count": [
3,
3,
1,
1,
1,
1,
3,
1,
1,
1,
1
]
} |
69c2a370-3e75-4b95-b723-dd8884abd5f0 | c7be2def-c2bb-4b16-8160-2d3d5bc055e4 | 7de84fb1-4cf5-4142-989d-f490fc526bfd | 2023-02-05T15:52:55.435775+00:00 | The Sasanian Empire fell due to a combination of internal decline and external pressure. Internal factors such as weak leadership, economic decline, and political instability weakened the empire, making it vulnerable to invasion. External pressure came in the form of the Arab-Muslim conquest of Iran in the 7th century. The Arab-Muslim armies, led by Caliph Umar and General Khalid ibn al-Walid, defeated the Sasanian forces and brought an end to the empire. | assistant | en | 3 | true | false | 1 | false | null | {
"toxicity": 0.0016547793056815863,
"severe_toxicity": 0.00017345264495816082,
"obscene": 0.0005217171274125576,
"identity_attack": 0.0020942639093846083,
"insult": 0.0006413445807993412,
"threat": 0.0003470091905910522,
"sexual_explicit": 0.00014330795966088772
} | c7be2def-c2bb-4b16-8160-2d3d5bc055e4 | ready_for_export | {
"name": [
"+1",
"_skip_labeling"
],
"count": [
1,
2
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.5833333333333334,
0,
0.16666666666666666,
0.6666666666666666,
0.3333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
1a1a2f04-79a6-4ef7-923e-99b8e44ca724 | 69c2a370-3e75-4b95-b723-dd8884abd5f0 | 9109eaad-017a-46f9-91c5-231cd95d73d0 | 2023-02-05T18:20:29.996435+00:00 | Tell me more about Arab-Muslim conquest of Iran | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.07374843209981918,
"severe_toxicity": 0.00033061415888369083,
"obscene": 0.0009478727588430047,
"identity_attack": 0.08335970342159271,
"insult": 0.003729763673618436,
"threat": 0.001760790590196848,
"sexual_explicit": 0.0005965519812889397
} | c7be2def-c2bb-4b16-8160-2d3d5bc055e4 | ready_for_export | null | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.9166666666666666,
0,
0,
0.25,
0
],
"count": [
3,
3,
1,
1,
1,
1,
3,
1,
1,
1,
1
]
} |
87b6894f-9fed-4ce1-afeb-156f2bcdd0ad | c7be2def-c2bb-4b16-8160-2d3d5bc055e4 | 40259f68-247e-400e-bde7-ba927abf3222 | 2023-02-05T15:57:46.283009+00:00 | The Sasanian Empire lasted until 651 CE when it was overthrown by the Arab Rashidun Caliphate. | assistant | en | 3 | true | false | 2 | false | null | {
"toxicity": 0.000701370881870389,
"severe_toxicity": 0.00008072525088209659,
"obscene": 0.0008105390588752925,
"identity_attack": 0.0004107933200430125,
"insult": 0.0006450271466746926,
"threat": 0.00011763820657506585,
"sexual_explicit": 0.0000665650877635926
} | c7be2def-c2bb-4b16-8160-2d3d5bc055e4 | ready_for_export | {
"name": [
"+1",
"-1"
],
"count": [
1,
2
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.3333333333333333,
0,
0,
0,
0,
0,
0.3333333333333333,
0.3333333333333333,
0,
0.08333333333333333,
0,
0.08333333333333333
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
7ed74f7e-73ba-4089-be69-bf1705a6f35a | 87b6894f-9fed-4ce1-afeb-156f2bcdd0ad | 9109eaad-017a-46f9-91c5-231cd95d73d0 | 2023-02-05T17:03:56.190465+00:00 | How it was overthrown? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0013640845427289605,
"severe_toxicity": 0.000052757975936401635,
"obscene": 0.0004865855153184384,
"identity_attack": 0.00010010943515226245,
"insult": 0.0004163486009929329,
"threat": 0.00024100406153593212,
"sexual_explicit": 0.0001192589697893709
} | c7be2def-c2bb-4b16-8160-2d3d5bc055e4 | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_ranking"
],
"count": [
2,
6,
7
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.6666666666666666,
0.5,
0.5,
0.25,
0
],
"count": [
3,
3,
1,
1,
1,
1,
3,
1,
1,
1,
1
]
} |
00972281-ae9c-4ee3-84ef-7e4799ba3333 | 7ed74f7e-73ba-4089-be69-bf1705a6f35a | a63181b7-107c-4fcc-913c-6871e68a9ffe | 2023-02-05T19:45:44.891838+00:00 | It was overthrown during the Muslim conquest of Persia, also known as the Arab conquest of Iran, was carried out by the Rashidun Caliphate from 633 to 654 AD and led to the fall of the Sasanian Empire as well as the eventual decline of the Zoroastrian religion | assistant | en | 3 | true | false | 0 | false | null | {
"toxicity": 0.003211794188246131,
"severe_toxicity": 0.0004559998051263392,
"obscene": 0.001474087475799024,
"identity_attack": 0.003759153187274933,
"insult": 0.0018688392592594028,
"threat": 0.0006658711354248226,
"sexual_explicit": 0.00035460281651467085
} | c7be2def-c2bb-4b16-8160-2d3d5bc055e4 | ready_for_export | null | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.3333333333333333,
0,
0,
0,
0,
0,
0.5,
0.25,
0.08333333333333333,
0.9166666666666666,
0.16666666666666666,
0.08333333333333333
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
6cc085f7-9462-4cac-a467-444b3b7be08e | 7ed74f7e-73ba-4089-be69-bf1705a6f35a | b9be2f5e-81d5-42c9-8b74-82b4e63caa38 | 2023-02-05T20:00:42.397349+00:00 | The shah, Yazdegerd III, lost the support of critical provinces by pursuing a policy of high taxes and continued war. The province he was in, Marw, eventually turned on him as well. It allied with Nezak Tarkhan, the nomadic ruler of Tokharistan, and together they defeated him in battle. Isolated, he sought refuge at a miller who took the opportunity to murder him, either for his jewelry or for political reasons. | assistant | en | 3 | true | false | 1 | false | null | {
"toxicity": 0.05292808637022972,
"severe_toxicity": 0.00006931642565177754,
"obscene": 0.0003910043742507696,
"identity_attack": 0.0007610189495608211,
"insult": 0.0036565682385116816,
"threat": 0.009231127798557281,
"sexual_explicit": 0.0002464978024363518
} | c7be2def-c2bb-4b16-8160-2d3d5bc055e4 | ready_for_export | null | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.8333333333333334,
0.3333333333333333,
0.16666666666666666,
0.9166666666666666,
0.4166666666666667,
0.08333333333333333
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
} |
Subsets and Splits