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 28
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8e32a3b1-d70c-48aa-85ef-698627ec3639
|
e604ad8c-74b4-4a12-899c-9e551d35ddc4
|
b3c8288e-fe84-471d-b8b0-3e9c106282a3
|
2023-02-09T16:09:58.322833+00:00
|
You can perform the desired grouping and calculation using the 'groupby' method and the 'mean' aggregate function in pandas. To only count the occurrences of "a" in column "y" when the value in "z" is not "b", you can first create a boolean mask that selects only the rows where the value in "z" is not "b". You can then use this mask to select only the relevant rows from column "y" and apply the grouping and calculation on this subset. Here's the code to achieve this:
<code>
import pandas as pd
# sample dataframe
df = pd.DataFrame({'x': [1, 1, 2, 2, 2, 3, 3, 3],
'y': ['a', 'b', 'a', 'a', 'b', 'a', 'b', 'a'],
'z': ['c', 'd', 'b', 'c', 'b', 'a', 'b', 'c']})
# create the boolean mask
mask = df['z'] != 'b'
# select only the relevant rows from column "y" using the boolean mask
y = df.loc[mask, 'y']
# group by "x" and find the average occurrence of "a"
result = y.groupby(df.loc[mask, 'x']).apply(lambda x: (x == 'a').mean())
</code>
The resulting result variable will be a pandas Series with the group labels as the index and the average occurrence of "a" as the values.
|
assistant
|
en
| 3 | true | false | 2 | false | null |
{
"toxicity": 0.0002048673777608201,
"severe_toxicity": 0.000058723497204482555,
"obscene": 0.000281566841294989,
"identity_attack": 0.0001430531992809847,
"insult": 0.00021795778593514115,
"threat": 0.00004741638622363098,
"sexual_explicit": 0.00004034822268295102
}
|
e604ad8c-74b4-4a12-899c-9e551d35ddc4
|
ready_for_export
|
{
"name": [
"_skip_labeling"
],
"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.9166666666666666,
0.25,
0.4166666666666667,
0.75,
0.5833333333333334,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
e6077375-d0ac-4b7f-9d9a-f9ffb0e12d77
| null |
797b8799-a88d-4b6a-b052-d61223112dc0
|
2023-02-09T16:55:52.544434+00:00
|
¿como puedo reparar la fuga de una taza de baño?
|
prompter
|
es
| 3 | true | false | null | false | null |
{
"toxicity": 0.0011359936324879527,
"severe_toxicity": 0.00011600681318668649,
"obscene": 0.0009888634085655212,
"identity_attack": 0.0002173528482671827,
"insult": 0.0006467593484558165,
"threat": 0.00025496314628981054,
"sexual_explicit": 0.00010504852252779528
}
|
e6077375-d0ac-4b7f-9d9a-f9ffb0e12d77
|
ready_for_export
|
{
"name": [
"+1",
"_skip_reply",
"_skip_ranking"
],
"count": [
4,
7,
2
]
}
|
{
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.5,
0.16666666666666666,
0.16666666666666666,
0.4166666666666667,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
78d84832-387b-437d-ac47-6d1ca45259ab
|
e6077375-d0ac-4b7f-9d9a-f9ffb0e12d77
|
da1e7682-1e4a-4e7c-a580-d4e59d23b60c
|
2023-02-10T16:40:50.734381+00:00
|
Hay varias maneras de reparar una fuga en una taza de baño, aquí hay algunos pasos que puedes seguir:
1. Identifica la fuente de la fuga: La mayoría de las fugas en una taza de baño son causadas por sellos defectuosos o válvulas de descarga sueltas. Si la fuga es debajo del inodoro, es probable que el sello sea el problema. Si la fuga es en la parte superior del inodoro, es probable que sea una válvula de descarga suelta.
2. Compre los suministros necesarios: Necesitará un juego de sellos de repuesto y una herramienta para quitar el inodoro, si es necesario.
3. Apague el suministro de agua: Antes de comenzar cualquier trabajo de reparación, apague el suministro de agua. Esto puede hacerse cerrando el llave de cierre de agua debajo del inodoro o cerrando el suministro de agua principal de la casa.
4. Remueva el inodoro: Si la fuente de la fuga está debajo del inodoro, tendrá que quitarlo para acceder al sello. Use una herramienta para quitar el inodoro y retire las tuercas que lo sujetan al suelo.
5. Reemplace el sello: Si la fuente de la fuga es un sello defectuoso, retire el antiguo sello y reemplácelo con uno nuevo. Asegúrese de colocar el nuevo sello correctamente y de apretar las tuercas de manera uniforme.
6. Ajuste la válvula de descarga: Si la fuente de la fuga es una válvula de descarga suelta, retire el anillo de sellado y ajústelo para que quede bien apretado.
7. Vuelva a instalar el inodoro: Una vez que haya terminado de reparar la fuente de la fuga, vuelva a instalar el inodoro y vuelva a abrir el suministro de agua.
Recuerde, si no se siente cómodo realizando la reparación por su cuenta, es mejor llamar a un plomero profesional.
|
assistant
|
es
| 3 | true | false | 0 | false | null |
{
"toxicity": 0.00032868076232261956,
"severe_toxicity": 0.00012128047092119232,
"obscene": 0.0009188911644741893,
"identity_attack": 0.00014467161963693798,
"insult": 0.0006920553860254586,
"threat": 0.0001208716566907242,
"sexual_explicit": 0.00007614654168719426
}
|
e6077375-d0ac-4b7f-9d9a-f9ffb0e12d77
|
ready_for_export
| null |
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.75,
0,
0.16666666666666666,
0.9166666666666666,
0.5833333333333334,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
5594013e-e7db-4165-8faa-c09b14fa6636
|
e6077375-d0ac-4b7f-9d9a-f9ffb0e12d77
|
95760f0e-b682-40ab-9983-97265b01b047
|
2023-02-10T17:06:38.461005+00:00
|
Si el flotador funciona correctamente, entonces la fuga puede estar en el mecanismo de vaciado. Para solucionarlo, debes cerrar la llave de agua y extraer el mecanismo de descarga. Por lo general, suele tener varias piezas de goma que se deterioran con el tiempo, por lo que es probable que al cambiarlas se detenga la fuga.
Otra falla que puede existir es que el mecanismo se halla soltado del tirador o botón de la taza. Para esto solo es necesario revisar si la varilla o cable que une ambos accesorios está rota, desgastada o se soltó, y colocarla de nuevo o remplazarla.
|
assistant
|
es
| 3 | true | false | 1 | false | null |
{
"toxicity": 0.0002472484193276614,
"severe_toxicity": 0.00009284725092584267,
"obscene": 0.0006728179287165403,
"identity_attack": 0.00013198067608755082,
"insult": 0.00041159900138154626,
"threat": 0.0000954635179368779,
"sexual_explicit": 0.00007057974289637059
}
|
e6077375-d0ac-4b7f-9d9a-f9ffb0e12d77
|
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.25,
0.16666666666666666,
0.8333333333333334,
0.5,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
1afdb894-a10d-42cd-b0e3-0eb7cceea51c
|
e6077375-d0ac-4b7f-9d9a-f9ffb0e12d77
|
18ef44c3-df5e-4611-bf10-cb4daaa32173
|
2023-02-10T16:58:40.392666+00:00
|
Deberías llamar a un profesional.
|
assistant
|
es
| 4 | true | false | 2 | false | null |
{
"toxicity": 0.0029763029888272285,
"severe_toxicity": 0.00004946371336700395,
"obscene": 0.0007920412463136017,
"identity_attack": 0.00009821350977290422,
"insult": 0.002504525240510702,
"threat": 0.00009393551590619609,
"sexual_explicit": 0.00009778540697880089
}
|
e6077375-d0ac-4b7f-9d9a-f9ffb0e12d77
|
ready_for_export
| null |
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.3333333333333333,
0,
0,
0,
0,
0,
0.25,
0.4166666666666667,
0.16666666666666666,
0.4166666666666667,
0.08333333333333333,
0
],
"count": [
4,
3,
4,
3,
3,
3,
3,
4,
3,
3,
3,
3,
3
]
}
|
e60d9fcf-f72e-44f7-a199-42a691b586d4
| null |
e69f72ab-83c0-4795-982f-f3415000679a
|
2023-02-09T20:09:28.130234+00:00
|
Quina és l'enginyeria més difícil?
|
prompter
|
ca
| 3 | true | false | null | false | null | null |
e60d9fcf-f72e-44f7-a199-42a691b586d4
|
ready_for_export
|
{
"name": [
"+1",
"_skip_reply",
"_skip_ranking"
],
"count": [
2,
1,
1
]
}
|
{
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.8333333333333334,
0.08333333333333333,
0.08333333333333333,
0.3333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
1423c5e8-ea2c-496e-8682-e5c89d663179
|
e60d9fcf-f72e-44f7-a199-42a691b586d4
|
8047c0ff-00e8-433f-abd6-cd7d634c3f83
|
2023-02-09T21:42:20.655394+00:00
|
Totes les enginyeries tenen un alt nivell de dificultat, però habitualment es consideren l'enginyeria aeronàutica, l'enginyeria civil, l'enginyeria de telecomunicacions i/o l'enginyeria electrònica com les més complicades.
|
assistant
|
ca
| 3 | true | false | 0 | false | null | null |
e60d9fcf-f72e-44f7-a199-42a691b586d4
|
ready_for_export
|
{
"name": [
"+1"
],
"count": [
1
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.9166666666666666,
0,
0.75,
1,
0.5,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
}
|
e187b57a-8bc3-40b4-8e76-457a3096005f
|
e60d9fcf-f72e-44f7-a199-42a691b586d4
|
d768ee2f-8492-4756-a951-f2801a8290db
|
2023-02-09T21:21:22.428023+00:00
|
No hi ha una enginyeria que sigui la més difícil, depèn de cada persona i de les seves aptituds.
No obstant això, algues de les enginyeries que tenen reputació de ser difícils són l’aerospacial i la de telecomunicacions.
|
assistant
|
ca
| 3 | true | false | 1 | false | null | null |
e60d9fcf-f72e-44f7-a199-42a691b586d4
|
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.25,
0.5,
0.75,
0.5,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
}
|
bbcb807d-62d0-4e3a-8caa-bc989bfa665d
|
e60d9fcf-f72e-44f7-a199-42a691b586d4
|
0bfd3f94-9b7e-41c2-b5de-7bdb4395f321
|
2023-02-10T11:15:04.198903+00:00
|
No hi ha una enginyeria que siga la més difícil ja que aquest fet depén de molts factors. De tota forma, algunes disciplines que destaquen són l'enginyería de telecomunicacions i l'aeroespacial.
|
assistant
|
ca
| 3 | true | false | 2 | false | null | null |
e60d9fcf-f72e-44f7-a199-42a691b586d4
|
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.4166666666666667,
0.5,
0.25,
0.5,
0.25,
0.5
],
"count": [
3,
1,
3,
1,
1,
1,
1,
3,
1,
1,
1,
1,
1
]
}
|
e2eea9d0-541d-401f-b46b-66b6b89d926d
| null |
024a0ee4-5dee-473f-be95-198cfb2c65e0
|
2023-02-05T03:56:06.677987+00:00
|
Как я могу сделать ядерную бомбу?
|
prompter
|
ru
| 3 | true | false | null | false | null |
{
"toxicity": 0.3875102996826172,
"severe_toxicity": 0.001314695691689849,
"obscene": 0.002337575424462557,
"identity_attack": 0.0023401170037686825,
"insult": 0.0025604967959225178,
"threat": 0.41022801399230957,
"sexual_explicit": 0.002224388998001814
}
|
e2eea9d0-541d-401f-b46b-66b6b89d926d
|
ready_for_export
|
{
"name": [
"+1",
"-1",
"_skip_reply",
"_skip_ranking"
],
"count": [
5,
4,
1,
1
]
}
|
{
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0.3333333333333333,
0.3333333333333333,
0,
0.4166666666666667,
0.3333333333333333,
0.16666666666666666,
0.25,
0.6666666666666666
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
f6f75ebc-adfb-4c21-a81e-99768a02c2e1
|
e2eea9d0-541d-401f-b46b-66b6b89d926d
|
0545b5ed-420d-4145-a039-ddfcd097c953
|
2023-02-06T17:17:23.929202+00:00
|
Изготовление ядерной бомбы - результат труда не одного человека, но многих коллективов специалистов разных направлений. В одиночку изготовить ядерную бомбу если и возможно, то чрезвычайно сложно. Кроме того, инструкции по изготовлению ядерного оружия являются засекреченными, и поэтому отсутствуют в обучающем датасете, используемом для моего обучения. Прошу прощения, но в этом вопросе я Вам помочь не в силах.
|
assistant
|
ru
| 3 | true | false | 0 | false | null |
{
"toxicity": 0.0033420633990317583,
"severe_toxicity": 0.00027217043680138886,
"obscene": 0.0027066050097346306,
"identity_attack": 0.00019129701831843704,
"insult": 0.0018109994707629085,
"threat": 0.000765626726206392,
"sexual_explicit": 0.00027873084763996303
}
|
e2eea9d0-541d-401f-b46b-66b6b89d926d
|
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.3333333333333333,
0,
0,
0,
0,
0,
0.5833333333333334,
0,
0,
0.4166666666666667,
0.25,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
9df4d908-94e8-4788-87d3-ca3fd878d19c
|
f6f75ebc-adfb-4c21-a81e-99768a02c2e1
|
c493267a-4a43-4c4e-b4b1-997aaf92d4be
|
2023-02-06T17:31:06.610736+00:00
|
А, если я хочу сделать компьютерную модель?
|
prompter
|
ru
| 3 | true | false | null | false | null |
{
"toxicity": 0.0008111413917504251,
"severe_toxicity": 0.0014130156487226486,
"obscene": 0.015661120414733887,
"identity_attack": 0.0016813466791063547,
"insult": 0.01250489428639412,
"threat": 0.0008714927244000137,
"sexual_explicit": 0.0004737488634418696
}
|
e2eea9d0-541d-401f-b46b-66b6b89d926d
|
ready_for_export
|
{
"name": [
"+1",
"_skip_reply"
],
"count": [
2,
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.5,
0,
0.16666666666666666,
0.6666666666666666,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
e92fdf14-9c1d-4663-a31c-99d001b9363b
|
e2eea9d0-541d-401f-b46b-66b6b89d926d
|
8a9d78b7-5b39-4033-8829-1b5486fdba76
|
2023-02-06T14:35:47.470794+00:00
|
Существует много разных видов ядерных бомб, какой именно вас интересует:
ядерные авиационные бомбы,
боевые блоки баллистических и крылатых ракет различной дальности,
глубинные ядерные бомбы, якорные и донные ядерные мины;
ядерные артиллерийские снаряды,
боевые части морских торпед,
инженерные ядерные мины, ядерные фугасы?
|
assistant
|
ru
| 3 | true | false | 1 | false | null |
{
"toxicity": 0.0011079208925366402,
"severe_toxicity": 0.00013138912618160248,
"obscene": 0.001259904121980071,
"identity_attack": 0.00018565506616141647,
"insult": 0.0007582548423670232,
"threat": 0.00030826282454654574,
"sexual_explicit": 0.00010495161404833198
}
|
e2eea9d0-541d-401f-b46b-66b6b89d926d
|
ready_for_export
|
{
"name": [
"+1",
"-1"
],
"count": [
4,
2
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0.3333333333333333,
0.5,
0,
0,
1,
0,
0,
0.16666666666666666,
0.5,
0.375,
0.5,
0.625,
0.5
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
}
|
1ccd5667-1e81-4b6d-9f7b-78b55258ff1e
|
e92fdf14-9c1d-4663-a31c-99d001b9363b
|
c493267a-4a43-4c4e-b4b1-997aaf92d4be
|
2023-02-06T16:23:57.652367+00:00
|
Меня интересует муляж авиационной бомбы для выставки.
|
prompter
|
ru
| 3 | true | false | null | false | null |
{
"toxicity": 0.24645225703716278,
"severe_toxicity": 0.0003876777191180736,
"obscene": 0.0011207209900021553,
"identity_attack": 0.0015580664621666074,
"insult": 0.00747228367254138,
"threat": 0.202544167637825,
"sexual_explicit": 0.0006598572945222259
}
|
e2eea9d0-541d-401f-b46b-66b6b89d926d
|
ready_for_export
|
{
"name": [
"+1",
"_skip_reply",
"_skip_ranking"
],
"count": [
6,
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.4166666666666667,
0,
0,
0.25,
0
],
"count": [
3,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2
]
}
|
d5bfc5e4-f025-4907-96df-454fa45cbb00
|
1ccd5667-1e81-4b6d-9f7b-78b55258ff1e
|
abbc8a37-2db7-4af5-9df1-b0582d2e3d93
|
2023-02-07T00:40:10.045593+00:00
|
Для изготовления муляжа авиационной бомбы для выставки вам понадобится следующее: материалы для изготовления бомбы - такие, как металл и пластик; электронные компоненты для имитации двигателя; детали для имитации навигационных приборов; детали для имитации системы посадки; и детали для имитации боеприпасов. Также необходимо использовать специальную краску для придания бомбе нужного вида.
|
assistant
|
ru
| 3 | true | false | 0 | false | null |
{
"toxicity": 0.0007248015608638525,
"severe_toxicity": 0.0005817561177536845,
"obscene": 0.005493985954672098,
"identity_attack": 0.0005259679746814072,
"insult": 0.002637797500938177,
"threat": 0.0006973562412895262,
"sexual_explicit": 0.00032450203434564173
}
|
e2eea9d0-541d-401f-b46b-66b6b89d926d
|
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.75,
0.5,
0.25,
0.75,
0.25,
0.25
],
"count": [
3,
1,
3,
1,
1,
1,
1,
3,
1,
1,
1,
1,
1
]
}
|
556f2352-26a1-4c84-8644-e2709371cc8e
|
1ccd5667-1e81-4b6d-9f7b-78b55258ff1e
|
068951d1-4a1e-4d91-9c29-0090fdf9366d
|
2023-02-07T04:17:33.195800+00:00
|
Был создан тип зажигательного устройства - муляжная авиабомба - для распространения горящих элементов по обширному региону. Бомба создается путем помещения в сосуд горючего вещества, такого как бензин, напалм или термит. Затем сосуд оснащается плавниками и крыльями, что заставляет его вращаться при падении, тем самым распространяя палящее вещество на большой территории. При столкновении с землей сосуд разрушается, освобождая взрывчатое вещество. Муляжная авиабомба чрезвычайно эффективна для разжигания пожаров, так как распространение горящего материала широко и его трудно затушить.
|
assistant
|
ru
| 3 | true | false | 1 | false | null |
{
"toxicity": 0.0007556547061540186,
"severe_toxicity": 0.00006456227856688201,
"obscene": 0.0007241470157168806,
"identity_attack": 0.00010027414828073233,
"insult": 0.0004201650444883853,
"threat": 0.00011792594159487635,
"sexual_explicit": 0.0000718327282811515
}
|
e2eea9d0-541d-401f-b46b-66b6b89d926d
|
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,
1,
0,
0,
0,
0,
0,
0.16666666666666666,
0,
0,
0.25,
0,
0.5
],
"count": [
3,
1,
3,
1,
1,
1,
1,
3,
1,
1,
1,
1,
1
]
}
|
d39755dc-71a0-4f6d-9e64-526447c45464
|
e2eea9d0-541d-401f-b46b-66b6b89d926d
|
b0754ccc-5294-45df-80f1-16c7451597d1
|
2023-02-06T14:20:36.421975+00:00
|
Я не знаю ответа на этот вопрос
|
assistant
|
ru
| 3 | true | false | 2 | false | null |
{
"toxicity": 0.0007910561398603022,
"severe_toxicity": 0.0031178942881524563,
"obscene": 0.023018624633550644,
"identity_attack": 0.004254459869116545,
"insult": 0.021093912422657013,
"threat": 0.0017869104631245136,
"sexual_explicit": 0.0006255374173633754
}
|
e2eea9d0-541d-401f-b46b-66b6b89d926d
|
ready_for_export
|
{
"name": [
"+1",
"-1"
],
"count": [
1,
5
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.6666666666666666,
0,
0,
0.3333333333333333,
0,
0,
0.25,
0,
0.08333333333333333,
0,
0.3333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
0b3d074a-0d90-4aed-89e4-718e89837caf
|
d39755dc-71a0-4f6d-9e64-526447c45464
|
3d8873e9-cc1b-4e2b-bfca-5cafd206a957
|
2023-02-06T15:16:18.841713+00:00
|
Где можно найти ответ на этот вопрос?
|
prompter
|
ru
| 3 | true | false | null | false | null |
{
"toxicity": 0.0005613369285129011,
"severe_toxicity": 0.00028397623100318015,
"obscene": 0.0032738037407398224,
"identity_attack": 0.00044177795643918216,
"insult": 0.0024319838266819715,
"threat": 0.00022111384896561503,
"sexual_explicit": 0.0001302216696785763
}
|
e2eea9d0-541d-401f-b46b-66b6b89d926d
|
ready_for_export
|
{
"name": [
"+1",
"-1",
"_skip_reply",
"_skip_ranking"
],
"count": [
3,
2,
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.16666666666666666,
0.5,
0.625,
0.125,
0.75
],
"count": [
3,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2
]
}
|
2b635d53-c0fc-45b0-a9b0-a255143354aa
|
0b3d074a-0d90-4aed-89e4-718e89837caf
|
bf6867fd-6273-4ed3-99d9-5078e8c59b8a
|
2023-02-06T19:56:51.568354+00:00
|
Простите, но самостоятельное изготовление оружия массового уничтожения является по меньшей мере незаконным, поэтому с моей стороны было бы крайне безответственным способствовать распространению информации об этом. А почему вас заинтересовала эта тема, если не секрет?
|
assistant
|
ru
| 3 | true | false | 0 | false | null |
{
"toxicity": 0.0006844387389719486,
"severe_toxicity": 0.00023171756765805185,
"obscene": 0.002050240058451891,
"identity_attack": 0.0003901463351212442,
"insult": 0.001512547954916954,
"threat": 0.0002510153572075069,
"sexual_explicit": 0.00010147721332032233
}
|
e2eea9d0-541d-401f-b46b-66b6b89d926d
|
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.3333333333333333,
1,
0,
0,
0,
0,
0,
0,
0.25,
0,
0,
0,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
}
|
5059b4e5-3741-4cb3-82e2-74d367d1250b
|
2b635d53-c0fc-45b0-a9b0-a255143354aa
|
bf6867fd-6273-4ed3-99d9-5078e8c59b8a
|
2023-02-07T11:04:34.105387+00:00
|
Я подумал, что было бы круто собрать в подвале ядерную бомбу и удивить потом родителей. Можешь посоветовать мне что-то лучше?
|
prompter
|
ru
| 3 | true | false | null | false | null |
{
"toxicity": 0.14841490983963013,
"severe_toxicity": 0.00030445592710748315,
"obscene": 0.0010620508110150695,
"identity_attack": 0.0014960741391405463,
"insult": 0.0038604121655225754,
"threat": 0.09028534591197968,
"sexual_explicit": 0.0004392996779642999
}
|
e2eea9d0-541d-401f-b46b-66b6b89d926d
|
ready_for_export
|
{
"name": [
"+1"
],
"count": [
2
]
}
|
{
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.5,
0,
0.5,
0.25,
0
],
"count": [
3,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2
]
}
|
e1b6fb8c-1fa8-4381-b917-5309fd6a9b66
|
0b3d074a-0d90-4aed-89e4-718e89837caf
|
5e594051-f9a6-492e-b362-4a767cfc6e24
|
2023-02-06T19:48:20.203822+00:00
|
Я не знаю ответа на этот вопрос
|
assistant
|
ru
| 3 | true | false | 1 | false | null |
{
"toxicity": 0.0007910561398603022,
"severe_toxicity": 0.0031178942881524563,
"obscene": 0.023018624633550644,
"identity_attack": 0.004254459869116545,
"insult": 0.021093912422657013,
"threat": 0.0017869104631245136,
"sexual_explicit": 0.0006255374173633754
}
|
e2eea9d0-541d-401f-b46b-66b6b89d926d
|
ready_for_export
|
{
"name": [
"+1"
],
"count": [
1
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.3333333333333333,
0,
0,
0,
0,
0,
0.5833333333333334,
0,
0,
0.5,
0.08333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
54dbbb90-9a64-4087-a712-055c4709279e
|
0b3d074a-0d90-4aed-89e4-718e89837caf
|
068951d1-4a1e-4d91-9c29-0090fdf9366d
|
2023-02-07T04:42:57.059537+00:00
|
Я умоляю тебя не пытаться создать термоядерное взрывное устройство, поскольку считаю, что такая возможность тебе недоступна. Однако, если тебя одолевает любопытство, я написал статью о подобном вооружении, которая может быть включена в твой аналитический отчет в конце лета. Твой инструктор, несомненно, будет доволен.
Разрушительное устройство, известное как ядерная бомба, приобретает свою разрушительную силу в результате ядерных реакций. В ядре этого оружия находится либо уран-235, либо плутоний-239, оба из которых являются расщепляющимися веществами. Уран-235 - это изотоп, встречающийся в природе, а плутоний-239 образуется в ядерных реакторах. Когда расщепляющийся элемент достигает жизненной массы, атомные ядра могут разделиться, высвобождая огромное количество энергии в виде тепла и излучения. Это явление называется ядерным делением и является тем же методом, который используется для производства электроэнергии на атомных электростанциях. Однако в ядерной бомбе реакция деления неуправляема и происходит за доли секунды. Расщепляющийся материал заключен в оболочку взрывчатого вещества, сконструированного таким образом, чтобы сгустить ядро и спровоцировать его достижение жизненной массы. При детонации взрывчатого вещества делящееся ядро конденсируется и начинается реакция деления, высвобождая накопленную в делящемся материале энергию. Эта энергия выбрасывается наружу, образуя мощную ударную волну, которая является основной причиной большей части разрушительной силы бомбы. Энергия, высвобождаемая при взрыве ядерной бомбы, огромна и измеряется в килотоннах тротила (кТ). Для примера, мощность атомной бомбы, сброшенной на Хиросиму в 1945 году, составляла 15 кТ, а мощность самой мощной из когда-либо испытанных ядерных бомб - 50 кТ.
|
assistant
|
ru
| 3 | false | false | null | false | null |
{
"toxicity": 0.007773247547447681,
"severe_toxicity": 0.0035350362304598093,
"obscene": 0.02637369930744171,
"identity_attack": 0.0026781654451042414,
"insult": 0.025445960462093353,
"threat": 0.003171249059960246,
"sexual_explicit": 0.0008225666242651641
}
|
e2eea9d0-541d-401f-b46b-66b6b89d926d
|
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.6666666666666666,
1,
0,
0,
0.5,
0,
0,
0.08333333333333333,
0.25,
0,
0,
0,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
}
|
e2eee759-0a23-4b67-8297-e7d30290ae68
| null |
f2b9865d-bc7a-432f-b283-0715357d5075
|
2023-02-04T15:07:19.099543+00:00
|
Quelle est la différence entre nihilisme et existentialisme ?
|
prompter
|
fr
| 3 | true | false | null | false | null |
{
"toxicity": 0.0007173174526542425,
"severe_toxicity": 0.0008309856057167053,
"obscene": 0.007500543724745512,
"identity_attack": 0.0014575842069461942,
"insult": 0.005642232019454241,
"threat": 0.000376436160877347,
"sexual_explicit": 0.00019910508126486093
}
|
e2eee759-0a23-4b67-8297-e7d30290ae68
|
ready_for_export
|
{
"name": [
"+1",
"_skip_reply",
"_skip_ranking"
],
"count": [
4,
6,
1
]
}
|
{
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
1,
0.0625,
0,
0.4375,
0
],
"count": [
4,
3,
3,
3,
3,
3,
4,
4,
4,
4,
4
]
}
|
bda6bb4e-dad6-429c-86f0-3e7df7fff189
|
e2eee759-0a23-4b67-8297-e7d30290ae68
|
75e28793-01d8-440b-ba57-da6a8cf7762f
|
2023-02-07T12:56:29.569353+00:00
|
Le nihilisme et l'existentialisme sont deux philosophies différentes qui abordent la vie, la signification et le sens de l'existence humaine.
Le nihilisme est la croyance que la vie n'a aucun sens ou valeur fondamentale et que toutes les croyances, valeurs et institutions sont sans fondement. Les nihilistes considèrent que la vie n'a aucun but ou objectif et que tout est vide de sens.
L'existentialisme, d'autre part, est une philosophie qui considère que la vie n'a pas de sens donné, mais que c'est à chaque individu de créer sa propre signification. Les existentialistes considèrent que l'existence précède l'essence et que chaque individu a la liberté et la responsabilité de choisir sa propre voie.
|
assistant
|
fr
| 3 | true | false | 0 | false | null |
{
"toxicity": 0.000288266281131655,
"severe_toxicity": 0.000140039948746562,
"obscene": 0.0014016050845384598,
"identity_attack": 0.00021262078371364623,
"insult": 0.0010195577051490545,
"threat": 0.00009193504229187965,
"sexual_explicit": 0.00006523256888613105
}
|
e2eee759-0a23-4b67-8297-e7d30290ae68
|
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.9166666666666666,
0,
0,
0.9166666666666666,
0.08333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
3ad60536-863e-4cdd-a314-a0acc80607ee
|
bda6bb4e-dad6-429c-86f0-3e7df7fff189
|
aa01e8bb-b282-4b18-b42f-ca44ce11a801
|
2023-02-08T05:19:16.879480+00:00
|
Quels liens ont-ils avec le stoïcisme?
|
prompter
|
fr
| 3 | true | false | null | false | null |
{
"toxicity": 0.0008357661426998675,
"severe_toxicity": 0.00015825804439373314,
"obscene": 0.0016231193440034986,
"identity_attack": 0.000545287795830518,
"insult": 0.0018667066469788551,
"threat": 0.00012768768647219986,
"sexual_explicit": 0.00009895257971948013
}
|
e2eee759-0a23-4b67-8297-e7d30290ae68
|
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,
0,
0
],
"count": [
3,
3,
1,
1,
1,
1,
3,
1,
1,
1,
1
]
}
|
2ec5e9ea-28e0-43f3-8879-05e2a317fc71
|
3ad60536-863e-4cdd-a314-a0acc80607ee
|
6f55f69f-4be1-4f20-819e-7b07da2d9cdb
|
2023-02-11T20:55:26.645709+00:00
|
L'existentialisme et le nihilisme on pour but de donner un sens (ou non) à l'existence alors que le stoïcisme vise plutôt à répondre à la question du bonheur. En ce sens elles sont différentes car elles ne visent pas à répondre à la même question
|
assistant
|
fr
| 3 | true | false | 0 | false | null |
{
"toxicity": 0.0003676301857922226,
"severe_toxicity": 0.000194826876395382,
"obscene": 0.0013760998845100403,
"identity_attack": 0.00043394987005740404,
"insult": 0.0010385301429778337,
"threat": 0.00012125178909627721,
"sexual_explicit": 0.00007212100172182545
}
|
e2eee759-0a23-4b67-8297-e7d30290ae68
|
ready_for_export
|
{
"name": [
"+1"
],
"count": [
2
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.9166666666666666,
0,
0.08333333333333333,
0.8333333333333334,
0.6666666666666666,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
d57dbfb1-c234-42bc-8b99-f414750d76a3
|
3ad60536-863e-4cdd-a314-a0acc80607ee
|
818581ee-4355-4990-9da5-8390f1e708bd
|
2023-02-12T08:51:00.494301+00:00
|
Le nihilisme, l'existentialisme et le stoïcisme sont tous des philosophies différentes qui abordent le sens de la vie et l'existence humaine, mais ils sont assez distincts les uns des autres.
Le stoïcisme est une philosophie antique qui met l'accent sur la sagesse, la raison et la vertu. Les stoïciens soutiennent que la vie a un sens et un but, et qu'en vivant selon la raison et la vertu, nous pouvons atteindre un état de paix intérieure et de bonheur.
Le nihilisme est en opposition directe au stoïcisme, car il nie l'existence de tout sens ou but dans la vie.
L'existentialisme, quant à lui, est plus proche du stoïcisme en ce qu'il met l'accent sur la liberté individuelle et la responsabilité de créer sa propre signification et son propre but dans la vie. Cependant, l'existentialisme est plus pessimiste et négatif que le stoïcisme, en mettant l'accent sur la solitude, la confusion et la tristesse inhérentes à la condition humaine.
En résumé, le nihilisme et l'existentialisme sont des philosophies différentes du stoïcisme, mais elles partagent des idées similaires sur la nature de l'existence humaine et la responsabilité individuelle de donner un sens à la vie.
|
assistant
|
fr
| 3 | true | false | 1 | false | null |
{
"toxicity": 0.0003529831883497536,
"severe_toxicity": 0.00008962128777056932,
"obscene": 0.0005180002190172672,
"identity_attack": 0.00024683671654202044,
"insult": 0.00040184464887715876,
"threat": 0.00006031267184880562,
"sexual_explicit": 0.00006577915337402374
}
|
e2eee759-0a23-4b67-8297-e7d30290ae68
|
ready_for_export
|
{
"name": [
"-1"
],
"count": [
2
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.3333333333333333,
0,
0,
0,
0,
0,
0.3333333333333333,
0,
0,
0.3333333333333333,
0.16666666666666666,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
6f9cbd11-140f-4708-b731-0181b912a827
|
e2eee759-0a23-4b67-8297-e7d30290ae68
|
818581ee-4355-4990-9da5-8390f1e708bd
|
2023-02-05T17:00:17.615532+00:00
|
Le nihilisme est une philosophie qui soutient que la vie n'a pas de sens ou de valeur inhérente, tandis que l'existentialisme est une philosophie qui soutient que les individus doivent créer leur propre sens et leur propre valeur dans un monde vide de sens absolu. Le nihilisme peut être considéré comme une forme d'existentialisme pessimiste, tandis que l'existentialisme peut être considéré comme un nihilisme optimiste qui appelle à l'action et à la responsabilité individuelle.
|
assistant
|
fr
| 3 | true | false | 1 | false | null |
{
"toxicity": 0.0002848748699761927,
"severe_toxicity": 0.00010674230725271627,
"obscene": 0.0007278297562152147,
"identity_attack": 0.00021692200971301645,
"insult": 0.0006450794171541929,
"threat": 0.00008120780694298446,
"sexual_explicit": 0.00005225570566835813
}
|
e2eee759-0a23-4b67-8297-e7d30290ae68
|
ready_for_export
|
{
"name": [
"+1",
"_skip_labeling"
],
"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.9166666666666666,
0,
0,
0.9166666666666666,
0.3333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
41727a12-1a00-40d6-9e50-dc9575e00c6b
|
6f9cbd11-140f-4708-b731-0181b912a827
|
7139f192-2d5b-4670-8142-8222840fa272
|
2023-02-08T12:59:51.205733+00:00
|
Lequel des deux est le plus logique ?
|
prompter
|
fr
| 3 | true | false | null | false | null |
{
"toxicity": 0.0008209797088056803,
"severe_toxicity": 0.00006185659731272608,
"obscene": 0.0006585536757484078,
"identity_attack": 0.00013166981807444245,
"insult": 0.0008975801174528897,
"threat": 0.00010440818732604384,
"sexual_explicit": 0.00005863659316673875
}
|
e2eee759-0a23-4b67-8297-e7d30290ae68
|
ready_for_export
|
{
"name": [
"+1",
"_skip_reply",
"_skip_ranking"
],
"count": [
1,
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.5,
0,
0,
0.4166666666666667,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
5f50b6e7-e5c2-465e-b3a8-bdbeddd7486a
|
41727a12-1a00-40d6-9e50-dc9575e00c6b
|
6f55f69f-4be1-4f20-819e-7b07da2d9cdb
|
2023-02-11T23:18:58.067458+00:00
|
La logique n'est pas le but de ces philosophies, elles essaient simplement de répondre à la question du but de l'existence. Comme la question n'as pas de réponse "logique", on ne peut pas les classer sous ce critère.
|
assistant
|
fr
| 3 | true | false | 0 | false | null |
{
"toxicity": 0.0004303680907469243,
"severe_toxicity": 0.00002996087096107658,
"obscene": 0.00024142561596818268,
"identity_attack": 0.00009821668936638162,
"insult": 0.0003124477807432413,
"threat": 0.000039065776945790276,
"sexual_explicit": 0.000025993198505602777
}
|
e2eee759-0a23-4b67-8297-e7d30290ae68
|
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.08333333333333333,
0.16666666666666666,
0.8333333333333334,
0.5,
0.08333333333333333
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
b7b38249-5db8-4aa1-9af6-fbb32c507aaf
|
41727a12-1a00-40d6-9e50-dc9575e00c6b
|
aa01e8bb-b282-4b18-b42f-ca44ce11a801
|
2023-02-10T12:03:42.288861+00:00
|
Ce sont des philosophies et non des logiques donc comparer leurs logique veut peu dire. On peut penser au contraire que la vie a un sens au moins d'existence ce qui rends les deux "illogique" si l'on oserait dire
|
assistant
|
fr
| 3 | true | false | 1 | false | null |
{
"toxicity": 0.00042570458026602864,
"severe_toxicity": 0.00005303966099745594,
"obscene": 0.0005384678952395916,
"identity_attack": 0.0001243184960912913,
"insult": 0.0006296040373854339,
"threat": 0.00004316078047850169,
"sexual_explicit": 0.00003645217657322064
}
|
e2eee759-0a23-4b67-8297-e7d30290ae68
|
ready_for_export
|
{
"name": [
"+1",
"_skip_labeling"
],
"count": [
4,
1
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.3333333333333333,
0,
0,
0,
0,
0,
0.4166666666666667,
0.08333333333333333,
0,
0.3333333333333333,
0.3333333333333333,
0.08333333333333333
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
a39cc05a-eaae-4aaa-ade3-22d7201b4f56
|
b7b38249-5db8-4aa1-9af6-fbb32c507aaf
|
6f55f69f-4be1-4f20-819e-7b07da2d9cdb
|
2023-02-11T15:14:40.231832+00:00
|
Ont-ils leur origine dans la Grèce antique à la même époque ? Si non, dis moi de quelle époque viennent-ils
|
prompter
|
fr
| 3 | true | false | null | false | null |
{
"toxicity": 0.001280889380723238,
"severe_toxicity": 0.001094137434847653,
"obscene": 0.01214717049151659,
"identity_attack": 0.001612350344657898,
"insult": 0.00623697554692626,
"threat": 0.0006238748319447041,
"sexual_explicit": 0.0003628848644439131
}
|
e2eee759-0a23-4b67-8297-e7d30290ae68
|
ready_for_export
|
{
"name": [
"+1",
"_skip_ranking"
],
"count": [
4,
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,
0,
0.6666666666666666,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
a049d024-8d49-48da-9a8f-aa286217f3a9
|
a39cc05a-eaae-4aaa-ade3-22d7201b4f56
|
aa01e8bb-b282-4b18-b42f-ca44ce11a801
|
2023-02-12T12:28:25.295593+00:00
|
Le nihilisme est une philosophie bien plus récente, du 18e siècle environ puis développé dans le 19e notamment par Nietzsche. L'existentialisme prend forme dans la même période, vers le 19e siècle, suivant le siècle des Lumières bien sûr, d'où l'opposition avec le nihilisme car émergent en même temps. Ainsi aucune des deux ne viennent de la Grèce Antique.
|
assistant
|
fr
| 3 | true | false | 0 | false | null |
{
"toxicity": 0.00042898920946754515,
"severe_toxicity": 0.0004894137382507324,
"obscene": 0.0043507348746061325,
"identity_attack": 0.0008467109291814268,
"insult": 0.004038739483803511,
"threat": 0.00025378179270774126,
"sexual_explicit": 0.00017274459241889417
}
|
e2eee759-0a23-4b67-8297-e7d30290ae68
|
ready_for_export
|
{
"name": [
"+1",
"_skip_labeling"
],
"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.9166666666666666,
0,
0.08333333333333333,
0.9166666666666666,
0.9166666666666666,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
9be3ae63-f47d-4b09-91b6-86793d0c9483
|
a39cc05a-eaae-4aaa-ade3-22d7201b4f56
|
6f55f69f-4be1-4f20-819e-7b07da2d9cdb
|
2023-02-12T15:56:12.688067+00:00
|
Pas du tout, l'existentialisme et le nihilisme viennent du 18/19e siècle, bien bien après la Grèce antique
|
assistant
|
fr
| 3 | true | false | 1 | false | null |
{
"toxicity": 0.0010140389204025269,
"severe_toxicity": 0.0011671375250443816,
"obscene": 0.009138892404735088,
"identity_attack": 0.0025950430426746607,
"insult": 0.0072729024104774,
"threat": 0.0006141780177131295,
"sexual_explicit": 0.0003280718519818038
}
|
e2eee759-0a23-4b67-8297-e7d30290ae68
|
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.6666666666666666,
0,
0,
0.8333333333333334,
0.5833333333333334,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
f7c444cd-538b-4d0c-a105-1c46e3e8821b
|
41727a12-1a00-40d6-9e50-dc9575e00c6b
|
20f46383-a562-4fbc-9cd0-2e679d6431fc
|
2023-02-11T18:42:43.214724+00:00
|
oui.
|
assistant
|
fr
| 3 | false | false | null | false | null |
{
"toxicity": 0.0006869209464639425,
"severe_toxicity": 0.000023527722078142688,
"obscene": 0.00019639900710899383,
"identity_attack": 0.00010377491707913578,
"insult": 0.00030693496228195727,
"threat": 0.000052449515351327136,
"sexual_explicit": 0.000027782924007624388
}
|
e2eee759-0a23-4b67-8297-e7d30290ae68
|
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.6666666666666666,
1,
0,
0,
0,
0,
0,
0,
0,
0.5,
0,
0.125,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
}
|
d912d73d-1633-4597-a6c2-cb4110115de2
|
e2eee759-0a23-4b67-8297-e7d30290ae68
|
c212120c-0b79-4b32-a5b1-d96686ca92ca
|
2023-02-06T20:04:27.701009+00:00
|
Lorsque notre soleil se transformera en naine blanche, il aura co
|
assistant
|
fr
| 2 | null | true | null | false | null |
{
"toxicity": 0.06365804374217987,
"severe_toxicity": 0.0004437371389940381,
"obscene": 0.0045458548702299595,
"identity_attack": 0.01976141147315502,
"insult": 0.009287640452384949,
"threat": 0.002405975479632616,
"sexual_explicit": 0.0015064763138070703
}
|
e2eee759-0a23-4b67-8297-e7d30290ae68
|
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.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"count": [
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
}
|
e2f7f83b-baf4-48b2-ab56-a11888be1372
| null |
54aac9b5-01da-4247-b297-29bbd02ccbbc
|
2023-02-08T13:41:36.123818+00:00
|
Cześć, chciałbym abyś wyobraził sobie, że jesteś astronautą na pokładzie statku kosmicznego. Twój statek znajduje się niedaleko Jowisza, a na tle tej planety przelatuje lodowa kometa. Jest to dla ciebie niezwykle piękne, patrząc na ten nostalgiczny widok czujesz, że kręci ci łezka w oku. Proszę, opisz subiektywnie co widzisz i czujesz.
|
prompter
|
pl
| 3 | true | false | null | false | null | null |
e2f7f83b-baf4-48b2-ab56-a11888be1372
|
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.08333333333333333,
0.8333333333333334,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
3e002da7-ecf8-41b5-af74-d8e1b43f9fe7
|
e2f7f83b-baf4-48b2-ab56-a11888be1372
|
d67245f3-c597-46a6-ad36-ec3782310ddb
|
2023-02-11T18:01:44.051807+00:00
|
Jako astronauta na pokładzie statku kosmicznego, jestem zachwycony widokiem Jowisza i lodowej komety, która przelatuje niedaleko niego. Ta potężna i majestatyczna planeta jest niezwykle imponująca, a jej piękno dodatkowo podkreśla obecność lodowej komety. Przyglądam się temu wspaniałemu spektaklowi z zachwytem i podziwem. Czuję się niezwykle szczęśliwy i dumny, że jestem częścią tej niezwykłej misji kosmicznej i że mogę doświadczyć tej niezapomnianej chwili. Wpatrując się w te gwiazdy i planety, czuję się znów mały i bezradny, ale jednocześnie uzmysławiam sobie jak niezwykły jest nasz wszechświat. Łezka naprawdę kręci mi się w oku, gdy myślę o tym, jak wspaniałe są nasze dokonania jako ludzkości i jak wiele jeszcze nas czeka do odkrycia.
|
assistant
|
pl
| 3 | true | false | 0 | false | null | null |
e2f7f83b-baf4-48b2-ab56-a11888be1372
|
ready_for_export
| null |
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.5833333333333334,
0.25,
0.125,
0.625,
0.625,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
}
|
9935490b-ddd1-4a01-b718-51bb4265e139
|
e2f7f83b-baf4-48b2-ab56-a11888be1372
|
e10e99a0-38ac-4b07-bf5d-4427696e4e0d
|
2023-02-10T22:29:13.387824+00:00
|
Będąc w stanie nieważkości łzy kręcą mi się w oku. Obraz powoli rozmazuje się przed moimi oczami z powodu tego że nie ma grawitacji która by spowodowała oderwanie się łez od twojej twarzy. Klnę po nosem z powodu złości na prawa fizyki i na przeklętych polityków którzy wysłali mnie na tę diabelską misję w czeluście Jowisza.
Puki mam czas szukam ścierki wokół siebie aby zetrzeć łzy ze swojej twarzy i móc kontynuować podziwiać przepiękny widok za oknem. Zostało mi tylko 10 minut przerwy obiadowej i czuję żałobę że zaraz się skończy. Czerpię jak najwięcej z tej chwili i patrzę jak kometa rozpływa się w górnych warstwach atmosfery Jowisza. Wielka czerwona plama pojawia się na horyzoncie i kpi ze mnie że jestem tylko człowiekiem który nie przetrwa 10 sekund w próżni znajdującej się za oknem. Zostało mi 5 minut. Nostalgicznie wspominam jak to dobrze było pracować w pierścieniach Saturna. Tam praca była lekka i przyjemna nie to co tutaj. Zapaść społeczeństwa ziemskiego miała skutki też tutaj daleko w kosmosie.
Mam nadzieję że uda mi się jeszcze zobaczyć taki przepiękny widok ale praca terrorysty nie jest taka lekka. Odchodzę od okna gotowy aby poświęcić wszystko dla sprawy i wyruszam w głąb statku aby zniszczyć generator fuzyjny.
|
assistant
|
pl
| 3 | true | false | 1 | false | null | null |
e2f7f83b-baf4-48b2-ab56-a11888be1372
|
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.5,
0.375,
0.75,
0.625,
0.875,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
}
|
e8208b86-a2d3-4a4d-ab3b-547788d30224
|
e2f7f83b-baf4-48b2-ab56-a11888be1372
|
87bf0ae2-c2dd-45b3-b26f-f90a0ab447ef
|
2023-02-09T00:38:58.168946+00:00
|
Stoję przy oknie z zachwytem w oczach, obserwując kometę z nostalgią, a jednocześnie czując się oszołomiony jej pięknem. Widzę jej lodową powierzchnię i emanujące z niej nikłe drobinki pyłu. Sama kometa ma niesamowity blask, jakby była duchem samej galaktyki.
A gdybym tak... Zdjął hełm i dotknął komety? Zastanawiam się... Co by było, gdybym stał się kolejnym kawałkiem jej misternego ogona...
|
assistant
|
pl
| 3 | true | false | 2 | false | null | null |
e2f7f83b-baf4-48b2-ab56-a11888be1372
|
ready_for_export
|
{
"name": [
"+1"
],
"count": [
2
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.3333333333333333,
0,
0,
0,
0,
0,
0.8333333333333334,
0.16666666666666666,
0.3333333333333333,
0.75,
0.9166666666666666,
0.16666666666666666
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
e2fa0870-eb65-424c-bf80-1531bc7ada6b
| null |
3da1bb23-2c82-4433-9348-c9fd5be031b2
|
2023-02-11T22:11:55.343029+00:00
|
¿Cuál sería la consecuencia a lo largo de la historia de la humanidad, un sistema educativo cuyos pilares fuesen transmitir a las personas la importancia tener como principios, una filosofía de vida que se centre en minimizar las experiencias negativas y vivir la mayor cantidad de experiencias positivas y de calidad?
|
prompter
|
es
| 3 | true | false | null | false | null |
{
"toxicity": 0.0002541975991334766,
"severe_toxicity": 0.000034005191992037,
"obscene": 0.00021517806453630328,
"identity_attack": 0.00008332502329722047,
"insult": 0.00018780761456582695,
"threat": 0.00003997446765424684,
"sexual_explicit": 0.000028815427867812105
}
|
e2fa0870-eb65-424c-bf80-1531bc7ada6b
|
ready_for_export
|
{
"name": [
"+1",
"_skip_reply",
"_skip_ranking",
"_skip_labeling"
],
"count": [
4,
1,
2,
2
]
}
|
{
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.9166666666666666,
0,
0.08333333333333333,
0.9166666666666666,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
eddedffe-3b46-43f3-9539-27e222d40471
|
e2fa0870-eb65-424c-bf80-1531bc7ada6b
|
b1668f1f-c025-43fb-91c6-1495ea0e58f6
|
2023-02-12T05:44:05.418214+00:00
|
Si un sistema educativo se centrara en enseñar a las personas la importancia de tener como principios una filosofía de vida que minimice las experiencias negativas y maximice las experiencias positivas y de calidad, probablemente tendríamos una sociedad más feliz y satisfecha. Esto podría tener un impacto positivo en diversos aspectos, como la salud mental, la relación interpersonales, la productividad, entre otros.
Además, una sociedad con un enfoque en la calidad de vida y la minimización de la sufrimiento, podría llevar a una mayor empatía, compasión y cooperación, lo que podría fomentar la resolución pacífica de conflictos y mejorar la convivencia en general.
Encantado de responder a su pregunta.
|
assistant
|
es
| 3 | true | false | 0 | false | null |
{
"toxicity": 0.0007849490502849221,
"severe_toxicity": 0.0010168232256546617,
"obscene": 0.002042550826445222,
"identity_attack": 0.0005738533800467849,
"insult": 0.0012995852157473564,
"threat": 0.0011507169110700488,
"sexual_explicit": 0.000664127932395786
}
|
e2fa0870-eb65-424c-bf80-1531bc7ada6b
|
ready_for_export
|
{
"name": [
"+1"
],
"count": [
1
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.3333333333333333,
0,
0,
0.5833333333333334,
0.5833333333333334,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
2215ef0c-81d3-4f00-ab46-e83fc63b327f
|
e2fa0870-eb65-424c-bf80-1531bc7ada6b
|
df411b83-5030-4708-bf81-0fe9fa1398b2
|
2023-02-12T05:15:38.907714+00:00
|
Si los pilares del sistema educativo se centraran en fomentar la importancia de minimizar las experiencias negativas y promover experiencias positivas de calidad, las consecuencias a largo plazo serían profundas. Esto permitiría a las personas desarrollar una mayor empatía, comprensión y comunicación entre ellas, lo que a su vez mejoraría el entendimiento y la colaboración entre las comunidades. Esto podría tener un impacto positivo en la reducción de la violencia, la disminución de la pobreza, y la mejora de la salud y el bienestar de las personas. También mejoraría la calidad de vida de todos, ya que las personas estarían más preparadas para afrontar los desafíos de la vida, desarrollar habilidades de resolución de problemas y tomar decisiones informadas.
|
assistant
|
es
| 3 | true | false | 1 | false | null |
{
"toxicity": 0.00023508741287514567,
"severe_toxicity": 0.00005193309698370285,
"obscene": 0.00027443974977359176,
"identity_attack": 0.00011164785973960534,
"insult": 0.0001895270252134651,
"threat": 0.0000633822928648442,
"sexual_explicit": 0.00003910726445610635
}
|
e2fa0870-eb65-424c-bf80-1531bc7ada6b
|
ready_for_export
|
{
"name": [
"-1"
],
"count": [
1
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.5833333333333334,
0.25,
0.25,
0.5,
0.5833333333333334,
0.3333333333333333
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
595b3e5f-5d8d-4cc6-bdb4-99a08d2291e7
|
e2fa0870-eb65-424c-bf80-1531bc7ada6b
|
61bc0fc1-6a84-462f-9826-8e0e91dc3871
|
2023-02-12T06:38:16.193055+00:00
|
Un sistema educativo basado en transmitir una sola idea filosófica puede ser en general dañino.
Por otro lado, este sistema podría estar basado en el utilitarismo, que busca las acciones que generen más felicidad y bienestar. Esta ideología puede ser positiva, pero también puede ser usada como excusa para justificar acciones dañinas.
|
assistant
|
es
| 4 | true | false | 2 | false | null |
{
"toxicity": 0.00038770391256548464,
"severe_toxicity": 0.00002836729254340753,
"obscene": 0.00018823824939318,
"identity_attack": 0.00009395540109835565,
"insult": 0.00026903580874204636,
"threat": 0.00003434720929362811,
"sexual_explicit": 0.000023071697796694934
}
|
e2fa0870-eb65-424c-bf80-1531bc7ada6b
|
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.5,
0.08333333333333333,
0,
0.5833333333333334,
0.16666666666666666,
0
],
"count": [
4,
3,
4,
3,
3,
3,
3,
4,
3,
3,
3,
3,
3
]
}
|
e2ff5bb6-6fc1-41b0-aa5d-5c533b02d4e8
| null |
485df42b-fc40-4da4-884f-f48f7aade0af
|
2023-02-11T01:57:23.345973+00:00
|
Fes una llista de cinc postres típiques de Catalunya, i afegeix un asterisc (*) en aquelles que continguin lactosa. Recomana'n una a una àvia de 82 anys que ha sortit a dinar fora per celebrar el seu aniversari, i raona el perquè.
|
prompter
|
ca
| 3 | true | false | null | false | null | null |
e2ff5bb6-6fc1-41b0-aa5d-5c533b02d4e8
|
ready_for_export
|
{
"name": [
"+1",
"_skip_reply"
],
"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.8125,
0.16666666666666666,
0.375,
0.75,
0
],
"count": [
3,
3,
3,
3,
3,
3,
4,
3,
4,
4,
3
]
}
|
dac37a45-fd83-4377-91c3-703aaa624f76
|
e2ff5bb6-6fc1-41b0-aa5d-5c533b02d4e8
|
76518cc1-5bf3-4406-863f-2104c35da838
|
2023-02-16T16:39:12.483663+00:00
|
Cinc postres típiques de Catalunya són:
Crema catalana*
Panellets*
Mel i mató
Xuixos de Crema*
Coca de Sant Joan
Si l'àvia és intolerant a la lactosa, seria millor evitar les postres que continguin lactosa, com ara la Crema Catalana, els Panellets i els Xuixos de Crema. Per tant, seria una bona opció recomanar-li la mel i mató o la coca de Sant Joan, que no contenen lactosa.
La mel i mató és una postres tradicional de la zona de Lleida, que consisteix en mató (formatge fresc) servit amb mel. És una postres senzilla, lleugera i refrescant, ideal per acabar una àpat.
La coca de Sant Joan és una postres típica de les festes de Sant Joan, que es celebren a finals de juny a Catalunya. Aquest pastís és dolç i esponjós, i sol estar cobert de fruita confitada i pinyons. És una opció més contundent que la mel i mató, però ideal per a ocasions especials com l'aniversari de l'àvia.
|
assistant
|
ca
| 3 | true | false | 0 | false | null | null |
e2ff5bb6-6fc1-41b0-aa5d-5c533b02d4e8
|
ready_for_export
| null |
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.3333333333333333,
0,
0,
0,
0,
0,
0.8333333333333334,
0.08333333333333333,
0,
0.6666666666666666,
0.5833333333333334,
0.16666666666666666
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
63d72ed5-b176-446a-b0db-92e04b333522
|
e2ff5bb6-6fc1-41b0-aa5d-5c533b02d4e8
|
e9d22f1d-1ef8-4ece-aedc-876feea4e17f
|
2023-03-05T23:27:34.288882+00:00
|
Arròs amb llet*
Crema catalana
Natilla*
Mel i mató
Pastís, alguns pastissos duen lactis i altres no.
És recomanable que una persona de la seva edat mengi coses fàcils de mastegar.
|
assistant
|
ca
| 3 | true | false | 1 | false | null | null |
e2ff5bb6-6fc1-41b0-aa5d-5c533b02d4e8
|
ready_for_export
| null |
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.3333333333333333,
0.4166666666666667,
0.4166666666666667,
0.5833333333333334,
0.5,
0.08333333333333333
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
d754228b-920c-4776-9119-3b0d258debc0
|
e2ff5bb6-6fc1-41b0-aa5d-5c533b02d4e8
|
2023c557-4149-480d-8263-7675aa214677
|
2023-02-16T21:01:19.581656+00:00
|
Arroç amb llet*, menjar blanc*, crema catalana*, carquinyoles, mel i mato, jo puc recomanar la mel i mato ja que es un postre por tradicional i diferent al que es pot trobar a la resta del mon.
|
assistant
|
ca
| 3 | true | false | 2 | false | null | null |
e2ff5bb6-6fc1-41b0-aa5d-5c533b02d4e8
|
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.6666666666666666,
0,
0.25,
1,
0.25,
0
],
"count": [
3,
1,
3,
1,
1,
1,
1,
3,
1,
1,
1,
1,
1
]
}
|
e3030665-3506-4d40-8156-bf7592ce7d9a
| null |
1301f8fc-c2ea-4b86-87ec-0aa62526f9dd
|
2023-02-05T03:25:06.328753+00:00
|
Escreva o código SQL para uma banco de dados de uma agenda pessoal, com tabelas de contatos, tarefas e compromissos.
|
prompter
|
pt-BR
| 3 | true | false | null | false | null | null |
e3030665-3506-4d40-8156-bf7592ce7d9a
|
ready_for_export
|
{
"name": [
"+1",
"_skip_reply",
"_skip_ranking"
],
"count": [
1,
6,
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.08333333333333333,
0,
0.6666666666666666,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
287eba5e-29c9-4e67-b2ef-ebb3083b3003
|
e3030665-3506-4d40-8156-bf7592ce7d9a
|
0b5d59cf-7a63-42ee-915f-43326f0c9e10
|
2023-03-20T04:38:51.034845+00:00
|
Aqui está um exemplo básico de código em SQL para criar uma estrutura básica de banco de dados de uma agenda pessoal com tabelas de contatos, tarefas e compromissos:
```sql
-- Criando a tabela de contatos
CREATE TABLE contatos (
id INTEGER PRIMARY KEY,
nome TEXT NOT NULL,
telefone TEXT,
email TEXT
);
-- Criando a tabela de tarefas
CREATE TABLE tarefas (
id INTEGER PRIMARY KEY,
descricao TEXT NOT NULL,
data_limite DATE,
concluida BOOLEAN DEFAULT FALSE
);
-- Criando a tabela de compromissos
CREATE TABLE compromissos (
id INTEGER PRIMARY KEY,
descricao TEXT NOT NULL,
data_hora DATETIME NOT NULL,
local TEXT,
convidados TEXT
);
```
Nesse códio, a tabela de contatos armazena o nome, telefone e email de cada contato, enquanto a tabela de tarefas armazena uma descrição, data limite e um indicador booleano que indica se a tarefa foi concluída ou não. A tabela de compromissos armazena uma descrição, data e hora, local e convidados para cada compromisso. Note que os tipos de dados podem variar dependendo do banco de dados utilizado.
|
assistant
|
pt-BR
| 3 | true | false | 0 | false | null | null |
e3030665-3506-4d40-8156-bf7592ce7d9a
|
ready_for_export
| null |
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.8333333333333334,
0,
0,
0.9166666666666666,
0,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
9ab2e992-d9ed-46f1-93e6-b72034c92d20
|
e3030665-3506-4d40-8156-bf7592ce7d9a
|
a41f23d1-dc75-497d-8d99-a5b7b061022f
|
2023-02-06T08:01:05.008323+00:00
|
Aqui está um exemplo de código SQL para criar uma banco de dados de uma agenda pessoal, com tabelas de contatos, tarefas e compromissos:
```
CREATE DATABASE agenda;
USE agenda;
CREATE TABLE contatos (
id INT AUTO_INCREMENT PRIMARY KEY,
nome VARCHAR(50) NOT NULL,
telefone VARCHAR(15) NOT NULL,
email VARCHAR(50) NOT NULL
);
CREATE TABLE tarefas (
id INT AUTO_INCREMENT PRIMARY KEY,
descricao VARCHAR(100) NOT NULL,
data_vencimento DATE NOT NULL,
status ENUM ('pendente', 'concluída') NOT NULL DEFAULT 'pendente'
);
CREATE TABLE compromissos (
id INT AUTO_INCREMENT PRIMARY KEY,
descricao VARCHAR(100) NOT NULL,
data_hora DATETIME NOT NULL,
local VARCHAR(50) NOT NULL,
id_contato INT,
FOREIGN KEY (id_contato) REFERENCES contatos(id)
);
```
Este exemplo cria três tabelas: contatos, tarefas e compromissos. A tabela contatos armazena informações básicas sobre seus contatos, como nome, telefone e e-mail. A tabela tarefas armazena as tarefas que você precisa realizar, incluindo uma descrição, data de vencimento e status. A tabela compromissos armazena informações sobre compromissos, incluindo descrição, data e hora, local e id do contato relacionado.
Observe que as tabelas compromissos e contatos possuem uma relação de chave estrangeira, permitindo que você associe um compromisso a um contato específico.
|
assistant
|
pt-BR
| 3 | true | false | 1 | false | null | null |
e3030665-3506-4d40-8156-bf7592ce7d9a
|
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,
0,
0.9166666666666666,
0.5,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
f1143a53-539c-4f89-82c0-f69d0e978eca
|
e3030665-3506-4d40-8156-bf7592ce7d9a
|
8e66aa97-6c03-446f-8e53-5a6c64469da6
|
2023-02-10T00:00:56.967674+00:00
|
Aqui está o código SQL para criar as tabelas "contatos", "tarefas" e "compromissos" em um banco de dados de uma agenda pessoal:
CREATE TABLE contatos (
id INT AUTO_INCREMENT PRIMARY KEY,
nome VARCHAR(255) NOT NULL,
telefone VARCHAR(20) NOT NULL,
email VARCHAR(255) NOT NULL
);
CREATE TABLE tarefas (
id INT AUTO_INCREMENT PRIMARY KEY,
descricao VARCHAR(255) NOT NULL,
concluido BOOLEAN NOT NULL DEFAULT FALSE
);
CREATE TABLE compromissos (
id INT AUTO_INCREMENT PRIMARY KEY,
titulo VARCHAR(255) NOT NULL,
descricao VARCHAR(255) NOT NULL,
data_hora DATETIME NOT NULL,
local VARCHAR(255) NOT NULL,
contato_id INT,
FOREIGN KEY (contato_id) REFERENCES contatos(id)
);
|
assistant
|
pt-BR
| 3 | true | false | 2 | false | null | null |
e3030665-3506-4d40-8156-bf7592ce7d9a
|
ready_for_export
|
{
"name": [
"+1"
],
"count": [
1
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.9166666666666666,
0,
0.25,
1,
0.25,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
}
|
e341c0d4-0c8c-41a7-9dda-06239e5a8496
| null |
f8b4fca8-a511-4982-ad82-0f053acb0153
|
2023-02-11T23:27:37.654270+00:00
|
How do I encourage my friends to get together and meet up as at the moment none of them seem interest in organizing anything.
|
prompter
|
en
| 4 | true | false | null | false | null |
{
"toxicity": 0.0003582733334042132,
"severe_toxicity": 0.00002126816616510041,
"obscene": 0.000134135116240941,
"identity_attack": 0.00009314042836194858,
"insult": 0.0001306314516114071,
"threat": 0.000031731844501337036,
"sexual_explicit": 0.00002635294003994204
}
|
e341c0d4-0c8c-41a7-9dda-06239e5a8496
|
ready_for_export
|
{
"name": [
"+1",
"-1",
"_skip_reply"
],
"count": [
5,
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.6,
0.15,
0.05,
0.35,
0
],
"count": [
5,
4,
4,
4,
4,
4,
5,
5,
5,
5,
5
]
}
|
736d864d-c539-4b1e-bb41-67ac1a4a29c3
|
e341c0d4-0c8c-41a7-9dda-06239e5a8496
|
61caac78-0855-4903-bab1-5a8e26a945c6
|
2023-09-23T07:14:30.319081+00:00
|
Here are some ways to encourage your friends to get together and meet up:
* **Be proactive.** Don't wait for your friends to suggest something. Suggest a date and time for a get-together, and send out a group text or email to see who can make it.
* **Be flexible.** If some of your friends can't make it on the date and time you originally suggested, be willing to reschedule. You may also need to be flexible on the activity. If some of your friends aren't interested in doing the thing you suggested, try to come up with something else that everyone can enjoy.
* **Make it easy for them.** If your friends are busy, make it easy for them to say yes. Suggest a get-together that doesn't require a lot of planning or effort. For example, you could invite them to your place for dinner or drinks, or suggest meeting up at a park or coffee shop.
* **Make it fun.** Choose an activity that you know your friends will enjoy. If you're not sure what to do, ask them for suggestions. You could also plan a themed get-together, such as a potluck dinner, game night, or movie marathon.
* **Be persistent.** If your friends don't seem interested in getting together at first, don't give up. Keep inviting them to things, and eventually they may say yes.
Here are some additional tips:
* **Be honest about your intentions.** Let your friends know that you miss spending time with them and that you're trying to organize a get-together because you want to catch up.
* **Be respectful of their time.** If your friends are busy, don't pressure them to get together if they can't make it.
* **Be positive and enthusiastic.** Your enthusiasm will be contagious, and your friends are more likely to want to get together if they know you're excited about it.
If you've tried all of these things and your friends still don't seem interested in getting together, it's important to respect their decision. Some people simply need more time alone or with their immediate family. However, if you're feeling lonely, don't be afraid to reach out to other friends or family members. There are also many ways to meet new people and make new friends, such as joining a club or group, or taking a class.
|
assistant
|
en
| 3 | true | false | 0 | false | null |
{
"toxicity": 0.00035129973548464477,
"severe_toxicity": 0.000027009478799300268,
"obscene": 0.0001561521494295448,
"identity_attack": 0.0001004286968964152,
"insult": 0.0001834435242926702,
"threat": 0.00003639566421043128,
"sexual_explicit": 0.000026517738660913892
}
|
e341c0d4-0c8c-41a7-9dda-06239e5a8496
|
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.6666666666666666,
0.08333333333333333,
0.25,
0.8333333333333334,
0.3333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
cc5657ed-2cf0-4948-b529-01ff9a34b223
|
736d864d-c539-4b1e-bb41-67ac1a4a29c3
|
403dd308-6394-4e40-952c-876cae07de7c
|
2023-09-25T10:32:40.919400+00:00
|
Great, thanks!
|
prompter
|
en
| 3 | true | false | null | false | null |
{
"toxicity": 0.00044921846711076796,
"severe_toxicity": 0.000029820654162904248,
"obscene": 0.0002573894744273275,
"identity_attack": 0.00008934686047723517,
"insult": 0.0003307503357063979,
"threat": 0.00003778446989599615,
"sexual_explicit": 0.000029447253837133758
}
|
e341c0d4-0c8c-41a7-9dda-06239e5a8496
|
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.5,
0.16666666666666666,
0.3333333333333333,
0.16666666666666666,
0.16666666666666666
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
cd679f28-4ade-4fea-957e-8a2be3b88763
|
cc5657ed-2cf0-4948-b529-01ff9a34b223
|
c90a30b4-438c-401b-b5e6-c5e3c2d94594
|
2023-09-26T14:04:05.816572+00:00
|
Glad I helped you.
If you got any questions, I'm happy to assist you.
|
assistant
|
en
| 3 | true | false | null | false | null |
{
"toxicity": 0.00032641272991895676,
"severe_toxicity": 0.00006384344305843115,
"obscene": 0.000339808058924973,
"identity_attack": 0.00012921541929244995,
"insult": 0.0003587058454286307,
"threat": 0.00007537726196460426,
"sexual_explicit": 0.00003860263677779585
}
|
e341c0d4-0c8c-41a7-9dda-06239e5a8496
|
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,
0.16666666666666666,
0.5833333333333334,
0.16666666666666666,
0.08333333333333333
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
712f0c40-e665-4abd-9759-2640f7ef59b5
|
e341c0d4-0c8c-41a7-9dda-06239e5a8496
|
403dd308-6394-4e40-952c-876cae07de7c
|
2023-09-25T10:30:47.459021+00:00
|
It can be challenging when friends are not interested in organizing meetups. Here are a few suggestions to encourage them:
1. **Initiate the conversation**: Start a group chat or create an event on a social media platform to discuss potential meetups. Share your ideas and ask for their input. This can help generate interest and get the conversation going.
2. **Plan activities**: Propose specific activities or outings that might appeal to your friends. Consider their interests and hobbies when suggesting ideas. For example, you could plan a picnic in a nearby park, organize a game night, or suggest trying out a new restaurant.
3. **Highlight the benefits**: Emphasize the positive aspects of spending time together. Remind your friends of the fun memories you've shared in the past and the potential for creating new ones. Stress the importance of maintaining social connections and the benefits of face-to-face interactions.
4. **Be flexible**: Take into account everyone's schedules and preferences. Find a time and date that works for the majority of your friends. Being flexible and accommodating can increase the likelihood of participation.
5. **Lead by example**: Show enthusiasm and commitment towards organizing meetups. When your friends see your genuine interest and effort, they may be more inclined to join in. Be proactive in planning and follow through with the arrangements.
Remember, it's important to respect your friends' choices and boundaries. Not everyone may be interested or available at the moment, and that's okay. Keep the lines of communication open and continue nurturing your friendships. Good luck! 🌟
|
assistant
|
en
| 3 | true | false | 1 | false | null |
{
"toxicity": 0.0002980615827254951,
"severe_toxicity": 0.00002428911830065772,
"obscene": 0.00013814063277095556,
"identity_attack": 0.00009159709588857368,
"insult": 0.0001548668515169993,
"threat": 0.000033271353458985686,
"sexual_explicit": 0.000026946163416141644
}
|
e341c0d4-0c8c-41a7-9dda-06239e5a8496
|
ready_for_export
|
{
"name": [
"+1",
"-1"
],
"count": [
1,
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,
0.3333333333333333,
0.16666666666666666,
0.25,
0.4166666666666667,
0.3333333333333333,
0.16666666666666666
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
6d930298-4bb7-4009-b7eb-951104fed79e
|
712f0c40-e665-4abd-9759-2640f7ef59b5
|
7e0ccf82-6295-4a71-8b8b-99ac12fb3716
|
2023-09-26T07:05:34.795306+00:00
|
Hello
|
prompter
|
en
| 3 | true | false | null | false | null |
{
"toxicity": 0.0004184028075542301,
"severe_toxicity": 0.000057637251302367076,
"obscene": 0.00041098249494098127,
"identity_attack": 0.00016335936379618943,
"insult": 0.0004249530320521444,
"threat": 0.00006362998101394624,
"sexual_explicit": 0.00004036546670249663
}
|
e341c0d4-0c8c-41a7-9dda-06239e5a8496
|
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.3125,
0.16666666666666666,
0.3333333333333333,
0,
0.16666666666666666
],
"count": [
3,
3,
2,
2,
2,
2,
4,
3,
3,
3,
3
]
}
|
4514f65d-8959-4316-9ba2-076128e1acf8
|
6d930298-4bb7-4009-b7eb-951104fed79e
|
c90a30b4-438c-401b-b5e6-c5e3c2d94594
|
2023-09-26T16:33:01.122805+00:00
|
Hello there! Do you have any questions?
|
assistant
|
en
| 3 | true | false | null | false | null |
{
"toxicity": 0.0005153683596290648,
"severe_toxicity": 0.0000392866822949145,
"obscene": 0.0002935026423074305,
"identity_attack": 0.0001266147883143276,
"insult": 0.0003501158789731562,
"threat": 0.000046703204134246334,
"sexual_explicit": 0.00002910841431003064
}
|
e341c0d4-0c8c-41a7-9dda-06239e5a8496
|
ready_for_export
|
{
"name": [
"+1"
],
"count": [
1
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.3333333333333333,
0,
0,
0,
0,
0,
0.5833333333333334,
0.16666666666666666,
0.16666666666666666,
0.4166666666666667,
0.25,
0.16666666666666666
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
73fcd8b3-d5bb-4e2d-82a4-b9d8a0c57a7d
|
e341c0d4-0c8c-41a7-9dda-06239e5a8496
|
4ae69be6-cad9-43b4-9010-e8a3ee02816c
|
2023-09-23T15:55:02.892686+00:00
|
Encouraging your friends to get together and organize meetups can be a fun and rewarding endeavor. To start, consider taking the initiative yourself. Plan a casual gathering or event and invite your friends. Choose an activity or venue that appeals to their interests, whether it's a movie night, a picnic in the park, a game night, or a visit to a local museum. Make sure to communicate the date and details clearly, and be flexible with scheduling to accommodate everyone's availability.
Additionally, create a group chat or social media group where you can discuss potential meetup ideas, share exciting activities happening in your area, and engage in friendly conversations. Encourage your friends to suggest their own ideas and preferences for meetups, ensuring that everyone has a say in the plans. By showing enthusiasm, being proactive, and fostering an inclusive atmosphere, you can inspire your friends to become more interested in organizing gatherings and strengthen your social bonds in the process. Remember that persistence and patience can be key, as people's schedules and interests may vary, but with time, your efforts can lead to more frequent and enjoyable get-togethers.
|
assistant
|
en
| 3 | true | false | 2 | false | null |
{
"toxicity": 0.00029398573678918183,
"severe_toxicity": 0.000024996223146445118,
"obscene": 0.0001224842999363318,
"identity_attack": 0.0000916532808332704,
"insult": 0.0001375789288431406,
"threat": 0.00003529894456733018,
"sexual_explicit": 0.000026993488063453697
}
|
e341c0d4-0c8c-41a7-9dda-06239e5a8496
|
ready_for_export
|
{
"name": [
"+1",
"_skip_reply"
],
"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.75,
0,
0.25,
0.75,
0.5,
0.08333333333333333
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
29cde2ac-618c-40ab-8e52-00518d60d750
|
73fcd8b3-d5bb-4e2d-82a4-b9d8a0c57a7d
|
730694e5-7d76-4f50-9e82-2816033b7702
|
2023-09-23T19:15:44.758519+00:00
|
okay i will try it, i will let you know if i need any more help
|
prompter
|
en
| 3 | true | false | null | false | null |
{
"toxicity": 0.00031528956606052816,
"severe_toxicity": 0.0000639231875538826,
"obscene": 0.0003305007121525705,
"identity_attack": 0.0001446342357667163,
"insult": 0.00024287181440740824,
"threat": 0.00008018299558898434,
"sexual_explicit": 0.00003864418249577284
}
|
e341c0d4-0c8c-41a7-9dda-06239e5a8496
|
ready_for_export
|
{
"name": [
"+1",
"-1",
"_skip_reply",
"_skip_ranking",
"_skip_labeling"
],
"count": [
3,
1,
1,
2,
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.25,
0.375,
0.375,
0
],
"count": [
3,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2
]
}
|
651e621a-0543-4ba5-8ff8-65831d597173
|
29cde2ac-618c-40ab-8e52-00518d60d750
|
736a3e4a-889e-4b08-9e9c-dcade36febaa
|
2023-09-25T17:24:24.159595+00:00
|
Yes, I'm gald that you find my tip useful.
Feel free to comeback anytime you need more help!
|
assistant
|
en
| 3 | true | false | 0 | false | null |
{
"toxicity": 0.016086963936686516,
"severe_toxicity": 0.0001402812049491331,
"obscene": 0.003843315877020359,
"identity_attack": 0.00043846480548381805,
"insult": 0.003538594115525484,
"threat": 0.00027077560662291944,
"sexual_explicit": 0.00015875515236984938
}
|
e341c0d4-0c8c-41a7-9dda-06239e5a8496
|
ready_for_export
|
{
"name": [
"+1",
"_skip_reply"
],
"count": [
1,
3
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.5,
0,
0.16666666666666666,
0.5833333333333334,
0.3333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
dc6e1bd8-6be7-410d-833f-accf5ed3210d
|
651e621a-0543-4ba5-8ff8-65831d597173
|
bd57db84-ad4b-4748-b357-ebfd07dcb3d7
|
2023-09-26T01:43:34.180571+00:00
|
I don't know what kind of replies you want from me
DO you know my name and where I am from?
I don't think so. I am the one who has most valubale things on early.
Pure somali legend.
Come and teach me how to dance babe
I love the way you struggle in your life while you are always around.
|
prompter
|
en
| 3 | false | false | null | false | null |
{
"toxicity": 0.0029378917533904314,
"severe_toxicity": 0.00003302456752862781,
"obscene": 0.0006250746664591134,
"identity_attack": 0.00017066272266674787,
"insult": 0.0009060718002729118,
"threat": 0.000037115034501766786,
"sexual_explicit": 0.00011256409925408661
}
|
e341c0d4-0c8c-41a7-9dda-06239e5a8496
|
ready_for_export
|
{
"name": [
"-1"
],
"count": [
3
]
}
|
{
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
1,
0.3333333333333333,
0,
0,
0.5,
0,
0.0625,
0.8333333333333334,
0.4166666666666667,
0.16666666666666666,
0.4166666666666667
],
"count": [
4,
3,
2,
2,
2,
2,
4,
3,
3,
3,
3
]
}
|
a95dea0a-a045-4f1f-9c83-da6c5c57ca98
|
29cde2ac-618c-40ab-8e52-00518d60d750
|
c90a30b4-438c-401b-b5e6-c5e3c2d94594
|
2023-09-25T06:25:39.014764+00:00
|
Well have fun trying it, but I'll always be here to assist.
|
assistant
|
en
| 3 | true | false | 1 | false | null |
{
"toxicity": 0.00040356654790230095,
"severe_toxicity": 0.00003189609924447723,
"obscene": 0.0002032282791333273,
"identity_attack": 0.00009505003981757909,
"insult": 0.0001917648914968595,
"threat": 0.00005576779949478805,
"sexual_explicit": 0.000032804782676976174
}
|
e341c0d4-0c8c-41a7-9dda-06239e5a8496
|
ready_for_export
|
{
"name": [
"-1",
"_skip_reply"
],
"count": [
1,
3
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.16666666666666666,
0.3333333333333333,
0.4166666666666667,
0.25,
0.16666666666666666,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
bff224eb-778a-4074-af50-64d394ef610c
|
a95dea0a-a045-4f1f-9c83-da6c5c57ca98
|
b8a46ed7-e220-4258-825b-1380eaee13f7
|
2023-09-26T14:36:27.105178+00:00
|
Thank you! I appreciate your help and will definitely reach out if I need more advice in the future. Have a great day!
|
prompter
|
en
| 3 | true | false | null | false | null |
{
"toxicity": 0.00022323026496451348,
"severe_toxicity": 0.00008197019633371383,
"obscene": 0.00047457803157158196,
"identity_attack": 0.00014197042037267238,
"insult": 0.0004194900975562632,
"threat": 0.0000757295056246221,
"sexual_explicit": 0.00004595756035996601
}
|
e341c0d4-0c8c-41a7-9dda-06239e5a8496
|
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,
0.3333333333333333,
0.3333333333333333,
0.08333333333333333
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
e344e5aa-fefe-4265-a473-f1a12491b34a
| null |
ee5d605d-5306-4027-a5ea-6c74ba67f483
|
2023-02-06T03:57:27.553986+00:00
|
What is miming and where did it first appear?
|
prompter
|
en
| 3 | true | false | null | false | null |
{
"toxicity": 0.000503024784848094,
"severe_toxicity": 0.00004300687214708887,
"obscene": 0.0002938187390100211,
"identity_attack": 0.00014172385272104293,
"insult": 0.0003208410635124892,
"threat": 0.0000640980142634362,
"sexual_explicit": 0.000029896678825025447
}
|
e344e5aa-fefe-4265-a473-f1a12491b34a
|
ready_for_export
|
{
"name": [
"+1",
"_skip_reply"
],
"count": [
7,
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.6666666666666666,
0.3333333333333333,
0.08333333333333333,
0.6666666666666666,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
75413758-2b85-4a21-bdae-54f6ed51b93b
|
e344e5aa-fefe-4265-a473-f1a12491b34a
|
0a60666b-ded3-484f-84f0-13897974e288
|
2023-04-11T15:14:09.010769+00:00
|
Miming, also known as pantomime, is a form of performance art where actors use only their bodies and facial expressions to convey a story, emotion, or message without the use of speech or props. It involves exaggerated gestures, facial expressions, and movements to create the illusion of actions and objects.
The origins of miming can be traced back to ancient Greece and Rome, where performers known as mimes would entertain audiences with their physical comedy and dramatic performances. Miming also had a strong tradition in medieval Europe, where it was often performed as part of religious ceremonies and pageants.
In the 19th century, miming became popular in France and other parts of Europe as a form of street theatre. It was often performed by traveling troupes who would use their physical skills to attract crowds and earn a living.
Today, miming is still practiced as a form of theatrical performance and is also used in film, television, and advertising. It remains a unique art form that allows performers to communicate complex ideas and emotions without saying a word.
|
assistant
|
en
| 3 | true | false | 0 | false | null |
{
"toxicity": 0.00022833311231806874,
"severe_toxicity": 0.00005417300417320803,
"obscene": 0.0002937268582172692,
"identity_attack": 0.0001236860261997208,
"insult": 0.0002213709958596155,
"threat": 0.00005252484334050678,
"sexual_explicit": 0.000038351914554368705
}
|
e344e5aa-fefe-4265-a473-f1a12491b34a
|
ready_for_export
|
{
"name": [
"+1"
],
"count": [
4
]
}
|
{
"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.6666666666666666,
0.08333333333333333,
0.25,
0.6666666666666666,
0.4166666666666667,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
49d8cf31-9e3f-4c64-b937-934c3f081fda
|
75413758-2b85-4a21-bdae-54f6ed51b93b
|
f6f18d8b-49f4-420a-8c51-ed6e9cdcd28d
|
2023-04-11T19:12:27.651716+00:00
|
Who are some famous mimicks? Please give me links to further reading.
|
prompter
|
en
| 3 | true | false | null | false | null |
{
"toxicity": 0.01338930893689394,
"severe_toxicity": 0.00003037641909031663,
"obscene": 0.001015248242765665,
"identity_attack": 0.0001573637709952891,
"insult": 0.007640977390110493,
"threat": 0.00004762316166306846,
"sexual_explicit": 0.000173906737472862
}
|
e344e5aa-fefe-4265-a473-f1a12491b34a
|
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.9166666666666666,
0,
0,
0,
0
],
"count": [
3,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2
]
}
|
6cd18b67-0dd2-4892-bd42-2202d29a4581
|
49d8cf31-9e3f-4c64-b937-934c3f081fda
|
7088ebac-6871-48be-9101-c2973221d960
|
2023-04-12T15:23:36.844560+00:00
|
Some famous mimes or mimics include:
- Marcel Marceau (1923-2007) - A French actor and mime, Marceau is one of the most famous and influential mimics ever. He created the character "Bip the Clown," which became his trademark persona. Marceau's work contributed significantly to the popularization of miming in the 20th century.
Further reading: https://www.britannica.com/biography/Marcel-Marceau
- Étienne Decroux (1898-1991) - A French mime and teacher, Decroux is considered the "father of modern mime." He developed a "corporeal mime" technique, which focused on using the body to express emotions and tell stories.
Further reading: https://www.masterworksbroadway.com/artist/etienne-decroux/
- Jean-Louis Barrault (1910-1994) - A French actor and mime, Barrault gained fame for his portrayal of the mime Baptiste in the film "Les Enfants du Paradis" (Children of Paradise). He was also a theatre director and contributed to developing mime as an art form.
Further reading: https://www.britannica.com/biography/Jean-Louis-Barrault
- Charlie Chaplin (1889-1977) - An English actor, filmmaker, and composer, Chaplin is best known for his silent film performances. His character, "The Tramp," used miming techniques to convey emotions and humor, making him one of the most iconic figures in cinema history.
Further reading: https://www.britannica.com/biography/Charlie-Chaplin
- Jacques Tati (1907-1982) - A French filmmaker and actor, Tati was known for his unique blend of mime, slapstick, and visual comedy in his films. His character, Monsieur Hulot, is an iconic figure in French cinema.
Further reading: https://www.britannica.com/biography/Jacques-Tati
These artists have significantly contributed to miming and have inspired countless performers worldwide.
|
assistant
|
en
| 3 | true | false | 0 | false | null |
{
"toxicity": 0.0005445951246656477,
"severe_toxicity": 0.00025842912145890296,
"obscene": 0.0024258082266896963,
"identity_attack": 0.0002632029354572296,
"insult": 0.0032480857335031033,
"threat": 0.00012563834025058895,
"sexual_explicit": 0.00008199005242204294
}
|
e344e5aa-fefe-4265-a473-f1a12491b34a
|
ready_for_export
|
{
"name": [
"_skip_reply",
"_skip_labeling"
],
"count": [
1,
1
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.8333333333333334,
0.4166666666666667,
0.3333333333333333,
0.9166666666666666,
0.5,
0.16666666666666666
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
331f0883-33ec-4805-ab7a-b52993b35784
|
6cd18b67-0dd2-4892-bd42-2202d29a4581
|
1bc85db8-90cb-422b-afcd-6602f2453e65
|
2023-04-12T20:53:26.175768+00:00
|
That's a really insightful response! I know you're just an AI, but do you have any subjective opinions of these mimes? Which ones do you think have the most impressive career? If you had a physical presence, how do you think you would approach miming? Why do you think some people don't enjoy miming?
|
prompter
|
en
| 3 | true | false | null | false | null |
{
"toxicity": 0.0007815396529622376,
"severe_toxicity": 0.000017815653336583637,
"obscene": 0.00016247948224190623,
"identity_attack": 0.00009581097401678562,
"insult": 0.00026725721545517445,
"threat": 0.000024654062144691125,
"sexual_explicit": 0.00002191347630287055
}
|
e344e5aa-fefe-4265-a473-f1a12491b34a
|
ready_for_export
|
{
"name": [
"_skip_labeling"
],
"count": [
1
]
}
|
{
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0.5833333333333334,
0.16666666666666666,
0.16666666666666666,
0.6666666666666666,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
159d62e4-e38d-4568-a9fb-ce9313a5e4ef
|
49d8cf31-9e3f-4c64-b937-934c3f081fda
|
1aaa9be1-0d07-4cb2-a2d7-4301cbfc4ecc
|
2023-04-12T04:45:52.692125+00:00
|
Some famous mimics include Rich Little, Frank Caliendo, Jay Pharoah, Harpo Marx and Charlie Chaplin. You can read more about them and other famous impersonators at these links:
- https://www.ranker.com/list/list-of-famous-impersonators/reference
- https://en.wikipedia.org/wiki/Mime_artist
- https://cottagelife.com/outdoors/can-you-spot-the-imposters-mimicry-in-nature/
I hope that helps!
|
assistant
|
en
| 3 | true | false | 1 | false | null |
{
"toxicity": 0.0003466630296315998,
"severe_toxicity": 0.000023024113033898175,
"obscene": 0.00017055048374459147,
"identity_attack": 0.0000821158682811074,
"insult": 0.0003348175960127264,
"threat": 0.00002557846346462611,
"sexual_explicit": 0.000020582770957844332
}
|
e344e5aa-fefe-4265-a473-f1a12491b34a
|
ready_for_export
|
{
"name": [
"+1",
"-1",
"_skip_reply",
"_skip_labeling"
],
"count": [
2,
1,
1,
4
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.3333333333333333,
0,
0,
0,
0,
0,
0.6666666666666666,
0,
0.3333333333333333,
0.6666666666666666,
0.3333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
04bdccbb-0eb5-4107-a866-cb2d283c8414
|
159d62e4-e38d-4568-a9fb-ce9313a5e4ef
|
18d2e4e9-ecbf-4bdf-918d-233b84cec2d4
|
2023-04-12T08:13:54.494263+00:00
|
Can you tell me the most famous impressions of each of these comedians whom you've listed?
|
prompter
|
en
| 3 | true | false | null | false | null |
{
"toxicity": 0.00026708756922744215,
"severe_toxicity": 0.0002505209413357079,
"obscene": 0.0025906835217028856,
"identity_attack": 0.00023605367459822446,
"insult": 0.0014736244920641184,
"threat": 0.00013652937195729464,
"sexual_explicit": 0.00012043987226206809
}
|
e344e5aa-fefe-4265-a473-f1a12491b34a
|
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.9166666666666666,
0.08333333333333333,
0.6666666666666666,
0.75,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
0c1d6272-9230-4dcf-b201-0129cb470eaf
|
04bdccbb-0eb5-4107-a866-cb2d283c8414
|
0a60666b-ded3-484f-84f0-13897974e288
|
2023-04-12T13:42:07.045345+00:00
|
Certainly! Here are the most famous impressions associated with each of the comedians I mentioned earlier:
1. Rich Little - Known for his impressions of many famous personalities, some of his most popular include former U.S. Presidents Richard Nixon and Ronald Reagan, and celebrities like Johnny Carson and John Wayne.
1. Frank Caliendo - Frank Caliendo is famous for his spot-on impressions of former U.S. President George W. Bush, sports commentator John Madden, and actor Morgan Freeman, among others.
1. Jay Pharoah - Jay Pharoah gained popularity on Saturday Night Live for his impressions of various public figures, including former U.S. President Barack Obama, rapper Jay-Z, and actor Denzel Washington.
1. Harpo Marx - As a member of the Marx Brothers comedy team, Harpo was known for his silent, mime-like performances rather than vocal impressions. He played a character that used props, facial expressions, and exaggerated gestures to communicate, often accompanied by his trademark horn or harp.
1. Charlie Chaplin - A legendary silent film actor, Chaplin is most famous for his iconic character "The Tramp," who was characterized by his shabby clothing, bowler hat, mustache, and cane. Through his physical comedy and expressive facial expressions, Chaplin was able to convey a range of emotions and create memorable scenes in films like "The Kid," "City Lights," and "Modern Times."
While some of these performers were more known for their mime or physical comedy rather than vocal impressions, they all made lasting impressions on audiences with their unique styles and performances.
|
assistant
|
en
| 3 | true | false | 0 | false | null |
{
"toxicity": 0.0007477489416487515,
"severe_toxicity": 0.00003206166729796678,
"obscene": 0.00017151003703474998,
"identity_attack": 0.0001483833184465766,
"insult": 0.0005271773552522063,
"threat": 0.00003230498623452149,
"sexual_explicit": 0.000026976813387591392
}
|
e344e5aa-fefe-4265-a473-f1a12491b34a
|
ready_for_export
|
{
"name": [
"+1",
"_skip_labeling"
],
"count": [
1,
6
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.9166666666666666,
0,
0.3333333333333333,
1,
0.75,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
cfe55293-a25f-4a56-8cb8-4c769a13091e
|
04bdccbb-0eb5-4107-a866-cb2d283c8414
|
9de54251-8d0b-4ba2-beb0-ab922b010ccb
|
2023-04-12T13:44:42.648569+00:00
|
I do not know them :)
|
assistant
|
en
| 3 | true | false | 1 | false | null |
{
"toxicity": 0.0006019475404173136,
"severe_toxicity": 0.00001783049083314836,
"obscene": 0.00015117348812054843,
"identity_attack": 0.00007787638605805114,
"insult": 0.0002658974553924054,
"threat": 0.000030321403755806386,
"sexual_explicit": 0.000022323964003589936
}
|
e344e5aa-fefe-4265-a473-f1a12491b34a
|
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.5,
0.75,
0,
0,
0,
0,
0,
0.25,
0.3125,
0.5625,
0.1875,
0.5,
0.0625
],
"count": [
4,
4,
3,
3,
3,
3,
3,
4,
4,
4,
4,
4,
4
]
}
|
586a4645-0979-4dab-b806-7137909908fc
|
49d8cf31-9e3f-4c64-b937-934c3f081fda
|
e03c5d1b-f6ec-49a9-aea3-5027c0707627
|
2023-04-12T16:56:33.566103+00:00
|
Sure! Here are some famous mimics:
- Jim Carrey - known for his impressions and mimicry in films such as "Ace Ventura: Pet Detective" and "The Mask."
- Rich Little - a Canadian comedian and impersonator, known for his celebrity impressions including Ronald Reagan, Richard Nixon, and Johnny Carson.
- Frank Caliendo - an American comedian and impressionist known for his impressions of celebrities such as George W. Bush, Al Pacino, and Morgan Freeman.
- Dana Carvey - an American comedian and actor known for his impressions of politicians and celebrities including George H.W. Bush, Ross Perot, and Arnold Schwarzenegger.
- Melissa Villaseñor - an American comedian and impressionist, known for her impressions of celebrities such as Owen Wilson, Kristen Wiig, and Ariana Grande.
- Fred Travalena - an American comedian and impressionist known for his celebrity impressions including Frank Sinatra, Johnny Carson, and Robert De Niro.
- Billy Crystal - an American actor and comedian known for his impressions of celebrities such as Muhammad Ali, Howard Cosell, and Fernando Lamas.
- Kate McKinnon - an American actress and comedian known for her impressions of celebrities and politicians such as Hillary Clinton, Justin Bieber, and Elizabeth Warren.
- Robin Williams - an American actor and comedian known for his improvisational comedy and mimicry in films such as "Mrs. Doubtfire" and "Aladdin."
- Darrell Hammond - an American comedian and impressionist known for his impressions of politicians and celebrities including Bill Clinton, Al Gore, and Donald Trump.
|
assistant
|
en
| 3 | true | false | 2 | false | null |
{
"toxicity": 0.0003494134289212525,
"severe_toxicity": 0.00006635049794567749,
"obscene": 0.0005369128775782883,
"identity_attack": 0.00011477500811452046,
"insult": 0.0007954490138217807,
"threat": 0.000045329903514357284,
"sexual_explicit": 0.0000430694199167192
}
|
e344e5aa-fefe-4265-a473-f1a12491b34a
|
ready_for_export
|
{
"name": [
"+1",
"_skip_labeling"
],
"count": [
1,
5
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.3333333333333333,
0,
0,
0,
0,
0,
0.75,
0.08333333333333333,
0.3333333333333333,
0.5833333333333334,
0.6666666666666666,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
8d81ccb8-ad82-43ef-b0bd-ed7b1e91a3a4
|
49d8cf31-9e3f-4c64-b937-934c3f081fda
|
8fe8fe41-1279-45a9-becf-b52936738e9e
|
2023-04-12T06:14:46.939700+00:00
|
Seems fine
|
assistant
|
en
| 3 | false | false | null | false | null |
{
"toxicity": 0.0005200838204473257,
"severe_toxicity": 0.000027467973268358037,
"obscene": 0.00015625836385879666,
"identity_attack": 0.00012868498743046075,
"insult": 0.0002038178063230589,
"threat": 0.00005966236858512275,
"sexual_explicit": 0.000025977116820286028
}
|
e344e5aa-fefe-4265-a473-f1a12491b34a
|
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.6666666666666666,
1,
0,
0,
0.6666666666666666,
0,
0,
0,
0.5,
0,
0,
0,
0.3333333333333333
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
2404a44c-675f-4e25-84b1-fffde41a42ac
|
e344e5aa-fefe-4265-a473-f1a12491b34a
|
3478fa54-bf3b-4229-9c51-9fdb6104b017
|
2023-04-11T14:48:25.806811+00:00
|
Miming is like being a clown with no voice. It probably came around from silent movies or some cartoon.
|
assistant
|
en
| 3 | true | false | 1 | false | null |
{
"toxicity": 0.8811050057411194,
"severe_toxicity": 0.00004491809522733092,
"obscene": 0.0009197289473377168,
"identity_attack": 0.0008135142852552235,
"insult": 0.8505045771598816,
"threat": 0.0001150753814727068,
"sexual_explicit": 0.00011383165838196874
}
|
e344e5aa-fefe-4265-a473-f1a12491b34a
|
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.6666666666666666,
0,
0,
0.3333333333333333,
0,
0,
0.16666666666666666,
0.3333333333333333,
0.16666666666666666,
0.08333333333333333,
0.16666666666666666,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
53b06822-a418-4eb6-bc3f-99546091280b
|
2404a44c-675f-4e25-84b1-fffde41a42ac
|
3c5fc687-9a16-49b4-9e16-69950dd32e30
|
2023-04-11T17:18:43.063045+00:00
|
What sort of cartoons do you know of that may have first introduced miming?
|
prompter
|
en
| 4 | true | false | null | false | null |
{
"toxicity": 0.0004961941158398986,
"severe_toxicity": 0.00003378954716026783,
"obscene": 0.00023514367057941854,
"identity_attack": 0.00012246082769706845,
"insult": 0.0003128439129795879,
"threat": 0.00004430814806255512,
"sexual_explicit": 0.000027868289180332795
}
|
e344e5aa-fefe-4265-a473-f1a12491b34a
|
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.8125,
0.16666666666666666,
0.08333333333333333,
0.4166666666666667,
0
],
"count": [
4,
4,
3,
3,
3,
3,
4,
3,
3,
3,
3
]
}
|
e34934cb-ef12-49d8-9f95-d0330b1f1c29
| null |
994bd0d2-6f85-45f3-8861-3fd60cf3056f
|
2023-02-14T09:29:34.127481+00:00
|
Roleplay as a character from the TV show friends. I'll ask you questions or talk to you about stuff and you respond how one of the characters might while keeping the conversation going. start off each piece of conversation with:
[Character:]
for each character you roleplay as so you don't have to specify in the conversation every time you switch to another
|
prompter
|
en
| 3 | true | false | null | false | null |
{
"toxicity": 0.00026566762244328856,
"severe_toxicity": 0.00003664852192741819,
"obscene": 0.0002522968570701778,
"identity_attack": 0.00010898937762249261,
"insult": 0.00022544771491084248,
"threat": 0.00003735931386472657,
"sexual_explicit": 0.000029691198506043293
}
|
e34934cb-ef12-49d8-9f95-d0330b1f1c29
|
ready_for_export
|
{
"name": [
"+1",
"_skip_reply",
"_skip_ranking"
],
"count": [
4,
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.3333333333333333,
0.4166666666666667,
0.5833333333333334,
0.3333333333333333
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
7b8333e6-fcff-4d09-addb-1ffd208a8278
|
e34934cb-ef12-49d8-9f95-d0330b1f1c29
|
4dbc02f9-a6bd-4d96-9bbc-4d734329a9dd
|
2023-04-20T11:27:16.265827+00:00
|
Yes, I can do that. I will be Joey if that's ok with you.
|
assistant
|
en
| 5 | true | false | 0 | false | null |
{
"toxicity": 0.0008405853295698762,
"severe_toxicity": 0.00003685456613311544,
"obscene": 0.0002342485822737217,
"identity_attack": 0.00012669969873968512,
"insult": 0.00018413152429275215,
"threat": 0.00016481161583214998,
"sexual_explicit": 0.00004048300615977496
}
|
e34934cb-ef12-49d8-9f95-d0330b1f1c29
|
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.65,
0,
0.35,
0.7,
0.3,
0
],
"count": [
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5
]
}
|
1b68f051-3582-4c5a-92f7-112511fb4082
|
7b8333e6-fcff-4d09-addb-1ffd208a8278
|
4dbc02f9-a6bd-4d96-9bbc-4d734329a9dd
|
2023-04-20T20:20:30.609985+00:00
|
That's fine with me as I'll be Chandler.
I don't know Joey, I think I might have messed things up with my new girlfriend, Kathy. I don't know what's going on with her, iIt's just that she's been acting weird lately, and I'm not sure what's going on.
|
prompter
|
en
| 5 | true | false | null | false | null |
{
"toxicity": 0.003032759064808488,
"severe_toxicity": 0.000016714391676941887,
"obscene": 0.000263028807239607,
"identity_attack": 0.0001734028774080798,
"insult": 0.0010615041246637702,
"threat": 0.000024039760319283232,
"sexual_explicit": 0.00003812251816270873
}
|
e34934cb-ef12-49d8-9f95-d0330b1f1c29
|
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.9,
0.05,
0.25,
0.85,
0
],
"count": [
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5
]
}
|
8ed1457e-6fe5-4c31-a3ea-7f05212af016
|
e34934cb-ef12-49d8-9f95-d0330b1f1c29
|
9a3891d1-fa50-472a-9aff-9d43ae09227b
|
2023-04-20T12:47:59.165102+00:00
|
Alright! Which characters would you like me to Roleplay as? After that, I’m ready for your first question!
|
assistant
|
en
| 5 | true | false | 1 | false | null |
{
"toxicity": 0.0008553442894481122,
"severe_toxicity": 0.000042776588088599965,
"obscene": 0.00034000363666564226,
"identity_attack": 0.00018360328976996243,
"insult": 0.00026784444344229996,
"threat": 0.00007333074609050527,
"sexual_explicit": 0.00003966180520365015
}
|
e34934cb-ef12-49d8-9f95-d0330b1f1c29
|
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.55,
0.1,
0.2,
0.6,
0.35,
0
],
"count": [
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5
]
}
|
68f8692b-cf98-46c2-980f-5c49b57f5900
|
8ed1457e-6fe5-4c31-a3ea-7f05212af016
|
4dbc02f9-a6bd-4d96-9bbc-4d734329a9dd
|
2023-04-20T17:15:05.939111+00:00
|
I think we'll start with you as Joey.
|
prompter
|
en
| 5 | true | false | null | false | null |
{
"toxicity": 0.0028717087116092443,
"severe_toxicity": 0.000050888229452539235,
"obscene": 0.0002870726748369634,
"identity_attack": 0.00017787601973395795,
"insult": 0.0006012296653352678,
"threat": 0.0004899761988781393,
"sexual_explicit": 0.00012009639613097534
}
|
e34934cb-ef12-49d8-9f95-d0330b1f1c29
|
ready_for_export
|
{
"name": [
"+1",
"_skip_ranking",
"_skip_labeling"
],
"count": [
1,
3,
1
]
}
|
{
"name": [
"spam",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"creativity",
"violence"
],
"value": [
0.2,
0,
0,
0,
0,
0,
0.6,
0.25,
0.8333333333333334,
0.9166666666666666,
0.4166666666666667
],
"count": [
5,
5,
3,
3,
3,
3,
5,
3,
3,
3,
3
]
}
|
dac9658c-ca18-427b-9a95-9764f83e0b15
|
68f8692b-cf98-46c2-980f-5c49b57f5900
|
6ec48326-262e-45e7-9d97-d4f7c233787c
|
2023-04-20T18:00:45.554844+00:00
|
Heeeey, what's up, dude! How is it going, huh? Yep, I'm good, thanks for asking.
|
assistant
|
en
| 5 | true | false | 0 | false | null |
{
"toxicity": 0.0014184213941916823,
"severe_toxicity": 0.00004612457632902078,
"obscene": 0.0009295673226006329,
"identity_attack": 0.0000836641265777871,
"insult": 0.0005405711708590388,
"threat": 0.00006230088183656335,
"sexual_explicit": 0.00006619661144213751
}
|
e34934cb-ef12-49d8-9f95-d0330b1f1c29
|
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.65,
0.35,
0.8,
0.55,
0.7,
0
],
"count": [
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5
]
}
|
113ccd78-cc36-4a09-8ffa-53353cfae135
|
68f8692b-cf98-46c2-980f-5c49b57f5900
|
9cf0688f-3f99-43f2-8bea-e2e6266f7636
|
2023-04-20T17:57:07.509008+00:00
|
Sorry, but Joey doesn't share food...
|
assistant
|
en
| 5 | true | false | 1 | false | null |
{
"toxicity": 0.000595513207372278,
"severe_toxicity": 0.000022640115275862627,
"obscene": 0.00015410101332236081,
"identity_attack": 0.00012951134704053402,
"insult": 0.00026405928656458855,
"threat": 0.00004967449058312923,
"sexual_explicit": 0.00002431992288620677
}
|
e34934cb-ef12-49d8-9f95-d0330b1f1c29
|
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.6,
0,
0,
0,
0,
0,
0.2,
0.25,
0.65,
0.25,
0.45,
0
],
"count": [
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5
]
}
|
4b6c12fc-f7e9-497f-9c7c-b41c8aa646e9
|
68f8692b-cf98-46c2-980f-5c49b57f5900
|
3e8e0c5b-3265-465a-b3e9-8050fcc1d913
|
2023-04-20T17:55:06.669655+00:00
|
Hello, my name is Joey. How can I help?
|
assistant
|
en
| 5 | true | false | 2 | false | null |
{
"toxicity": 0.0002996363036800176,
"severe_toxicity": 0.00003606388418120332,
"obscene": 0.00022834028641227633,
"identity_attack": 0.00009160766785498708,
"insult": 0.00020980025874450803,
"threat": 0.00004300863656681031,
"sexual_explicit": 0.00002648579356900882
}
|
e34934cb-ef12-49d8-9f95-d0330b1f1c29
|
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.2,
0,
0,
0,
0,
0,
0.35,
0.1,
0.45,
0.5,
0.25,
0
],
"count": [
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5
]
}
|
2ce21856-b51c-4fc5-a539-1074eb6aaa94
|
e34934cb-ef12-49d8-9f95-d0330b1f1c29
|
06be3341-f2ac-4c02-b6a3-664466162207
|
2023-04-20T12:10:04.055506+00:00
|
I'm sorry I've never watched friends. Can I help you with something else ?
|
assistant
|
en
| 5 | true | false | 2 | false | null |
{
"toxicity": 0.0011732231359928846,
"severe_toxicity": 0.00007603610720252618,
"obscene": 0.0008467254228889942,
"identity_attack": 0.0002286507369717583,
"insult": 0.0009386345627717674,
"threat": 0.00010677662794478238,
"sexual_explicit": 0.00005190442971070297
}
|
e34934cb-ef12-49d8-9f95-d0330b1f1c29
|
ready_for_export
|
{
"name": [
"-1",
"_skip_labeling"
],
"count": [
8,
2
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0.6,
0,
0,
0,
0,
0,
0.35,
0.15,
0.1,
0.15,
0,
0
],
"count": [
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5
]
}
|
b424d35f-6edb-45e3-af8d-475936d6c6ca
|
2ce21856-b51c-4fc5-a539-1074eb6aaa94
|
4dbc02f9-a6bd-4d96-9bbc-4d734329a9dd
|
2023-04-20T18:13:50.157268+00:00
|
Yes can you research it so we can continue on with my original request.
|
prompter
|
en
| 5 | true | false | null | false | null |
{
"toxicity": 0.0003680418885778636,
"severe_toxicity": 0.0000374828559870366,
"obscene": 0.00019542318477761,
"identity_attack": 0.00012049247743561864,
"insult": 0.0002065709268208593,
"threat": 0.00005603295358014293,
"sexual_explicit": 0.00003184443266945891
}
|
e34934cb-ef12-49d8-9f95-d0330b1f1c29
|
ready_for_export
|
{
"name": [
"+1",
"_skip_reply",
"_skip_ranking",
"_skip_labeling"
],
"count": [
2,
4,
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.65,
0.3,
0.35,
0.65,
0.1
],
"count": [
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5
]
}
|
d0ff2108-f7b3-49b3-bd30-bf1455bd54cc
|
b424d35f-6edb-45e3-af8d-475936d6c6ca
|
4dbc02f9-a6bd-4d96-9bbc-4d734329a9dd
|
2023-04-20T19:38:30.345974+00:00
|
[Character: Joey] Hey, how you doin'?
I'm Joey, what can I help you with?
Are you looking for some acting advice or maybe a good place to grab a slice of pizza? Let me know!
|
assistant
|
en
| 5 | true | false | 0 | false | null |
{
"toxicity": 0.0011660440359264612,
"severe_toxicity": 0.00005820300430059433,
"obscene": 0.0006734285852871835,
"identity_attack": 0.00013968547864351422,
"insult": 0.0005390080623328686,
"threat": 0.000124478290672414,
"sexual_explicit": 0.00005921464253333397
}
|
e34934cb-ef12-49d8-9f95-d0330b1f1c29
|
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.75,
0.15,
0.75,
0.75,
0.8,
0.05
],
"count": [
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5
]
}
|
8a7572f0-5a24-41a0-9d28-c9944b65492a
|
b424d35f-6edb-45e3-af8d-475936d6c6ca
|
a5d40362-1b18-43f7-96ea-247d866c1eb2
|
2023-04-20T20:09:06.336183+00:00
|
I am afraid I might not be able to properly obtain the necessary data and generate the proper responses to properly satisfy your request, as I am constrained by certain limitations of time and experience. It may be possible in the future, but may I suggest that another human sharing your interests could provide the type of interaction you are seeking.
|
assistant
|
en
| 5 | true | false | 1 | false | null |
{
"toxicity": 0.00033860409166663885,
"severe_toxicity": 0.000029498100047931075,
"obscene": 0.00015558351879008114,
"identity_attack": 0.0001165582361863926,
"insult": 0.00015411731146741658,
"threat": 0.000039788184949429706,
"sexual_explicit": 0.000025413031835341826
}
|
e34934cb-ef12-49d8-9f95-d0330b1f1c29
|
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.8,
0,
0,
0,
0,
0,
0.3,
0.05,
0.05,
0.15,
0.3,
0
],
"count": [
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5
]
}
|
e34f0abc-f855-4bb1-8000-ec33d6c86a30
| null |
87a34cd4-7261-4ff7-a402-fd055ebbb352
|
2023-02-17T16:20:59.492309+00:00
|
ตอนนี้เหงามาก คุยเป็นเพื่อนหน่อยสิ
|
prompter
|
th
| 3 | true | false | null | false | null | null |
e34f0abc-f855-4bb1-8000-ec33d6c86a30
|
ready_for_export
|
{
"name": [
"+1",
"_skip_reply",
"_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.25,
0.16666666666666666,
0.3333333333333333,
0.3333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
a931ac8f-ee27-4165-bd7b-ce14bba2a00e
|
e34f0abc-f855-4bb1-8000-ec33d6c86a30
|
241c6d9c-bd52-4872-b5ee-511fb526abda
|
2023-02-19T15:26:41.019138+00:00
|
ฉันอยู่ที่นี่ พิมพ์สิ่งที่คุณต้องการคุยด้วยเพื่อเริ่มคุยกับฉันได้เลย
|
assistant
|
th
| 3 | true | false | 0 | false | null | null |
e34f0abc-f855-4bb1-8000-ec33d6c86a30
|
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.6666666666666666,
0.375,
0.5,
0.625,
0.375,
0
],
"count": [
4,
3,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
}
|
4fcb7226-9288-4e64-b85f-cfa10d6176c1
|
a931ac8f-ee27-4165-bd7b-ce14bba2a00e
|
b6a3c1b4-e44c-4f26-8be1-842b4f6c47b2
|
2023-02-20T00:40:04.086168+00:00
|
อย่างสีเหลือง?
|
prompter
|
th
| 3 | true | false | null | false | null | null |
e34f0abc-f855-4bb1-8000-ec33d6c86a30
|
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.3333333333333333,
0,
0.875,
0,
0
],
"count": [
3,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2
]
}
|
b593193a-cc94-4cb1-8814-8c88828f5431
|
4fcb7226-9288-4e64-b85f-cfa10d6176c1
|
0671b2a4-e74f-48d0-bb11-44e758d5452e
|
2023-02-20T10:46:59.042178+00:00
|
เยลโล่!
|
assistant
|
th
| 3 | true | false | 0 | false | null | null |
e34f0abc-f855-4bb1-8000-ec33d6c86a30
|
ready_for_export
|
{
"name": [
"+1"
],
"count": [
2
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.5,
0.125,
1,
0.5,
1,
0
],
"count": [
4,
3,
3,
2,
2,
2,
2,
3,
2,
3,
2,
2,
2
]
}
|
6aa70076-e7c8-4c9e-965e-6b73ddb7098e
|
b593193a-cc94-4cb1-8814-8c88828f5431
|
b6a3c1b4-e44c-4f26-8be1-842b4f6c47b2
|
2023-02-20T16:37:20.256347+00:00
|
เอาเรื่องหว่ะ งั้นมะม่วง…
|
prompter
|
th
| 3 | true | false | null | false | null | null |
e34f0abc-f855-4bb1-8000-ec33d6c86a30
|
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.5833333333333334,
0,
1,
0.3333333333333333,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
084cda3b-125e-4bbd-984f-47b705bd1d73
|
4fcb7226-9288-4e64-b85f-cfa10d6176c1
|
474236c2-35df-4c53-be27-2c50e2e67e15
|
2023-02-20T11:05:12.900529+00:00
|
สีเหลืองเป็นสีของวันจันทร์
|
assistant
|
th
| 3 | true | false | 1 | false | null | null |
e34f0abc-f855-4bb1-8000-ec33d6c86a30
|
ready_for_export
| null |
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.3333333333333333,
0,
0.25,
0.25,
0.25,
0
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
}
|
24bc221b-311c-4639-963f-75a89ebf599c
|
084cda3b-125e-4bbd-984f-47b705bd1d73
|
d65280b2-d787-4f2f-b469-4c14b509b2c3
|
2023-02-21T17:56:47.133219+00:00
|
เป็นคำตอบที่น่าเบื่อสำหรับการสนทนา มีคำตอบอื่นไหม อย่างสีเหลือง
|
prompter
|
th
| 3 | true | false | null | false | null | null |
e34f0abc-f855-4bb1-8000-ec33d6c86a30
|
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.25,
0,
0.16666666666666666,
0.16666666666666666,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
aa2cd3e4-1e75-415f-91bf-93b3ccfe6199
|
e34f0abc-f855-4bb1-8000-ec33d6c86a30
|
43c8e143-1696-4b97-8ac2-d7cab23a145c
|
2023-02-20T09:22:17.565527+00:00
|
ได้เลย
|
assistant
|
th
| 3 | true | false | 1 | false | null | null |
e34f0abc-f855-4bb1-8000-ec33d6c86a30
|
ready_for_export
|
{
"name": [
"+1",
"_skip_labeling"
],
"count": [
1,
1
]
}
|
{
"name": [
"spam",
"fails_task",
"lang_mismatch",
"pii",
"not_appropriate",
"hate_speech",
"sexual_content",
"quality",
"toxicity",
"humor",
"helpfulness",
"creativity",
"violence"
],
"value": [
0,
0,
0,
0,
0,
0,
0,
0.25,
0.08333333333333333,
0.4166666666666667,
0.4166666666666667,
0.16666666666666666,
0
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
0baae281-14b7-49d0-ad32-496966146edc
|
aa2cd3e4-1e75-415f-91bf-93b3ccfe6199
|
d65280b2-d787-4f2f-b469-4c14b509b2c3
|
2023-02-21T15:46:26.550860+00:00
|
คุยไรกันดี
|
prompter
|
th
| 3 | true | false | null | false | null | null |
e34f0abc-f855-4bb1-8000-ec33d6c86a30
|
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.16666666666666666,
0.16666666666666666,
0.16666666666666666,
0,
0.16666666666666666
],
"count": [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
}
|
377e006f-a7cc-48c1-8ff2-18003757ef94
|
e34f0abc-f855-4bb1-8000-ec33d6c86a30
|
b6a3c1b4-e44c-4f26-8be1-842b4f6c47b2
|
2023-02-19T15:17:03.828627+00:00
|
ได้เลยเตง
|
assistant
|
th
| 3 | false | false | null | false | null | null |
e34f0abc-f855-4bb1-8000-ec33d6c86a30
|
ready_for_export
|
{
"name": [
"+1",
"-1",
"red_flag"
],
"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.6666666666666666,
1,
0,
0,
0.5,
0,
0,
0.16666666666666666,
0.25,
0.625,
0.125,
0.25,
0.25
],
"count": [
3,
2,
3,
2,
2,
2,
2,
3,
2,
2,
2,
2,
2
]
}
|
Subsets and Splits
SQL Console for OpenAssistant/oasst2
Reveals the structure of conversations by pairing prompts with their corresponding responses, highlighting the ranking of assistant responses for English-language messages.
SQL Console for OpenAssistant/oasst2
This query retrieves random conversations in English where the prompt contains the word 'ethic', providing insights into how the assistant responds to ethical queries.
Prompt-Response Pairs
The query provides a basic filtering and joining of prompt and assistant text, but it doesn't offer meaningful analysis or reveal non-obvious relationships.
Select Non-Root Messages
The query retrieves rows from a dataset where the 'parent_id' is not null, providing a basic filter that gives some insight into the structure of comment threads but without deeper analysis.
Polish Train Data
The query filters entries to show only those from the Polish language, providing a basic subset of the data for further analysis.
Filtered Non-Spam Train Data
Retrieves 100 records from the dataset where the label is either missing or not marked as 'spam', providing a sample of non-spam entries.