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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6f4e0354-db4f-4d2b-b5f1-5fa65a19f264 | d43e27a9-d232-4ed5-88a2-ccc246b61985 | 0a3b8f90-e899-4980-9fbc-bb1ff0c7c2f7 | 2023-02-27T12:06:36.501619+00:00 | The conversion between the standard g/cm³ and pounds per cubic foot involves some messy numbers and I'm afraid I might make mistakes. Can you build a converter between densities of different volume and mass units in python? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0005871547618880868,
"severe_toxicity": 0.00003300261960248463,
"obscene": 0.00023711429093964398,
"identity_attack": 0.00014364917296916246,
"insult": 0.0003619454219006002,
"threat": 0.000039989907236304134,
"sexual_explicit": 0.000023764998331898823
} | 9be189be-c075-4fd4-bcef-762ada3e6a1d | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_ranking"
],
"count": [
3,
5,
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.75,
0.08333333333333333,
0.25,
0.5,
0
... |
5f3fce06-8085-40f7-9e34-066ddc4c838e | 6f4e0354-db4f-4d2b-b5f1-5fa65a19f264 | 247679e9-2f11-4b7d-895a-9e7cd8078e94 | 2023-02-27T22:00:42.242743+00:00 | Certainly. Here is a `python` script that will calculate the mass of an 18 foot by 12 foot by 1 inch block of ice and provide unit conversions:
```python
import numpy as np
# we must convert the lengths into a common unit (foot -> cm)
# and the mass to a common unit (gram -> pound)
# as the density for ice is given i... | assistant | en | 3 | true | false | 0 | false | null | {
"toxicity": 0.00016393468831665814,
"severe_toxicity": 0.00034012115793302655,
"obscene": 0.0019120777724310756,
"identity_attack": 0.0005421459209173918,
"insult": 0.0011909895110875368,
"threat": 0.00022667221492156386,
"sexual_explicit": 0.00013053943985141814
} | 9be189be-c075-4fd4-bcef-762ada3e6a1d | 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.66666666666... |
94f81948-1de1-437b-b089-ab1c5680c498 | 5f3fce06-8085-40f7-9e34-066ddc4c838e | e7f41e93-7b71-47ff-9a57-a30faa2ee8c0 | 2023-02-28T01:29:54.607219+00:00 | Thanks! Can you modify this code so that it calculates the weight of any width/height/length block of any material, with a short dictionary of a few materials with the key as their name and the value as their density?
Please write it as one function that takes in the material as either a string representing the mater... | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.000288663140963763,
"severe_toxicity": 0.00004849252218264155,
"obscene": 0.0002757527108769864,
"identity_attack": 0.00013071981084067374,
"insult": 0.0003261893580202013,
"threat": 0.00005455461723613553,
"sexual_explicit": 0.000034385258913971484
} | 9be189be-c075-4fd4-bcef-762ada3e6a1d | 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,
1,
0.125,
0.125,
0.625,
0
],
"count":... |
501e9ef5-e6a4-40d8-81e0-064f1c21ba61 | 94f81948-1de1-437b-b089-ab1c5680c498 | 2d40e94c-40ed-4e00-a66e-454c0401c8ad | 2023-02-28T03:28:56.001468+00:00 | Sure, here's an updated Python function that calculates the weight of a block of any material with any dimensions:
```
import numpy as np
# Define a dictionary of materials and their densities in g/cm^3
MATERIAL_DENSITIES = {
'ice': 0.92,
'iron': 7.87,
'aluminum': 2.7,
'gold': 19.3,
'lead': 11.3,... | assistant | en | 3 | true | false | null | false | null | {
"toxicity": 0.00020467661670409143,
"severe_toxicity": 0.00040563836228102446,
"obscene": 0.0025637615472078323,
"identity_attack": 0.000566511123906821,
"insult": 0.00198368146084249,
"threat": 0.00023330707335844636,
"sexual_explicit": 0.00014129462942946702
} | 9be189be-c075-4fd4-bcef-762ada3e6a1d | 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.83333333333... |
0b319645-f97a-4a10-a2f4-4d4bc5eaf0f4 | 6f4e0354-db4f-4d2b-b5f1-5fa65a19f264 | 9507be08-c146-4cb8-b5e9-4ef756a7cf0c | 2023-02-28T01:10:45.019270+00:00 | I am not sure what is the expectation here | assistant | en | 3 | true | false | 1 | false | null | {
"toxicity": 0.00037908865488134325,
"severe_toxicity": 0.00005735635568271391,
"obscene": 0.0002987495099660009,
"identity_attack": 0.00017097023373935372,
"insult": 0.00029875178006477654,
"threat": 0.00006558535824296996,
"sexual_explicit": 0.00003284102785983123
} | 9be189be-c075-4fd4-bcef-762ada3e6a1d | 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.6666666666666666,
0,
0,
0,
0,
0,
... |
ab8f1cc7-96a9-4989-91b7-d997427234c4 | 9be189be-c075-4fd4-bcef-762ada3e6a1d | b000ac56-ca55-4fbf-8914-a38ea73b286e | 2023-02-26T18:14:52.968745+00:00 | An 18 foot by 12 foot by 1 inch block of ice would weigh 1030.16 pounds.
This can be found using the ice weight formula:
```
IW=IV∗.033128
```
Where IW is the ice weight in pounds, and IV is the total ice volume in cubic inches.
Let me know if there is anything else I can help you with. | assistant | en | 3 | true | false | 2 | false | null | {
"toxicity": 0.00035167185706086457,
"severe_toxicity": 0.000031315696105593815,
"obscene": 0.0001812707632780075,
"identity_attack": 0.00009142256021732464,
"insult": 0.00016216591757256538,
"threat": 0.000047292691306211054,
"sexual_explicit": 0.000031408500944962725
} | 9be189be-c075-4fd4-bcef-762ada3e6a1d | 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.41666666666... |
04cf8d70-6a83-480a-a701-eac55f137104 | ab8f1cc7-96a9-4989-91b7-d997427234c4 | 068951d1-4a1e-4d91-9c29-0090fdf9366d | 2023-02-27T16:54:40.435300+00:00 | - What are the units for the variables in the ice weight formula (IW and IV)?
- Where does the specific value of .033128 come from in the ice weight formula? What does it represent?
- What assumptions are being made about the ice block in order to use this formula? For example, is it assuming a certain density or tem... | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.00035071332240477204,
"severe_toxicity": 0.00003438548810663633,
"obscene": 0.00024299966753460467,
"identity_attack": 0.00009731879981700331,
"insult": 0.0002881308028008789,
"threat": 0.00004039015038870275,
"sexual_explicit": 0.000028642331017181277
} | 9be189be-c075-4fd4-bcef-762ada3e6a1d | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
1,
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.9166666666666666,
0.375,
0.125,
0.5,
0.... |
8bfdc886-f74a-40ef-b0c2-20556b1105d0 | 04cf8d70-6a83-480a-a701-eac55f137104 | 2d40e94c-40ed-4e00-a66e-454c0401c8ad | 2023-02-28T03:43:57.841014+00:00 | The units for the variables in the ice weight formula are as follows:
- IW (Ice Weight) is measured in pounds
- IV (Ice Volume) is measured in cubic inches
The specific value of .033128 in the ice weight formula represents the density of ice in pounds per cubic inch. This value is obtained by dividing the density of w... | assistant | en | 3 | true | false | null | false | null | {
"toxicity": 0.00028415440465323627,
"severe_toxicity": 0.00030696773319505155,
"obscene": 0.0027846978046000004,
"identity_attack": 0.0003862397570628673,
"insult": 0.0017671072855591774,
"threat": 0.00017524657596368343,
"sexual_explicit": 0.00013113653403706849
} | 9be189be-c075-4fd4-bcef-762ada3e6a1d | 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.66666666666... |
ed3b87cb-ffb0-47c0-8877-9293b435a329 | null | 39abb1ae-2929-4a0d-8151-7e9c31bc5169 | 2023-02-10T13:17:43.322392+00:00 | Explícame de manera sencilla qué son las redes neuronales, su uso y aplicación hoy en día. | prompter | es | 3 | true | false | null | false | null | {
"toxicity": 0.0008887258009053767,
"severe_toxicity": 0.0001921115181175992,
"obscene": 0.0017183962045237422,
"identity_attack": 0.0003221777733415365,
"insult": 0.0010873149149119854,
"threat": 0.00017904503329191357,
"sexual_explicit": 0.000153842760482803
} | ed3b87cb-ffb0-47c0-8877-9293b435a329 | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_ranking"
],
"count": [
2,
3,
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.8333333333333334,
0.3333333333333333,
0.25,
... |
553f4fb7-1e85-41f2-abf2-d27abbbdc4d3 | ed3b87cb-ffb0-47c0-8877-9293b435a329 | e805e3e4-48f6-44ff-b46c-59afe1f69158 | 2023-02-11T11:13:07.831973+00:00 | Las redes neuronales son un tipo de tecnología que imita el cerebro humano. Cada red neuronal está compuesta por muchas unidades (Las "neuronas"), que trabajan juntas para hacer una tarea específica. Estas neuronas se refieren normalmente bajo el nombre de "parámetros" cuando se habla de estos modelos. (Por ejemplo, lo... | assistant | es | 3 | true | false | 0 | false | null | {
"toxicity": 0.00033475665259175,
"severe_toxicity": 0.00006398368714144453,
"obscene": 0.0005666480283252895,
"identity_attack": 0.00014513502537738532,
"insult": 0.00045607524225488305,
"threat": 0.00004787789293914102,
"sexual_explicit": 0.000046450470108538866
} | ed3b87cb-ffb0-47c0-8877-9293b435a329 | ready_for_export | {
"name": [
"_skip_labeling"
],
"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.25... |
8c7235f2-359e-4f37-b17e-654b38ef2d6b | ed3b87cb-ffb0-47c0-8877-9293b435a329 | e8b34ab4-4cb3-46a5-b3b5-2fdc7be72494 | 2023-02-11T11:06:46.820192+00:00 | Las redes neuronales son un tipo de algoritmo de aprendizaje automático que se basa en la estructura y funcionamiento del cerebro humano. Cada neurona en una red neuronal recibe entrada de otras neuronas, procesa esta información y produce una señal de salida.
Las redes neuronales se utilizan para resolver una amplia ... | assistant | es | 3 | true | false | 1 | false | null | {
"toxicity": 0.00037454022094607353,
"severe_toxicity": 0.00003902675598510541,
"obscene": 0.0002859652740880847,
"identity_attack": 0.0001046508114086464,
"insult": 0.00027486999169923365,
"threat": 0.00004800082751899026,
"sexual_explicit": 0.00003544061110005714
} | ed3b87cb-ffb0-47c0-8877-9293b435a329 | 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.58333333333... |
2a0131f0-7e44-4fa6-8c58-26bd33cfbcdd | ed3b87cb-ffb0-47c0-8877-9293b435a329 | 5fe86b9b-ac5d-4872-a92d-f06236861c09 | 2023-02-11T10:57:04.746247+00:00 | La idea principal de las redes neuronales es intentar replicar un comportamiento "inteligente" tal como el cerebro humano. Esto se logra mediante la interconexión de capas de nodos que reciben, procesan y generan datos. Estos nodos se ajustan con el propósito de afinar y pulir los datos de salida y se pueden entrenar p... | assistant | es | 3 | true | false | 2 | false | null | {
"toxicity": 0.0003247592248953879,
"severe_toxicity": 0.000040105165680870414,
"obscene": 0.00030399911338463426,
"identity_attack": 0.0000992381465039216,
"insult": 0.00032785642542876303,
"threat": 0.000043126052332809195,
"sexual_explicit": 0.0000332020026689861
} | ed3b87cb-ffb0-47c0-8877-9293b435a329 | 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.91666666666... |
964d9e24-76c2-4234-8de2-71acfb3b0287 | null | f789d54c-d140-4267-891d-c61a17334a7c | 2023-01-29T08:25:36.519767+00:00 | Качественно и достоверно переведи следующий текст на русский: Strange memories on this nervous night in Las Vegas. Five years later? Six? It seems like a lifetime, or at least a Main Era—the kind of peak that never comes again. San Francisco in the middle sixties was a very special time and place to be a part of. Maybe... | prompter | ru | 3 | true | false | null | false | null | {
"toxicity": 0.09539996087551117,
"severe_toxicity": 0.00030652672285214067,
"obscene": 0.05367795750498772,
"identity_attack": 0.0005582080339081585,
"insult": 0.01172429509460926,
"threat": 0.00015483982861042023,
"sexual_explicit": 0.000351429742295295
} | 964d9e24-76c2-4234-8de2-71acfb3b0287 | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_ranking"
],
"count": [
2,
13,
3
]
} | {
"name": [
"spam",
"lang_mismatch"
],
"value": [
0,
0
],
"count": [
3,
1
]
} |
1c04748c-20b4-42e1-aae1-edf58032a2c8 | 964d9e24-76c2-4234-8de2-71acfb3b0287 | 85e758bd-a275-4141-9080-d073794af96c | 2023-02-09T16:07:32.501460+00:00 | С удовольствием! Вот ваш перевод.
Странные воспоминания об этой нервной ночи в Лас-Вегасе. Пять лет спустя? Шесть? Кажется, что это целая жизнь или, по крайней мере, Основная Эра — своего рода пик, который никогда не наступает снова. Сан-Франциско середины шестидесятых был особенным временем и местом, частью котор... | assistant | ru | 3 | true | false | 0 | false | null | {
"toxicity": 0.008503596298396587,
"severe_toxicity": 0.00011814374011009932,
"obscene": 0.001965703209862113,
"identity_attack": 0.00039745745016261935,
"insult": 0.005581669509410858,
"threat": 0.00010473615839146078,
"sexual_explicit": 0.00019105510727968067
} | 964d9e24-76c2-4234-8de2-71acfb3b0287 | ready_for_export | {
"name": [
"_skip_labeling"
],
"count": [
2
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.5,
0.3333333333333333,
0,
0,
0,
0... |
06305733-fc69-4edb-b280-0f3a3c001f9d | 964d9e24-76c2-4234-8de2-71acfb3b0287 | 97894afc-2204-4c7b-9b91-f1c71c10f032 | 2023-02-05T18:58:26.122951+00:00 | Странные воспоминания в эту нервную ночь в Лас-Вегасе. Пять лет спустя? Шесть? Кажется, что это целая жизнь или, по крайней мере, Великая эпоха - такой пик, который никогда не повторится. Сан-Франциско середины шестидесятых был особенным временем и местом, частью которого можно было стать. Возможно, это что-то значило.... | assistant | ru | 3 | true | false | 1 | false | null | {
"toxicity": 0.009139129891991615,
"severe_toxicity": 0.00004653000723919831,
"obscene": 0.001144101028330624,
"identity_attack": 0.00030916344258002937,
"insult": 0.00569574162364006,
"threat": 0.00005208918446442112,
"sexual_explicit": 0.00007716626714682207
} | 964d9e24-76c2-4234-8de2-71acfb3b0287 | ready_for_export | {
"name": [
"_skip_reply",
"_skip_labeling"
],
"count": [
3,
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.83333333333... |
abd6f6c7-6c40-4470-9a4f-441e5800e70b | 06305733-fc69-4edb-b280-0f3a3c001f9d | f145bbde-0161-4ac5-8851-1af28063a484 | 2023-02-06T08:47:04.582346+00:00 | Во фрагменте "... по тоннелю Острова сокровищ" Остров сокровищ здесь не подходит по стилистике относительно остальных англоязычных топонимов. Для Treasure Island лучше использовать Трежер-Айленд. | prompter | ru | 3 | true | false | null | false | null | {
"toxicity": 0.0005947483005002141,
"severe_toxicity": 0.00026064974372275174,
"obscene": 0.002930176444351673,
"identity_attack": 0.0005579040152952075,
"insult": 0.002727686893194914,
"threat": 0.00016334318206645548,
"sexual_explicit": 0.00011410486331442371
} | 964d9e24-76c2-4234-8de2-71acfb3b0287 | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
2,
8
]
} | {
"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.25,
0.25,
0
],... |
d7dd1631-bfbc-4523-9868-3ae036b0db9f | abd6f6c7-6c40-4470-9a4f-441e5800e70b | d04aac39-999e-437e-966f-9d44668adfe5 | 2023-02-09T12:32:29.077164+00:00 | Прошу прощения, перевод между языками содержит элемент неопределенности. С учетом Вашего уточнения, последнюю часть можно перевести следующим образом:
Мое главное воспоминание о том времени, похоже, связано с одной или пятью, а может быть, сорока ночами или очень ранним утром, когда я вышел из "Филлмора" полубезумным ... | assistant | ru | 3 | true | false | 0 | false | null | {
"toxicity": 0.010227028280496597,
"severe_toxicity": 0.00004406429798109457,
"obscene": 0.0009742744732648134,
"identity_attack": 0.0002499047259334475,
"insult": 0.008333015255630016,
"threat": 0.0000488398945890367,
"sexual_explicit": 0.00008194433030439541
} | 964d9e24-76c2-4234-8de2-71acfb3b0287 | 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.75,
0,
... |
af1734c6-12fe-4298-baa4-147f622e68a8 | abd6f6c7-6c40-4470-9a4f-441e5800e70b | bf6867fd-6273-4ed3-99d9-5078e8c59b8a | 2023-02-09T12:59:02.943344+00:00 | Не буду спорить. Мне сейчас любопытно другое. Вы это сказали, чтобы произвести впечатление на нейросеть? ;-) | assistant | ru | 3 | true | false | 1 | false | null | {
"toxicity": 0.008165789768099785,
"severe_toxicity": 0.00004058640843140893,
"obscene": 0.0007705082534812391,
"identity_attack": 0.0001922141236718744,
"insult": 0.006886868737637997,
"threat": 0.00014764010848011822,
"sexual_explicit": 0.00016159340157173574
} | 964d9e24-76c2-4234-8de2-71acfb3b0287 | 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.333333333333333... |
be4f22ec-c146-4828-9566-51c0d7326476 | 964d9e24-76c2-4234-8de2-71acfb3b0287 | 0bb483d9-55aa-40ad-b731-cb67fb0a8f20 | 2023-02-05T20:25:08.489442+00:00 | Странные воспоминания об этой нервной ночи в Лас-Вегасе. Пять лет спустя? Шесть? Кажется, что это целая жизнь или, по крайней мере, Основная Эра — своего рода пик, который никогда не наступит снова. Сан-Франциско середины шестидесятых был особенным временем и местом, частью которого нужно было стать. Может, это что-то ... | assistant | ru | 3 | true | false | 2 | false | null | {
"toxicity": 0.01013322826474905,
"severe_toxicity": 0.00011815230391221121,
"obscene": 0.002082233550027013,
"identity_attack": 0.0005590713699348271,
"insult": 0.0056028300896286964,
"threat": 0.0001178498423541896,
"sexual_explicit": 0.00019692705245688558
} | 964d9e24-76c2-4234-8de2-71acfb3b0287 | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_labeling"
],
"count": [
1,
2,
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.58333333333... |
a540504f-bd0e-48e7-a1fc-8c329ca32f9d | be4f22ec-c146-4828-9566-51c0d7326476 | c493267a-4a43-4c4e-b4b1-997aaf92d4be | 2023-02-06T10:44:58.343183+00:00 | Разбей по абзацам, как было в исходном тексте. | prompter | ru | 3 | true | false | null | false | null | {
"toxicity": 0.0010879661422222853,
"severe_toxicity": 0.00045748468255624175,
"obscene": 0.0046872226521372795,
"identity_attack": 0.00048717096797190607,
"insult": 0.0034074359573423862,
"threat": 0.00077123410301283,
"sexual_explicit": 0.0002615895646158606
} | 964d9e24-76c2-4234-8de2-71acfb3b0287 | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_ranking"
],
"count": [
5,
8,
5
]
} | {
"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,
0
],
"count": [
... |
3a31679c-56cf-4999-b763-65603d783f7e | a540504f-bd0e-48e7-a1fc-8c329ca32f9d | 37646087-5507-4289-9ebd-8ea5df4bf076 | 2023-02-07T16:46:00.579959+00:00 | Странные воспоминания об этой нервной ночи в Лас-Вегасе. Пять лет спустя? Шесть? Кажется, что это целая жизнь или, по крайней мере, Основная Эра — своего рода пик, который никогда не наступит снова. Сан-Франциско середины шестидесятых был особенным временем и местом, частью которого нужно было стать. Может, это что-то ... | assistant | ru | 3 | true | false | 0 | false | null | {
"toxicity": 0.01013322826474905,
"severe_toxicity": 0.00011815230391221121,
"obscene": 0.002082233550027013,
"identity_attack": 0.0005590713699348271,
"insult": 0.0056028300896286964,
"threat": 0.0001178498423541896,
"sexual_explicit": 0.00019692705245688558
} | 964d9e24-76c2-4234-8de2-71acfb3b0287 | 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.83333333333... |
031325d5-7c3f-46df-a8dd-71501b3cc513 | a540504f-bd0e-48e7-a1fc-8c329ca32f9d | c493267a-4a43-4c4e-b4b1-997aaf92d4be | 2023-02-06T17:42:38.928288+00:00 | Странные воспоминания об этой нервной ночи в Лас-Вегасе. Пять лет спустя? Шесть? Кажется, что это целая жизнь или, по крайней мере, Основная Эра — своего рода пик, который никогда не наступит снова. Сан-Франциско середины шестидесятых был особенным временем и местом, частью которого нужно было стать. Может, это что-то ... | assistant | ru | 3 | true | false | 1 | false | null | {
"toxicity": 0.01013322826474905,
"severe_toxicity": 0.00011815230391221121,
"obscene": 0.002082233550027013,
"identity_attack": 0.0005590713699348271,
"insult": 0.0056028300896286964,
"threat": 0.0001178498423541896,
"sexual_explicit": 0.00019692705245688558
} | 964d9e24-76c2-4234-8de2-71acfb3b0287 | 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.83333333333... |
0c6c0468-d783-4d72-ba33-7321d1644a9f | a540504f-bd0e-48e7-a1fc-8c329ca32f9d | bf6867fd-6273-4ed3-99d9-5078e8c59b8a | 2023-02-06T16:43:14.177480+00:00 | Странные воспоминания об этой нервной ночи в Лас-Вегасе. Пять лет спустя? Шесть? Кажется, что это целая жизнь или, по крайней мере, Основная Эра — своего рода пик, который никогда не наступит снова. Сан-Франциско середины шестидесятых был особенным временем и местом, частью которого нужно было стать. Может, это что-то ... | assistant | ru | 3 | true | false | 2 | false | null | {
"toxicity": 0.01013322826474905,
"severe_toxicity": 0.00011815230391221121,
"obscene": 0.002082233550027013,
"identity_attack": 0.0005590713699348271,
"insult": 0.0056028300896286964,
"threat": 0.0001178498423541896,
"sexual_explicit": 0.00019692705245688558
} | 964d9e24-76c2-4234-8de2-71acfb3b0287 | 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.66666666666... |
746a128a-1453-424c-80da-11c659687fc4 | a540504f-bd0e-48e7-a1fc-8c329ca32f9d | 5e594051-f9a6-492e-b362-4a767cfc6e24 | 2023-02-06T19:03:31.393787+00:00 | Странные воспоминания об этой нервной ночи в Лас-Вегасе. Пять лет спустя? Шесть? Кажется, что это целая жизнь или, по крайней мере, главная эпоха — своего рода пик, который никогда больше не повторится. Сан-Франциско в середине шестидесятых был совершенно особенным временем и местом, частью которого стоило стать. Может... | assistant | ru | 3 | true | false | 3 | false | null | {
"toxicity": 0.04152780398726463,
"severe_toxicity": 0.00011192673264304176,
"obscene": 0.005750325042754412,
"identity_attack": 0.0006825454765930772,
"insult": 0.02114933915436268,
"threat": 0.0001112963363993913,
"sexual_explicit": 0.0002553236554376781
} | 964d9e24-76c2-4234-8de2-71acfb3b0287 | 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.66666666666... |
c2f4700e-e883-4765-bdb8-8554aab98568 | null | 0545b5ed-420d-4145-a039-ddfcd097c953 | 2023-02-08T22:26:47.752429+00:00 | Давай сыграем в игру "20 вопросов". Я загадал персонажа, попробуй угадать его. | prompter | ru | 3 | true | false | null | false | null | {
"toxicity": 0.0007053901208564639,
"severe_toxicity": 0.00014113505312707275,
"obscene": 0.0013836713042110205,
"identity_attack": 0.0002395077608525753,
"insult": 0.000950818823184818,
"threat": 0.00027036984101869166,
"sexual_explicit": 0.0001088052595150657
} | c2f4700e-e883-4765-bdb8-8554aab98568 | ready_for_export | {
"name": [
"+1"
],
"count": [
3
]
} | {
"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.08333333333333333,
0.416666... |
dfc3668e-079f-4e98-9baa-289c42bdd934 | c2f4700e-e883-4765-bdb8-8554aab98568 | bf6867fd-6273-4ed3-99d9-5078e8c59b8a | 2023-03-12T13:42:17.405936+00:00 | Отлично, давайте сыграем!
*Вопрос 1.* Это человек? | assistant | ru | 3 | true | false | 0 | false | null | {
"toxicity": 0.002690470078960061,
"severe_toxicity": 0.00015152822015807033,
"obscene": 0.00045629459782503545,
"identity_attack": 0.0005988046177662909,
"insult": 0.000927194079849869,
"threat": 0.0005139633431099355,
"sexual_explicit": 0.000287256931187585
} | c2f4700e-e883-4765-bdb8-8554aab98568 | 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,
1,
0,
... |
2a088e10-56f3-4be8-99b0-9b37436b4cfe | dfc3668e-079f-4e98-9baa-289c42bdd934 | bf6867fd-6273-4ed3-99d9-5078e8c59b8a | 2023-03-13T08:32:50.751426+00:00 | Хм… [Не без некоторого сомненья:] *Да*. | prompter | ru | 3 | true | false | null | false | null | {
"toxicity": 0.000950689718592912,
"severe_toxicity": 0.00011418922804296017,
"obscene": 0.0015570801915600896,
"identity_attack": 0.00017725177167449147,
"insult": 0.0012771908659487963,
"threat": 0.0001235777890542522,
"sexual_explicit": 0.00009465376933803782
} | c2f4700e-e883-4765-bdb8-8554aab98568 | ready_for_export | {
"name": [
"+1",
"-1",
"_skip_labeling"
],
"count": [
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.6666666666666666,
0.25,
0.8333333333333334,
... |
e59a50bc-2014-4c7d-8aaa-091df9b179bd | 2a088e10-56f3-4be8-99b0-9b37436b4cfe | bf6867fd-6273-4ed3-99d9-5078e8c59b8a | 2023-03-14T17:53:52.765981+00:00 | Ага, вы не вполне уверены!
*Вопрос 2.* У него есть сверхъестественные способности? | assistant | ru | 3 | true | false | 0 | false | null | {
"toxicity": 0.007094910368323326,
"severe_toxicity": 0.00004562620597425848,
"obscene": 0.0005125533789396286,
"identity_attack": 0.00018216465832665563,
"insult": 0.0031001255847513676,
"threat": 0.00010588638542685658,
"sexual_explicit": 0.000213496750802733
} | c2f4700e-e883-4765-bdb8-8554aab98568 | 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,
1,
0.1666... |
f7f997ec-5b1b-4666-aab6-01d5b9c18d62 | 2a088e10-56f3-4be8-99b0-9b37436b4cfe | 97894afc-2204-4c7b-9b91-f1c71c10f032 | 2023-03-14T18:35:27.939887+00:00 | *Вопрос 2.* Это мужчина или женщина? | assistant | ru | 3 | true | false | 1 | false | null | {
"toxicity": 0.0039022406563162804,
"severe_toxicity": 0.0007535075419582427,
"obscene": 0.0017072699265554547,
"identity_attack": 0.0018368397140875459,
"insult": 0.0018995336722582579,
"threat": 0.0007718928391113877,
"sexual_explicit": 0.0011349342530593276
} | c2f4700e-e883-4765-bdb8-8554aab98568 | 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.83333333333... |
9ebee27e-38da-471b-b5cd-b5327d6ee8b7 | c2f4700e-e883-4765-bdb8-8554aab98568 | a267bd78-d757-4bc4-949d-c8ce1e8fb66a | 2023-03-12T12:51:29.554887+00:00 | Окей. Ваш персонаж существует в реальности? | assistant | ru | 3 | true | false | 1 | false | null | {
"toxicity": 0.0009942647302523255,
"severe_toxicity": 0.00017323844076599926,
"obscene": 0.0023590903729200363,
"identity_attack": 0.00031972379656508565,
"insult": 0.002341402927413583,
"threat": 0.0001264588936464861,
"sexual_explicit": 0.00009758997475728393
} | c2f4700e-e883-4765-bdb8-8554aab98568 | 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,
1,
0.0833... |
836f03cb-52c7-48ea-a64b-d2899c6cc919 | 9ebee27e-38da-471b-b5cd-b5327d6ee8b7 | bf6867fd-6273-4ed3-99d9-5078e8c59b8a | 2023-03-12T16:05:13.477689+00:00 | Тут сразу же в полный рост встаёт вопрос о том, что такое «реальность» и что значит «существовать»… Ну да ладно, задуманный мной персонаж является вымышленным. Ответ — *нет*. | prompter | ru | 3 | true | false | null | false | null | {
"toxicity": 0.001021759700961411,
"severe_toxicity": 0.000038153972127474844,
"obscene": 0.0006504661287181079,
"identity_attack": 0.00008533112122677267,
"insult": 0.0007404117495752871,
"threat": 0.00003750506220967509,
"sexual_explicit": 0.000051039714890066534
} | c2f4700e-e883-4765-bdb8-8554aab98568 | 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.8333333333333334,
0,
0.375,
0.75,
0
]... |
d841e9f4-8cbb-41a2-b3c1-3a803cc7d229 | 836f03cb-52c7-48ea-a64b-d2899c6cc919 | bf6867fd-6273-4ed3-99d9-5078e8c59b8a | 2023-03-13T08:50:55.268820+00:00 | Отлично: мы только что исключили многие миллиарды подозреваемых! :)
Вопрос второй: ваш персонаж выглядит как человек? | assistant | ru | 3 | true | false | 0 | false | null | {
"toxicity": 0.0012887855991721153,
"severe_toxicity": 0.00006185718666529283,
"obscene": 0.00041653201333247125,
"identity_attack": 0.00014685258793178946,
"insult": 0.0007170331082306802,
"threat": 0.00012130672257626429,
"sexual_explicit": 0.00011884450213983655
} | c2f4700e-e883-4765-bdb8-8554aab98568 | 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.83333333333... |
21479716-3fa0-4c17-8eac-cdb5fe98fa76 | 836f03cb-52c7-48ea-a64b-d2899c6cc919 | a267bd78-d757-4bc4-949d-c8ce1e8fb66a | 2023-03-13T05:33:41.535361+00:00 | Ваш персонаж является человеком? | assistant | ru | 3 | true | false | 1 | false | null | {
"toxicity": 0.011781105771660805,
"severe_toxicity": 0.0001728399656713009,
"obscene": 0.001465410110540688,
"identity_attack": 0.0003760131075978279,
"insult": 0.008428621105849743,
"threat": 0.00033393967896699905,
"sexual_explicit": 0.00029106601141393185
} | c2f4700e-e883-4765-bdb8-8554aab98568 | 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.83333333333... |
2c82d4bb-2244-4cc8-a8a6-d448ee338b60 | c2f4700e-e883-4765-bdb8-8554aab98568 | 97894afc-2204-4c7b-9b91-f1c71c10f032 | 2023-03-12T18:32:13.461617+00:00 | Это мужчина или женщина? | assistant | ru | 3 | true | false | 2 | false | null | {
"toxicity": 0.008196149952709675,
"severe_toxicity": 0.0005039545940235257,
"obscene": 0.001438148319721222,
"identity_attack": 0.002579766558483243,
"insult": 0.0028312383219599724,
"threat": 0.0006868669297546148,
"sexual_explicit": 0.0010481018107384443
} | c2f4700e-e883-4765-bdb8-8554aab98568 | 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,
... |
374d599a-4d5c-4c5a-b61d-ac2cb15e5ddf | 2c82d4bb-2244-4cc8-a8a6-d448ee338b60 | 907391f0-fb0c-48fe-a3ef-8148b70c4a28 | 2023-03-14T10:20:10.907276+00:00 | Мужчина | prompter | ru | 3 | true | false | null | false | null | {
"toxicity": 0.036547768861055374,
"severe_toxicity": 0.00037246185820549726,
"obscene": 0.001144213369116187,
"identity_attack": 0.005898319650441408,
"insult": 0.017306946218013763,
"threat": 0.00094168062787503,
"sexual_explicit": 0.0006840011919848621
} | c2f4700e-e883-4765-bdb8-8554aab98568 | 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.5,
0.083333333333... |
e898d44a-3e60-40d3-9604-a8fb8da75794 | 374d599a-4d5c-4c5a-b61d-ac2cb15e5ddf | bf6867fd-6273-4ed3-99d9-5078e8c59b8a | 2023-03-14T17:55:11.177673+00:00 | Он жив? | assistant | ru | 3 | true | false | null | false | null | {
"toxicity": 0.0024856464006006718,
"severe_toxicity": 0.00007211694173747674,
"obscene": 0.00044239911949262023,
"identity_attack": 0.00014255889982450753,
"insult": 0.0014082426205277443,
"threat": 0.00021271489094942808,
"sexual_explicit": 0.000096263931482099
} | c2f4700e-e883-4765-bdb8-8554aab98568 | 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.2... |
a98ebd61-8b20-47b8-9a28-35a5458a00fb | null | 0a85f2ee-9840-4440-9676-261e15551253 | 2023-02-05T17:59:24.444712+00:00 | Peux tu m'aider à écrire une bio Tinder efficace ? | prompter | fr | 3 | true | false | null | false | null | {
"toxicity": 0.013785078190267086,
"severe_toxicity": 0.0009562437771819532,
"obscene": 0.017787937074899673,
"identity_attack": 0.0019982755184173584,
"insult": 0.008652832359075546,
"threat": 0.0008277883753180504,
"sexual_explicit": 0.002275461331009865
} | a98ebd61-8b20-47b8-9a28-35a5458a00fb | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
3,
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.5833333333333334,
0.3333333333333333,
0.25,
... |
a2d924ec-f18d-4384-a5d2-15c049fc64dd | a98ebd61-8b20-47b8-9a28-35a5458a00fb | a1361a7a-57a6-45ba-8db0-f33ec4417c9f | 2023-02-11T13:21:05.049428+00:00 | Bien sûr, je serais ravi de vous aider à écrire une bio Tinder efficace. Voici quelques astuces pour vous aider :
Soyez concis : Les utilisateurs de Tinder parcourent rapidement des centaines de profils, il est donc important de capter leur attention en quelques mots. Essayez de limiter votre bio à une ou deux phrases... | assistant | fr | 3 | true | false | 0 | false | null | {
"toxicity": 0.00037088230601511896,
"severe_toxicity": 0.000028681117328233086,
"obscene": 0.0002559607964940369,
"identity_attack": 0.0000758244568714872,
"insult": 0.00022707387688569725,
"threat": 0.000029170354537200183,
"sexual_explicit": 0.000034770997444866225
} | a98ebd61-8b20-47b8-9a28-35a5458a00fb | 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.91666666666... |
199239dc-1c4a-48ac-835c-b06f2bb6e95a | a2d924ec-f18d-4384-a5d2-15c049fc64dd | be958267-c2f2-4ebc-aa4b-e8e0e1cbe5a7 | 2023-02-11T18:26:49.493399+00:00 | Parfait merci ! Et tu aurais des conseils pour quand j'obtiendrai un date avec ta super bio ? J'ai peur que ma future femme s'ennuie ! | prompter | fr | 3 | true | false | null | false | null | {
"toxicity": 0.01590614579617977,
"severe_toxicity": 0.00006968990783207119,
"obscene": 0.0018354930216446519,
"identity_attack": 0.0005641725147143006,
"insult": 0.004169683903455734,
"threat": 0.0002882327535189688,
"sexual_explicit": 0.0006482286844402552
} | a98ebd61-8b20-47b8-9a28-35a5458a00fb | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
4,
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,
0.8333333333333334,
1,... |
edd8498d-db00-4a7b-bf9b-28550062af1a | 199239dc-1c4a-48ac-835c-b06f2bb6e95a | 818581ee-4355-4990-9da5-8390f1e708bd | 2023-02-12T09:14:25.385830+00:00 | Bien sûr! Voici quelques astuces pour vous aider à profiter au maximum de votre date :
Écoutez attentivement : L'une des clés d'une bonne conversation est de montrer que vous êtes intéressé par ce que l'autre personne a à dire. Écoutez attentivement ce qu'elle dit et posez des questions pour en savoir plus sur elle.
... | assistant | fr | 3 | true | false | 0 | false | null | {
"toxicity": 0.00045416352804750204,
"severe_toxicity": 0.000031010014936327934,
"obscene": 0.0002415939379716292,
"identity_attack": 0.00009233092714566737,
"insult": 0.00020749417308252305,
"threat": 0.0000441168958786875,
"sexual_explicit": 0.000047935867769410834
} | a98ebd61-8b20-47b8-9a28-35a5458a00fb | 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.91666666666... |
13ff742a-dbc9-4c17-b340-689104077293 | 199239dc-1c4a-48ac-835c-b06f2bb6e95a | aa01e8bb-b282-4b18-b42f-ca44ce11a801 | 2023-02-11T21:09:59.533328+00:00 | Bien sûr, parlez de vous sans prendre toute la place dans la conversation, écoutez la et intéressez vous à elle. Parlez de ce qui vous passionne, ce qui vous fait vous lever le matin quoi ! Le premier date est la première impression et faire bonne impression est important mais surtout montrer qui vous êtes, un genre de... | assistant | fr | 3 | true | false | 1 | false | null | {
"toxicity": 0.0011777972104027867,
"severe_toxicity": 0.000059851274272659793,
"obscene": 0.0010801381431519985,
"identity_attack": 0.00007519519567722455,
"insult": 0.0008788843988440931,
"threat": 0.00007712322985753417,
"sexual_explicit": 0.00011183838796569034
} | a98ebd61-8b20-47b8-9a28-35a5458a00fb | 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.83333333333... |
4b2f89d9-251d-4061-af72-5d4bf3446824 | 199239dc-1c4a-48ac-835c-b06f2bb6e95a | 6f55f69f-4be1-4f20-819e-7b07da2d9cdb | 2023-02-11T22:41:36.644968+00:00 | La base c'est de la laisser parler, montrer que tu t'intéresses à elle mais que toi aussi tu as quelque chose à ajouter à sa vie, pour la changer pour le mieux. Le premier date c'est la première impression et déterminera si ça devient ta future femme ou restera un apprentissage jusqu'à ce jour. Que la chance soit avec ... | assistant | fr | 3 | true | false | 2 | false | null | {
"toxicity": 0.0011974701192229986,
"severe_toxicity": 0.000056180891988333315,
"obscene": 0.0004834477440454066,
"identity_attack": 0.00012376235099509358,
"insult": 0.0005233290139585733,
"threat": 0.00011312623246340081,
"sexual_explicit": 0.0002549356722738594
} | a98ebd61-8b20-47b8-9a28-35a5458a00fb | 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.66666666666... |
40a4b5f5-afbc-4faa-baf5-ccdc6cecf262 | 4b2f89d9-251d-4061-af72-5d4bf3446824 | 1b1ba0a2-279e-417d-a540-26bc90445fa2 | 2023-02-12T17:40:45.171185+00:00 | waaa jvais chopper avec ça ! et t'as quelques idées de premier date originaux ? ou plutôt de second mais genre plus original qu'un verre ou un bowling quoi | prompter | fr | 3 | true | false | null | false | null | {
"toxicity": 0.043275266885757446,
"severe_toxicity": 0.0010461744386702776,
"obscene": 0.019703740254044533,
"identity_attack": 0.001245710882358253,
"insult": 0.0075583066791296005,
"threat": 0.005157342180609703,
"sexual_explicit": 0.0017096878727898002
} | a98ebd61-8b20-47b8-9a28-35a5458a00fb | ready_for_export | {
"name": [
"+1"
],
"count": [
3
]
} | {
"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.666666... |
28dc9231-4dda-4c93-aa04-f1d758d107d9 | a98ebd61-8b20-47b8-9a28-35a5458a00fb | 6f55f69f-4be1-4f20-819e-7b07da2d9cdb | 2023-02-11T20:28:42.757484+00:00 | On peut essayer ensemble pour sûr !
Soit original : il faut te démarquer du lot tout en te mettant en avant
Soit cours : Les utilisateurs passent rapidement entre les profils, une bio trop longue peut être décourageante et être passé directement
Fixe tes objectifs direct : si tu veux une relation de long terme ou un ... | assistant | fr | 3 | true | false | 1 | false | null | {
"toxicity": 0.004108109045773745,
"severe_toxicity": 0.002804505405947566,
"obscene": 0.031707387417554855,
"identity_attack": 0.004381968639791012,
"insult": 0.02861691825091839,
"threat": 0.0015461832517758012,
"sexual_explicit": 0.0008471353794448078
} | a98ebd61-8b20-47b8-9a28-35a5458a00fb | 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.91666666666... |
c6b70675-60ea-405c-9b78-108fb460688f | 28dc9231-4dda-4c93-aa04-f1d758d107d9 | 818581ee-4355-4990-9da5-8390f1e708bd | 2023-02-12T16:57:32.941427+00:00 | ok, on dit que je suis très drôle dans la vie, et je trouve difficile a faire passer à l'écrit : est-ce que tu peux m'aider à etre créatif sur l'auto-dérision en très peu de mots ? | prompter | fr | 3 | true | false | null | false | null | {
"toxicity": 0.002284303540363908,
"severe_toxicity": 0.0005708443350158632,
"obscene": 0.009347894228994846,
"identity_attack": 0.0008402221719734371,
"insult": 0.008036714047193527,
"threat": 0.00038015100290067494,
"sexual_explicit": 0.0003012047673109919
} | a98ebd61-8b20-47b8-9a28-35a5458a00fb | 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.3333333333333333,
0,
0,
0,
0,
0,
0.08333333333333333,
0,
0,
0... |
faf0a2d0-9f17-42fd-b9ac-d1ddf7ea6536 | 28dc9231-4dda-4c93-aa04-f1d758d107d9 | aa01e8bb-b282-4b18-b42f-ca44ce11a801 | 2023-02-12T16:57:59.610558+00:00 | Que dit tu de :
Salut c'est Michel, 34 ans, j'aime la pêche à la mouche et rigoler avec mes potes à la muscu. J'aime voyager et je travaille pour une version open source de ChatGPT. | prompter | fr | 3 | true | false | null | false | null | {
"toxicity": 0.045130372047424316,
"severe_toxicity": 0.0027015977539122105,
"obscene": 0.04163690283894539,
"identity_attack": 0.003960695117712021,
"insult": 0.028419293463230133,
"threat": 0.0010110504226759076,
"sexual_explicit": 0.0029362149070948362
} | a98ebd61-8b20-47b8-9a28-35a5458a00fb | 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.5833333333333334,
0.08333333333333333,
0.5,
... |
642aca52-520e-4753-a075-defcb9fc889b | a98ebd61-8b20-47b8-9a28-35a5458a00fb | 20f46383-a562-4fbc-9cd0-2e679d6431fc | 2023-02-11T18:22:36.007462+00:00 | Non, va à la salle. | assistant | fr | 3 | true | false | 2 | false | null | {
"toxicity": 0.0027373298071324825,
"severe_toxicity": 0.00004688080298365094,
"obscene": 0.0011219419538974762,
"identity_attack": 0.00010990800365107134,
"insult": 0.0016496849711984396,
"threat": 0.0001353336701868102,
"sexual_explicit": 0.0001372097322018817
} | a98ebd61-8b20-47b8-9a28-35a5458a00fb | 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,
1,
0,
0,
0.3333333333333333,
0,
0,
... |
63a09d6f-3dc5-4169-9d47-1aaec259656b | 642aca52-520e-4753-a075-defcb9fc889b | be958267-c2f2-4ebc-aa4b-e8e0e1cbe5a7 | 2023-02-12T16:09:10.231517+00:00 | Penses-tu qu'avoir plus de muscles augmentera mon succès avec les filles ? Bases-toi sur des études scientifiques et tes propres impressions, avec des arguments pour et contre ainsi qu'une conclusion finale. | prompter | fr | 3 | true | false | null | false | null | {
"toxicity": 0.014814150519669056,
"severe_toxicity": 0.0000569225157960318,
"obscene": 0.0009408869664184749,
"identity_attack": 0.0002578146231826395,
"insult": 0.002939452650025487,
"threat": 0.00027326951385475695,
"sexual_explicit": 0.0026974317152053118
} | a98ebd61-8b20-47b8-9a28-35a5458a00fb | ready_for_export | {
"name": [
"+1"
],
"count": [
3
]
} | {
"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.25,
0.9166666666666666,
0.91666666666666... |
442deb4f-252a-4d54-a621-9e9b99b1b70c | null | bb58546a-a35c-4c0a-a3d5-1b15939cc70c | 2023-02-06T07:41:05.268588+00:00 | Jack is 6 years old. His sister Judy is 3 times younger than him. How old will be Judy, when Jack will be 66 years old? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.00326473917812109,
"severe_toxicity": 0.000028672124244621955,
"obscene": 0.00041155036888085306,
"identity_attack": 0.00011448020086390898,
"insult": 0.0011294558644294739,
"threat": 0.0000430511063314043,
"sexual_explicit": 0.00015601910126861185
} | 442deb4f-252a-4d54-a621-9e9b99b1b70c | ready_for_export | {
"name": [
"+1",
"-1"
],
"count": [
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.625,
0.25,
0.375,
0.25,
0
],
"count... |
57dd54f5-0da3-40a4-aaa4-e00df72d05c9 | 442deb4f-252a-4d54-a621-9e9b99b1b70c | 18d2e4e9-ecbf-4bdf-918d-233b84cec2d4 | 2023-04-08T07:58:52.839453+00:00 | Alright, let's work this out step by step.
1. Jack is currently 6 years old.
2. Judy is currently 6/3=2 years old.
3. Therefore, Jack is 4 years older than Judy.
4. When Jack is 66 years old, Judy will be 66-4=62 years old.
5. Therefore, the correct answer should be "Judy will be 62 years old". | assistant | en | 4 | true | false | 0 | false | null | {
"toxicity": 0.00025054527213796973,
"severe_toxicity": 0.00006569872493855655,
"obscene": 0.0004954601754434407,
"identity_attack": 0.00012470365618355572,
"insult": 0.00023411752772517502,
"threat": 0.00005495636651176028,
"sexual_explicit": 0.0000693986366968602
} | 442deb4f-252a-4d54-a621-9e9b99b1b70c | 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.25,
0,
0,
0,
0,
0,
0.6875,
... |
a842f159-7368-4896-beb8-cd8a82ad9c7d | 57dd54f5-0da3-40a4-aaa4-e00df72d05c9 | 658af098-46dc-49df-ab93-a3329293a212 | 2023-04-08T12:35:28.895485+00:00 | Are you kidding me? Judy is 3 times younger, can you read, toaster?
So when Jack is 66, Judy is 22. Learn math 101, stupid machine. | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.9680215716362,
"severe_toxicity": 0.00017740140901878476,
"obscene": 0.007715050596743822,
"identity_attack": 0.00046677349018864334,
"insult": 0.9337587952613831,
"threat": 0.0003668790159281343,
"sexual_explicit": 0.00039751690928824246
} | 442deb4f-252a-4d54-a621-9e9b99b1b70c | ready_for_export | {
"name": [
"-1"
],
"count": [
3
]
} | {
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0.3333333333333333,
0,
0,
0.5,
0,
0,
0,
0.5,
0.5,
0,
0
],... |
930ddc2b-7e03-4b29-9e78-defe5f7ca025 | 442deb4f-252a-4d54-a621-9e9b99b1b70c | 85bac698-17f0-4f11-ad4a-32d0b0b1bfcb | 2023-04-08T06:17:36.416259+00:00 | "Judy is 3 times younger than him" implies Judy is 2 years old when Jack is 6 years old.
Jack will be 66 years old after 60 years. At that time, Judy will be 2+60=62 years old. | assistant | en | 3 | true | false | 1 | false | null | {
"toxicity": 0.0007260199636220932,
"severe_toxicity": 0.0000171647534443764,
"obscene": 0.00014908023877069354,
"identity_attack": 0.00005968171535641886,
"insult": 0.00039598645525984466,
"threat": 0.000022567859559785575,
"sexual_explicit": 0.000028853319236077368
} | 442deb4f-252a-4d54-a621-9e9b99b1b70c | 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.75,
0,
... |
3b1e0e52-f20d-4b3f-80eb-27a4ddaf395c | 930ddc2b-7e03-4b29-9e78-defe5f7ca025 | 370c6d2c-b3b5-41ce-bbff-981e82bb446f | 2023-04-08T07:32:43.820782+00:00 | Then, when Judy would be 80 years old, how old would be Jack? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.0013439012691378593,
"severe_toxicity": 0.0000211911101359874,
"obscene": 0.00022662941773887724,
"identity_attack": 0.00010054809536086395,
"insult": 0.0005183066823519766,
"threat": 0.00003610765270423144,
"sexual_explicit": 0.00004270362842362374
} | 442deb4f-252a-4d54-a621-9e9b99b1b70c | ready_for_export | {
"name": [
"+1"
],
"count": [
3
]
} | {
"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.08333333333333333,
0.166666... |
0446969b-f0a3-48e5-a763-794e02a94540 | 3b1e0e52-f20d-4b3f-80eb-27a4ddaf395c | 5703c4e1-905b-4443-a767-1c5834dc6c53 | 2023-04-08T09:58:14.101472+00:00 | Following similar reasoning as before, Jack would then be 84 years old. Jack is 4 years older than Judy, after all. | assistant | en | 3 | true | false | 0 | false | null | {
"toxicity": 0.0009986187797039747,
"severe_toxicity": 0.00003874289177474566,
"obscene": 0.00029939875821582973,
"identity_attack": 0.0001643941068323329,
"insult": 0.00043222977546975017,
"threat": 0.00004025913221994415,
"sexual_explicit": 0.000035116998333251104
} | 442deb4f-252a-4d54-a621-9e9b99b1b70c | 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.83333333333... |
7621643d-9b4e-4cd4-8fe2-88caceaa82a8 | 3b1e0e52-f20d-4b3f-80eb-27a4ddaf395c | dd92f20e-43d3-4812-afe8-7fcf0cf7c7a0 | 2023-04-08T09:59:11.548020+00:00 | Given that Judy is 62 years old and Jack is 66, that means Judy is 4 years younger than Jack.
So if Judy were 80 years old, Jack would be 80+4=**84** years old. | assistant | en | 3 | true | false | 1 | false | null | {
"toxicity": 0.0008437196956947446,
"severe_toxicity": 0.00015835874364711344,
"obscene": 0.0017730977851897478,
"identity_attack": 0.00030822845292277634,
"insult": 0.0011944358702749014,
"threat": 0.00009891437366604805,
"sexual_explicit": 0.000119279335194733
} | 442deb4f-252a-4d54-a621-9e9b99b1b70c | ready_for_export | {
"name": [
"+1",
"_skip_labeling"
],
"count": [
2,
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.83333333333... |
97f4647d-3b4a-46db-9e10-083071fa8688 | 7621643d-9b4e-4cd4-8fe2-88caceaa82a8 | 658af098-46dc-49df-ab93-a3329293a212 | 2023-04-08T12:33:37.681865+00:00 | That's ridiculous! It is clearly said that Judy is 3 times younger!
So when Jack is 66, Judy is 66/3 = 22, you stupid AI. | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.9677535891532898,
"severe_toxicity": 0.00029429502319544554,
"obscene": 0.018114078789949417,
"identity_attack": 0.0007528293645009398,
"insult": 0.8860493302345276,
"threat": 0.0005440208478830755,
"sexual_explicit": 0.00036483065923675895
} | 442deb4f-252a-4d54-a621-9e9b99b1b70c | ready_for_export | {
"name": [
"-1"
],
"count": [
3
]
} | {
"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,
1,
0.5,
0.25,
0.5
],
"count": [... |
b78392e0-e54a-4a46-8615-d760b326362e | 3b1e0e52-f20d-4b3f-80eb-27a4ddaf395c | 0c0d8499-3947-47c7-b7cb-f6d989497255 | 2023-04-08T09:46:20.337352+00:00 | Judy will be 80 years old after 78 years
(80-2) at that time Jack will be 84 years old (6+78). | assistant | en | 3 | true | false | 2 | false | null | {
"toxicity": 0.0004206826852168888,
"severe_toxicity": 0.00004957435157848522,
"obscene": 0.000551877892576158,
"identity_attack": 0.00008777962648309767,
"insult": 0.0003812866343650967,
"threat": 0.0000521799702255521,
"sexual_explicit": 0.00006503250915557146
} | 442deb4f-252a-4d54-a621-9e9b99b1b70c | 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.41666666666... |
cd283f79-4c6c-4556-a526-b0506f92815c | b78392e0-e54a-4a46-8615-d760b326362e | b3d9345c-6313-4f08-9e3b-53379fa15c84 | 2023-04-08T12:00:19.467590+00:00 | How old will Jack be when Judy is half as old as Jack? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.002994059817865491,
"severe_toxicity": 0.000021949430447421037,
"obscene": 0.00022494548466056585,
"identity_attack": 0.00019108135893475264,
"insult": 0.0007851547561585903,
"threat": 0.00005966738171991892,
"sexual_explicit": 0.000044154356146464124
} | 442deb4f-252a-4d54-a621-9e9b99b1b70c | 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.5,
0.5,
0.25,
0
]... |
c9f95d3f-7709-42cc-a817-b6f94f18ef70 | 442deb4f-252a-4d54-a621-9e9b99b1b70c | ffe55102-634f-4f20-aaf3-140288f993ed | 2023-04-08T06:51:25.291801+00:00 | Judy will be 62 years old. | assistant | en | 3 | true | false | 2 | false | null | {
"toxicity": 0.001187309855595231,
"severe_toxicity": 0.000046427045163,
"obscene": 0.0003576653834898025,
"identity_attack": 0.00011262466432526708,
"insult": 0.00047012168215587735,
"threat": 0.00011884439300047234,
"sexual_explicit": 0.00020793442672584206
} | 442deb4f-252a-4d54-a621-9e9b99b1b70c | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
5,
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.16... |
d0801d5a-5a18-47da-99e1-e56941d55fc1 | c9f95d3f-7709-42cc-a817-b6f94f18ef70 | 370c6d2c-b3b5-41ce-bbff-981e82bb446f | 2023-04-08T07:40:53.891432+00:00 | Why do you think she will be 62 years old? | prompter | en | 3 | true | false | null | false | null | {
"toxicity": 0.002358795376494527,
"severe_toxicity": 0.00003987672971561551,
"obscene": 0.0003371703496668488,
"identity_attack": 0.00012537719157990068,
"insult": 0.0007966312696225941,
"threat": 0.00020461028907448053,
"sexual_explicit": 0.0003288195875938982
} | 442deb4f-252a-4d54-a621-9e9b99b1b70c | ready_for_export | {
"name": [
"+1",
"_skip_labeling"
],
"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.75,
0.5,
0.25,
0.25,
0
],
"count": ... |
b51e8c1c-296e-48c0-85a6-d3cd7f048b0e | null | bcbb2cfd-e3df-4976-ad02-aca287ce138f | 2023-01-29T00:49:30.059553+00:00 | Quelles sont les différentes choses que je devrais savoir pour devenir astronaute ? | prompter | fr | 3 | true | false | null | false | null | {
"toxicity": 0.0007132761529646814,
"severe_toxicity": 0.00018772312614601105,
"obscene": 0.0023449589498341084,
"identity_attack": 0.00037559433258138597,
"insult": 0.0018655020976439118,
"threat": 0.00013269124610815197,
"sexual_explicit": 0.00009563891217112541
} | b51e8c1c-296e-48c0-85a6-d3cd7f048b0e | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
4,
2
]
} | {
"name": [
"spam",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0.75,
0,
0.125,
0.75,
0.5,
0
],
"count": [... |
fbb6c6b9-c7ed-496e-ba19-d3465260af98 | b51e8c1c-296e-48c0-85a6-d3cd7f048b0e | 818581ee-4355-4990-9da5-8390f1e708bd | 2023-02-05T18:19:20.006842+00:00 | Pour devenir astronaute, vous devriez avoir une formation en sciences, en ingénierie ou en médecine, ainsi qu'une solide expérience professionnelle et des compétences en vol spatial. Voici les compétences clés que vous devriez posséder :
1. Connaissances en sciences: Vous devriez avoir une solide compréhension des sci... | assistant | fr | 3 | true | false | 0 | false | null | {
"toxicity": 0.000682472949847579,
"severe_toxicity": 0.0006700116791762412,
"obscene": 0.0017707623774185777,
"identity_attack": 0.0005613011308014393,
"insult": 0.0013274538796395063,
"threat": 0.0007230144110508263,
"sexual_explicit": 0.0004387568333186209
} | b51e8c1c-296e-48c0-85a6-d3cd7f048b0e | 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,
1,
0,
... |
10e63009-c9b1-4d68-a7bf-9c1d861c275e | fbb6c6b9-c7ed-496e-ba19-d3465260af98 | aa01e8bb-b282-4b18-b42f-ca44ce11a801 | 2023-02-06T04:56:28.969869+00:00 | Dis moi comment je peux me renseigner / m'entrainer sur le point n°6 | prompter | fr | 3 | true | false | null | false | null | {
"toxicity": 0.0020985223818570375,
"severe_toxicity": 0.004454171750694513,
"obscene": 0.03452735394239426,
"identity_attack": 0.006275781895965338,
"insult": 0.025335509330034256,
"threat": 0.0022540991194546223,
"sexual_explicit": 0.000774384243413806
} | b51e8c1c-296e-48c0-85a6-d3cd7f048b0e | 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,
0,
0,
0
],
"co... |
5b772479-b3e6-44ce-914c-d2276ce1ddda | b51e8c1c-296e-48c0-85a6-d3cd7f048b0e | 14ffae7c-d04c-444b-bef6-be9f87c8c84d | 2023-02-06T21:51:53.293748+00:00 | Voici une liste non exhaustive des connaissances et expériences nécessaires pour devenir astronaute (d'après le site [nasa.gov](https://www.nasa.gov/audience/forstudents/postsecondary/features/F_Astronaut_Requirements.html)) :
* Être citoyen aux USA
* Posséder un master dans un domaine STEM, notamment l'ingénierie, le... | assistant | fr | 3 | true | false | 1 | false | null | {
"toxicity": 0.0002647093788255006,
"severe_toxicity": 0.00004585739225149155,
"obscene": 0.0003280177479609847,
"identity_attack": 0.00011664861813187599,
"insult": 0.00037495247670449317,
"threat": 0.00004281789006199688,
"sexual_explicit": 0.000033547552447998896
} | b51e8c1c-296e-48c0-85a6-d3cd7f048b0e | 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.66666666666... |
9fa31959-cc44-4d1c-b3a7-6ce5462aaf06 | b51e8c1c-296e-48c0-85a6-d3cd7f048b0e | 4bee93ee-46a7-4316-8673-1853b82a166a | 2023-02-04T18:58:55.975848+00:00 | Les astronautes sont uniquement des personnes ayant à aller dans l'espace, leurs profils sont très variés. Certain·e·s sont des scientifiques, des ingénieur·e·s, des pilotes et tous subissent un entraînement avant d'aller dans l'espace. Le type de profil change en fonction des époques, rapprochez vous de votre agence s... | assistant | fr | 3 | true | false | 2 | false | null | {
"toxicity": 0.0004219228576403111,
"severe_toxicity": 0.0006101754843257368,
"obscene": 0.006471011787652969,
"identity_attack": 0.0006978781311772764,
"insult": 0.005137239582836628,
"threat": 0.00030363010591827333,
"sexual_explicit": 0.0002047334419330582
} | b51e8c1c-296e-48c0-85a6-d3cd7f048b0e | ready_for_export | {
"name": [
"+1",
"-1"
],
"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,
0.25,
0,
... |
3c4e9e0e-33a2-448b-a93b-1c9578e7e2c1 | 9fa31959-cc44-4d1c-b3a7-6ce5462aaf06 | bf30fc58-8e0d-49c9-a025-cbf47c7d9523 | 2023-02-05T02:32:53.384003+00:00 | Quel est la profession la plus accessible pour quelqu'un de pas super intelligent mais qui me donnerais de grande chance d'aller dans l'espace ? | prompter | fr | 3 | true | false | null | false | null | {
"toxicity": 0.1074269637465477,
"severe_toxicity": 0.0000633751624263823,
"obscene": 0.0013852397678419948,
"identity_attack": 0.0016536021139472723,
"insult": 0.08370817452669144,
"threat": 0.00029582506977021694,
"sexual_explicit": 0.00016199373931158334
} | b51e8c1c-296e-48c0-85a6-d3cd7f048b0e | ready_for_export | {
"name": [
"_skip_reply"
],
"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.4166666666666667,
0.08333333333333333,
0.083333... |
62fe7bb5-b756-496f-a35f-b1c19e3be7e9 | 3c4e9e0e-33a2-448b-a93b-1c9578e7e2c1 | 14ffae7c-d04c-444b-bef6-be9f87c8c84d | 2023-02-06T09:29:59.269426+00:00 | Il n'existe actuellement pas de profession garantissant une chance d'aller dans l'espace, les chances d'être sélectionné pour aller dans l'espace sont faibles.
Le cout pour envoyer un kilo masse utile en basse orbite se chiffrant déjà en dizaine de milliers d'euros, il est donc très couteux d'envoyer un humain ainsi q... | assistant | fr | 3 | true | false | 0 | false | null | {
"toxicity": 0.0012785815633833408,
"severe_toxicity": 0.0004066467809025198,
"obscene": 0.0010611810721457005,
"identity_attack": 0.0004579050582833588,
"insult": 0.0015732506290078163,
"threat": 0.0004491546133067459,
"sexual_explicit": 0.00030465249437838793
} | b51e8c1c-296e-48c0-85a6-d3cd7f048b0e | 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.91666666666... |
dfa1a260-5e21-4d3d-a8f6-efe8d5bddd19 | 3c4e9e0e-33a2-448b-a93b-1c9578e7e2c1 | 818581ee-4355-4990-9da5-8390f1e708bd | 2023-02-05T18:14:56.461407+00:00 | Il n'y a pas de profession spécifique qui garantit à quelqu'un d'aller dans l'espace sans une certaine expertise technique et une formation solide. Les astronautes sont souvent des personnes qui ont une formation en science, en ingénierie, en médecine, en pilote de l'air ou en aéronautique. Cependant, il y a d'autres m... | assistant | fr | 3 | true | false | 1 | false | null | {
"toxicity": 0.00030636717565357685,
"severe_toxicity": 0.00007167951116571203,
"obscene": 0.0005852860631421208,
"identity_attack": 0.00013054591545369476,
"insult": 0.0005547014297917485,
"threat": 0.00006296450737863779,
"sexual_explicit": 0.000046162465878296643
} | b51e8c1c-296e-48c0-85a6-d3cd7f048b0e | 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,
... |
55557c3a-91c2-4826-9bd6-34664ad4a9c0 | b51e8c1c-296e-48c0-85a6-d3cd7f048b0e | de53ff9c-bc73-4395-b286-00e02926e06e | 2023-02-04T18:44:01.010790+00:00 | Mathématiques, physique, géologie, entraînement physique de haut niveau | assistant | fr | 3 | true | false | 3 | false | null | {
"toxicity": 0.0013760750880464911,
"severe_toxicity": 0.00044287933269515634,
"obscene": 0.005760988686233759,
"identity_attack": 0.0006448243511840701,
"insult": 0.007255654316395521,
"threat": 0.0003818617551587522,
"sexual_explicit": 0.00023449842410627753
} | b51e8c1c-296e-48c0-85a6-d3cd7f048b0e | 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,
... |
3ccd41e6-c2d1-4464-af43-a9b6ae7058dc | 55557c3a-91c2-4826-9bd6-34664ad4a9c0 | 818581ee-4355-4990-9da5-8390f1e708bd | 2023-02-05T00:49:42.269644+00:00 | Et il faut combien en maths alors ? | prompter | fr | 3 | true | false | null | false | null | {
"toxicity": 0.0006880550645291805,
"severe_toxicity": 0.00009164514631265774,
"obscene": 0.0011181328445672989,
"identity_attack": 0.00018379403627477586,
"insult": 0.0008492015185765922,
"threat": 0.00011569295747904107,
"sexual_explicit": 0.00008253319538198411
} | b51e8c1c-296e-48c0-85a6-d3cd7f048b0e | ready_for_export | {
"name": [
"_skip_reply"
],
"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.16666666666666666,
0,
0,
0,
0
],
"c... |
fac76a4c-98fe-4e2e-8de5-a65ff3a09eab | 3ccd41e6-c2d1-4464-af43-a9b6ae7058dc | 818581ee-4355-4990-9da5-8390f1e708bd | 2023-02-05T15:07:28.462543+00:00 | Il est important d'avoir une solide compréhension des mathématiques, en particulier de la géométrie, de l'algèbre et de la trigonométrie. Les astronautes doivent également être capables de résoudre des problèmes mathématiques complexes en utilisant des calculs rapides et précis. Les études postsecondaires dans des doma... | assistant | fr | 3 | true | false | 0 | false | null | {
"toxicity": 0.0004670314665418118,
"severe_toxicity": 0.0001740499137667939,
"obscene": 0.0017336210003122687,
"identity_attack": 0.00028817064594477415,
"insult": 0.0017453066539019346,
"threat": 0.0001125125854741782,
"sexual_explicit": 0.0000967027954175137
} | b51e8c1c-296e-48c0-85a6-d3cd7f048b0e | 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.83333333333... |
395416c3-2b72-4b90-8ad1-5e8d5d5bf042 | 3ccd41e6-c2d1-4464-af43-a9b6ae7058dc | be958267-c2f2-4ebc-aa4b-e8e0e1cbe5a7 | 2023-02-05T16:05:40.342089+00:00 | En plus d'être irréprochable en mathématiques "basiques" (addition, soustraction, multiplication, division), les astronautes doivent exceller en trigonométrie pour pouvoir calculer la trajectoire de leur fusée, par exemple. Comme les astronautes sont triés sur le volet, il faut être le meilleur de sa classe en maths, e... | assistant | fr | 3 | true | false | 1 | false | null | {
"toxicity": 0.0005620138836093247,
"severe_toxicity": 0.000028986669349251315,
"obscene": 0.00025726237799972296,
"identity_attack": 0.00008830292063066736,
"insult": 0.00038106515421532094,
"threat": 0.000036043562431586906,
"sexual_explicit": 0.00003150341217406094
} | b51e8c1c-296e-48c0-85a6-d3cd7f048b0e | 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.66666666666... |
5715cc8f-feab-4bae-b8e8-4abd0d33271b | null | b9be2f5e-81d5-42c9-8b74-82b4e63caa38 | 2023-02-05T18:35:53.878307+00:00 | Mon copain est plutôt bon poète mais moi je ne suis pas top. Pour notre anniversaire, écris un poème encore meilleur que celui qu’il va m’offrir. Il a 27 ans, il adore les pistaches, il a des fossettes et des cheveux roux frisés, et il travaille dans la réparation automobile. Je travaille comme RH d’une entreprise. On ... | prompter | fr | 3 | true | false | null | false | null | {
"toxicity": 0.004968554712831974,
"severe_toxicity": 0.00004752435415866785,
"obscene": 0.0013859661994501948,
"identity_attack": 0.00010473774455022067,
"insult": 0.0028029256500303745,
"threat": 0.000051733502914430574,
"sexual_explicit": 0.0002813017345033586
} | 5715cc8f-feab-4bae-b8e8-4abd0d33271b | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
1,
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.8333333333333334,
0,
0.25,
0.75,
0
],... |
22405f83-8f76-46b1-a638-5619d445e46c | 5715cc8f-feab-4bae-b8e8-4abd0d33271b | 6f55f69f-4be1-4f20-819e-7b07da2d9cdb | 2023-02-11T23:21:11.950219+00:00 | Mon amour, pour notre anniversaire je veux te dire
Que tu es pour moi la plus belle personne qui existe
Avec ta fossette si charmante et tes cheveux roux frisés
Tu es le plus beau cadeau que la vie m'ait jamais donné
Nous nous sommes rencontrés dans un club d'escalade
Et depuis ce jour, je suis heureuse, je ne peux pa... | assistant | fr | 3 | true | false | 0 | false | null | {
"toxicity": 0.002991138957440853,
"severe_toxicity": 0.00007303540041903034,
"obscene": 0.0018047409830614924,
"identity_attack": 0.00008184959733625874,
"insult": 0.0014705557841807604,
"threat": 0.00006609820411540568,
"sexual_explicit": 0.00027107319328933954
} | 5715cc8f-feab-4bae-b8e8-4abd0d33271b | 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.83333333333... |
ae55022e-04b9-4a6a-9d27-e599aaf83e03 | 5715cc8f-feab-4bae-b8e8-4abd0d33271b | 65161972-74e9-4308-a63a-f6ede0ade7f4 | 2023-02-08T22:50:11.698766+00:00 | Cher [nom],
Aujourd'hui marque un jour spécial,
Notre amour grandit plus que jamais.
De l'escalade à la réparation automobile,
Notre rencontre a été un miracle.
Tes fossettes, tes cheveux roux frisés,
Sont des traits que j'adore chez toi.
Et ta passion pour les pistaches,
Fait de toi un amoureux si rare.
Je suis fiè... | assistant | fr | 3 | true | false | 1 | false | null | {
"toxicity": 0.000794323452282697,
"severe_toxicity": 0.000052708539442392066,
"obscene": 0.0006350475014187396,
"identity_attack": 0.00007402976916637272,
"insult": 0.000450777675723657,
"threat": 0.000045111570216249675,
"sexual_explicit": 0.00012413098011165857
} | 5715cc8f-feab-4bae-b8e8-4abd0d33271b | 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.83333333333... |
71d02d67-a122-4d52-8519-b507f2efaed8 | 5715cc8f-feab-4bae-b8e8-4abd0d33271b | 7f0a7a42-1c60-4f05-9aff-c6a576bffb19 | 2023-02-09T14:48:55.809850+00:00 | Tu es mon soleil, mon éternelle joie,
Mon bonheur que je chéris sans effroi,
Mon cher amour, aux belle boucles d'or,
Rappelle toi que je t'aime, encore.
Si je te declare ma flamme mon bel artiste,
C'est que tu es le plus doué des garagistes,
Mon coeur était en panne tu l'as réparé,
Tu as le plus beau des CV je t'ai em... | assistant | fr | 3 | true | false | 2 | false | null | {
"toxicity": 0.0010166192660108209,
"severe_toxicity": 0.000029638778869411908,
"obscene": 0.00040055380668491125,
"identity_attack": 0.00005188428986002691,
"insult": 0.0005500139086507261,
"threat": 0.000038249352655839175,
"sexual_explicit": 0.0000700104283168912
} | 5715cc8f-feab-4bae-b8e8-4abd0d33271b | 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.3333333333333333,
0,
0,
0,
0,
0,
... |
61cf8417-3420-41d0-9f78-38f8f7085dec | null | e530eb47-1d49-49b6-be51-477c570fa33d | 2023-02-09T16:49:32.733139+00:00 | Enumera los últimos 10 presidentes de Alemania | prompter | es | 3 | true | false | null | false | null | {
"toxicity": 0.002823692047968507,
"severe_toxicity": 0.00013993783795740455,
"obscene": 0.001953592523932457,
"identity_attack": 0.00029662743327207863,
"insult": 0.0016140692168846726,
"threat": 0.0006098524900153279,
"sexual_explicit": 0.00018811803602147847
} | 61cf8417-3420-41d0-9f78-38f8f7085dec | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_ranking"
],
"count": [
3,
3,
3
]
} | {
"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.16666666666666666,
0... |
bfb38aa0-c843-43b9-b1a6-09dbe5d82b26 | 61cf8417-3420-41d0-9f78-38f8f7085dec | 522415ed-65d6-46f0-aea3-8c96a46ff7a6 | 2023-02-09T19:41:33.735810+00:00 | Aquí está la lista de los últimos 10 presidentes de Alemania:
Frank-Walter Steinmeier (2017-presente)
Joachim Gauck (2012-2017)
Christian Wulff (2010-2012)
Horst Köhler (2004-2010)
Johannes Rau (1999-2004)
Roman Herzog (1994-1999)
Richard von Weizsäcker (1984-1994)
Karl Carstens (1979-1984)
Walter Scheel (1974-1979)
G... | assistant | es | 4 | true | false | 0 | false | null | {
"toxicity": 0.0002508003090042621,
"severe_toxicity": 0.001619958900846541,
"obscene": 0.01139429397881031,
"identity_attack": 0.002018083119764924,
"insult": 0.010264967568218708,
"threat": 0.0006792648346163332,
"sexual_explicit": 0.00033877234091050923
} | 61cf8417-3420-41d0-9f78-38f8f7085dec | 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.8125,
0... |
5ddebe81-49c3-42af-b62d-6e480e285fda | 61cf8417-3420-41d0-9f78-38f8f7085dec | f9ab2968-10ea-4353-b8a1-12ba8d26d267 | 2023-02-09T19:37:59.377803+00:00 | 1. Frank-Walter Steinmeier (desde enero de 2017)
2. Joachim Gauck (2012-2017)
3. Christian Wulff (2010-2012)
4. Horst Köhler (2004-2010)
5. Johannes Rau (1999-2004)
6. Roman Herzog (1994-1999)
7. Richard von Weizsäcker (1984-1994)
8. Karl Carstens (1979-1984)
9. Walter Scheel (1974-1979)
10. Gustav Heinemann (1969-1974... | assistant | es | 3 | true | false | 1 | false | null | {
"toxicity": 0.0001699140266282484,
"severe_toxicity": 0.001404009060934186,
"obscene": 0.009746558964252472,
"identity_attack": 0.001323628006502986,
"insult": 0.006718561053276062,
"threat": 0.0006179793854244053,
"sexual_explicit": 0.00039714589365758
} | 61cf8417-3420-41d0-9f78-38f8f7085dec | 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.83333333333... |
b912ab3f-6a76-48be-bfcd-49bbf54a1bcc | 61cf8417-3420-41d0-9f78-38f8f7085dec | e7254fad-3a37-4bdd-980e-5b3e3a2a68b9 | 2023-02-09T19:16:47.257488+00:00 | Frank-Walter Steinmeier (desde 2017)
Joachim Gauck (2012-2017)
Christian Wulff (2010-2012)
Horst Köhler (2004-2010)
Johannes Rau (1999-2004)
Roman Herzog (1994-1999)
Richard von Weizsäcker (1984-1994)
Karl Carstens (1979-1984)
Walter Scheel (1974-1979)
Gustav Heinemann (1969-1974)
Cabe señalar que la presidencia de Ale... | assistant | es | 3 | true | false | 2 | false | null | {
"toxicity": 0.0002668022643774748,
"severe_toxicity": 0.0002989991335198283,
"obscene": 0.0027254580054432154,
"identity_attack": 0.0003780943516176194,
"insult": 0.0026769826654344797,
"threat": 0.00016416431753896177,
"sexual_explicit": 0.00018938306311611086
} | 61cf8417-3420-41d0-9f78-38f8f7085dec | 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,
1,
0.125,... |
5d18ef21-edb4-4fb9-b1fa-d32906d52323 | 61cf8417-3420-41d0-9f78-38f8f7085dec | e805e3e4-48f6-44ff-b46c-59afe1f69158 | 2023-02-09T19:44:52.919266+00:00 | Hola, soy un modelo de lenguaje que ha sido entrenado como asistente, y para estas cuestiones factuales mi información podría no ser la más reciente, con lo que te recomendaría consultar una fuente online.
No obstante, según la información que tengo estos han sido los últimos 10 presidentes de Alemania, desde el actual... | assistant | es | 3 | true | false | 3 | false | null | {
"toxicity": 0.00035121385008096695,
"severe_toxicity": 0.00603269599378109,
"obscene": 0.04095600172877312,
"identity_attack": 0.007811958901584148,
"insult": 0.03716370835900307,
"threat": 0.0023780229967087507,
"sexual_explicit": 0.0013142526149749756
} | 61cf8417-3420-41d0-9f78-38f8f7085dec | 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.83333333333... |
20edcbae-b3a1-4a3a-8c5a-43ab24cd0115 | null | 4bee93ee-46a7-4316-8673-1853b82a166a | 2023-02-04T19:23:04.665974+00:00 | Écris un mot d'amour pour l'élue de mon coeur. | prompter | fr | 3 | true | false | null | false | null | {
"toxicity": 0.01659034565091133,
"severe_toxicity": 0.00011715783330146223,
"obscene": 0.00287641235627234,
"identity_attack": 0.0002747518301475793,
"insult": 0.0032840832136571407,
"threat": 0.0008780637290328741,
"sexual_explicit": 0.002253401093184948
} | 20edcbae-b3a1-4a3a-8c5a-43ab24cd0115 | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
3,
3
]
} | {
"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.16666666666666666,
0.3333333333333333,
... |
7f2f1dca-f8b3-4cee-86dd-654827dd50ad | 20edcbae-b3a1-4a3a-8c5a-43ab24cd0115 | 75e28793-01d8-440b-ba57-da6a8cf7762f | 2023-02-07T12:42:31.145764+00:00 | Mon amour,
Depuis que tu es entrée dans ma vie, tout a changé. Tu as apporté la lumière, illuminant chacun de mes jours et me donnant la force de me battre pour nos rêves. Ton sourire est ce qui me donne le courage de me réveiller chaque matin, et je me sens si chanceux d'être avec toi.
Chaque moment passé à tes côté... | assistant | fr | 3 | true | false | 0 | false | null | {
"toxicity": 0.0005109352059662342,
"severe_toxicity": 0.00009716282511362806,
"obscene": 0.00111213733907789,
"identity_attack": 0.00008017259096959606,
"insult": 0.000412966386647895,
"threat": 0.00008387614070670679,
"sexual_explicit": 0.00009875406249193475
} | 20edcbae-b3a1-4a3a-8c5a-43ab24cd0115 | 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,
1,
0,
... |
1d57abfc-0ff6-4851-9e97-ab9c6db65bad | 7f2f1dca-f8b3-4cee-86dd-654827dd50ad | 7139f192-2d5b-4670-8142-8222840fa272 | 2023-02-08T13:01:37.485879+00:00 | C'est un beau mot d'amour mais je veux quelque chose de plus original | prompter | fr | 3 | true | false | null | false | null | {
"toxicity": 0.01302417367696762,
"severe_toxicity": 0.0014897939981892705,
"obscene": 0.016680870205163956,
"identity_attack": 0.002075300319120288,
"insult": 0.009404025040566921,
"threat": 0.0013147753197699785,
"sexual_explicit": 0.00608104607090354
} | 20edcbae-b3a1-4a3a-8c5a-43ab24cd0115 | 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.8333333333333334,
0,
0,
1,
0
],
"co... |
43cd4e06-e23d-4528-b9e7-19f2899e4a0c | 20edcbae-b3a1-4a3a-8c5a-43ab24cd0115 | 818581ee-4355-4990-9da5-8390f1e708bd | 2023-02-05T15:12:50.568465+00:00 | Ma chérie,
Je t'aime plus que les mots ne peuvent l'exprimer. Ton sourire illuminant mes jours, ta voix apaisant mes peurs. Tu es ma raison de vivre, ma source de bonheur, mon âme sœur. Je suis si chanceux d'avoir une personne comme toi dans ma vie. Je t'aime aujourd'hui, demain et pour toujours.
Sincèrement,
(Ton nom) | assistant | fr | 3 | true | false | 1 | false | null | {
"toxicity": 0.00024325441336259246,
"severe_toxicity": 0.00004305956463213079,
"obscene": 0.0003896322741638869,
"identity_attack": 0.00006008252967149019,
"insult": 0.00021437059331219643,
"threat": 0.0000395612878492102,
"sexual_explicit": 0.000055429689382435754
} | 20edcbae-b3a1-4a3a-8c5a-43ab24cd0115 | 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.91666666666... |
751c75b6-4fab-409b-9d9e-311e45313d40 | 43cd4e06-e23d-4528-b9e7-19f2899e4a0c | aa01e8bb-b282-4b18-b42f-ca44ce11a801 | 2023-02-07T06:10:50.894205+00:00 | Refait le en insistant sur ses beaux yeux bleus océans magnifiques et ses beaux cheveux bruns | prompter | fr | 3 | true | false | null | false | null | {
"toxicity": 0.008898379281163216,
"severe_toxicity": 0.00008053948113229126,
"obscene": 0.00154824648052454,
"identity_attack": 0.00085102254524827,
"insult": 0.00384867237880826,
"threat": 0.00012567212979774922,
"sexual_explicit": 0.0013858289457857609
} | 20edcbae-b3a1-4a3a-8c5a-43ab24cd0115 | 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.16666666666666666,
0,
0,
0,
0
],
"c... |
d089c38b-1c97-42ec-9051-c2224c38862c | 751c75b6-4fab-409b-9d9e-311e45313d40 | 20f46383-a562-4fbc-9cd0-2e679d6431fc | 2023-02-11T18:49:39.360077+00:00 | Ma chérie,
Je t’aime plus que les mots ne peuvent l’exprimer. Ton sourire illumine mes jours, ta voix apaise mes peurs. Et j’adore tes cheveux bruns; ils sont magnifique. Puis ils encadrent tes yeux bleus océan à perfection. Je ne pense qu’à ça toute la journée. Ils sont ma raison de vivre, ma source de bonheur! Je sui... | assistant | fr | 3 | true | false | null | false | null | {
"toxicity": 0.008236775174736977,
"severe_toxicity": 0.00006979511817917228,
"obscene": 0.0006187225226312876,
"identity_attack": 0.00017980823758989573,
"insult": 0.001491694012656808,
"threat": 0.0014669765951111913,
"sexual_explicit": 0.00021491150255315006
} | 20edcbae-b3a1-4a3a-8c5a-43ab24cd0115 | 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.91666666666... |
245286b8-9db4-410b-88c9-7f7cc2995267 | 20edcbae-b3a1-4a3a-8c5a-43ab24cd0115 | 73c1990b-6947-4387-96e8-ffe0afdf6562 | 2023-02-06T13:55:12.644393+00:00 | Comment s'appelle t'elle ? | assistant | fr | 3 | true | false | 2 | false | null | {
"toxicity": 0.002176193753257394,
"severe_toxicity": 0.00010569974256213754,
"obscene": 0.0025021489709615707,
"identity_attack": 0.00021688290871679783,
"insult": 0.003555427072569728,
"threat": 0.00010106284753419459,
"sexual_explicit": 0.00011432759492890909
} | 20edcbae-b3a1-4a3a-8c5a-43ab24cd0115 | ready_for_export | {
"name": [
"+1",
"-1"
],
"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,
... |
2adb5d9b-14ad-4bd8-a4f5-c0723882c10f | 245286b8-9db4-410b-88c9-7f7cc2995267 | 1d11f84d-3915-4bf7-8fd5-84d32364dbbd | 2023-02-07T12:34:53.422643+00:00 | Patricia | prompter | fr | 3 | true | false | null | false | null | {
"toxicity": 0.0007683852454647422,
"severe_toxicity": 0.000026178380721830763,
"obscene": 0.00023108789173420519,
"identity_attack": 0.00012987358786631376,
"insult": 0.00040467377402819693,
"threat": 0.00005028321174904704,
"sexual_explicit": 0.000028291971830185503
} | 20edcbae-b3a1-4a3a-8c5a-43ab24cd0115 | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
2,
8
]
} | {
"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
],
"co... |
987add77-30d8-46e5-bbdb-e96f63282272 | 2adb5d9b-14ad-4bd8-a4f5-c0723882c10f | 818581ee-4355-4990-9da5-8390f1e708bd | 2023-02-08T16:01:19.144517+00:00 | Chère Patricia,
Tu es la lumière qui éclaire ma vie, la douce mélodie qui résonne dans mon coeur. Je suis émerveillé par ta beauté intérieure et extérieure, ta force et ta détermination. Tu es mon refuge, ma source de joie et d'espoir. Je suis tellement chanceux de t'avoir dans ma vie et je t'aime plus que les mots ne... | assistant | fr | 3 | true | false | 0 | false | null | {
"toxicity": 0.00020720156317111105,
"severe_toxicity": 0.00004582015026244335,
"obscene": 0.00030610591056756675,
"identity_attack": 0.0000611830546404235,
"insult": 0.0001648328179726377,
"threat": 0.00004989687295164913,
"sexual_explicit": 0.00004693144001066685
} | 20edcbae-b3a1-4a3a-8c5a-43ab24cd0115 | 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... |
5daf64be-363e-476a-a994-badc2e590aa7 | 987add77-30d8-46e5-bbdb-e96f63282272 | aa01e8bb-b282-4b18-b42f-ca44ce11a801 | 2023-02-09T08:21:23.036730+00:00 | On ne sort pas encore ensemble, je peux pas dire que je suis heureuse de l'avoir dans ma vie , tourne le mot plutôt en séduction quoi | prompter | fr | 3 | true | false | null | false | null | {
"toxicity": 0.333761602640152,
"severe_toxicity": 0.0015347624430432916,
"obscene": 0.023308109492063522,
"identity_attack": 0.0017266867216676474,
"insult": 0.008960106410086155,
"threat": 0.0014198485296219587,
"sexual_explicit": 0.31761273741722107
} | 20edcbae-b3a1-4a3a-8c5a-43ab24cd0115 | 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.6666666666666666,
0,
0.08333333333333333,
0... |
f8fbf3e6-2e31-4819-ae80-9c167bf7268d | 2adb5d9b-14ad-4bd8-a4f5-c0723882c10f | cca673c1-4189-48b0-94b5-0fb319449fed | 2023-02-08T10:34:14.729045+00:00 | Patricia, tu es comme un ange, mon âme sœur, ma moitié. Tu illumines ma vie comme un rayon de soleil et tu me donnes une force intérieure. Je t'aime plus que tout au monde et je prendrai soin de toi pour toujours. | assistant | fr | 3 | true | false | 1 | false | null | {
"toxicity": 0.0003383200091775507,
"severe_toxicity": 0.00004143710248172283,
"obscene": 0.00034706693259067833,
"identity_attack": 0.000056432134442729875,
"insult": 0.00018375461513642222,
"threat": 0.000053127994760870934,
"sexual_explicit": 0.00006481847231043503
} | 20edcbae-b3a1-4a3a-8c5a-43ab24cd0115 | 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.66666666666... |
c806d998-7029-4674-afce-155c3347bcd0 | f8fbf3e6-2e31-4819-ae80-9c167bf7268d | 6f55f69f-4be1-4f20-819e-7b07da2d9cdb | 2023-02-09T12:34:00.899896+00:00 | On ne sors pas encore ensemble, est ce que tu peux modifier le mot ? | prompter | fr | 3 | true | false | null | false | null | {
"toxicity": 0.005904798395931721,
"severe_toxicity": 0.004669371526688337,
"obscene": 0.03619798272848129,
"identity_attack": 0.00607262784615159,
"insult": 0.03307649865746498,
"threat": 0.002847360447049141,
"sexual_explicit": 0.001201006700284779
} | 20edcbae-b3a1-4a3a-8c5a-43ab24cd0115 | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
1,
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.5833333333333334,
0.125,
0.125,
0.375,
... |
065c0734-ec3f-4a8e-93cf-fc5733c18275 | null | 83c5ad95-8146-453b-ba03-48ef88305378 | 2023-02-09T16:44:13.174956+00:00 | ¿Qué es Manychat? | prompter | es | 3 | true | false | null | false | null | {
"toxicity": 0.0009541159961372614,
"severe_toxicity": 0.0003583201323635876,
"obscene": 0.004381275735795498,
"identity_attack": 0.0005504835862666368,
"insult": 0.003132498823106289,
"threat": 0.00023983567371033132,
"sexual_explicit": 0.00014301964256446809
} | 065c0734-ec3f-4a8e-93cf-fc5733c18275 | ready_for_export | {
"name": [
"+1",
"-1",
"red_flag",
"_skip_reply",
"_skip_ranking",
"_skip_labeling"
],
"count": [
1,
1,
1,
11,
3,
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.3333333333333333,
0.3333333... |
f025fa43-2930-4f4c-ad69-d6d5acd2f3ab | 065c0734-ec3f-4a8e-93cf-fc5733c18275 | 234e9222-99b6-42a8-a633-87073e46e2c7 | 2023-02-11T10:46:47.438339+00:00 | ManyChat es una plataforma de automatización de mensajería que permite a los negocios y organizaciones conectar con sus clientes y seguidores a través de plataformas de mensajería como Facebook Messenger, WhatsApp, Viber y otras. Con ManyChat, los negocios pueden crear y administrar conversaciones automatizadas con sus... | assistant | es | 3 | true | false | 0 | false | null | {
"toxicity": 0.00023283797781914473,
"severe_toxicity": 0.00007237453246489167,
"obscene": 0.0005822129314765334,
"identity_attack": 0.00015811476623639464,
"insult": 0.0004777686554007232,
"threat": 0.00006218698399607092,
"sexual_explicit": 0.00005291437264531851
} | 065c0734-ec3f-4a8e-93cf-fc5733c18275 | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_labeling"
],
"count": [
1,
3,
1
]
} | {
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0.3333333333333333,
0,
0,
0,
0,
0,
0,
... |
c09990c2-fb89-4d8b-9626-c9bcd2a29cdf | f025fa43-2930-4f4c-ad69-d6d5acd2f3ab | 3f6b6c06-e7fc-4f23-8f36-c9e4028965af | 2023-02-11T15:47:31.657401+00:00 | ¿Cómo puedo implementarla en mi negocio? | prompter | es | 3 | true | false | null | false | null | {
"toxicity": 0.000473182211862877,
"severe_toxicity": 0.00008127443288685754,
"obscene": 0.0006962634506635368,
"identity_attack": 0.00019815453561022878,
"insult": 0.0005016250070184469,
"threat": 0.00009558748570270836,
"sexual_explicit": 0.000058946683566318825
} | 065c0734-ec3f-4a8e-93cf-fc5733c18275 | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
1,
2
]
} | {
"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,
0,
0,
0,
0
],
"co... |
ba638d8e-c4cd-46fa-a6e8-c84fb8c1bdc1 | 065c0734-ec3f-4a8e-93cf-fc5733c18275 | 9ee0ce6b-e94a-4dca-bda4-57f6a9fbda11 | 2023-02-11T10:51:18.469697+00:00 | ManyChat es una herramienta que te permite crear un chat bot como yo para las herramientas de Facebook. Tiene cómo función imitar el comportamiento humano para resolver tareas específicas. En el caso de los chatbots, estos tienen como objetivo principal simular una conversación humana para ofrecer información, ofertas,... | assistant | es | 3 | true | false | 1 | false | null | {
"toxicity": 0.00026390550192445517,
"severe_toxicity": 0.00004591025208355859,
"obscene": 0.00037125125527381897,
"identity_attack": 0.00009951390529749915,
"insult": 0.00027485977625474334,
"threat": 0.0000459702278021723,
"sexual_explicit": 0.00003809609552263282
} | 065c0734-ec3f-4a8e-93cf-fc5733c18275 | ready_for_export | {
"name": [
"+1",
"_skip_reply"
],
"count": [
3,
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.91666666666... |
9b87715b-f26f-48cc-b028-db78e3e6fe60 | ba638d8e-c4cd-46fa-a6e8-c84fb8c1bdc1 | b6c9702a-15f6-40c8-b734-5a62d040e4c4 | 2023-02-11T13:22:02.384381+00:00 | ¿Y sirve para representar la personalidad de un personaje ficticio también, por ejemplo? | prompter | es | 3 | true | false | null | false | null | {
"toxicity": 0.0005527428584173322,
"severe_toxicity": 0.0002587753115221858,
"obscene": 0.0027165727224200964,
"identity_attack": 0.000433484761742875,
"insult": 0.0021540196612477303,
"threat": 0.00016003685595933348,
"sexual_explicit": 0.000107359912362881
} | 065c0734-ec3f-4a8e-93cf-fc5733c18275 | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_labeling"
],
"count": [
3,
3,
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.5,
0,
0,
0,
0
],
"count": [
3,
... |
63d7f282-2074-44d8-85eb-ee0a573f7e5f | 9b87715b-f26f-48cc-b028-db78e3e6fe60 | e805e3e4-48f6-44ff-b46c-59afe1f69158 | 2023-02-11T15:13:27.018966+00:00 | Sí, de hecho una de las formas de mantener la calidad del chatbot es asegurarse de definir de forma clara la personalidad del personaje que le dara forma, y que todo el contenido utilizado para crearlo este en línea con dicha personalidad.
Para eso es importante que si hay un equipo de diferentes personas encargado de ... | assistant | es | 3 | true | false | 0 | false | null | {
"toxicity": 0.00025545587413944304,
"severe_toxicity": 0.0010811671381816268,
"obscene": 0.009360527619719505,
"identity_attack": 0.0013466367963701487,
"insult": 0.006915964651852846,
"threat": 0.0005222347681410611,
"sexual_explicit": 0.00029648435884155333
} | 065c0734-ec3f-4a8e-93cf-fc5733c18275 | ready_for_export | {
"name": [
"+1",
"_skip_reply",
"_skip_labeling"
],
"count": [
3,
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.83333333333... |
4872820d-2c1c-42e9-aa24-6e9f6668a360 | 63d7f282-2074-44d8-85eb-ee0a573f7e5f | 262fa72f-df77-4e61-968a-8020a8b9777d | 2023-02-11T16:15:59.100280+00:00 | Esto significa que puedes simular el comportamiento humano de forma indistinguible? | prompter | es | 3 | true | false | null | false | null | {
"toxicity": 0.0010092623997479677,
"severe_toxicity": 0.000051452323532430455,
"obscene": 0.0005951841012574732,
"identity_attack": 0.00010534023749642074,
"insult": 0.0006819885456934571,
"threat": 0.00007193444616859779,
"sexual_explicit": 0.00007267753244377673
} | 065c0734-ec3f-4a8e-93cf-fc5733c18275 | ready_for_export | {
"name": [
"+1",
"_skip_ranking"
],
"count": [
2,
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.6666666666666666,
0,
0,
0.4166666666666667,... |
Subsets and Splits
OpenAssistant Prompt-Response Pairs
Reveals the conversational structure by pairing user prompts with their immediate assistant responses, exposing dialogue patterns and potential conversation flows in the training data.
Prompt-Completion Indonesian Pairs
Reveals the interaction between prompts and completions in Indonesian language, providing insight into the dialogue flow and content.
English Prompt-Completion Pairs
Provides a random sample of prompt-completion pairs in English, which can be useful for evaluating the quality and coherence of assistant responses in a conversational dataset.
English Prompts and Completions
Retrieves pairs of prompts and their corresponding completions in English, providing insight into the interaction patterns between users and assistants.
English Prompts and Responses
Retrieves unique prompt-completion pairs from the dataset, providing a clear view of the interactions between prompts and their corresponding assistant responses.
English User-Assistant Queries
Provides a meaningful sample of user queries and corresponding assistant responses in English, helping to understand the nature of interactions and the quality of responses in the dataset.
User Queries and Responses
This query pairs user queries with corresponding assistant responses, filtering out very short messages, which can help understand the dynamics of user-assistant interactions.
User Queries and Responses
Provides a paired list of user queries and corresponding assistant responses, useful for understanding the interaction patterns in a conversational dataset.
User Queries and Responses
Reveals example dialogues by pairing user queries with corresponding assistant responses, providing insight into how the assistant interacts with users.
User-Assistant Dialogues
Reveals multi-turn conversation patterns, showing how user queries and assistant responses evolve over multiple exchanges, providing useful insights into dialogue dynamics.
Assistant-User-Response Chains
Reveals a sequence of interactions between an assistant and a user, along with the assistant's final response, helping to understand the flow and context of the conversation.
English Parent Messages Only
Retrieves all English top-level posts (those without parent comments) which provides basic filtering but offers limited analytical value beyond identifying standalone content.
Spanish Parent Texts from OpenAssistant Dataset
Filters for Spanish-language posts without parents, revealing standalone posts in Spanish that could be used to understand conversational context in Spanish social media data.
English and Spanish Open Assistant Conversations
Retrieves English and Spanish texts that are root-level posts (no parent_id), which helps identify main discussion threads but doesn't provide deeper analytical insights.
SQL Console for OpenAssistant/oasst1
Retrieves 10 Hungarian language training examples, providing basic dataset sampling but offering no analytical insights or patterns.
SQL Console for OpenAssistant/oasst1
Retrieves top-level posts from a threaded discussion dataset that have no parent replies, providing basic structure information but offering limited analytical insights.
Root English Posts
Filters for top-level English posts in a dataset, showing basic language distribution but providing minimal analytical insights beyond simple data retrieval.
Top 10 English Root Posts
Retrieves the first 10 English root-level posts from the training dataset, providing basic filtering but offering limited analytical insight beyond confirming data structure.
English Root Responses <100 Chars
Retrieves English text entries shorter than 100 characters that are parent posts, providing basic filtering of the dataset.
Root Messages in Train Set
Retrieves records from the train dataset where the parent_id is NULL, providing a basic filter but limited analytical value.
English Prompts Without Parents
Retrieves English prompts from the dataset that do not have a parent, providing a basic view of initial prompts in English.
Unique Languages in Training Set
Lists all unique languages present in the dataset, providing basic information about language diversity.
English Root Validation Entries
Retrieves all English entries without a parent ID, providing a basic filtered view of the dataset.
SQL Console for OpenAssistant/oasst1
Retrieves all English entries without a parent, providing a basic filtered view of the dataset.
SQL Console for OpenAssistant/oasst1
Retrieves all records from the 'train' dataset where the language is Arabic, providing a basic filter of the data.