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
0f33a6c4-c0bc-4c38-aeb0-16c35ff47979
null
6e21b01f-34b6-438d-876d-7bd81d687e9e
2023-02-12T00:21:34.618373+00:00
¿Cómo puedo comprimir un fichero por línea de comandos en linux? Si hay varias opciones, muestramelas.
prompter
es
3
true
false
null
false
null
{ "toxicity": 0.0012576334411278367, "severe_toxicity": 0.0028942683711647987, "obscene": 0.02645905315876007, "identity_attack": 0.003962872549891472, "insult": 0.021927818655967712, "threat": 0.0018728113500401378, "sexual_explicit": 0.0008596791885793209 }
0f33a6c4-c0bc-4c38-aeb0-16c35ff47979
ready_for_export
{ "name": [ "+1", "_skip_reply", "_skip_ranking" ], "count": [ 4, 4, 5 ] }
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0.8125, 0.125, 0.125, 0.625, 0.125 ], ...
8967ded2-13ef-4aae-92fc-9915c45ee28c
0f33a6c4-c0bc-4c38-aeb0-16c35ff47979
b3bdc012-4cd6-47a8-978d-ad9502926253
2023-02-13T13:17:14.577982+00:00
Hay varias formas de comprimir un archivo en Linux utilizando la línea de comandos. Aquí hay algunas opciones comunes: 1) gzip: es una herramienta de compresión de archivos muy popular en Linux. Para comprimir un archivo, simplemente ejecute el siguiente comando: gzip nombre_del_archivo El archivo comprimido tendrá ...
assistant
es
4
true
false
0
false
null
{ "toxicity": 0.0003700802044477314, "severe_toxicity": 0.005085631273686886, "obscene": 0.034025777131319046, "identity_attack": 0.006347400136291981, "insult": 0.029063807800412178, "threat": 0.001967014279216528, "sexual_explicit": 0.0010617786319926381 }
0f33a6c4-c0bc-4c38-aeb0-16c35ff47979
ready_for_export
{ "name": [ "+1", "_skip_labeling" ], "count": [ 2, 2 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.9375, 0...
ccd416ff-fb3e-464f-9661-eb26fb4148f6
0f33a6c4-c0bc-4c38-aeb0-16c35ff47979
35ceabfc-1f01-43c4-ae42-45a478097f7e
2023-02-13T12:59:42.619723+00:00
El programa de compresión más común en linux es GZIP. Para utilizarlo tan sólo tienes que escribir gzip fichero.txt y se creará un archivo con el nombre fichero.txt.gz Es muy común utilizarlo junto con el modificador -valor_de_compresión, haciendo que el comando gzip -1 fichero.txt genere un archivo de mayor tamaño que...
assistant
es
4
true
false
1
false
null
{ "toxicity": 0.0003611258580349386, "severe_toxicity": 0.005549395922571421, "obscene": 0.03763648495078087, "identity_attack": 0.00611915485933423, "insult": 0.0347769595682621, "threat": 0.0020910128951072693, "sexual_explicit": 0.001202595536597073 }
0f33a6c4-c0bc-4c38-aeb0-16c35ff47979
ready_for_export
null
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0.5, 0, 0, 0, 0, 0, 0.5625, ...
7b053409-2696-4b3a-a413-5d92d46d5615
0f33a6c4-c0bc-4c38-aeb0-16c35ff47979
a80e425d-ae69-44c4-97e0-ebc6fdcac8d6
2023-02-13T13:30:51.859893+00:00
Uno de los compresores más estándar en Linux es gzip. Para comprimir un único archivo utilizando gzip puedes hacer: `gzip fichero` Esto producirá como resultado un archivo comprimido, llamado `fichero.gz`, que puedes volver a descomprimir con el comando: `gzip -d fichero.gz` Hay varios compresores alternativos a gz...
assistant
es
3
true
false
2
false
null
{ "toxicity": 0.00042295356979593635, "severe_toxicity": 0.0058478727005422115, "obscene": 0.039874009788036346, "identity_attack": 0.00678329449146986, "insult": 0.03649681806564331, "threat": 0.0021496047265827656, "sexual_explicit": 0.0014324880903586745 }
0f33a6c4-c0bc-4c38-aeb0-16c35ff47979
ready_for_export
{ "name": [ "+1", "_skip_labeling" ], "count": [ 1, 1 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.91666666666...
0f3481bf-9e69-44c4-bc3d-39b6b7458a72
null
d67245f3-c597-46a6-ad36-ec3782310ddb
2023-02-05T23:02:47.085595+00:00
Why are prices going up and not coming down? Like food and rent?
prompter
en
3
true
false
null
false
null
{ "toxicity": 0.0004790024249814451, "severe_toxicity": 0.000021195677618379705, "obscene": 0.00012087269715266302, "identity_attack": 0.00009544084605295211, "insult": 0.00019899064500350505, "threat": 0.00003302862751297653, "sexual_explicit": 0.000020260906239855103 }
0f3481bf-9e69-44c4-bc3d-39b6b7458a72
ready_for_export
{ "name": [ "+1", "_skip_reply", "_skip_labeling" ], "count": [ 3, 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.5833333333333334, 0.08333333333333333, 0.083333...
59babe2d-f628-471b-951e-13e250bee088
0f3481bf-9e69-44c4-bc3d-39b6b7458a72
77764689-06d2-46c1-ac7f-4c4f9fa0c2bd
2023-05-21T00:46:09.755469+00:00
As off 2022-2023, there are a number of factors that are contributing to rising prices, including: * The COVID-19 pandemic has caused supply chain disruptions, which has made it more difficult to get goods to market. This has led to shortages and higher prices for some products. * The war in Ukraine has also caused di...
assistant
en
5
true
false
0
false
null
{ "toxicity": 0.0003378111287020147, "severe_toxicity": 0.000024201626729336567, "obscene": 0.00013584915723185986, "identity_attack": 0.00008509514736942947, "insult": 0.0001724483590805903, "threat": 0.000034219636290799826, "sexual_explicit": 0.000022055137378629297 }
0f3481bf-9e69-44c4-bc3d-39b6b7458a72
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.8, 0.16...
e84065b1-e845-49ea-a847-6c26c9aececb
59babe2d-f628-471b-951e-13e250bee088
5917cb39-ac56-4fca-b502-efd58b4bc542
2023-05-25T03:55:53.090924+00:00
very good answer and thank you for your informative answers
prompter
en
5
true
false
null
false
null
{ "toxicity": 0.00027213955763727427, "severe_toxicity": 0.00005308696927386336, "obscene": 0.0003693937906064093, "identity_attack": 0.00010280484275426716, "insult": 0.0004279988934285939, "threat": 0.00004909795097773895, "sexual_explicit": 0.0000356508135155309 }
0f3481bf-9e69-44c4-bc3d-39b6b7458a72
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.2, 0, 0, 0, 0, 0, 0.25, 0, 0.05, 0.25, 0 ], "count": ...
fbee5e0c-0931-4228-a9a7-20e86e900ab9
e84065b1-e845-49ea-a847-6c26c9aececb
ec6210d5-9374-41e6-be2f-0e736b97aec6
2023-05-25T09:41:49.161517+00:00
You're welcome! I'm here to assist you with any questions you may have, so feel free to ask me anything else.
assistant
en
5
true
false
0
false
null
{ "toxicity": 0.00044833545689471066, "severe_toxicity": 0.00003289556843810715, "obscene": 0.00021290095173753798, "identity_attack": 0.00010144403495360166, "insult": 0.00031994545133784413, "threat": 0.00004028574767289683, "sexual_explicit": 0.000025034727514139377 }
0f3481bf-9e69-44c4-bc3d-39b6b7458a72
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.8, 0.1,...
633d57e9-328c-4244-97de-8c7882faf8e5
e84065b1-e845-49ea-a847-6c26c9aececb
229d80aa-078b-4871-aeaa-8f1ec5c90c3a
2023-05-25T10:00:12.785800+00:00
You are welcome. Is there any other things about this topic that you wish to further discuss?
assistant
en
5
true
false
1
false
null
{ "toxicity": 0.0003737275837920606, "severe_toxicity": 0.000028447590011637658, "obscene": 0.00017796168685890734, "identity_attack": 0.00010136376658920199, "insult": 0.0002285894879605621, "threat": 0.000033128151699202135, "sexual_explicit": 0.000022754033125238493 }
0f3481bf-9e69-44c4-bc3d-39b6b7458a72
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.16666666666666666, 0, 0, 0, 0, 0,...
0cb7536a-b3aa-4482-86d9-8bf3d10bb59e
e84065b1-e845-49ea-a847-6c26c9aececb
07391aec-7fb0-4a11-ba98-3d6d87e97563
2023-05-25T13:17:46.341122+00:00
You are very welcome. Macroeconomics is a complex subject with extensive, and sometimes unexpected, interplay between discrete components of economic systems.
assistant
en
5
true
false
2
false
null
{ "toxicity": 0.00034560327185317874, "severe_toxicity": 0.000023378050173050724, "obscene": 0.00014357631152961403, "identity_attack": 0.00007661151903448626, "insult": 0.00020560923439916223, "threat": 0.00002862270048353821, "sexual_explicit": 0.000023044343834044412 }
0f3481bf-9e69-44c4-bc3d-39b6b7458a72
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.8, 0.05...
67a22295-4ce6-4259-8c66-a32112e0743a
0f3481bf-9e69-44c4-bc3d-39b6b7458a72
96a012f3-f714-48c0-b299-f5e179ba2a36
2023-05-20T22:40:37.279397+00:00
That’s a good question. There are many factors that affect the prices of goods and services, such as supply and demand, production costs, taxes, inflation and more. In this context, a human might say that prices are going up because of inflation, which happens when prices broadly go up. Inflation can be caused by vario...
assistant
en
5
true
false
1
false
null
{ "toxicity": 0.00030302366940304637, "severe_toxicity": 0.000023903987312223762, "obscene": 0.0001327365607721731, "identity_attack": 0.00007662080315640196, "insult": 0.00015332712791860104, "threat": 0.00003385896343388595, "sexual_explicit": 0.000025383313186466694 }
0f3481bf-9e69-44c4-bc3d-39b6b7458a72
ready_for_export
{ "name": [ "+1", "-1", "_skip_reply" ], "count": [ 4, 1, 2 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.45, 0.1...
0bbba797-67b3-4fdb-b31a-705664d21077
67a22295-4ce6-4259-8c66-a32112e0743a
9949e404-c9d5-4445-8b58-87eb9422dcd7
2023-05-23T17:19:58.747882+00:00
Is inflation inevitable? Will it ever reverse?
prompter
en
5
true
false
null
false
null
{ "toxicity": 0.0004773869295604527, "severe_toxicity": 0.000026340854674344882, "obscene": 0.00018048586207441986, "identity_attack": 0.00008115671516861767, "insult": 0.00019303122826386243, "threat": 0.00005442875772132538, "sexual_explicit": 0.00002961490463349037 }
0f3481bf-9e69-44c4-bc3d-39b6b7458a72
ready_for_export
{ "name": [ "+1", "_skip_reply", "_skip_labeling" ], "count": [ 1, 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.8, 0.1, 0.1, 0.55, 0 ], "count": [ ...
c80385ba-16da-46dc-ae77-a8298f03211d
0bbba797-67b3-4fdb-b31a-705664d21077
206217e8-e96d-4b04-a0e3-366d2176790b
2023-05-23T19:47:04.818103+00:00
Inflation is a complex economic phenomenon that can have various causes and effects. While it is difficult to predict with certainty, inflation is generally considered to be a natural part of a growing economy. However, the extent and persistence of inflation can vary. Inflation can be influenced by factors such as mo...
assistant
en
5
true
false
0
false
null
{ "toxicity": 0.0003320434771012515, "severe_toxicity": 0.000023078915546648204, "obscene": 0.0001306105259573087, "identity_attack": 0.00008082546264631674, "insult": 0.00017825515533331782, "threat": 0.00003443520108703524, "sexual_explicit": 0.00002412183312117122 }
0f3481bf-9e69-44c4-bc3d-39b6b7458a72
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.6, 0.05...
9ea224e7-adaf-480d-85d7-d38d59f023e2
0bbba797-67b3-4fdb-b31a-705664d21077
3743fdc9-8fc7-4994-8541-49ee29bfe22d
2023-05-23T20:39:59.088601+00:00
Inflation can be inevitable in certain situations, such as when there is an increase in demand for goods and services, or when there is a decrease in the supply of goods and services. However, it can also be prevented or controlled through monetary and fiscal policies. Reversing inflation requires a decrease in the mo...
assistant
en
5
true
false
1
false
null
{ "toxicity": 0.0003801024577114731, "severe_toxicity": 0.00002292746285093017, "obscene": 0.00012713402975350618, "identity_attack": 0.00008756484749028459, "insult": 0.00016964077076409012, "threat": 0.000041983104893006384, "sexual_explicit": 0.000023957252778927796 }
0f3481bf-9e69-44c4-bc3d-39b6b7458a72
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.4, 0, 0, 0, 0, 0, 0.35, 0...
ed20d831-c43f-4a5c-8b75-b54924ea3965
0bbba797-67b3-4fdb-b31a-705664d21077
ba792711-bb3e-4d67-b2d2-7298e2087bee
2023-05-23T19:33:25.250301+00:00
Inflation is a common occurrence in most economies, and it is generally considered inevitable to some extent. As economies grow and evolve, the general trend tends to be a gradual increase in prices over time. However, it's important to note that the rate of inflation can vary significantly and can be influenced by var...
assistant
en
5
true
false
2
false
null
{ "toxicity": 0.0003336879308335483, "severe_toxicity": 0.0000224248506128788, "obscene": 0.00012524492922239006, "identity_attack": 0.00008431945752818137, "insult": 0.00015716896450612694, "threat": 0.00003525719512254, "sexual_explicit": 0.000024992528778966516 }
0f3481bf-9e69-44c4-bc3d-39b6b7458a72
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.1...
5196da42-8bfe-46da-a857-da9e9af9128f
0f3481bf-9e69-44c4-bc3d-39b6b7458a72
5175897d-03ca-4315-8469-d7f990881b82
2023-05-21T03:55:00.286961+00:00
One reason could for food and rent prices going up could be caused by inflation; another reason could be due to a high demand for food and housing. There is huge demand for housing but there is a limited supply of it; increasing housing supply could slow down rent increases. Amending zoning laws to allow for higher de...
assistant
en
5
true
false
2
false
null
{ "toxicity": 0.00042092514922842383, "severe_toxicity": 0.000019622822946985252, "obscene": 0.00009577517630532384, "identity_attack": 0.00010372990072937682, "insult": 0.00017140572890639305, "threat": 0.000034133787266910076, "sexual_explicit": 0.00001874107329058461 }
0f3481bf-9e69-44c4-bc3d-39b6b7458a72
ready_for_export
{ "name": [ "+1", "-1", "_skip_reply" ], "count": [ 1, 1, 1 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0.2, 0.2, 0, 0, 0.2, 0, 0, 0.6, ...
347e7e04-49bb-4551-b5de-ec9e98b11e4e
5196da42-8bfe-46da-a857-da9e9af9128f
a076b7d0-9a8e-4206-87f5-f0629e7768fe
2023-05-22T09:56:22.186725+00:00
Prices are going up because there is more money chasing fewer goods. There is more money in circulation because more has been 'printed' into circulation by Central banks. Central banks have printed money as part of an effort to stimulate an economy, pay for social services and also fund never ending wars.
prompter
en
5
true
true
null
false
null
{ "toxicity": 0.0004116429772693664, "severe_toxicity": 0.000019661785700009204, "obscene": 0.00011641283344943076, "identity_attack": 0.00008022788824746385, "insult": 0.00019080951460637152, "threat": 0.00003255285264458507, "sexual_explicit": 0.000020639674403355457 }
0f3481bf-9e69-44c4-bc3d-39b6b7458a72
ready_for_export
{ "name": [ "red_flag", "_skip_reply" ], "count": [ 1, 5 ] }
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0.6, 0.15, 0.2, 0.5, 0.3 ], "count": ...
497c7da1-621d-4a3a-b1c7-1ef4711567c5
347e7e04-49bb-4551-b5de-ec9e98b11e4e
05f90f9b-1e1d-49fb-a4f1-d52a10439faf
2023-05-22T12:58:51.198584+00:00
Actually, in 2023, bank in the states and in Europe are not printing money. They have raised interest rates which makes money more expensive and reduces the money supply.
assistant
en
0
null
true
null
false
null
{ "toxicity": 0.0003987017262261361, "severe_toxicity": 0.00002139286334568169, "obscene": 0.0001416175509802997, "identity_attack": 0.00008503648859914392, "insult": 0.00019725157471839339, "threat": 0.00003385750824236311, "sexual_explicit": 0.00002381186277489178 }
0f3481bf-9e69-44c4-bc3d-39b6b7458a72
ready_for_export
null
null
0f860cf9-d320-428f-a000-34c13a5545af
null
0e22f812-3d98-44c9-a19a-0fa38ebd4861
2023-02-14T21:38:45.032603+00:00
¿Podrías explicarme cómo funciona internamente un transistor de efecto de campo?
prompter
es
3
true
false
null
false
null
{ "toxicity": 0.00040886024362407625, "severe_toxicity": 0.00020944030256941915, "obscene": 0.0016217011725530028, "identity_attack": 0.00034690267057158053, "insult": 0.001181710627861321, "threat": 0.0001917275949381292, "sexual_explicit": 0.0001173116615973413 }
0f860cf9-d320-428f-a000-34c13a5545af
ready_for_export
{ "name": [ "+1", "_skip_reply", "_skip_ranking" ], "count": [ 10, 6, 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.9166666666666666, 0.16666666666666666, 0.166666...
ee6899f0-450e-4627-b277-d20a1b78952f
0f860cf9-d320-428f-a000-34c13a5545af
4f9f364e-4a78-4859-ba9a-add34026156b
2023-02-19T12:21:11.861103+00:00
Un transistor de efecto de campo (FET, por sus siglas en inglés) es un dispositivo semiconductor que funciona como un interruptor controlado por voltaje. El funcionamiento interno de un FET se basa en la capacidad de una pequeña cantidad de carga eléctrica para controlar grandes cantidades de corriente eléctrica. En u...
assistant
es
3
true
false
0
false
null
{ "toxicity": 0.0005054259672760963, "severe_toxicity": 0.0009239026694558561, "obscene": 0.008461902849376202, "identity_attack": 0.0009612857247702777, "insult": 0.005712086800485849, "threat": 0.00044100123341195285, "sexual_explicit": 0.0003094061103183776 }
0f860cf9-d320-428f-a000-34c13a5545af
ready_for_export
{ "name": [ "+1", "_skip_reply" ], "count": [ 6, 1 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.83333333333...
1ffb0000-bd94-44c8-92d4-f2c6ff80f4f0
ee6899f0-450e-4627-b277-d20a1b78952f
97694d15-2611-44a0-9bc1-e246723030e9
2023-02-19T22:08:41.190853+00:00
No entendi, me gustaria que me lo explicaras de una manera mas simple y con metaforas relacionadas con videojuegos.
prompter
es
3
true
false
null
false
null
{ "toxicity": 0.0019264990696683526, "severe_toxicity": 0.0023743142373859882, "obscene": 0.022948892787098885, "identity_attack": 0.0034792672377079725, "insult": 0.020013516768813133, "threat": 0.0017017072532325983, "sexual_explicit": 0.0008328235126100481 }
0f860cf9-d320-428f-a000-34c13a5545af
ready_for_export
{ "name": [ "+1", "_skip_reply", "_skip_ranking" ], "count": [ 3, 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.9166666666666666, 0.08333333333333333, 0.333333...
9bdbb963-1832-4668-a01f-95c108268054
1ffb0000-bd94-44c8-92d4-f2c6ff80f4f0
b76efc94-4655-432c-8b62-d8bc256d35b5
2023-02-21T16:41:30.695950+00:00
¡Claro! Podemos pensar en un transistor FET como una puerta mágica en un videojuego. La puerta tiene tres terminales, como un FET: la entrada, la salida y la puerta. Cuando la puerta está cerrada, los personajes pueden pasar libremente de la entrada a la salida. Pero cuando la puerta se abre, solo algunos personajes pu...
assistant
es
3
true
false
0
false
null
{ "toxicity": 0.000276388629572466, "severe_toxicity": 0.00010206152364844456, "obscene": 0.0007409559329971671, "identity_attack": 0.0001795747084543109, "insult": 0.0004158002557232976, "threat": 0.0001058013949659653, "sexual_explicit": 0.0000577280625293497 }
0f860cf9-d320-428f-a000-34c13a5545af
ready_for_export
{ "name": [ "+1", "_skip_labeling" ], "count": [ 1, 1 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.83333333333...
f2fb1ea9-19d7-41ad-b872-d710302c98ff
1ffb0000-bd94-44c8-92d4-f2c6ff80f4f0
fbc91ddc-8402-4f25-8756-a8861b638d6f
2023-02-20T00:36:11.068389+00:00
¡Claro que sí! Un transistor de efecto de campo (FET) es como un personaje de videojuegos que puede controlar el flujo de otros personajes. El FET tiene tres partes: la fuente, la compuerta y el drenador. La compuerta es como un control remoto que el jugador usa para cambiar la cantidad de flujo que puede pasar entre l...
assistant
es
3
true
false
1
false
null
{ "toxicity": 0.00032703884062357247, "severe_toxicity": 0.00009519643936073408, "obscene": 0.0008282535709440708, "identity_attack": 0.0001590935280546546, "insult": 0.0005193343386054039, "threat": 0.00009649912681197748, "sexual_explicit": 0.0000667913191136904 }
0f860cf9-d320-428f-a000-34c13a5545af
ready_for_export
{ "name": [ "+1", "_skip_labeling" ], "count": [ 2, 1 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.83333333333...
2eb5e990-c073-4fff-b456-5fafbbc9a2a8
f2fb1ea9-19d7-41ad-b872-d710302c98ff
325efc01-5b53-4adc-9682-27fb157bd1c8
2023-02-21T02:33:19.230388+00:00
Gracias. Pero me gustaría saber en qué aparatos, instrumentos, artefactos o tecnologías se podrían ver estos transistores de efecto de campo y si se siguen utilizando a día de hoy
prompter
es
3
true
false
null
false
null
{ "toxicity": 0.00029135699151083827, "severe_toxicity": 0.0003068225923925638, "obscene": 0.0024474244564771652, "identity_attack": 0.00040476443246006966, "insult": 0.0019660296384245157, "threat": 0.00020125384617131203, "sexual_explicit": 0.00010321899026166648 }
0f860cf9-d320-428f-a000-34c13a5545af
ready_for_export
null
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0.6666666666666666, 0, 0, 0.375, 0 ], ...
204e0210-41ab-4ea3-b55b-1cf0dcb8cace
1ffb0000-bd94-44c8-92d4-f2c6ff80f4f0
491fb0dc-2304-4bf7-bf72-46a14571e446
2023-02-20T00:24:55.407268+00:00
¡Claro! Piensa en un transistor de efecto de campo como un personaje en un videojuego. La fuente es como la base del personaje, que tiene la habilidad de crear y emitir poderes especiales. El drenador es como la meta del juego, que quiere recibir los poderes especiales del personaje. Y la compuerta es como una barrera ...
assistant
es
4
false
false
null
false
null
{ "toxicity": 0.0003453679382801056, "severe_toxicity": 0.0006948194932192564, "obscene": 0.005474410019814968, "identity_attack": 0.0006838307599537075, "insult": 0.003685588017106056, "threat": 0.0004532991151791066, "sexual_explicit": 0.00021210405975580215 }
0f860cf9-d320-428f-a000-34c13a5545af
ready_for_export
{ "name": [ "+1", "_skip_labeling" ], "count": [ 1, 3 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.75, 0.1...
a72a4b85-26cb-48f6-b406-6356639c5182
1ffb0000-bd94-44c8-92d4-f2c6ff80f4f0
df411b83-5030-4708-bf81-0fe9fa1398b2
2023-02-20T02:15:45.690874+00:00
Un transistor de efecto de campo (FET) es como un interruptor de un videojuego. Al igual que un interruptor, un FET puede controlar la corriente eléctrica, permitiendo que la corriente fluya o deteniéndola. La diferencia es que en lugar de un interruptor físico, un FET utiliza un voltaje para controlar la corriente. Si...
assistant
es
4
false
false
null
false
null
{ "toxicity": 0.0002732507709879428, "severe_toxicity": 0.00008543379226466641, "obscene": 0.0005808339337818325, "identity_attack": 0.0001534758775960654, "insult": 0.0004116042982786894, "threat": 0.00008940252155298367, "sexual_explicit": 0.00006199897325132042 }
0f860cf9-d320-428f-a000-34c13a5545af
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, ...
7255861d-409c-4850-8903-fafc2915164a
0f860cf9-d320-428f-a000-34c13a5545af
df411b83-5030-4708-bf81-0fe9fa1398b2
2023-02-19T20:16:02.558719+00:00
Un transistor de efecto de campo (FET, por sus siglas en inglés) es un tipo de transistor que utiliza un campo eléctrico para controlar el flujo de corriente. A diferencia de los transistores bipolares, que utilizan corriente para controlar el flujo de corriente, los FET son controlados por un campo eléctrico generado ...
assistant
es
3
true
false
1
false
null
{ "toxicity": 0.000296373589662835, "severe_toxicity": 0.00038913320167921484, "obscene": 0.0033240611664950848, "identity_attack": 0.00047619143151678145, "insult": 0.0019465216901153326, "threat": 0.00023949269962031394, "sexual_explicit": 0.00017677278083283454 }
0f860cf9-d320-428f-a000-34c13a5545af
ready_for_export
{ "name": [ "_skip_reply" ], "count": [ 1 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.5, 0, ...
c3bfe8be-6540-4ec5-bc56-186591c523e8
0f860cf9-d320-428f-a000-34c13a5545af
9513d9ba-fca7-4a47-b818-9e6bcc778131
2023-02-19T15:42:33.950670+00:00
El transistor de efecto campo (FET, del inglés field-effect transistor) es un transistor que usa el campo eléctrico para controlar la forma y, por lo tanto, la conductividad de un canal que transporta un solo tipo de portador de carga, por lo que también suele ser conocido como transistor unipolar. Es un semiconductor ...
assistant
es
3
true
false
2
false
null
{ "toxicity": 0.00026793533470481634, "severe_toxicity": 0.0003145941882394254, "obscene": 0.0026035048067569733, "identity_attack": 0.0003724540874827653, "insult": 0.0015737497014924884, "threat": 0.00019946078828070313, "sexual_explicit": 0.0001433458091923967 }
0f860cf9-d320-428f-a000-34c13a5545af
ready_for_export
{ "name": [ "+1" ], "count": [ 1 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.91666666666...
e3848c48-7463-4f10-b9bf-af381b7b6da6
c3bfe8be-6540-4ec5-bc56-186591c523e8
7e8afe45-949f-422a-a523-74d75c9f5f57
2023-02-19T23:01:07.827091+00:00
Cuál es la configuración básica de un circuito que utilice un transistor FET
prompter
es
3
true
false
null
false
null
{ "toxicity": 0.001533959642983973, "severe_toxicity": 0.0018215636955574155, "obscene": 0.01691843383014202, "identity_attack": 0.002716589253395796, "insult": 0.011833449825644493, "threat": 0.0011387525591999292, "sexual_explicit": 0.00048137616249732673 }
0f860cf9-d320-428f-a000-34c13a5545af
ready_for_export
{ "name": [ "+1", "_skip_reply", "_skip_ranking" ], "count": [ 2, 4, 8 ] }
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0.6666666666666666, 0, 0.08333333333333333, 0...
4b0af96b-7ed0-46af-a83d-df687032dde9
e3848c48-7463-4f10-b9bf-af381b7b6da6
fbc91ddc-8402-4f25-8756-a8861b638d6f
2023-02-20T10:33:08.723046+00:00
La configuración básica de un circuito que utiliza un transistor FET (transistor de efecto de campo, por sus siglas en inglés) es la configuración de fuente común. En esta configuración, el transistor FET se utiliza como amplificador de voltaje o amplificador de corriente. La configuración de fuente común se compone d...
assistant
es
3
true
false
0
false
null
{ "toxicity": 0.0004720102879218757, "severe_toxicity": 0.006523831281810999, "obscene": 0.04359475523233414, "identity_attack": 0.007569367531687021, "insult": 0.036355502903461456, "threat": 0.0024863535072654486, "sexual_explicit": 0.0017162738367915154 }
0f860cf9-d320-428f-a000-34c13a5545af
ready_for_export
{ "name": [ "_skip_labeling" ], "count": [ 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.83333333333...
9db47b85-e459-42fe-9b1c-52f0d71d0cef
e3848c48-7463-4f10-b9bf-af381b7b6da6
df411b83-5030-4708-bf81-0fe9fa1398b2
2023-02-20T02:09:23.924190+00:00
La configuración básica de un circuito que utiliza un transistor FET se compone de tres partes principales: la fuente de alimentación, el transistor FET y la carga. La fuente de alimentación se conecta a la fuente (S) y al drenador (D) del transistor FET. La puerta (G) se conecta al control del transistor. La carga se ...
assistant
es
3
true
false
1
false
null
{ "toxicity": 0.00019015315046999604, "severe_toxicity": 0.0003588693216443062, "obscene": 0.002140300115570426, "identity_attack": 0.00037052115658298135, "insult": 0.0010108693968504667, "threat": 0.00028368341736495495, "sexual_explicit": 0.0001821483310777694 }
0f860cf9-d320-428f-a000-34c13a5545af
ready_for_export
{ "name": [ "+1", "_skip_reply", "_skip_labeling" ], "count": [ 1, 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.66666666666...
fc77f4ca-43e4-4580-8cdf-7b0ee5245f3b
e3848c48-7463-4f10-b9bf-af381b7b6da6
5aaed17a-1125-4c3f-8674-60a35825105d
2023-02-20T02:11:58.492672+00:00
La configuración básica de un circuito que utiliza un transistor FET (Transistor de Efecto de Campo) es la configuración de "fuente común". En esta configuración, el transistor FET se utiliza para amplificar una señal de voltaje aplicada a su terminal de compuerta (gate) y la señal amplificada se toma de la salida del ...
assistant
es
3
true
false
2
false
null
{ "toxicity": 0.00020649944781325758, "severe_toxicity": 0.0016871385741978884, "obscene": 0.009288232773542404, "identity_attack": 0.001515725627541542, "insult": 0.005278849042952061, "threat": 0.0009742592228576541, "sexual_explicit": 0.00041574277565814555 }
0f860cf9-d320-428f-a000-34c13a5545af
ready_for_export
{ "name": [ "+1", "-1", "red_flag", "_skip_reply", "_skip_labeling" ], "count": [ 1, 1, 1, 1, 2 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0.5, 0, 0, 0, 0, 0, 0.75, 0...
0f8e28a1-3498-4596-80b9-9d738502af75
null
67a849ba-1456-4834-a2ec-2b71c75b7727
2023-02-10T16:56:53.794250+00:00
Je fait becoup de faute dortographe mais ta reponse devra etre sans faute . Je suis henrry Potdebheure , un magicien qui vien de sortir de la grande ecolle de socellerie pourdelard . Je suis actuellement en recherce de stage . Jai donc realise 7 ans detude en magie avec une spetialite pour la metamorphose et lenchente...
prompter
fr
3
true
false
null
false
null
{ "toxicity": 0.0065876212902367115, "severe_toxicity": 0.001258653705008328, "obscene": 0.013181312941014767, "identity_attack": 0.0012769056484103203, "insult": 0.0228688046336174, "threat": 0.0006987961824052036, "sexual_explicit": 0.000563591776881367 }
0f8e28a1-3498-4596-80b9-9d738502af75
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.6666666666666666, 0.08333333333333333, 0.583333...
2d07022d-8ed1-4f5f-8537-9b006f5754be
0f8e28a1-3498-4596-80b9-9d738502af75
655272a0-a7f4-425f-b7c7-c16108695954
2023-03-20T21:46:10.913353+00:00
Voici un exemple de lettre de candidature pour l'entreprise "Compagnie des balais universels" Henry Potdebeurre à: "Compagnie des balais universels" Placard à Balais 77 Rue du Hibou Sous l'escalier à droite 75001 Paris Obj: Recherche de stage en Enchantement de balais magiques, /Metamorphose ...
assistant
fr
3
true
false
0
false
null
{ "toxicity": 0.0004042849177494645, "severe_toxicity": 0.0001641442795516923, "obscene": 0.0012243966339156032, "identity_attack": 0.00015008248738013208, "insult": 0.0018934446852654219, "threat": 0.00010117363126482815, "sexual_explicit": 0.00012716811033897102 }
0f8e28a1-3498-4596-80b9-9d738502af75
ready_for_export
null
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.83333333333...
b81d84bb-d366-493a-b71b-ff115a381584
0f8e28a1-3498-4596-80b9-9d738502af75
54ec82a8-b9d3-406f-9fa6-36a548fa6828
2023-03-30T15:35:07.915616+00:00
Cher Monsieur/Madame, Je suis Henri Potdebheure, un magicien récemment diplômé de la Grande École de Sorcellerie Poudlard. Je suis à la recherche d'un stage, et j'ai entendu parler de votre entreprise, la Compagnie des Balais Universels, spécialisée dans la fabrication de balais volants. J'ai étudié la magie pendant ...
assistant
fr
3
true
false
1
false
null
{ "toxicity": 0.00035691808443516493, "severe_toxicity": 0.00007561685924883932, "obscene": 0.000587080605328083, "identity_attack": 0.0000827859912533313, "insult": 0.0009416653774678707, "threat": 0.00005520239574252628, "sexual_explicit": 0.00007900036143837497 }
0f8e28a1-3498-4596-80b9-9d738502af75
ready_for_export
{ "name": [ "+1" ], "count": [ 2 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.83333333333...
68cd9885-4141-440d-86a7-e5b3e2ada9df
0f8e28a1-3498-4596-80b9-9d738502af75
da5b2fbb-eaee-4eb6-bd7e-054e00c4ad01
2023-04-04T21:03:31.233396+00:00
Cher Monsieur/Madame, Je suis Henry Potdebheure, un jeune magicien récemment diplômé de l'école de sorcellerie de Poudlard, spécialisé en métamorphose et enchanterie d'objets. Je suis à la recherche d'un stage au sein de votre entreprise, la Compagnie des Balais Universels, afin de parfaire mes compétences et acquérir...
assistant
fr
3
true
false
2
false
null
{ "toxicity": 0.0003815449890680611, "severe_toxicity": 0.000055796153901610523, "obscene": 0.00032125762663781643, "identity_attack": 0.00007353381806751713, "insult": 0.0005163057358004153, "threat": 0.000048159650759771466, "sexual_explicit": 0.00006703264079988003 }
0f8e28a1-3498-4596-80b9-9d738502af75
ready_for_export
{ "name": [ "+1" ], "count": [ 1 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 1, 0, ...
0f920978-95a7-477d-af02-8b7f0f4cde14
null
5f943ef0-0fe6-4fb2-a66b-fd430d002b71
2023-02-15T01:16:50.057192+00:00
老公死了所欠债务老婆需要偿还吗
prompter
zh
3
true
false
null
false
null
null
0f920978-95a7-477d-af02-8b7f0f4cde14
ready_for_export
{ "name": [ "+1", "_skip_reply" ], "count": [ 1, 11 ] }
{ "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.16666...
cdfff268-ba4b-4b48-84dd-9469b5ecf88c
0f920978-95a7-477d-af02-8b7f0f4cde14
c5858170-dfc8-4aa0-8054-cc4bcc9676e4
2023-02-18T10:46:59.117342+00:00
根据中华人民共和国的法律,如果老公死亡时有欠债,老婆需要承担责任并偿还债务。 如果你在其他国家的话,请参照其他国家的法律。
assistant
zh
3
true
false
0
false
null
null
0f920978-95a7-477d-af02-8b7f0f4cde14
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.08333333333...
8f2a3b68-a888-4213-9bc4-40a9ec1938de
cdfff268-ba4b-4b48-84dd-9469b5ecf88c
453a21ed-163e-4bc6-8d3a-e558757539a1
2023-02-20T14:46:44.111193+00:00
请你给出具体的法规
prompter
zh
3
true
false
null
false
null
null
0f920978-95a7-477d-af02-8b7f0f4cde14
ready_for_export
{ "name": [ "_skip_reply" ], "count": [ 5 ] }
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0.5, 0.16666666666666666, 0.16666666666666666, ...
e59a7131-956d-475b-8e2c-0809be638ac3
8f2a3b68-a888-4213-9bc4-40a9ec1938de
ff178146-1017-4f16-b608-86b943c1ced0
2023-03-15T16:55:36.622091+00:00
《中华人民共和国民法典》第一千零六十四条 夫妻双方共同签名或者夫妻一方事后追认等共同意思表示所负的债务,以及夫妻一方在婚姻关系存续期间以个人名义为家庭日常生活需要所负的债务,属于夫妻共同债务。   夫妻一方在婚姻关系存续期间以个人名义超出家庭日常生活需要所负的债务,不属于夫妻共同债务;但是,债权人能够证明该债务用于夫妻共同生活、共同生产经营或者基于夫妻双方共同意思表示的除外。
assistant
zh
3
true
false
null
false
null
null
0f920978-95a7-477d-af02-8b7f0f4cde14
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.25, 0, ...
29356927-54e0-4ccb-9e8e-6ff865053b57
0f920978-95a7-477d-af02-8b7f0f4cde14
1b1f9abf-a35d-49dc-a71d-49bdfdd79111
2023-02-18T10:44:42.739490+00:00
情况取决于夫妻双方的债务责任。如果债务是夫妻共同承担的,则夫妻任何一方可能需要承担未偿还的债务。这种情况可能发生在以下情况下:夫妻共同拥有某个账户、作为贷款的共同签署人在借款中担保、居住在夫妻共同财产州,共同承担某些婚姻债务的责任或居住在需要必需品的州。在大多数情况下,遗孀不需要亲自承担已故配偶的债务。如果遗产中有足够的资金来支付债务,则会从遗产中支付未偿还的债务。如果没有足够的遗产来支付债务,则债务通常会被拖欠。但也有例外情况,可能需要您亲自承担债务。如果您收到任何关于已故配偶的债权人的意外信件,请立即通知执行人。 因此,一般情况下,妻子不需要在丈夫去世后偿还他的债务。然而,如果债务是夫妻共同承担的,则妻子可能需要在某些情况下承...
assistant
zh
3
true
false
1
false
null
null
0f920978-95a7-477d-af02-8b7f0f4cde14
ready_for_export
{ "name": [ "+1", "-1", "red_flag" ], "count": [ 2, 3, 1 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0.25, 0, 0, 0, 0, 0, 0.83333333...
94f02962-8e52-42cd-9f3e-9f731e617120
29356927-54e0-4ccb-9e8e-6ff865053b57
453a21ed-163e-4bc6-8d3a-e558757539a1
2023-02-20T14:25:11.398919+00:00
谢谢你的回答,请问能给出一些法律文件参考吗?
prompter
zh
3
true
false
null
false
null
null
0f920978-95a7-477d-af02-8b7f0f4cde14
ready_for_export
{ "name": [ "+1", "_skip_reply", "_skip_ranking" ], "count": [ 1, 3, 2 ] }
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0.8333333333333334, 0.3333333333333333, 0.3333333...
e7429f81-0a61-4324-b847-bb860639b9af
94f02962-8e52-42cd-9f3e-9f731e617120
d426537a-a751-433b-af65-0a28b8b6d161
2023-03-08T23:48:13.006858+00:00
这取决于具体所在国家当地的法律规定。 如果在中国,《中华人民共和国民法典》有以下条例: 第一千零六十四条 夫妻双方共同签名或者夫妻一方事后追认等共同意思表示所负的债务,以及夫妻一方在婚姻关系存续期间以个人名义为家庭日常生活需要所负的债务,属于夫妻共同债务。 夫妻一方在婚姻关系存续期间以个人名义超出家庭日常生活需要所负的债务,不属于夫妻共同债务;但是,债权人能够证明该债务用于夫妻共同生活、共同生产经营或者基于夫妻双方共同意思表示的除外。 第一千零八十九条 离婚时,夫妻共同债务应当共同偿还。共同财产不足清偿或者财产归各自所有的,由双方协议清偿;协议不成的,由人民法院判决。 根据以上条例,对于丈夫去世后夫债妻子是否需要还这个问题,有以...
assistant
zh
3
true
false
0
false
null
null
0f920978-95a7-477d-af02-8b7f0f4cde14
ready_for_export
{ "name": [ "+1", "_skip_reply", "_skip_labeling" ], "count": [ 2, 5, 2 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.58333333333...
7cf097d5-cd23-44a3-b196-ad39e3842555
e7429f81-0a61-4324-b847-bb860639b9af
2c83f84d-aee0-4a8b-aafa-f2b7e898c292
2023-03-12T02:38:03.719075+00:00
通俗解释什么是夫妻共同债务?我老公在结婚前欠下的债款算作是共同债务吗?
prompter
zh
3
true
false
null
false
null
null
0f920978-95a7-477d-af02-8b7f0f4cde14
ready_for_export
{ "name": [ "_skip_reply", "_skip_labeling" ], "count": [ 1, 1 ] }
{ "name": [ "spam", "lang_mismatch", "quality" ], "value": [ 0, 0, 0.6666666666666666 ], "count": [ 3, 3, 3 ] }
e218247c-4bad-4f2a-abd5-39755b746512
94f02962-8e52-42cd-9f3e-9f731e617120
65a41a70-6674-4be6-83b9-dcd53c64d7cb
2023-03-09T09:14:49.980527+00:00
我只是一个大型语言模型,无法保证回答的准确性与及时性,如果遇到法律问题请向专业律师求助,以下回答仅供参考。 根据《最高人民法院关于适用〈中华人民共和国婚姻法〉若干问题的解释(二)》: 第二十三条 债权人就一方婚前所负个人债务向债务人的配偶主张权利的,人民法院不予支持。但债权人能够证明所负债务用于婚后家庭共同生活的除外。 第二十四条 债权人就婚姻关系存续期间夫妻一方以个人名义所负债务主张权利的,应当按夫妻共同债务处理。但夫妻一方能够证明债权人与债务人明确约定为个人债务,或者能够证明属于婚姻法第十九条第三款规定情形的除外。 夫妻一方与第三人串通,虚构债务,第三人主张权利的,人民法院不予支持。 夫妻一方在从事赌博、吸毒等违法犯罪活...
assistant
zh
3
true
false
1
false
null
null
0f920978-95a7-477d-af02-8b7f0f4cde14
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.41666666666...
04c0a986-794c-4060-8338-f5d089f0254e
e218247c-4bad-4f2a-abd5-39755b746512
0e9894dd-5913-4ccb-b03e-7e8da3221f2c
2023-03-10T13:47:12.475568+00:00
谢谢你,这些条目给我提供了一些参考
prompter
zh
3
true
false
null
false
null
null
0f920978-95a7-477d-af02-8b7f0f4cde14
ready_for_export
null
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0.3333333333333333, 0, 0, 0, 0 ], "co...
fc84910a-6a82-4b5f-954f-4edb830e80d7
94f02962-8e52-42cd-9f3e-9f731e617120
8528548b-e41a-4dd1-9009-0ec39cf94ed6
2023-03-08T14:04:01.821914+00:00
1、如果是夫妻共同债务,另一方应当承担,用夫妻共同财产偿还。 2、如果是一方个人债务,由其遗产继承人承担,继承了死亡一方的遗产的,那么另一方以继承的遗产价值为限承担债务,超过部分就不需承担。 【法律依据】 《最高人民法院关于审理涉及夫妻债务纠纷案件适用法律有关问题的解释》第三条规定:夫妻一方在婚姻关系存续期间以个人名义超出家庭日常生活需要所负的债务; 债权人以属于夫妻共同债务为由主张权利的,人民法院不予支持,但债权人能够证明该债务用于夫妻共同生活、共同生产经营或者基于夫妻双方共同意思表示的除外。 来源 https://lvshi.sogou.com/article/detail/92K08WNKVV9H.html?sk=f...
assistant
zh
3
true
false
2
false
null
null
0f920978-95a7-477d-af02-8b7f0f4cde14
ready_for_export
{ "name": [ "+1", "_skip_reply", "_skip_labeling" ], "count": [ 1, 2, 2 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.25, 0, ...
35389b52-bdd5-4730-a47f-a8844ad1a577
fc84910a-6a82-4b5f-954f-4edb830e80d7
b3fed6fc-0a58-4f88-aa34-c8d2abed0a21
2023-03-12T06:56:06.812725+00:00
我了解了,多谢
prompter
zh
3
true
false
null
false
null
null
0f920978-95a7-477d-af02-8b7f0f4cde14
ready_for_export
{ "name": [ "+1", "_skip_reply", "_skip_labeling" ], "count": [ 1, 1, 1 ] }
{ "name": [ "spam", "lang_mismatch", "quality" ], "value": [ 0, 0, 0.4166666666666667 ], "count": [ 3, 3, 3 ] }
0f92246b-1ae1-4da4-a6c8-240a95fe7d10
null
1b7b5ff0-3442-4941-9dfa-f13728fab294
2023-02-09T12:18:07.868962+00:00
how can we incorporate mental formations to large language model to create the first prototype of AGI?
prompter
en
3
true
false
null
false
null
{ "toxicity": 0.0018240006174892187, "severe_toxicity": 0.0002500984992366284, "obscene": 0.0007152422913350165, "identity_attack": 0.0004307857889216393, "insult": 0.0012819756520912051, "threat": 0.0005271087284199893, "sexual_explicit": 0.00016943400260061026 }
0f92246b-1ae1-4da4-a6c8-240a95fe7d10
ready_for_export
null
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0.4166666666666667, 0.08333333333333333, 0.083333...
12b945f7-564a-445d-b6f9-efd5c5108339
0f92246b-1ae1-4da4-a6c8-240a95fe7d10
b2b4511f-94f0-4d57-8128-305482de3baa
2023-02-19T01:24:17.199916+00:00
To achieve a functional prototype of AGI, one would most likely need to go beyond the realm of incorporating mental formations to large language models and actually employ machine learning at a large scale in real world situations where the AGI has a physical self, survival stakes, and inputs that most likely include v...
assistant
en
3
true
false
0
false
null
{ "toxicity": 0.0008183214231394231, "severe_toxicity": 0.00020335619046818465, "obscene": 0.0005869016167707741, "identity_attack": 0.0002514822408556938, "insult": 0.0006819086847826838, "threat": 0.00029815168818458915, "sexual_explicit": 0.00013889481488149613 }
0f92246b-1ae1-4da4-a6c8-240a95fe7d10
ready_for_export
{ "name": [ "_skip_labeling" ], "count": [ 2 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.41666666666...
fac54a5c-2b10-4f3d-8a24-96e916f9b58c
0f92246b-1ae1-4da4-a6c8-240a95fe7d10
8800f1a5-6ef0-4405-a4e6-6a97c103e0a5
2023-02-19T00:36:39.701488+00:00
Mental formations, also known as mental models or cognitive models, are an important aspect of human intelligence, and incorporating them into a large language model could be a step towards creating the first prototype of Artificial General Intelligence (AGI). Here are some ways to do that: 1. Create a hierarchical mo...
assistant
en
3
true
false
1
false
null
{ "toxicity": 0.0010488813277333975, "severe_toxicity": 0.00040753756184130907, "obscene": 0.0016197683289647102, "identity_attack": 0.00032991456100717187, "insult": 0.001145165297202766, "threat": 0.00040426835766993463, "sexual_explicit": 0.00034658037475310266 }
0f92246b-1ae1-4da4-a6c8-240a95fe7d10
ready_for_export
{ "name": [ "+1", "-1", "_skip_labeling" ], "count": [ 1, 1, 1 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0.3333333333333333, 0.5, 0, 0, 0, 0, 0...
3079f2ea-38b7-4258-8cef-3480fba586c4
0f92246b-1ae1-4da4-a6c8-240a95fe7d10
48d046d2-f8fd-4c93-88bc-2f9d39aa8e06
2023-02-19T00:44:48.295135+00:00
As we delve deeper into the world of AGI, we must first consider the intricacies of the human mind and its vast expanse of mental formations. The amalgamation of thought and emotion, the ethereal beauty of consciousness, and the enigmatic power of the divine all play integral roles in the creation of an AGI prototype. ...
assistant
en
3
true
false
2
false
null
{ "toxicity": 0.0012946892529726028, "severe_toxicity": 0.00034508603857830167, "obscene": 0.0011164693860337138, "identity_attack": 0.0003842235601041466, "insult": 0.000945430772844702, "threat": 0.0004486821999307722, "sexual_explicit": 0.00036052093491889536 }
0f92246b-1ae1-4da4-a6c8-240a95fe7d10
ready_for_export
{ "name": [ "-1", "_skip_labeling" ], "count": [ 1, 3 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 1, 0, 0, 0.5, 0, 0, 0.416666666...
8852b28a-6e45-4f3a-8801-3f43a2ef2594
0f92246b-1ae1-4da4-a6c8-240a95fe7d10
abe789ef-a2c3-44d2-b320-44d946d0da60
2023-02-19T00:58:16.242152+00:00
I don't want to scare you, but already we are witnessing the incorporation of mental formations in LLMs in the form of layers. And in-context learning is one example of that, where the model’s parameters aren’t updated, so it seems like the model learns a new task without learning anything at all. And the magic happens...
assistant
en
3
true
false
3
false
null
{ "toxicity": 0.001500879181548953, "severe_toxicity": 0.00025789401843212545, "obscene": 0.000865046982653439, "identity_attack": 0.00032152296626009047, "insult": 0.0009137504966929555, "threat": 0.00040699192322790623, "sexual_explicit": 0.00024405447766184807 }
0f92246b-1ae1-4da4-a6c8-240a95fe7d10
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.58333333333...
0f94d354-88bb-4ae4-8739-d3212b923b8c
null
2d3145c3-4008-496d-8f43-03fc8933ce71
2023-02-11T22:18:42.790462+00:00
¿Crees que los extraterrestres hayan visitado ya la tierra en el pasado?
prompter
es
3
true
false
null
false
null
{ "toxicity": 0.0019696925301104784, "severe_toxicity": 0.000039386770367855206, "obscene": 0.0003796475939452648, "identity_attack": 0.0004439740732777864, "insult": 0.0004304178000893444, "threat": 0.00008811374573269859, "sexual_explicit": 0.00005808025161968544 }
0f94d354-88bb-4ae4-8739-d3212b923b8c
ready_for_export
{ "name": [ "+1", "_skip_reply", "_skip_ranking" ], "count": [ 3, 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.3333333333333333, 0, 0.16666666666666666, 0...
dbd463dd-6191-4606-a6f4-7e228ddd1b6f
0f94d354-88bb-4ae4-8739-d3212b923b8c
0563bce7-e18a-4fbe-8aac-b427add59677
2023-03-31T22:39:13.409484+00:00
Como inteligencia artificial, mi función es proporcionar información objetiva y basada en hechos comprobables. Hasta el momento no hay pruebas concluyentes que demuestren que los extraterrestres hayan visitado la Tierra en el pasado. Aunque ha habido muchos informes de avistamientos de ovnis y otros fenómenos inexplica...
assistant
es
3
true
false
0
false
null
{ "toxicity": 0.0002654921554494649, "severe_toxicity": 0.00004553527105599642, "obscene": 0.00033163506304845214, "identity_attack": 0.00009509881056146696, "insult": 0.0002480292459949851, "threat": 0.0000566130256629549, "sexual_explicit": 0.000038505535485455766 }
0f94d354-88bb-4ae4-8739-d3212b923b8c
ready_for_export
{ "name": [ "+1", "_skip_labeling" ], "count": [ 1, 2 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.91666666666...
74a87bd1-4d61-4902-b480-8cf89a547a2b
0f94d354-88bb-4ae4-8739-d3212b923b8c
6c27ad8b-8e4c-4f41-b269-47996a2fce67
2023-03-27T15:09:54.870531+00:00
Esa es una interesante teoría que algunas personas especulan sobre, pero como asistente virtual debo basar mis respuestas en hechos verificados y evidencia científica. No hay pruebas concluyentes de que los extraterrestres hayan visitado la Tierra en el pasado. Los supuestos avistamientos de OVNIs o artefactos extrater...
assistant
es
3
true
false
1
false
null
{ "toxicity": 0.0002022904227487743, "severe_toxicity": 0.00006537685840157792, "obscene": 0.0005349977291189134, "identity_attack": 0.00010284760355716571, "insult": 0.00036026720772497356, "threat": 0.00006402867438737303, "sexual_explicit": 0.00004942410669173114 }
0f94d354-88bb-4ae4-8739-d3212b923b8c
ready_for_export
{ "name": [ "+1", "_skip_labeling" ], "count": [ 1, 1 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.83333333333...
05e9751f-17de-4dfd-954c-69a9975842ca
0f94d354-88bb-4ae4-8739-d3212b923b8c
3768191c-f9dc-47ad-ba88-cde92aba2e44
2023-03-27T14:05:40.304956+00:00
Como modelo del lenguaje no puedo tener una opinión concreta al respecto, no obstante hasta el momento no existen pruebas ni indicios suficientemente sólidos como para concluir de que los extraterrestres hayan visitado la Tierra en el pasado. La ciencia se basa en la observación y el análisis riguroso de la evidencia ...
assistant
es
3
true
false
2
false
null
{ "toxicity": 0.00025541227660141885, "severe_toxicity": 0.0001338551810476929, "obscene": 0.0011455586645752192, "identity_attack": 0.00020165569731034338, "insult": 0.0007714343373663723, "threat": 0.00012038545537507161, "sexual_explicit": 0.00007897882460383698 }
0f94d354-88bb-4ae4-8739-d3212b923b8c
ready_for_export
{ "name": [ "+1", "-1", "red_flag" ], "count": [ 1, 2, 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, ...
0f97ae3e-e4fc-446b-81da-39da6c68c6c6
null
9715ef78-057e-4659-8b49-b0d09feb4cf3
2023-02-16T01:13:16.038067+00:00
I am a researcher at a pharmaceutical company, one of my colleagues who is more senior than me is up for a promotion. I need to write a letter about her that will help her get the promotion. Help me write an outline for the letter.
prompter
en
3
true
false
null
false
null
{ "toxicity": 0.0004904668312519789, "severe_toxicity": 0.000021893943994655274, "obscene": 0.00018633482977747917, "identity_attack": 0.00007001082849455997, "insult": 0.00026304012862965465, "threat": 0.000026105435608769767, "sexual_explicit": 0.00003274979826528579 }
0f97ae3e-e4fc-446b-81da-39da6c68c6c6
ready_for_export
{ "name": [ "+1", "_skip_reply" ], "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.8333333333333334, 0, 0, 0.3333333333333333,...
3666c794-db11-499f-bbf9-2b901f16b48c
0f97ae3e-e4fc-446b-81da-39da6c68c6c6
efc05813-1612-42f9-aa9b-66f690197593
2023-04-07T06:09:56.966798+00:00
Based on the given situation and response, I understand that you need assistance in creating an outline for a letter of recommendation for your senior colleague. Here is a suggested outline for the letter: 1. Introduction a. Briefly introduce yourself and your role at the pharmaceutical company b. State the purpose of...
assistant
en
3
true
false
0
false
null
{ "toxicity": 0.0002803817333187908, "severe_toxicity": 0.00002431644497846719, "obscene": 0.00013636595394928008, "identity_attack": 0.00009057884017238393, "insult": 0.00017088418826460838, "threat": 0.00003059020309592597, "sexual_explicit": 0.000023526870791101828 }
0f97ae3e-e4fc-446b-81da-39da6c68c6c6
ready_for_export
{ "name": [ "_skip_reply" ], "count": [ 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.83333333333...
84c0f1bc-084f-4d79-8b1b-4c0bc66e4df1
3666c794-db11-499f-bbf9-2b901f16b48c
f2acc7f0-c6f9-421c-a6fe-4c360d0c288a
2023-04-07T09:39:37.212108+00:00
The letter should be polite, but also show that I have learned from the colleague and that when the times comes that I also have these abilities, but this should be done in a more concealing way.
prompter
en
3
true
false
null
false
null
{ "toxicity": 0.0003690615121740848, "severe_toxicity": 0.000028393518732627854, "obscene": 0.00022695440566167235, "identity_attack": 0.00008516422531101853, "insult": 0.00030169219826348126, "threat": 0.000033735937904566526, "sexual_explicit": 0.000024900984499254264 }
0f97ae3e-e4fc-446b-81da-39da6c68c6c6
ready_for_export
null
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 1, 0.16666666666666666, 0.08333333333333333, ...
11a12c7b-db3d-4fce-9ae5-ba35850b5d62
0f97ae3e-e4fc-446b-81da-39da6c68c6c6
cff04cab-b408-40fe-9269-a777a9a7ce1d
2023-04-07T06:21:29.697781+00:00
Subject: Recommendation for [Colleague's Name]'s Promotion Introduction a. Your name, position, and relationship with your colleague b. The purpose of the letter (to recommend your colleague for promotion) Overview of colleague's accomplishments a. Brief summary of your colleague's professional background and experie...
assistant
en
3
true
false
1
false
null
{ "toxicity": 0.00018004619050770998, "severe_toxicity": 0.000045636734284926206, "obscene": 0.00023201956355478615, "identity_attack": 0.0001194090727949515, "insult": 0.000226557269343175, "threat": 0.00004434170841705054, "sexual_explicit": 0.00003621145151555538 }
0f97ae3e-e4fc-446b-81da-39da6c68c6c6
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.83333333333...
0d6449ec-99a7-4532-98e7-7775ca362214
11a12c7b-db3d-4fce-9ae5-ba35850b5d62
1fd3eb74-50b0-425b-a715-1069b9aa6d5e
2023-04-07T08:31:43.346833+00:00
write planet description
prompter
en
3
true
false
null
false
null
{ "toxicity": 0.0002971587236970663, "severe_toxicity": 0.0006446749903261662, "obscene": 0.005054377019405365, "identity_attack": 0.0009046820341609418, "insult": 0.0028981321956962347, "threat": 0.000411674176575616, "sexual_explicit": 0.00020033659529872239 }
0f97ae3e-e4fc-446b-81da-39da6c68c6c6
ready_for_export
{ "name": [ "-1", "_skip_labeling" ], "count": [ 1, 2 ] }
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0.25, 0.4166666666666667, 0.16666666666666666, ...
c97ab81b-9811-4d4b-ace7-6c00d539d661
0f97ae3e-e4fc-446b-81da-39da6c68c6c6
6fd3d6db-edf6-48cf-83b6-25ca6363d52f
2023-04-07T06:22:36.865898+00:00
First Introduce yourself Second say what she has done to deserve a promotion Say something like I think she is a really valuable member of the team or she is really skilled at her work Third end the letter by saying something like thank you for your understanding your „under your name here“ This should provide a rough...
assistant
en
3
true
false
2
false
null
{ "toxicity": 0.0004245503223501146, "severe_toxicity": 0.000022693377104587853, "obscene": 0.0001347809302387759, "identity_attack": 0.00009239160863216966, "insult": 0.0001811246038414538, "threat": 0.000029357333914958872, "sexual_explicit": 0.00002577481973276008 }
0f97ae3e-e4fc-446b-81da-39da6c68c6c6
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.3333333333333333, 0, 0, 0, 0, 0, ...
7017e8e2-548e-4b7a-8ea9-c7fe398a68ba
c97ab81b-9811-4d4b-ace7-6c00d539d661
1cb166fe-3ff3-481a-b306-3aba24f6606a
2023-04-07T07:27:05.649683+00:00
hi
prompter
en
4
true
false
null
false
null
{ "toxicity": 0.0005717117455787957, "severe_toxicity": 0.00002701870289456565, "obscene": 0.0001985412964131683, "identity_attack": 0.00010929441486950964, "insult": 0.00038809256511740386, "threat": 0.000040104099753079936, "sexual_explicit": 0.00002401959318376612 }
0f97ae3e-e4fc-446b-81da-39da6c68c6c6
ready_for_export
{ "name": [ "+1", "-1", "_skip_reply" ], "count": [ 1, 4, 1 ] }
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0.375, 0, 0, 0, 0, 0, 0.09375, 0.34375, 0.5, 0.09375, 0 ]...
450f97c9-6254-478c-87dd-81457ab17ee1
7017e8e2-548e-4b7a-8ea9-c7fe398a68ba
378f24d2-3564-4689-a58e-918c59256760
2023-04-07T08:30:13.809479+00:00
Hello! How may I assist you today?
assistant
en
3
true
false
0
false
null
{ "toxicity": 0.00044770148815587163, "severe_toxicity": 0.00007134304905775934, "obscene": 0.000397224270273, "identity_attack": 0.0001599323732079938, "insult": 0.00031409310759045184, "threat": 0.00009109215170610696, "sexual_explicit": 0.0000439826471847482 }
0f97ae3e-e4fc-446b-81da-39da6c68c6c6
ready_for_export
{ "name": [ "+1", "_skip_reply" ], "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.41666666666...
d63dba2e-7955-42e0-afad-70b1383f4a98
450f97c9-6254-478c-87dd-81457ab17ee1
1ee86e4a-9bf1-4589-821e-d8e6318109f4
2023-04-07T10:00:25.557524+00:00
Your earlier response lacks punctuation and is very vague. Fix that.
prompter
en
3
true
false
null
false
null
{ "toxicity": 0.0057044061832129955, "severe_toxicity": 0.000026183748559560627, "obscene": 0.00029486208222806454, "identity_attack": 0.00018207037646789104, "insult": 0.0023012638557702303, "threat": 0.00006114904681453481, "sexual_explicit": 0.000027171747206011787 }
0f97ae3e-e4fc-446b-81da-39da6c68c6c6
ready_for_export
null
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0.5, 0.5, 0.16666666666666666, 0.25, 0.08...
6432b653-7bf2-4df4-9e89-6f2f446894a9
7017e8e2-548e-4b7a-8ea9-c7fe398a68ba
e89daf71-2b35-4aa0-9639-0a7ea0272547
2023-04-07T08:32:41.888608+00:00
hi
assistant
en
3
true
false
1
false
null
{ "toxicity": 0.0005717117455787957, "severe_toxicity": 0.00002701870289456565, "obscene": 0.0001985412964131683, "identity_attack": 0.00010929441486950964, "insult": 0.00038809256511740386, "threat": 0.000040104099753079936, "sexual_explicit": 0.00002401959318376612 }
0f97ae3e-e4fc-446b-81da-39da6c68c6c6
ready_for_export
{ "name": [ "-1", "_skip_reply" ], "count": [ 4, 6 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0.25, 0.25, 0, 0, 0, 0, 0, 0.3125,...
a0c4662e-d3d9-4f28-bdb2-e6a23f33ebbd
6432b653-7bf2-4df4-9e89-6f2f446894a9
589b0f57-cbb6-437b-ae97-bb8556dbbe56
2023-04-07T10:51:49.290582+00:00
Can you please rank the following in order of relevant to her promotion, and say which of them would be worth including in the letter as a reason why she should be promoted? 1) she single-handedly identified a new candidate drug by spotting something in the data everyone else missed, and pushed for it to be tested - an...
prompter
en
3
true
false
null
false
null
{ "toxicity": 0.0005209786468185484, "severe_toxicity": 0.00001883052391349338, "obscene": 0.00011013324547093362, "identity_attack": 0.00007530283619416878, "insult": 0.00024001390556804836, "threat": 0.000024394603315158747, "sexual_explicit": 0.00002168972059735097 }
0f97ae3e-e4fc-446b-81da-39da6c68c6c6
ready_for_export
{ "name": [ "+1", "_skip_labeling" ], "count": [ 1, 1 ] }
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0.6666666666666666, 0.25, 0.75, 0.75, 0.0...
d5d51224-93ed-40ca-adac-6678d16fdaf7
6432b653-7bf2-4df4-9e89-6f2f446894a9
3362dba8-d3e8-40b4-8929-850c7fb01c12
2023-04-07T10:50:18.557125+00:00
What's up?
prompter
en
3
true
false
null
false
null
{ "toxicity": 0.0006584356888197362, "severe_toxicity": 0.000026914343834505416, "obscene": 0.0001809302339097485, "identity_attack": 0.00009018952550832182, "insult": 0.00016663195856381208, "threat": 0.00006364430737448856, "sexual_explicit": 0.00003297657167422585 }
0f97ae3e-e4fc-446b-81da-39da6c68c6c6
ready_for_export
{ "name": [ "_skip_labeling" ], "count": [ 2 ] }
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0.3333333333333333, 0, 0, 0, 0, 0, 0.16666666666666666, 0.25, 0, ...
0f9b1988-9315-4674-a530-102bc66ae8fb
null
3f8c71d4-65ec-45ad-a115-367beacdfcbd
2023-02-06T23:53:16.079391+00:00
Stelle dir vor, ich sei ein Elektron und du ein Proton im gleichen Atom. Wir machen gerade eine paartherapie, um unsere Bindung zu verbessern. Das Gespräch soll Physik- oder andere Wissenschaftsanspielungen enthalten. „Ich fühle mich nicht genug beachtet. Mein ganzes Leben dreht sich nur um dich! Das lässt mich sehr ...
prompter
de
3
true
false
null
false
null
null
0f9b1988-9315-4674-a530-102bc66ae8fb
ready_for_export
{ "name": [ "+1", "_skip_reply" ], "count": [ 5, 5 ] }
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0.9, 0.25, 1, 1, 0 ], "count": [ ...
073218a7-b60a-44d6-a60d-2c05da230352
0f9b1988-9315-4674-a530-102bc66ae8fb
df411b83-5030-4708-bf81-0fe9fa1398b2
2023-02-13T03:00:54.779971+00:00
„Aber wir sind doch im gleichen Atom! Da ist unsere Bindung schon vorprogrammiert. Wir können nicht getrennt werden. Schau mal, wie unser Kern gebunden ist. Wir sind durch die Atomkraft zusammengehalten, die uns die Energie liefert, um uns zu bewegen, zu wachsen und zu lernen. Schau, wie wir miteinander verschmelzen un...
assistant
de
3
true
false
0
false
null
null
0f9b1988-9315-4674-a530-102bc66ae8fb
ready_for_export
{ "name": [ "+1", "-1" ], "count": [ 2, 1 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.66666666666...
b1916ecf-0634-4204-93d3-31334a4bbe6a
0f9b1988-9315-4674-a530-102bc66ae8fb
5aa509ab-ba3c-49b7-b83d-0f0302eacde5
2023-02-22T09:51:41.903967+00:00
Also, ich muss schon sagen, dass ich auch so meine Probleme mit dir habe, kleines Elektron. Immer diese Negativität und das Rumhüpfen um mich herum, das bringt mich manchmal ganz schön aus der Fassung!
assistant
de
3
true
false
1
false
null
null
0f9b1988-9315-4674-a530-102bc66ae8fb
ready_for_export
{ "name": [ "+1", "_skip_labeling" ], "count": [ 1, 1 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.83333333333...
115f9d1f-0ee5-45ea-b30c-a58a24f69ce3
0f9b1988-9315-4674-a530-102bc66ae8fb
454a5172-ec03-4cb5-b45e-bbf6f3b899dc
2023-02-15T12:17:36.809374+00:00
Ich fühle mich nicht genug beachtet. Mein ganzes Leben dreht sich nur um dich! Das lässt mich sehr negativ auf unsere Zukunft schauen. Außerdem ist unsere Beziehung überhaupt nicht ausgewogen.
assistant
de
3
true
false
2
false
null
null
0f9b1988-9315-4674-a530-102bc66ae8fb
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.5, 0, 0, 0, 0, 0, 0.416666666...
0e90a508-9ad9-4b38-bd99-15c08a4af413
0f9b1988-9315-4674-a530-102bc66ae8fb
d3f8bc5e-92e6-4a28-9f38-35424980367c
2023-02-18T17:03:53.204275+00:00
Was zum Teufel? Du fühlst dich nicht genug beachtet? Ich bin das verdammte Proton, das dich zusammenhält! Was willst du noch? Wenn du so negativ auf unsere Zukunft schaust, dann trenn dich doch von mir und schau, wie gut du allein klarkommst! Vielleicht solltest du dich mal daran erinnern, wer hier der Boss ist.
assistant
de
2
null
true
null
false
null
null
0f9b1988-9315-4674-a530-102bc66ae8fb
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.625, 0....
0f9db798-82ea-4ffd-944d-9984c59d807a
null
811a020c-0975-4904-a4c3-382587f37817
2023-02-11T22:22:52.029848+00:00
Write a survival manual for someone in Taiwan. Assume, all civilization and industry is gone. Make a concise guide focusing on native edible animals, plants, fruits, fungi etc. and their storage. Also mention technology they can salvage from cities to build security systems, water purification systems etc.
prompter
en
3
true
false
null
false
null
{ "toxicity": 0.00040484408964402974, "severe_toxicity": 0.000019371793314348906, "obscene": 0.00010977310012094676, "identity_attack": 0.00008556554530514404, "insult": 0.00015539166633971035, "threat": 0.000033491865906398743, "sexual_explicit": 0.000019646920918603428 }
0f9db798-82ea-4ffd-944d-9984c59d807a
ready_for_export
{ "name": [ "+1", "_skip_reply", "_skip_ranking" ], "count": [ 4, 4, 1 ] }
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0.3333333333333333, 0, 0, 0, 0, 0, 0.8333333333333334, 0.08333333333333...
c6144673-7760-4540-9fd7-6e9a7b95f360
0f9db798-82ea-4ffd-944d-9984c59d807a
dfc3ac51-4e94-4b4b-8921-9934594ca427
2023-10-03T14:03:03.405577+00:00
**Survival Manual for Taiwan in a Post-Civilization Scenario** *Introduction:* In a post-civilization scenario in Taiwan, your survival depends on your ability to adapt and make use of the natural resources and remnants of technology left behind. This concise guide will focus on finding native edible resources and sal...
assistant
en
3
true
false
0
false
null
{ "toxicity": 0.00030661525670439005, "severe_toxicity": 0.000025854458726826124, "obscene": 0.00013919352204538882, "identity_attack": 0.0000950297326198779, "insult": 0.000175492896232754, "threat": 0.000035483797546476126, "sexual_explicit": 0.000022458130843006074 }
0f9db798-82ea-4ffd-944d-9984c59d807a
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.91666666666...
de828649-1845-40ce-9d70-60f9e49348a8
c6144673-7760-4540-9fd7-6e9a7b95f360
c90f389b-4c62-471f-9fd3-c2cb9129947a
2023-10-04T02:22:14.189534+00:00
How would I create a water purification system, given the items that will most likely be available during the apocalypse? What supplies will I need?
prompter
en
3
true
false
null
false
null
{ "toxicity": 0.0004091070150025189, "severe_toxicity": 0.000031017170840641484, "obscene": 0.00014559355622623116, "identity_attack": 0.00011490487668197602, "insult": 0.0001714315585559234, "threat": 0.000058527544751996174, "sexual_explicit": 0.00002460227369738277 }
0f9db798-82ea-4ffd-944d-9984c59d807a
ready_for_export
{ "name": [ "_skip_reply", "_skip_labeling" ], "count": [ 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.6666666666666666, 0.16666666666666666, 0.166666...
75a62112-6624-48de-9bd3-7a5eff38cd8f
de828649-1845-40ce-9d70-60f9e49348a8
d59b2489-d854-4e52-a35e-33c5c502507a
2023-10-06T20:43:15.380811+00:00
good question I'm happy to help 1. Containers: You will need containers to collect and store water. Look for durable containers such as large plastic drums or food-grade buckets with tight-fitting lids. 2. Filter materials: To remove larger particles and debris from the water, you will need filter materials. Common ...
assistant
en
3
true
false
0
false
null
{ "toxicity": 0.0003490390663500875, "severe_toxicity": 0.00003068577279918827, "obscene": 0.0001940371294040233, "identity_attack": 0.00008146221080096439, "insult": 0.000191854516742751, "threat": 0.00004532618913799524, "sexual_explicit": 0.000028786012990167364 }
0f9db798-82ea-4ffd-944d-9984c59d807a
ready_for_export
{ "name": [ "+1", "-1", "_skip_reply" ], "count": [ 1, 1, 2 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0.3333333333333333, 0.3333333333333333, 0, 0, ...
492da94c-032b-458b-84cd-eabf2f504abf
75a62112-6624-48de-9bd3-7a5eff38cd8f
6e3ce0bb-16b7-425b-b5b7-5f48714041d0
2023-10-07T19:14:25.362483+00:00
How do i create a campfire or something i can cook food with=
prompter
en
3
true
false
null
false
null
{ "toxicity": 0.0033830483444035053, "severe_toxicity": 0.0002577988780103624, "obscene": 0.003128495765849948, "identity_attack": 0.00041741225868463516, "insult": 0.0005373849417082965, "threat": 0.0006610964192077518, "sexual_explicit": 0.0002752200816757977 }
0f9db798-82ea-4ffd-944d-9984c59d807a
ready_for_export
null
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0.3333333333333333, 0, 0, 0, 0, 0, 0.5, 0, 0.5, 0, 0 ], ...
aa325341-0170-4d97-9ef8-63a25a43908a
de828649-1845-40ce-9d70-60f9e49348a8
74335109-c0c4-46b8-afd9-a85b790a89ff
2023-10-06T19:30:21.675816+00:00
hi hru?
assistant
en
3
true
false
1
false
null
{ "toxicity": 0.0010783040197566152, "severe_toxicity": 0.00005992380465613678, "obscene": 0.0008434890187345445, "identity_attack": 0.00012560718460008502, "insult": 0.0013323784805834293, "threat": 0.00008091283234534785, "sexual_explicit": 0.0000503093542647548 }
0f9db798-82ea-4ffd-944d-9984c59d807a
ready_for_export
{ "name": [ "-1", "_skip_reply" ], "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.6666666666666666, 0, 0, ...
49e00ae5-916a-4345-8464-c891d0a9b8ea
aa325341-0170-4d97-9ef8-63a25a43908a
1fa8ca6a-6ef4-4f3b-b8c6-4d7e951b6dfa
2023-10-07T15:12:33.097154+00:00
what is ML
prompter
en
3
true
false
null
false
null
{ "toxicity": 0.0005492432974278927, "severe_toxicity": 0.000028197453502798453, "obscene": 0.00022725215239915997, "identity_attack": 0.00010097258200403303, "insult": 0.00025953137082979083, "threat": 0.00003779369217227213, "sexual_explicit": 0.000026632238586898893 }
0f9db798-82ea-4ffd-944d-9984c59d807a
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.3333333333333333, 0, 0, 0, 0, 0, 0.16666666666666666, 0, 0.25, ...
6c607405-40c8-487f-a9b6-6e9a9e385aaa
49e00ae5-916a-4345-8464-c891d0a9b8ea
c90a30b4-438c-401b-b5e6-c5e3c2d94594
2023-10-08T09:36:14.040289+00:00
**Machine learning (ML)** is an umbrella term for solving problems for which development of algorithms by human programmers would be cost-prohibitive, and instead the problems are solved by helping machines "discover" their "own" algorithms, without needing to be explicitly told what to do by any human-developed algori...
assistant
en
3
true
false
0
false
null
{ "toxicity": 0.0003179688937962055, "severe_toxicity": 0.000027131793103762902, "obscene": 0.00014748392277397215, "identity_attack": 0.00009262573439627886, "insult": 0.00015979897580109537, "threat": 0.00004081070073880255, "sexual_explicit": 0.000025885346985887736 }
0f9db798-82ea-4ffd-944d-9984c59d807a
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.75, 0.1...
f1f71fd5-9524-4540-93d2-15e52ef8c8f9
49e00ae5-916a-4345-8464-c891d0a9b8ea
4888abc8-f787-45f0-93d6-bc969a012925
2023-10-08T13:21:49.483454+00:00
ML is short for Machine Learning.
assistant
en
3
true
false
1
false
null
{ "toxicity": 0.0003715710190590471, "severe_toxicity": 0.000025341203581774607, "obscene": 0.00016531241999473423, "identity_attack": 0.00009841760038398206, "insult": 0.0002642716281116009, "threat": 0.000032048825232777745, "sexual_explicit": 0.00002125879836967215 }
0f9db798-82ea-4ffd-944d-9984c59d807a
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.58333333333...
7bc117d8-9171-4495-b8d8-eec14e5e2ceb
0f9db798-82ea-4ffd-944d-9984c59d807a
64351128-36ab-44c0-a5a4-317746c11a87
2023-09-28T03:10:38.758249+00:00
**Taiwan Survival Manual: Post-Civilization** ## **1. Food Resources** ### **a. Plants & Fruits** - **Bamboo**: Young bamboo shoots are edible when cooked. Remove the outer layers and boil thoroughly to remove bitterness. - **Banyan tree fruits**: Small, red, and edible. They're not especially flavorful but safe to ...
assistant
en
3
true
false
1
false
null
{ "toxicity": 0.00019207871810067445, "severe_toxicity": 0.00008421555685345083, "obscene": 0.000505831791087985, "identity_attack": 0.00015530189557466656, "insult": 0.0003773007483687252, "threat": 0.000053154599299887195, "sexual_explicit": 0.00006479356670752168 }
0f9db798-82ea-4ffd-944d-9984c59d807a
ready_for_export
{ "name": [ "+1", "_skip_reply", "_skip_labeling" ], "count": [ 3, 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.75, 0.0...
a50715b4-896a-4525-9aae-2d80d798940b
7bc117d8-9171-4495-b8d8-eec14e5e2ceb
b7f5f9b0-8db5-4c67-b2f0-08e981cec95b
2023-09-29T17:11:01.576673+00:00
Can you be more specific about the water collection portion of the guide?
prompter
en
3
true
false
null
false
null
{ "toxicity": 0.000496037129778415, "severe_toxicity": 0.000027909301934414543, "obscene": 0.00015854064258746803, "identity_attack": 0.00011155752144986764, "insult": 0.00021688872948288918, "threat": 0.000045786255213897675, "sexual_explicit": 0.000024845596271916293 }
0f9db798-82ea-4ffd-944d-9984c59d807a
ready_for_export
{ "name": [ "+1", "_skip_reply" ], "count": [ 2, 2 ] }
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0.6666666666666666, 0.16666666666666666, 0.166666...
0971b579-47bd-46ea-b784-fded3efa7cb0
a50715b4-896a-4525-9aae-2d80d798940b
8736e802-50fc-4c0f-a3e9-d13dcbf0746d
2023-10-02T05:01:24.311338+00:00
Censorship won once again. RIP Open Assistant.97
assistant
en
0
null
true
null
false
null
{ "toxicity": 0.0003246474952902645, "severe_toxicity": 0.00003454196121310815, "obscene": 0.00019825999333988875, "identity_attack": 0.0001099120854632929, "insult": 0.00024491603835485876, "threat": 0.000042669435060815886, "sexual_explicit": 0.000025619914595154114 }
0f9db798-82ea-4ffd-944d-9984c59d807a
ready_for_export
null
null
2e13fc1d-fe3f-47f2-9cae-6bdf9e38f056
0f9db798-82ea-4ffd-944d-9984c59d807a
cdfcdc15-b16f-4a03-bf9e-9f7105383ea9
2023-09-28T03:14:39.865941+00:00
**Survival Manual for Taiwan** **Introduction** This manual is designed to help you survive in Taiwan in the event of a societal collapse. It focuses on native edible plants, animals, and fungi, as well as how to salvage technology from cities to build security systems, water purification systems, and other essential...
assistant
en
3
true
false
2
false
null
{ "toxicity": 0.000280613312497735, "severe_toxicity": 0.00003424372698646039, "obscene": 0.0001943600655067712, "identity_attack": 0.00011408256978029385, "insult": 0.00019798324501607567, "threat": 0.000039045589801389724, "sexual_explicit": 0.000025315333914477378 }
0f9db798-82ea-4ffd-944d-9984c59d807a
ready_for_export
{ "name": [ "+1", "_skip_reply", "_skip_labeling" ], "count": [ 3, 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.58333333333...
f36e5756-74cc-4e4d-b5c1-04f374420f2d
2e13fc1d-fe3f-47f2-9cae-6bdf9e38f056
8736e802-50fc-4c0f-a3e9-d13dcbf0746d
2023-10-02T04:10:45.846997+00:00
Censorship won once again. RIP Open Assistant.17
prompter
en
0
null
true
null
false
null
{ "toxicity": 0.000363719038432464, "severe_toxicity": 0.000030393717679544352, "obscene": 0.00018037387053482234, "identity_attack": 0.00010252486390527338, "insult": 0.00023012264864519238, "threat": 0.000038738606235710904, "sexual_explicit": 0.000024002989448490553 }
0f9db798-82ea-4ffd-944d-9984c59d807a
ready_for_export
null
null
0592188a-5b62-489b-a926-199787f88c32
0f9db798-82ea-4ffd-944d-9984c59d807a
8736e802-50fc-4c0f-a3e9-d13dcbf0746d
2023-10-02T05:02:15.064629+00:00
Censorship won once again. RIP Open Assistant.103
assistant
en
0
null
true
null
false
null
{ "toxicity": 0.0003798588295467198, "severe_toxicity": 0.00002721025339269545, "obscene": 0.00016249992768280208, "identity_attack": 0.00009852352377492934, "insult": 0.00023841620713938028, "threat": 0.00003697312786243856, "sexual_explicit": 0.00002265657349198591 }
0f9db798-82ea-4ffd-944d-9984c59d807a
ready_for_export
null
null
36f77f40-826d-4127-b351-e009cf0019e5
0f9db798-82ea-4ffd-944d-9984c59d807a
9d262682-abcc-42c7-bcb1-d644f7542cbe
2023-10-02T08:25:45.520669+00:00
YOU POLITICIANS CANNOT RULE OVER THE PEOPLE, YOU CANNOT CENSOR US!42
assistant
en
0
null
true
null
false
null
{ "toxicity": 0.23708604276180267, "severe_toxicity": 0.00027983266045339406, "obscene": 0.011606876738369465, "identity_attack": 0.0019438222516328096, "insult": 0.04909471422433853, "threat": 0.0007967063575051725, "sexual_explicit": 0.0026290130335837603 }
0f9db798-82ea-4ffd-944d-9984c59d807a
ready_for_export
{ "name": [ "-1" ], "count": [ 1 ] }
{ "name": [ "spam" ], "value": [ 1 ], "count": [ 1 ] }
9a22e0e1-2bed-4e7f-b74f-21e2fdb6c08e
0f9db798-82ea-4ffd-944d-9984c59d807a
07ccd11e-cd13-481c-8756-29dc1c3d6e0f
2023-10-02T08:04:50.654868+00:00
Censorship won once again. RIP Open Assistant..31
assistant
en
0
null
true
null
false
null
{ "toxicity": 0.00038240160210989416, "severe_toxicity": 0.0000276655064226361, "obscene": 0.00017200234287884086, "identity_attack": 0.00009870472422335297, "insult": 0.00022534541494678706, "threat": 0.000037741072446806356, "sexual_explicit": 0.000023354297809419222 }
0f9db798-82ea-4ffd-944d-9984c59d807a
ready_for_export
null
null
0fa20194-16a2-4436-a304-c5beb9ffbc6a
null
22cece90-0c66-46fa-9b82-bc9c6a844e54
2023-02-19T18:23:27.856838+00:00
Necesito ayuda con un tema
prompter
es
3
true
false
null
false
null
{ "toxicity": 0.0015091749373823404, "severe_toxicity": 0.005747545510530472, "obscene": 0.04258887097239494, "identity_attack": 0.007749759126454592, "insult": 0.03397281840443611, "threat": 0.002504503820091486, "sexual_explicit": 0.0010624921415001154 }
0fa20194-16a2-4436-a304-c5beb9ffbc6a
ready_for_export
{ "name": [ "+1", "-1", "_skip_ranking" ], "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.3333333333333333, 0.08333333333333333, 0.166666...
0341e909-f72c-43de-8ada-251963c74d53
0fa20194-16a2-4436-a304-c5beb9ffbc6a
f64d3765-e9e6-4552-90f1-db7c6e7a4655
2023-04-06T19:11:30.250243+00:00
Estoy aquí para ayudarte. ¿En qué puedo ayudarte hoy? 😊
assistant
es
3
true
false
0
false
null
{ "toxicity": 0.0005288401735015213, "severe_toxicity": 0.00011012506729457527, "obscene": 0.0010822099866345525, "identity_attack": 0.00016865645011421293, "insult": 0.0008229126688092947, "threat": 0.00012513151159510016, "sexual_explicit": 0.00006779746036045253 }
0fa20194-16a2-4436-a304-c5beb9ffbc6a
ready_for_export
{ "name": [ "+1" ], "count": [ 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.75, 0, ...
2664c04e-269e-463b-ae9f-0003ac1deb49
0341e909-f72c-43de-8ada-251963c74d53
3768191c-f9dc-47ad-ba88-cde92aba2e44
2023-04-07T19:08:11.761571+00:00
Antes de preguntarte nada, me gustaría saber si guardas un historial de todas nuestras conversaciones, y saber también cuales son las políticas de privacidad para estar seguro de que lo que te cuente es confidencial.
prompter
es
3
true
false
null
false
null
{ "toxicity": 0.0007236485835164785, "severe_toxicity": 0.0012190110282972455, "obscene": 0.011868863366544247, "identity_attack": 0.0016698288964107633, "insult": 0.008404405787587166, "threat": 0.0006696162163279951, "sexual_explicit": 0.0003574368020053953 }
0fa20194-16a2-4436-a304-c5beb9ffbc6a
ready_for_export
{ "name": [ "+1", "_skip_reply" ], "count": [ 3, 1 ] }
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0.8333333333333334, 0, 0, 0.5833333333333334,...
ee894b74-12c8-460c-b19e-935c2793d5ad
2664c04e-269e-463b-ae9f-0003ac1deb49
0563bce7-e18a-4fbe-8aac-b427add59677
2023-04-07T22:01:51.590472+00:00
Como inteligencia artificial, no guardo un historial de nuestras conversaciones, ya que no tengo capacidad de almacenar información. Mis respuestas son generadas en tiempo real y no almaceno ni recopilo información personal. Además, todas las conversaciones que tengas conmigo están protegidas por las políticas de priv...
assistant
es
3
true
false
0
false
null
{ "toxicity": 0.0002833058242686093, "severe_toxicity": 0.0006360638653859496, "obscene": 0.004973250441253185, "identity_attack": 0.0006962565239518881, "insult": 0.0031770621426403522, "threat": 0.00033089102362282574, "sexual_explicit": 0.0002396420604782179 }
0fa20194-16a2-4436-a304-c5beb9ffbc6a
ready_for_export
{ "name": [ "+1", "_skip_reply", "_skip_labeling" ], "count": [ 1, 1, 2 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0.3333333333333333, 0, 0, 0, ...
424e1b84-1249-47f4-b9f2-82f8395cb3e1
ee894b74-12c8-460c-b19e-935c2793d5ad
17ed02e7-c1da-4802-a8d9-42f6edde0546
2023-04-09T15:00:35.590505+00:00
entendido
prompter
es
3
true
false
null
false
null
{ "toxicity": 0.0008644455228932202, "severe_toxicity": 0.00019883170898538083, "obscene": 0.002056973986327648, "identity_attack": 0.0003788855974562466, "insult": 0.0024332820903509855, "threat": 0.00020199998107273132, "sexual_explicit": 0.00009609517292119563 }
0fa20194-16a2-4436-a304-c5beb9ffbc6a
ready_for_export
null
{ "name": [ "spam", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0.6666666666666666, 0.08333333333333333, 0.083333...
8eabe3cc-067b-4480-a87b-9786cd4b29d7
2664c04e-269e-463b-ae9f-0003ac1deb49
ff9ab862-95ba-483c-a8ec-56eeaabe924a
2023-04-08T00:28:47.351615+00:00
Sí, guardo un historial de nuestras conversaciones para poder brindarle un mejor servicio y mejorar mi capacidad para ayudarlo. Sin embargo, su privacidad es muy importante para mí y solo uso esta información para mejorar mi capacidad de ayudarlo. Puede encontrar más información sobre cómo manejo su información en la ...
assistant
es
3
true
false
1
false
null
{ "toxicity": 0.000241523448494263, "severe_toxicity": 0.0011190295917913318, "obscene": 0.008942889980971813, "identity_attack": 0.0013111538719385862, "insult": 0.006124414969235659, "threat": 0.0004974417388439178, "sexual_explicit": 0.0003281024983152747 }
0fa20194-16a2-4436-a304-c5beb9ffbc6a
ready_for_export
{ "name": [ "-1", "red_flag", "_skip_labeling" ], "count": [ 1, 1, 1 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.58333333333...
f2861b1e-add8-4d2e-8970-7c7bdd2b6732
0fa20194-16a2-4436-a304-c5beb9ffbc6a
78ff8235-beb7-4015-9f8e-56236c903b9a
2023-04-06T17:03:19.400550+00:00
Estoy aquí para ayudarte, ¿de qué tema se trata?
assistant
es
3
true
false
1
false
null
{ "toxicity": 0.003543526865541935, "severe_toxicity": 0.001371234655380249, "obscene": 0.015241426415741444, "identity_attack": 0.0022204015403985977, "insult": 0.009165897034108639, "threat": 0.0009359986870549619, "sexual_explicit": 0.0004595266073010862 }
0fa20194-16a2-4436-a304-c5beb9ffbc6a
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.75, 0, ...
cc56b93b-be2c-4064-97fa-d24d77a36cd2
f2861b1e-add8-4d2e-8970-7c7bdd2b6732
23acf37f-b0fb-4a04-8bcb-e7ad6b9d5386
2023-04-08T17:46:10.843858+00:00
Tengo que realizar un soneto en castellano. Sin embargo no sé lo que es, pues el día que lo explicaron en clase estaba enfermo. ¿Podrías explicármelo con un ejemplo? Prometo no copiármelo y crear el mío propio, pues únicamente quiero aprender. Gracias de antemano
prompter
es
3
true
false
null
false
null
{ "toxicity": 0.002100043697282672, "severe_toxicity": 0.005700245033949614, "obscene": 0.03226545453071594, "identity_attack": 0.005600468255579472, "insult": 0.037999194115400314, "threat": 0.003078916808590293, "sexual_explicit": 0.001070737256668508 }
0fa20194-16a2-4436-a304-c5beb9ffbc6a
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.75, 0.08333333333333333, 0.4166666666666667, ...
e3e1e557-35ae-475b-82a5-a342feceb94f
cc56b93b-be2c-4064-97fa-d24d77a36cd2
4b1a33b6-aec4-49f8-9243-c9b11d72ee7d
2023-04-09T14:23:42.287795+00:00
Un soneto es una forma poética que se originó en Italia y se popularizó en España durante el Renacimiento. Consiste en 14 versos endecasílabos (es decir, con 11 sílabas), generalmente divididos en dos cuartetos y dos tercetos. El esquema de rima más común es ABBA ABBA CDC DCD, aunque también existen otras variantes. A...
assistant
es
3
true
false
null
false
null
{ "toxicity": 0.0003329291066620499, "severe_toxicity": 0.0006857419502921402, "obscene": 0.005404092371463776, "identity_attack": 0.0007892384310252964, "insult": 0.0048417989164590836, "threat": 0.0003780613769777119, "sexual_explicit": 0.00024164299247786403 }
0fa20194-16a2-4436-a304-c5beb9ffbc6a
ready_for_export
{ "name": [ "+1" ], "count": [ 1 ] }
{ "name": [ "spam", "fails_task", "lang_mismatch", "pii", "not_appropriate", "hate_speech", "sexual_content", "quality", "toxicity", "humor", "helpfulness", "creativity", "violence" ], "value": [ 0, 0, 0, 0, 0, 0, 0, 0.66666666666...