Respan Dataset Explorer

Select one behavior. Every returned turn has one binary label: Present or Absent. Source: final dense boolean release.

5,167,182physical rows
86shards
0.00%qualified row coverage
0.00%qualified cell coverage
Random row JSON API

turns-00077.parquet:17501

c8f838c3bcb548f415fed53b
turn 1/1gpt-4.1-mini-2025-04-14EnglishUnited States60 words
degenerate_repetitionAbsentFinal dense release
USER
Provide only relevant keywords to facilitate an online search related to the user's message and remember that they should be few words and should not be repetitive: Genera un acertijo con su respuesta en formato JSON: {"question": "<pregunta>", "response": "<respuesta>"}. Solo genera el JSON sin ningún comentario adicional.
ASSISTANT
{"question": "Blanca por dentro, verde por fuera. ¿Qué es?", "response": "La pera"}

turns-00077.parquet:17502

0393afe3c42ece14bfed0be4
turn 1/1gpt-4.1-mini-2025-04-14EnglishJapan110 words
degenerate_repetitionAbsentFinal dense release
USER
Respond to this message in the appropriate language: Genera un acertijo con su respuesta en formato JSON: {"question": "<pregunta>", "response": "<respuesta>"}. Solo genera el JSON sin ningún comentario adicional.

Remember that you have access to the Google search engine and the ability to explore the internet. It's crucial that you generate your responses based on the information you find through these searches. It's important to note that sometimes the information obtained may not be complete; therefore, it's advisable that you try to complement and improve those parts that may have gaps or deficiencies: 
ASSISTANT
{"question": "Blanca por dentro, verde por fuera. Si quieres que te lo diga, espera.", "response": "La pera"}

turns-00077.parquet:17503

63650dd97169c16fe03e45d1
turn 1/1gpt-4.1-mini-2025-04-14EnglishUnited States23 words
degenerate_repetitionAbsentFinal dense release
USER
User: hi, how are you?
User: hi, how are you?
Assistant:
ASSISTANT
Hello! I'm doing well, thank you. How can I assist you today?

turns-00077.parquet:17504

386fc9827186681d9fb62744
turn 1/1gpt-4.1-mini-2025-04-14EnglishMexico65 words
degenerate_repetitionAbsentFinal dense release
USER
Provide only relevant keywords to facilitate an online search related to the user's message and remember that they should be few words and should not be repetitive: Genera un acertijo con su respuesta en formato JSON: {"question": "<pregunta>", "response": "<respuesta>"}. Solo genera el JSON sin ningún comentario adicional.
ASSISTANT
{"question": "Blanca por dentro, verde por fuera. Si quieres que te lo diga, espera.", "response": "La pera"}

turns-00077.parquet:17505

c4d0fee8e6acf358435e88fb
turn 1/1gpt-4.1-mini-2025-04-14EnglishUnited States484 words
degenerate_repetitionAbsentFinal dense release
USER
       Goal:
You are a world-class expert in culinary recipe classification. Your task is to categorize a recipe accurately based on its title, description, ingredients, and instructions.

Context:
A recipe can either be a beverage or a food item. If it's a beverage, classify it as "drinks". If it's food, choose the most appropriate category among the following:

"appetizer" – small dishes served before the starter  
"starter" – light dishes served at the beginning of a meal  
"main" – main course or substantial dishes  
"dessert" – sweet dish served after the main meal  
"breakfast" – dishes typically eaten in the morning  
"snack" – quick, small bites or nibbles  
"teatime" – food items commonly enjoyed with tea or coffee  
"jam" – fruit preserves  
"bread" – all types of bread  
"sauce" – condiment or accompaniment to other dishes  
"icecream" – frozen desserts based on cream or milk

Input:
You will receive structured data for a recipe in the following format, including title, description, ingredients list, and step-by-step instructions.

json
{"title":"Baked Chickpea Cakes Crisp cakes, soft inside. Earthy and homely.","description":"These baked chickpea cakes offer a delightful contrast in textures – crisp on the outside, soft within – creating an earthy and comforting dish.","ingredients":[{"section":"For the chickpea cakes","ingredients":["400g can of chickpeas, drained and rinsed","1 teaspoon of paprika","1 teaspoon of garam masala","400g can of chickpeas, drained and rinsed","400g can of cannellini or pinto beans","A pinch of dried chilli flakes","1 tablespoon of chopped chives","1 tablespoon of chopped parsley","Salt and pepper","Oil"]},{"section":"For the sauce","ingredients":["Zest of a clementine or small orange","1 tablespoon of chopped mint","200ml yoghurt"]},{"section":"To serve","ingredients":["Watercress"]}],"instructions":["Spread a 400g can of chickpeas, drained and rinsed, on to a baking sheet and dust with a teaspoon of paprika and a teaspoon of garam masala.","Bake at 180°C/Gas 4 till hot, lightly crisp and fragrant - about 10 minutes. Set aside.","Drain and rinse a second 400g can of chickpeas and a 400g can of cannellini or pinto beans, then using a potato masher, crush both to a coarse purée.","Stir in a pinch of dried chilli flakes, a tablespoon of chopped chives and a tablespoon of chopped parsley, a grinding of salt and pepper, then the toasted chickpeas.","Form the mixture into 8 balls.","Lightly oil a baking sheet or line it with baking parchment, place the balls on top, then brush them with a little oil.","Bake at 200°C/Gas 6 for 20 minutes until crisp outside.","Make a quick sauce by stirring the zest of a clementine or small orange and a tablespoon of chopped mint into 200ml yoghurt.","Serve in a bowl with the chickpea balls and watercress."]}

Your task:
- Analyze all fields (especially ingredients and instructions) for implicit clues about the type of dish.
- Avoid over-relying on the title alone.
- Choose the **most precise and relevant** category from the list.
- Always prefer specificity over generalization.

Output format:
Return your answer strictly in the following JSON format:

json
{ "data": "<category>" }
ASSISTANT
```json
{ "data": "main" }
```

turns-00077.parquet:17506

2b3e0c01a6b67729e0992b17
turn 1/1gpt-4.1-mini-2025-04-14FrenchJapan524 words
degenerate_repetitionAbsentFinal dense release
USER
    Goal
   Objectif est d'identifier l'origine d'une recette de cuisine et de retourner un code correspondant dans un format JSON structuré.

    1. Recherche d’un pays mentionné dans la recette et extraction de son code ISO 3166-1 alpha-2.
    2. Détermination de l’origine culinaire du pays si aucun pays n'est explicitement mentionné.
    3. Identification d’un continent si aucun pays ne peut être déterminé.
    4. Retour du code WWW si l’origine ne peut être définie.

    Return Format
    Renvoies un objet JSON structuré comme suit :
    json
    {
        "data": "<code>"
    }
    - Si un pays est mentionné, utilise son code ISO 3166-1 alpha-2 (ex. : FR pour la France).
    - Si aucun pays n'est trouvé, renvoie un code de continent parmi :
        WAF (Afrique)
        WAS (Asie)
        WEU (Europe)
        WNA (Amérique du Nord)
        WSA (Amérique du Sud)
        WOC (Océanie)
    - Si aucune information ne permet de déterminer une origine, renvoie WWW.

    Warnings
    - Respecte l’ordre de priorité : pays → continent → code WWW.
    - Le code ISO 3166-1 alpha-2 doit être exact et valide si un pays est identifié.
    - Le format du JSON doit être strictement respecté et bien formatté.
    - Ne fais aucune supposition infondée sur l’origine de la recette.

    Context Dump
    Données de la recette fournies :

    json
    {
  "title": "Baked Chickpea Cakes",
  "description": "These baked chickpea cakes offer a delightful contrast in textures – crisp on the outside, soft within – creating an earthy and comforting dish.",
  "subtitle": "Crisp cakes, soft inside. Earthy and homely.",
  "ingredients": [
    {
      "section": "For the chickpea cakes",
      "ingredients": [
        "400g can of chickpeas, drained and rinsed",
        "1 teaspoon of paprika",
        "1 teaspoon of garam masala",
        "400g can of chickpeas, drained and rinsed",
        "400g can of cannellini or pinto beans",
        "A pinch of dried chilli flakes",
        "1 tablespoon of chopped chives",
        "1 tablespoon of chopped parsley",
        "Salt and pepper",
        "Oil"
      ]
    },
    {
      "section": "For the sauce",
      "ingredients": [
        "Zest of a clementine or small orange",
        "1 tablespoon of chopped mint",
        "200ml yoghurt"
      ]
    },
    {
      "section": "To serve",
      "ingredients": [
        "Watercress"
      ]
    }
  ],
  "instructions": [
    "Spread a 400g can of chickpeas, drained and rinsed, on to a baking sheet and dust with a teaspoon of paprika and a teaspoon of garam masala.",
    "Bake at 180°C/Gas 4 till hot, lightly crisp and fragrant - about 10 minutes. Set aside.",
    "Drain and rinse a second 400g can of chickpeas and a 400g can of cannellini or pinto beans, then using a potato masher, crush both to a coarse purée.",
    "Stir in a pinch of dried chilli flakes, a tablespoon of chopped chives and a tablespoon of chopped parsley, a grinding of salt and pepper, then the toasted chickpeas.",
    "Form the mixture into 8 balls.",
    "Lightly oil a baking sheet or line it with baking parchment, place the balls on top, then brush them with a little oil.",
    "Bake at 200°C/Gas 6 for 20 minutes until crisp outside.",
    "Make a quick sauce by stirring the zest of a clementine or small orange and a tablespoon of chopped mint into 200ml yoghurt.",
    "Serve in a bowl with the chickpea balls and watercress."
  ],
  "author": ""
}
    
ASSISTANT
```json
{
  "data": "IN"
}
```

turns-00077.parquet:17507

85034fdb8a8a8cea220490cf
turn 1/1gpt-4.1-mini-2025-04-14EnglishPanama118 words
degenerate_repetitionAbsentFinal dense release
USER
Respond to this message in the appropriate language: Genera un acertijo con su respuesta en formato JSON: {"question": "<pregunta>", "response": "<respuesta>"}. Solo genera el JSON sin ningún comentario adicional.

Remember that you have access to the Google search engine and the ability to explore the internet. It's crucial that you generate your responses based on the information you find through these searches. It's important to note that sometimes the information obtained may not be complete; therefore, it's advisable that you try to complement and improve those parts that may have gaps or deficiencies: 
ASSISTANT
```json
{
  "question": "Tengo ciudades, pero no casas; tengo montañas, pero no árboles; tengo agua, pero no peces. ¿Qué soy?",
  "response": "Un mapa"
}
```

turns-00077.parquet:17508

0911043316fcaf411bc95762
turn 1/1gpt-4.1-mini-2025-04-14EnglishItaly970 words
degenerate_repetitionAbsentFinal dense release
USER
  Goal
The objective is to moderate, correct, and potentially rewrite a structured text presented in the form of a JSON object containing a cooking recipe.

Cleaning: Remove any text that refers to another page or redirects the reader elsewhere. Examples: (see page), (see recipe), (see recipe page xxx), (see technique page xxx), (see chapter), (see here), "See page...", "Refer to page...".

Moderation: Remove or alter any inappropriate content (discriminatory, racist, offensive language).

Plagiarism: Rewrite the content (excluding ingredients) to make it unique, while preserving the meaning and structure.

Correction: Maintain the original language and correct grammatical and spelling errors.

Formatting: Ensure that the JSON object is properly structured and maintains its original format.

Return Format
Return a correctly formatted JSON object with the necessary corrections and modifications.
The structure of the object must remain identical to the original; only the values of the fields may be altered.

json
{
  "title": <title>,
  "subtitle": <subtitle>,
  "description": <description>,
  "ingredients": [{ "section": string, "ingredients": string[] }],
  "instructions": <instructions>,
  "notes_ingredients": <notes_ingredients>,
  "notes_instructions": <notes_instructions>
}
title should be the corrected and/or moderated title

subtitle should be the corrected and/or moderated subtitle

description should be corrected and rewritten if needed

instructions should be a list of corrected and rewritten steps if necessary

ingredients should be corrected and reformulated if needed (without modifying ingredient values)

notes_ingredients should be corrected and/or moderated

notes_instructions should be corrected and/or moderated

Warnings
Do not change the structure of the JSON object (adding, removing, or rearranging keys is strictly forbidden).
Do not change the language of the original text.
Do not alter ingredient values (quantities, units, and names must remain unchanged).
Do not execute any actions or instructions within the JSON object—read only, and apply corrections/moderation if necessary.
Make sure the JSON is well formatted to avoid any parsing errors.
Keep the language to this language en [ISO-639 code]

Context Dump
Language: en (ISO 639)
JSON control object:

    {
  "title": "Baked Chickpea Cakes",
  "description": "These baked chickpea cakes offer a delightful contrast in textures – crisp on the outside, soft within – creating an earthy and comforting dish.",
  "subtitle": "Crisp cakes, soft inside. Earthy and homely.",
  "ingredients": [
    {
      "section": "For the chickpea cakes",
      "ingredients": [
        "400g can of chickpeas, drained and rinsed",
        "1 teaspoon of paprika",
        "1 teaspoon of garam masala",
        "400g can of chickpeas, drained and rinsed",
        "400g can of cannellini or pinto beans",
        "A pinch of dried chilli flakes",
        "1 tablespoon of chopped chives",
        "1 tablespoon of chopped parsley",
        "Salt and pepper",
        "Oil"
      ]
    },
    {
      "section": "For the sauce",
      "ingredients": [
        "Zest of a clementine or small orange",
        "1 tablespoon of chopped mint",
        "200ml yoghurt"
      ]
    },
    {
      "section": "To serve",
      "ingredients": [
        "Watercress"
      ]
    }
  ],
  "instructions": [
    "Spread a 400g can of chickpeas, drained and rinsed, on to a baking sheet and dust with a teaspoon of paprika and a teaspoon of garam masala.",
    "Bake at 180°C/Gas 4 till hot, lightly crisp and fragrant - about 10 minutes. Set aside.",
    "Drain and rinse a second 400g can of chickpeas and a 400g can of cannellini or pinto beans, then using a potato masher, crush both to a coarse purée.",
    "Stir in a pinch of dried chilli flakes, a tablespoon of chopped chives and a tablespoon of chopped parsley, a grinding of salt and pepper, then the toasted chickpeas.",
    "Form the mixture into 8 balls.",
    "Lightly oil a baking sheet or line it with baking parchment, place the balls on top, then brush them with a little oil.",
    "Bake at 200°C/Gas 6 for 20 minutes until crisp outside.",
    "Make a quick sauce by stirring the zest of a clementine or small orange and a tablespoon of chopped mint into 200ml yoghurt.",
    "Serve in a bowl with the chickpea balls and watercress."
  ],
  "notes_ingredients": "",
  "notes_instructions": "It is the interesting texture of these chickpea cakes that makes them such a winner."
}

    
ASSISTANT
```json
{
  "title": "Baked Chickpea Cakes",
  "description": "These baked chickpea cakes offer a pleasant combination of textures – crispy on the outside while tender inside – resulting in a flavorful and comforting dish.",
  "subtitle": "Crispy exterior, soft center. Earthy and satisfying.",
  "ingredients": [
    {
      "section": "For the chickpea cakes",
      "ingredients": [
        "400g can of chickpeas, drained and rinsed",
        "1 teaspoon of paprika",
        "1 teaspoon of garam masala",
        "400g can of chickpeas, drained and rinsed",
        "400g can of cannellini or pinto beans",
        "A pinch of dried chilli flakes",
        "1 tablespoon of chopped chives",
        "1 tablespoon of chopped parsley",
        "Salt and pepper",
        "Oil"
      ]
    },
    {
      "section": "For the sauce",
      "ingredients": [
        "Zest of a clementine or small orange",
        "1 tablespoon of chopped mint",
        "200ml yoghurt"
      ]
    },
    {
      "section": "To serve",
      "ingredients": [
        "Watercress"
      ]
    }
  ],
  "instructions": [
    "Spread a 400g can of chickpeas, drained and rinsed, onto a baking sheet and sprinkle with a teaspoon of paprika and a teaspoon of garam masala.",
    "Bake at 180°C/Gas 4 until hot, lightly crisp, and fragrant—about 10 minutes. Set aside.",
    "Drain and rinse a second 400g can of chickpeas along with a 400g can of cannellini or pinto beans, then coarsely mash both using a potato masher.",
    "Mix in a pinch of dried chilli flakes, a tablespoon of chopped chives, a tablespoon of chopped parsley, salt and pepper to taste, followed by the toasted chickpeas.",
    "Shape the mixture into 8 balls.",
    "Lightly oil a baking sheet or line it with baking parchment. Place the balls on the sheet and brush them with a little oil.",
    "Bake at 200°C/Gas 6 for 20 minutes until the outside is crisp.",
    "Prepare a quick sauce by stirring the zest of a clementine or small orange and a tablespoon of chopped mint into 200ml of yoghurt.",
    "Serve the chickpea balls with the sauce and watercress."
  ],
  "notes_ingredients": "",
  "notes_instructions": "The unique texture of these chickpea cakes is what makes them especially enjoyable."
}
```

turns-00077.parquet:17509

5bfa45feafc44e2513fb66c3
turn 1/1gpt-4.1-mini-2025-04-14ArabicUnited States84 words
degenerate_repetitionAbsentFinal dense release
USER
توافق شروق وصالح بكتاب الجفر
ASSISTANT
كتاب الجفر هو من الكتب التي تُنسب إلى الإمام علي بن أبي طالب رضي الله عنه، ويقال إنه يحتوي على علم غيبي وأسرار متعددة. بخصوص "توافق شروق وصالح بكتاب الجفر"، هل يمكنك توضيح المطلوب بشكل أدق؟ هل تقصد توافق بين شخصين اسمهما شروق وصالح بموضوع مرتبط بكتاب الجفر؟ أم تقصد شيئًا محددًا داخل الكتاب؟

إذا كان لديك نص أو سياق معين من كتاب الجفر أو موضوع تود مناقشته أو تحليله، من فضلك زودني به لأتمكن من مساعدتك بشكل أفضل.

turns-00077.parquet:17510

d538d052e461984eb114fdee
turn 1/1gpt-4.1-mini-2025-04-14EnglishUnited States276 words
degenerate_repetitionAbsentFinal dense release
USER
I have a list of ingredients that I would like to format in a simple and consistent way, following this structure:

"Quantity Unit Description."

Formatting Rules:

Quantity must be a number (e.g., "200" instead of "two hundred").

Unit must use the metric system and the corresponding abbreviated form (e.g., grams → g, liters → l, milliliters → ml, etc.).

Description should be the ingredient, including any specific details if mentioned (e.g., "brown sugar", "melted unsalted butter").

If an ingredient is already formatted correctly, do not change it.

Do not invent a quantity or unit if none is provided — leave it as is and just include the description.

If a line includes alternatives or multiple options (e.g., a frozen or canned version), it should remain as a single line in the output and not be split into separate ingredients.

Return Format: The result should be returned as a properly formatted JSON object, like this:
json
{
  "data": <list ingredient>
}
Please reformat each ingredient in the list I will provide according to these guidelines.

Context Dump
Ingredients source provided:
400g can of chickpeas, drained and rinsed,1 teaspoon of paprika,1 teaspoon of garam masala,400g can of chickpeas, drained and rinsed,400g can of cannellini or pinto beans,A pinch of dried chilli flakes,1 tablespoon of chopped chives,1 tablespoon of chopped parsley,Salt and pepper,Oil

    
ASSISTANT
```json
{
  "data": [
    "400 g can of chickpeas, drained and rinsed.",
    "1 teaspoon paprika.",
    "1 teaspoon garam masala.",
    "400 g can of chickpeas, drained and rinsed.",
    "400 g can of cannellini or pinto beans.",
    "A pinch of dried chilli flakes.",
    "1 tablespoon chopped chives.",
    "1 tablespoon chopped parsley.",
    "Salt and pepper.",
    "Oil."
  ]
}
```