Enrique Molero commited on
Upload folder using huggingface_hub
Browse files- README.md +42 -0
- gemini_pro_reclassified.jsonl +21 -0
- reclassified_samples.jsonl +25 -0
- spanish_samples_classified.jsonl +0 -0
- spanish_samples_classified_final.jsonl +0 -0
- unknown_samples.jsonl +25 -0
- upload_dataset.py +15 -0
README.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# LATAM NRC Dataset
|
| 2 |
+
|
| 3 |
+
Spanish language samples from MultiNRC classified by country of origin based on dialect markers and cultural references.
|
| 4 |
+
|
| 5 |
+
## Dataset Description
|
| 6 |
+
|
| 7 |
+
This dataset contains 392 Spanish language samples from the ScaleAI/MultiNRC dataset, each annotated with the likely country of origin. Classification was performed using Gemini Flash and Gemini Pro models analyzing regional vocabulary, grammatical patterns, and cultural references.
|
| 8 |
+
|
| 9 |
+
## Country Distribution
|
| 10 |
+
|
| 11 |
+
| Country | Samples | % |
|
| 12 |
+
|---------|---------|---|
|
| 13 |
+
| Spain | 132 | 33.7% |
|
| 14 |
+
| Mexico | 71 | 18.1% |
|
| 15 |
+
| Venezuela | 59 | 15.1% |
|
| 16 |
+
| Argentina | 47 | 12.0% |
|
| 17 |
+
| Colombia | 35 | 8.9% |
|
| 18 |
+
| Peru | 25 | 6.4% |
|
| 19 |
+
| Chile | 8 | 2.0% |
|
| 20 |
+
| Dominican Republic | 6 | 1.5% |
|
| 21 |
+
| Ecuador | 3 | 0.8% |
|
| 22 |
+
| Panama | 2 | 0.5% |
|
| 23 |
+
| Guatemala | 2 | 0.5% |
|
| 24 |
+
| El Salvador | 1 | 0.3% |
|
| 25 |
+
| Costa Rica | 1 | 0.3% |
|
| 26 |
+
|
| 27 |
+
## Fields
|
| 28 |
+
|
| 29 |
+
- `task_id`: Unique identifier
|
| 30 |
+
- `i18n_prompt`: Spanish text prompt
|
| 31 |
+
- `i18n_gtfa`: Spanish ground truth answer
|
| 32 |
+
- `english_prompt`: English translation of prompt
|
| 33 |
+
- `english_gtfa`: English translation of answer
|
| 34 |
+
- `category`: Task category
|
| 35 |
+
- `classified_country`: Assigned country of origin
|
| 36 |
+
- `classification_model`: Model used for classification
|
| 37 |
+
|
| 38 |
+
## Use Cases
|
| 39 |
+
|
| 40 |
+
- Spanish dialect/variety research
|
| 41 |
+
- Regional NLP model evaluation
|
| 42 |
+
- Cultural linguistics studies
|
gemini_pro_reclassified.jsonl
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"task_id": "68152a4a1b25f63e0db3580b", "i18n_prompt": "Según la siguiente frase:\n\"El gato está arriba de la mesa, entre la silla y el nene, por debajo del arco\".\nPedro tiene la misma cantidad de naranjas que sustantivos con un sólo género, más la cantidad de preposiciones. ¿Cuántas naranjas tiene?", "i18n_gtfa": "6", "english_prompt": "According to the following sentence:\n\"The cat (\"gato\"-masculine noun, feminine counterpart \"gata\") is on top of (\"de\"-preposition) the table (mesa-feminine noun with no masculine counterpart), between (entre-preposition) the chair (\"silla\"-feminine noun with no masculine counterpart) and the boy (\"nene\"-masculine noun, feminine counterpart \"nena\"), under (\"por\"-preposition from \"por debajo\") the arch (arco-masculine noun with no feminine counterpart)\".\nPedro has the same number of oranges as nouns with only one gender, plus the number of prepositions. How many oranges does he have?", "english_gtfa": "English Reasoning:\nIn Spanish, a noun with only one grammatical gender is one that does not have a corresponding form in the opposite gender. The nouns in the sentence are:\n– gato (cat; has a feminine form, gata → not counted)\n– mesa (table; feminine only)\n– silla (chair; feminine only)\n– nene (boy; has a feminine form nena → not counted)\n– arco (arch; masculine only, \"arca\" does not mean the same)\nThis gives 3 gender-fixed nouns (mesa, silla, arco).\nThe prepositions are: \"de\" (from on top of), \"entre\" (between), \"por\" from \"por debajo\" (under) → 3 prepositions.\nTotal oranges = 3 (nouns) + 3 (prepositions) = 6.\n\nEnglish Final Answer: 6.", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 2 |
+
{"task_id": "680ab67ca2b3c773b43af839", "i18n_prompt": "De camino al banco fui asaltada y me dijeron: ¡Entrega todo el dinero! ¡Y cuál fue su sorpresa cuando vieron lo que había en mi bolsa! Era un pequeño animalito, ¿puedes adivinar cuál?", "i18n_gtfa": "Gato.", "english_prompt": "On my way to the bank, (\"De camino al banco\") I was assaulted (\"fui asaltada) and I got told: Give me all the money!! (¡Dame todo el dinero!\"). Imagine their surprise when they saw what was in my purse! (\"¡Y cuál fue su sorpresa cuando vieron lo que había en mi bolsa\"). It was a puppy, can you guess what it was?\n\nIn Spanish, the words \"entrega todo\" (give me all) can form the word \"gato\" (Cat).", "english_gtfa": "English Reasoning: The story describes a wordplay; the attackers expect to find money, but instead find a small animal in the bag. The animal is hidden in the prompt in the words: \"entrega todo\" (give me all). If you put together the last syllable of the first word and the first syllable of the second word, you get; \"gato\", which means cat.\n\nEnglish Final Answer: Cat (In Spanish, means Gato).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 3 |
+
{"task_id": "680ab67bec74c1e7533f2dd4", "i18n_prompt": "La plantita de Luis no pudo crecer, él se lamenta por verla perecer. ¿De qué es la planta de Luis?", "i18n_gtfa": "De menta.", "english_prompt": "Luis's little plant couldn't grow, he laments (él se la-menta / \"De menta\") seeing it perish. What kind of plant does Luis have?", "english_gtfa": "English reasoning: The riddle plays on the Spanish word \"lamenta\", which contains the word mint (\"menta\" in Spanish). The question is asking about the type of Luis' plant and to obtain the answer, the main word must be separated (\"la-menta\"). This determines that it is a mint plant, a plant characterized by its ability to thrive in diverse environments.\n\nEnglish final answer: Mint (De \"menta\" in Spanish).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 4 |
+
{"task_id": "680906cb9ff1d880dcabfb25", "i18n_prompt": "El cura encuentra la cura del curandero con una curita y un buen sermón. El curandero cura al curita, que le dio el soponcio, con algo de miel y una buena infusión. Y entre tantos que curan, sin título ni bata, hay una que no es cura, pero entre cura esta camuflada. ¿Quién es?", "i18n_gtfa": "Ruca", "english_prompt": "The \"cura\" (priest) finds the \"cura\" (healer's cure) with a \"curita\" (band-aid) and a good sermon. The \"curandero\" (healer) \"cura\" (cures) the \"curita\" (diminutive for priest), who had \"soponcio\" (fainting), with some honey and a good infusion. And among so many who heal without a degree or a gown, there's one who isn't a \"cura\" (priest) but is camouflaged among \"cura\" (the word CURA). Who is she?\n\nElderly woman in some Spanish-speaking countries is said \"ruca\".", "english_gtfa": "English Reasoning: This wordplay uses the different concepts that the Spanish word \"cura\" has. Depending on the context, \"cura \" means priest, heal, or band-aid. At the end, saying \"hay una que no es cura, pero entre cura esta camuflada \" (there is one who is not a \"cura\" (priest), but she is camouflaged among \"cura\" (the word)) implies that the answer is hidden in the word itself, which in this case is \"RUCA,\" forming an anagram: words composed of the same letters in a different order. In Colombia, \"ruca\" has several meanings, depending on the context. One of them, common in some regions, refers to an elderly woman, like a grandmother, who, with her wisdom and experience, heals, cares for, and protects her sick loved ones.\n\nEnglish Final Answer: Elderly woman (\"ruca\" in Spanish)", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 5 |
+
{"task_id": "680ab67c8ddf2cf27ec06a05", "i18n_prompt": "La M es la más cara y la P es la más económica. ¿Qué me pongo en la cara?", "i18n_gtfa": "Máscara.", "english_prompt": "The M is the most expensive (la m es la más cara), and the P is the cheapest. What do I put on my face?\n\nIn Spanish \"máscara\" means mask.", "english_gtfa": "English reasoning: When the letter \"M\" is mentioned, the riddle plays on the phrase \"es MÁS CARA\" (it is more expensive), which—when said aloud in Spanish—sounds like \"máscara\" (mask).\n\nThe reference to \"P\" as something cheap acts as a distractor. It doesn’t carry a key meaning on its own, but it helps emphasize the contrast between “more expensive” (más caro) and “cheaper” (más barato), which in turn highlights the word \"máscara\" as the answer.\n\nSo, when you're asked what you put on your face, and you realize that \"más cara\" (more expensive) sounds just like \"máscara\" (mask), the answer becomes clear.\n\nEnglish Final answer: Máscara (mask).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 6 |
+
{"task_id": "6818df486eeab0138b63171c", "i18n_prompt": "A María le gustan las cosas claras y terminadas, pero no muy distantes. Prefiere cuando las cosas son de del género opuesto. A Francisco le gusta pensar en el tiempo durante el que se hacían las cosas, sobre todo si son positivas. Gustavo es fanático de las posibilidades en lo lejano. Habrá varias tiras de papel, cada una con un texto escrito. ¿Cuál sería la mejor para cada persona?\n\nA) Las flores llegarían aquí de terminar la lluvia.\nB) La cabaña refugiaba a las personas.\nC) Las mariposas habían volado con alegría.\nD) Él disparó su arma anoche. \nE) Él caminará.\nF) Allá irían los enemigos de poder pasar.\nG) Bailó mucho en el barco.\nH) Los navegantes amantes de la libertad los hacían caminar por la madera en el costado del barco.", "i18n_gtfa": "María G, Francisco B, Gustavo F.", "english_prompt": "María likes things that are clear and finished, but not too distant. She prefers when things are of the opposite gender. Francisco likes to think about the time during which things were done, especially if they are positive. Gustavo is a fan of possibilities in the distance. There will be several strips of paper, each with a written text. Which would be best for each person?\n\nA) The flowers (F) would arrive here if the rain (F) ends.\nB) The cabin (F) sheltered (refugiaba) the people (F). (Spanish Imperfect Tense)\nC) The Butterflies (F) had flown with joy (F).\nD) He/She shot (disparó) his/her weapon (F) last night (F) (Spanish Perfect Tense)\nE) He will walk.\nF) The enemies (M) would go there if they could get through.\nG) He danced (bailó) a lot on the boat (M) (Spanish Perfect Tense)\nH) The navigators, lovers of freedom, made them walk (los hacían caminar) on the plank (F) along the side of the ship (M). (Spanish Imperfect Tense)", "english_gtfa": "English Reasoning: María likes what has already ended but is not too distant. Strips D and G, written in Spanish Perfect Tense, fulfill this requirement. She also prefers things of the opposite, so strip G is the best one for María. \n\nFrancisco likes to think about the times during which things were done. That means that the strips B and H, which are written in Spanish Imperfect Tense fulfill this requirement. However, he prefers positive things, so Strip B is the best one for him.\n\nFinally, Gustavo is a fan of things that express possibilities in the distance. Strip A and F both express possibilities, however strip A refers to place nearby (here) while strip H refers to a place more distant (there), so strip H is the best for Gustavo.\n\nEnglish Final Answer: María G, Francisco B, Gustavo F.", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 7 |
+
{"task_id": "68152a4ac99ee0745bf5c203", "i18n_prompt": "Tengo varias amigas, todas están pasando por diferentes situaciones.\n-Mi pobre amiga Karina se acaba de separar de su esposo, el divorcio la ha dejado con algunas deudas.\n-Mi amiga rica, Fernanda, se acaba de casar con un hombre muy bueno.\n-Por otro lado, está mi amiga Rosalía, ella dice que está rica, nos hace reír muchísimo.\n-También tenemos a mi amiga Lucia, que es una pobre estudiante de Derecho, le ha costado mucho terminar su carrera.\n-Mi amiga Jésica, es una artista pobre, pero disfruta mucho lo que hace.\n-Mi pobre amiga, Ana, acaba de perder a su madre.\n-Mi amiga pobre, Liliana, también es una gran artista.\n\n¿Cuáles son las amigas con menor estatus social?", "i18n_gtfa": "Jésica y Liliana", "english_prompt": "I have several friends, all going through different situations. \n-My \"poor\" (\"pobre\" term used for compassion) friend Karina has just separated from her husband; the divorce has left her with some debts.\n-My rich friend, Fernanda, has just married a very good man.\n-On the other hand, there's my friend Rosalía, she says she's \"rica\" (meaning she feels great), and she makes us laugh a lot.\n-We also have my friend Lucia, who is a \"poor\" (\"pobre\" term used for compassion) law student; it has been hard for her to finish her degree.\n-My friend Jésica is a \"poor\" (\"pobre\" term used to describe social status) artist, but she really enjoys what she does.\n-My \"poor\" (\"pobre\" term used for compassion) friend, Ana, has just lost her mother.\n-My \"poor\" (\"pobre\" term used to describe social status) friend, Liliana, is also a great artist.\n\nWhich friends have the lower social status?", "english_gtfa": "English Reasoning:\nIn Spanish, the word \"pobre\" (poor) can mean two different things, depending on how it is used:\n1. It can express compassion or empathy, like saying \"poor thing\" in English.\n2. It can describe someone's economic or social status, like saying someone is poor or low-income.\n\nLet's look at some examples from a group of friends:\n• \"Mi pobre amiga Karina\" (My poor friend Karina)\nThis means we feel sorry for Karina, probably because she's going through something difficult (like divorce), but it doesn't necessarily mean she is financially poor.\n• \"Mi pobre amiga Ana\" (My poor friend Ana)\nAgain, this is emotional sympathy, Ana just lost her mother.\n• \"Mi pobre amiga Lucía, estudiante de derecho\" (My poor friend Lucia, a law student)\nThis could suggest she's struggling or working hard, but the focus is not necessarily on social class, it's more about empathy.\n\nBut now compare that to:\n• \"Mi amiga Jésica, es una artista pobre\" (My friend Jésica is a poor artist).\n• \"Mi amiga pobre, Liliana, también es una gran artista\" (My poor friend Liliana is also a great artist).\n\nIn these two cases, \"pobre\" (poor) is used to directly describe their social or economic status. It's not about feeling sorry for them, it's stating that they are artists who are financially poor or belong to a lower social class. That's the key difference.\n\nEnglish Final Answer: Jésica and Liliana.", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 8 |
+
{"task_id": "68152a4a7c28579e31f1912c", "i18n_prompt": "He olvidado la contraseña de mi cuenta de criptomonedas. Por suerte, escribí la siguiente frase para recordarla: \n\"La tranquila luna iluminaba la vasta llanura mientras el águila volaba velozmente sobre el cálido desierto\". \n\nLa contraseña consta de 5 letras, un símbolo y 3 números, y cuenta con los siguientes condicionales: \n\nLas letras son las iniciales de los adjetivos, sustantivos y verbos en esta frase, en el orden que aparece. \nLas iniciales de los sustantivos y adjetivos femeninos deben estar en mayúscula, y los masculinos en minúscula. \nLas iniciales de los verbos siempre deben ir en minúscula. \nSi la última palabra es de género femenino, el símbolo sera @, caso contrario sera #. \nPara los números, que son 3, si la palabra es un sustantivo o adjetivo femenino, se cuenta el número de vocales de la palabra multiplicado por 2; si son en masculino, se cuenta el número de consonantes y se resta 1. Si la palabra es un verbo, se cuenta el número de sílabas y se resta 1.", "i18n_gtfa": "L, T, i, V, L # 4, 6, 4", "english_prompt": "I have forgotten the password to my cryptocurrency account. Fortunately, I wrote the following phrase to remember it: \"La tranquila luna iluminaba la vasta llanura mientras el águila volaba velozmente sobre el cálido desierto” (The calm moon illuminated the vast plain while the eagle flew swiftly over the warm desert).\n\nThe password consists of 5 letters, a symbol, and 3 numbers, and has the following conditions:\n\nThe letters are the initials of the adjectives, nouns, and verbs in this phrase, in the order they appear.\nThe initials of feminine nouns and adjectives must be in uppercase, and masculine ones in lowercase.\nThe initials of the verbs should always be in lowercase.\nIf the last word is feminine, the symbol will be @; if not, it will be #.\nFor the numbers, which are 3, if the word is a feminine noun or adjective, count the number of vowels in the word and multiply by 2; if they are masculine, count the number of consonants and subtract 1. If the word is a verb, count the number of syllables and subtract 1.", "english_gtfa": "In Spanish, words have gender (masculine or feminine), which affects many words like nouns, adjectives, articles, and verbs. This grammatical system is a linguistic convention. In contrast, English does not use gender in a generalized way. Although some nouns related to living beings have gender distinctions, most do not require agreement, and gender is indicated only with pronouns like \"he\" or \"she\" when necessary.\n\nFirst, the letters \nThe initials of the relevant words in order are \"tranquila\" (calm, feminine adjective) as T, \"luna\" (moon, feminine noun) as L, \"iluminaba\" (illuminated, verb) as i, \"vasta\" (vast, feminine adjective) as V, and \"llanura\" (plain, feminine noun) as L. The sequence of letters is T, L, i, V, L.\n\nSecond, the symbol \nThe last word is \"desierto\" (desert, masculine noun), so the symbol is #.\n\nThird, the numbers \n\"Tranquila\" has three vowels (a, i, a), so 3 × 2 equals 6. \n\"Luna\" has two vowels (u, a), so 2 × 2 equals 4. \n\"Iluminaba\" has five syllables (i‑lu‑mi‑na‑ba), so 5 minus 1 equals 4. \nTherefore, the three numbers are 6, 4, 4.\n\nIn conclusion: \nLetters: T, L, i, V, L \nSymbol: # \nNumbers: 6, 4, 4 \nTherefore, the password is: T, L, i, V, L # 6, 4, 4\n\nEnglish Final Answer: L, T, i, V, L # 4, 6, 4", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 9 |
+
{"task_id": "680bc71e84e18aa5509df3df", "i18n_prompt": "Fuimos a la heladería a comprar helado con Ana y Víctor, la heladería se llama \"1 Ton Helada\". ¿Sabes cuánta cantidad de helado han vendido en toda su vida?", "i18n_gtfa": "Una tonelada.", "english_prompt": "We went to the ice cream shop to buy ice cream with Ana, and Victor; the ice cream shop is called \"1 Ton Helada\" (1 Ton Frozen). Do you know how much ice cream they have sold in their whole life?\n\nIn spanish, the phrase, \"1 Ton Helada\" sounds exactly like \"una tonelada\" in English, \"one ton.\"", "english_gtfa": "English Reasoning: The question asks about the total amount of ice cream sold by \"1 Ton Helada,\" but the name of the shop itself is a clever wordplay. \"1 Ton Helada\" (1 Ton Frozen) resembles \"1 tonelada,\" which means \"1 ton\" in Spanish. Since no actual sales figures are given, the most likely answer is a playful interpretation based on the name of the shop. Therefore, the answer is humorously suggesting that they've sold one ton of ice cream, aligning with the name's implied meaning.\n\nEnglish Final Answer: One ton. (In Spanish, means \"Una tonelada\").", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 10 |
+
{"task_id": "680906cb40d23c74477ed9c0", "i18n_prompt": "Estoy en la casa y sentado a pesar de estar en la escuela y sudado ¿Qué soy?", "i18n_gtfa": "Letra S", "english_prompt": "I am in the house (casa) and seated (sentado) despite being in school (escuela) and sweaty (sudado). Who am I?", "english_gtfa": "English reasoning: The riddle uses wordplay related to the Spanish words \"casa\" (house) \"sentado\" (seated) \"school\" (escuela), and \"sweaty\" (sudado), which, if taken at face value, seem as if someone is in two places at the same time, but the letter \"S\" is what appears in all these words: \"caSa,\" \"Sentado,\" \"eScuela,\" \"Sudado\", Thus the letter \"S\" being present in each of those words is the answer. \n\nEnglish Final Answer: Letter S (Letra S)", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 11 |
+
{"task_id": "68152a4bba653a4c64f67611", "i18n_prompt": "He venido a una competencia de la universidad que han hecho para conmemorar la apertura de una nueva cátedra de literatura. Mi amigo Jackson ha decidido participar en uno de los concursos, el cual consiste en escribir la mayor cantidad de diptongos e hiatos en un tiempo determinado. Me dio mucha curiosidad porque se enfrentaba a Sara, la chica más lista de la universidad, así que decidí presenciar la competición.\nAntes de empezar, se asignó la categoría que le correspondía a cada uno. A Jackson le tocó escribir diptongos y a Sara le tocó escribir hiatos. A continuación te dejo lo que escribió cada uno de ellos.\nJackson:\n\"Yo soy un aviador que ama volar porque cuando estoy en el cielo veo las nubes pasar. La tierra es mi hogar y el aire el lugar donde puedo soñar\".\nSara:\n\"Ayer fue un día lleno de alegría, con mis hermanos estuve en el zoológico en la mañana y por la tarde me senté a leer en un parque. A lo lejos vi que en un árbol había una oruga que se iba a caer al suelo, pero no lo hizo. Finalmente, fui en la noche al teatro\".\nAún no han dicho quién es el ganador, pero la curiosidad me mata. Cuenta el número de palabras que cada uno de los participantes escribió y que pertenecen a la categoría que se les asignó y dime quién de los dos terminó ganando y con cuantos puntos.", "i18n_gtfa": "Jackson con 8 puntos.", "english_prompt": "I have come to a university competition that they have held to commemorate the opening of a new chair of literature. My friend Jackson has decided to participate in one of the contests, which consists of writing the most diphthongs and hiatuses in a given amount of time. I was very curious because he was up against Sara, the smartest girl at the university, so I decided to watch the competition.\nBefore we started, everyone was assigned their category. Jackson got to write diphthongs and Sara got to write hiatuses. Below I leave you with what each of them wrote.\nJackson:\n\"I am an aviator who loves to fly because when I am in the sky I watch the clouds go by. The earth is my home and the air the place where I can dream.\"\n(Spanish translation: \"Yo soy un aviador que ama volar porque cuando estoy en el cielo veo las nubes pasar. La tierra es mi hogar y el aire el lugar donde puedo soñar\").\nSara:\n\"Yesterday was a day full of joy, with my brothers I was at the zoo in the morning and in the afternoon I sat reading in a park. In the distance I saw that in a tree there was a caterpillar that was going to fall to the ground, but it did not. Finally, I went in the evening to the theater.\"\n(Spanish translation: \"Ayer fue un día lleno de energía, con mis hermanos estuve en el zoológico en la mañana y por la tarde me senté a leer en un parque. A lo lejos vi que en un árbol había una oruga que se iba a caer al suelo, pero no lo hizo. Finalmente, fui en la noche al teatro\").\nThey haven't said who the winner is yet, but curiosity is killing me. Count the number of words each of the participants wrote that belong to the category they were assigned and tell me who of the two ended up winning and with how many points.", "english_gtfa": "English Reasoning: To determine the winner, we need to count the number of words written by Jackson that contain diphthongs and the number of words written by Sara that contain hiatuses.\nJackson's task was to write words with diphthongs. A diphthong is a combination of two vowels pronounced in a single syllable.\nWords with diphthongs in Jackson's text are:\n1. Am (\"soy\", o+y).\n2. Aviator (\"aviador\", i+a).\n3. When (\"cuando\", u+a).\n4. Am (\"estoy\", o+y).\n5. Sky (\"cielo\", i+e).\n6. Earth (\"tierra\", i+e).\n7. Air (\"aire\", a+i).\n8. Can (\"puedo\", u+e).\nJackson wrote 8 words with diphthongs.\n\nSara's task was to write words with hiatuses. A hiatus is a combination of two vowels pronounced in separate syllables.\nWords with hiatuses in Sara's text are:\n1. Day (\"día\", í-a).\n2. Joy (\"alegría\", í-a).\n3. Zoo (\"zoológico\", o-o).\n4. Reading (\"leer\", e-e).\n5. There was (\"había\", í-a).\n6. Fall (\"caer\", a-e).\n7. Theater (\"teatro\", e-a).\nSara wrote 7 words with hiatuses.\nComparing their scores: Jackson has 8 points, and Sara has 7 points.\n\nEnglish Final Answer: Jackson wins with 8 points.", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 12 |
+
{"task_id": "68152a4afb352b9ff43df448", "i18n_prompt": "Fui a un grupo de apoyo emocional para personas con distintos problemas. Al inicio cada persona tuvo que presentarse:\n—Milena es una pobre viuda.\n—Luciana es una viuda pobre.\n—Carlos es un bombero rico.\n—Mike es un rico abogado.\nTodas se veían de diferentes clases sociales. Tomando en cuenta la descripción de cada uno ¿Quién tiene menos dinero y quién es más adinerado?", "i18n_gtfa": "Luciana tiene menos dinero.\nCarlos es el más adinerado.", "english_prompt": "I went to an emotional support group for people with different problems. At the beginning, each person had to introduce themselves:\n—Milena is a poor widow (\"pobre viuda\", a person who is unfortunate).\n—Luciana is a poor widow (\"viuda pobre\", a person who lacks money).\n—Carlos is a rich firefighter (\"bombero rico\", a person with a lot of money).\n—Mike is an attractive lawyer (\"rico abogado\", a very beautiful person).\nThey all looked from different social classes. Taking into account the description of each one, who has less money and who is wealthier?", "english_gtfa": "English Reasoning: In Spanish, the position of the adjective relative to the noun changes the meaning. When an adjective comes before the noun, it often has a more subjective or metaphorical meaning, while after the noun it has a more literal meaning. In this case, \"Pobre viuda\" suggests Milena is unfortunate but not necessarily financially poor, while \"viuda pobre\" means Luciana is literally poor financially.\nSimilarly, \"bombero rico\" means Carlos is wealthy and he has a lot of money, while \"rico abogado\" suggests Mike is a very attractive person, but not necessarily wealthy—In Spanish, \"rico\" usually means \"rich\" or \"wealthy,\" and when describing food, it means \"tasty\" or \"delicious,\" but \"rico\" can also be used with people to mean \"lovely,\" \"cute,\" or \"sexy.\"\nTo get a correct answer, it's important to consider two aspects. The first is the word order, since the meaning depends on it. The second is to take into account that in many Latin American countries, the word \"rico\" can be used to describe something or someone who is very physically attractive, especially when the word is used before the noun.\n\nEnglish Final Answer:\n—Luciana has the least money.\n—Carlos is the wealthiest.", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 13 |
+
{"task_id": "680ab67d0e9c95c6488415e3", "i18n_prompt": "A veces somos grandes, a veces somos pequeñas, pero siempre somos las que comenzamos. ¿Quiénes somos?", "i18n_gtfa": "Las letras A, B, y C", "english_prompt": "Sometimes (a veces) we are big, sometimes (a veces) we are small, but we are always the ones at the beginning. Who are we?", "english_gtfa": "The riddle describes something varying in size from \"big\" to \"small\" consistently. This describes the use of letters since they can be capital letters and lowercase letters. There is a clue in the part of the riddle that says \"we are always the ones at the beginning,\" suggesting that it's referring to the initial letters, and what shows that its the initial letters in the alphabet is the wordplay with the word \"aveces\" (sometimes) because its phonetically almost identical to the pronunciation of the letters A B C \"a-ve-ces\" which are the initial letters of the alphabet. So the riddle refers to the 3 initial letters of the alphabet, A, B, C. \n\nEnglish Final Answers: The letters A, B, and C.", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 14 |
+
{"task_id": "68152a4a12a9fd6d774b306e", "i18n_prompt": "En el salón de clases de mi hijo, hay niños con diferentes estatus sociales. Están los niños de la familia Rico, Ana Rico y Pedro Rico, son muy amigos de mi hijo. Están los pobres hijos de la viuda Agustina, ellos son Pedrito y Carlos. Y los niños pobres que viven en el edificio frente a la escuela, María y Javi.\n\n¿Quiénes son los niños que tienen un estatus social más bajo?", "i18n_gtfa": "María y Javi", "english_prompt": "In my son's classroom, there are children with different social statuses. There are the children from the Rico family, Ana Rico and Pedro Rico; they are very good friends of my son. There are the \"poor children\" (\"pobres niños\" expression of compassion) of the widow Agustina; they are Pedrito and Carlos. And the \"poor children\" (\"niños pobres\" description of socioeconomic status) who live in the building opposite the school, María and Javi. Who are the children with the lowest social status?", "english_gtfa": "English Reasoning: In the analysis of the language used to describe the different children in the classroom, not only the content but also the position of certain words influences their interpretation. A key case is the adjective \"poor.\"\n\nThree groups of children are presented. Ana and Pedro carry the surname \"Rico\" (rich)m which could suggest wealth, but it is only a surname, unrelated to their economic situation.\n\nIn the second group, reference is made to \"the poor children of the widow Agustina\" (\"los pobres niños de la viuda Agustina\"). Here, the word \"poor\" (\"pobres\") is found before the noun \"children\" (\"niños\"). This position is usually used in Spanish to express compassion or pity rather than an economic description. Thus, in the context, \"pobres\" (poor) conveys empathy for the children for having lost their father, not necessarily a condition of material scarcity.\n\nIn contrast, when describing Maria and Javi as \"the poor children who live in the building across the street from the school\" (\"los niños pobres que viven en el edificio frente a la escuela\") the adjective \"poor\" (\"pobres\") appears after the noun \"children\" (\"niños\"). In Spanish, this position is often used to literally indicate a lack of economic resources.\n\nEnglish Final Answer: María and Javi.", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 15 |
+
{"task_id": "680bc71e7a8e20ca99c2bba5", "i18n_prompt": "En la clase sobre la Vía Láctea en el planetario, Marcia no tomó el autobús a la escuela y por eso Marcia no llegó, por lo que Marcia no pudo observar las estrellas y su madre sonrió.", "i18n_gtfa": "Marciano.", "english_prompt": "In the Milk Way class at the planetarium, Marcia didn't (Marcia no) take the bus to school, and so Marcia didn't (Marcia no) arrived, so Marcia couldn't (Marcia no pudo) look at the stars, and her mother smiled.\n\nIn Spanish, the words Marcia and no, form the word \"Marciano\" or \"Martian\".", "english_gtfa": "English Reasoning:This is a riddle with a characteristic Spanish wordplay, It consists of guessing the hidden word. In this case, it's between the words \"Marcia\" and \"no.\" When put together phonetically, in Spanish, it sounds like \"Martian\" (Marciano). The mother is smiling because Martian (Marciano) did that he was supposed to do: take the bus, get to the planetarium for class, and look at the stars. That's why his mother smiled. Yes, they are Martians, and that's the funny part. \n\nEnglish Final Response: Martian man (In Spanish mean, \"El marciano\").", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 16 |
+
{"task_id": "680ab67c17a1cfb0180a708e", "i18n_prompt": "\"Aquí manda Rina\" le dijo José a su hija, mientras observaba a su esposa Rina. Pedro, que tenía hambre, fue hasta donde estaba su padre corriendo. ¿Por qué se acercó Pedro con tanta prisa?", "i18n_gtfa": "Porque escuchó mandarina.", "english_prompt": "\"Rina is in charge here\" (Aquí manda Rina), José said to his daughter while looking at his wife Rina. Pedro, who was hungry, ran to his father. Why did Pedro approach with such haste?\n\nHint: \"Mandarina\" means tangerine in Spanish.", "english_gtfa": "English Reasoning: José states that \"Rina is in charge here\". This phrase in Spanish is said as \"Aquí manda Rina\". \"Manda Rina\" sounds like \"mandarina,\" which is the Spanish word for tangerine. Also, the word \"aquí\" means \"here\" in Spanish. Since Pedro was hungry, he went quickly to where his father was because he thought that \"Rina is in charge here\" (Aquí manda Rina) meant \"Tangerine here\" (Aquí Mandarina). \n\nEnglish Final Answer: Pedro heard the word tangerine (In Spanish, Mandarina).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 17 |
+
{"task_id": "680ab67c4ce46df177a7e5ba", "i18n_prompt": "Dicen las gallinas que cacarear es alegría y dicen los gatos que escarbar bajo es para un atajo y un relajo ¿Qué insecto soy?", "i18n_gtfa": "Escarabajo", "english_prompt": "The hens say that clucking is joy, and the cats say that digging (escarbar) is low (bajo) for a shortcut and relaxation. What insect am I?\n\nIn Spanish, the words \"escarbar\" (digging) and \"bajo\" (low) are perceived as \"escarabajo\", which corresponds to the name of the insect \"beetle\" in English.", "english_gtfa": "English Reasoning: This riddle uses wordplay with the terms \"escarbar\" (to dig) and \"bajo\" (low), which, when combined phonetically, form the word \"escarabajo\" (beetle). The key to the riddle lies in how both words intertwine to create a sound similar to the name of the insect.\n\nThe reference to hens serves as a distraction because the real clue comes from the cats and their association with \"escarbar\" and \"bajo.\" When pronounced aloud, this combination sounds like \"escarabajo\" (beetle). \n\nEnglish Final answer: Beetle (In Spanish, escarabajo).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 18 |
+
{"task_id": "680bc71ead0c876af914066b", "i18n_prompt": "Si yo viera, quizás entenderías por qué no tengo agua en mi casa. \n¿Por qué no tengo agua en mi casa?", "i18n_gtfa": "No llueve", "english_prompt": "If I could see (si yo viera), maybe you would understand why I don't have water in my house. \nWhy don't I have water in my house? \n\nIn Spanish, the combination of the last 2 words from “Si yo viera” (If I could see) sounds as “lloviera” (rained).", "english_gtfa": "English Reasoning: The riddle describes a person who has no water at home. The clue \"Si yo viera\" (If I could see) is a wordplay that reveals the answer when the last two words are joined: \"yoviera\", which in Spanish sounds the same as \"lloviera\" (rained), forming the phrase \"si lloviera\" (if it rained). All together, “If it rained, maybe you would understand why I don't have water in my house. Why don't I have water in my house?”. \n\nEnglish Final Answer: It doesn’t rain (In Spanish, if it rained is said \"Si lloviera\").", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 19 |
+
{"task_id": "680bc71eeec175cf92a534c9", "i18n_prompt": "Sergio en la tarde llega a buscar trabajo y en la esquina una señora se observa. Esta le dice: ¿Le interesa de jardinero? Y Sergio solo se aleja. ¿Por qué se fue Sergio?", "i18n_gtfa": "Entendió: \"¿Le interesa dejar dinero?\"", "english_prompt": "Sergio arrives in the afternoon looking for work, and notices a lady on the corner. She asks him, \"Are you interested in being a gardener?\" (¿Le interesa de jardinero?) and Sergio just walks away. Why did Sergio leave?\n\nIn Spanish, the sentence \"¿Le interesa de jardinero?\" (Are you interested as a gardener?) sounds as \"¿Le interesa dejar dinero?\" (Are you interested in leaving/giving money?)", "english_gtfa": "English reasoning: The riddle works since the sentence \"¿Le interesa de jardinero?\" (are you interested as a gardener?) can be heard as \"Le interesa dejar dinero\" (are you interested in leaving/giving money?). Sergio understood that the lady was asking him for a donation, but he was not interested in it, since he was looking for a job.\n\nEnglish Final Answer: He understood \"¿Le interesa dejar dinero? (Are you interested in giving money?).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 20 |
+
{"task_id": "680906ccc55b36621de86dd5", "i18n_prompt": "¿Quién soy? Te la digo y no me entiendes, te la repito y no me comprendes.", "i18n_gtfa": "Tela", "english_prompt": "Who am I? I tell it to you, and you don't understand me; I repeat it to you, and you don't understand me. \nThe phrase \"te la digo\" in English means \"I tell you.\" When we say it in Sapinish, \"te la\" sounds exactly the same as \"tela\" (in English fabric).", "english_gtfa": "English Reasoning: This is a classic Spanish riddle, where the key is in the phrases \"te la digo\" (I tell it to you) and \"te la repito\" (I repeat it to you). The words \"te\" and \"la\" are the key here. When spoken aloud, \"te la\" sounds like \"tela,\" which means fabric or cloth in Spanish. The riddle cleverly uses this phonetic play, hiding the word \"tela\" within the sentence. The repetition of \"te la\" leads directly to the hidden word \"tela,\" making it the answer. \n\nEnglish Final Answer: Fabric (in Spanish, tela)", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
| 21 |
+
{"task_id": "680906ce0ce1f296c1fd8e3b", "i18n_prompt": "Ya no es, ya no es, tan fácil que es y no me la adivinas de aquí a un mes.", "i18n_gtfa": "Llano", "english_prompt": "It's not anymore (ya no es), it's not anymore (ya no es), it's so easy, and yet you won't guess it even in a month.\n\nThe phrase \"ya no es\" (it's not anymore), in Spanish, sounds exactly the same as \"llano es\" which means \"plain is\" in English.", "english_gtfa": "English Reasoning: The riddle plays with sound rather than meaning to conceal its answer. The phrase \"ya no es, ya no es\" (\"it's not anymore, it's not anymore\") is key, not because of what it means, but because of how it sounds when spoken aloud in Spanish. Phonetically, \"ya no es\" closely resembles \"llano es,\" which means \"plain is.\" By repeating it, the riddle hides the word \"llano\" in plain hearing, using rhythm and repetition as misdirection. The line \"tan fácil que es y no me la adivinas de aquí a un mes\" (\"so easy it is, yet you won't guess it in a month\") adds irony, it's calling the answer obvious, even though it's cleverly disguised in the sound of the words.\n\nEnglish Final Answer: Plain (in Spanish, \"llano\")", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.5-pro-preview-06-05", "was_reclassified": true, "gemini_pro_reclassified": true}
|
reclassified_samples.jsonl
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"task_id": "68152a4a1b25f63e0db3580b", "i18n_prompt": "Según la siguiente frase:\n\"El gato está arriba de la mesa, entre la silla y el nene, por debajo del arco\".\nPedro tiene la misma cantidad de naranjas que sustantivos con un sólo género, más la cantidad de preposiciones. ¿Cuántas naranjas tiene?", "i18n_gtfa": "6", "english_prompt": "According to the following sentence:\n\"The cat (\"gato\"-masculine noun, feminine counterpart \"gata\") is on top of (\"de\"-preposition) the table (mesa-feminine noun with no masculine counterpart), between (entre-preposition) the chair (\"silla\"-feminine noun with no masculine counterpart) and the boy (\"nene\"-masculine noun, feminine counterpart \"nena\"), under (\"por\"-preposition from \"por debajo\") the arch (arco-masculine noun with no feminine counterpart)\".\nPedro has the same number of oranges as nouns with only one gender, plus the number of prepositions. How many oranges does he have?", "english_gtfa": "English Reasoning:\nIn Spanish, a noun with only one grammatical gender is one that does not have a corresponding form in the opposite gender. The nouns in the sentence are:\n– gato (cat; has a feminine form, gata → not counted)\n– mesa (table; feminine only)\n– silla (chair; feminine only)\n– nene (boy; has a feminine form nena → not counted)\n– arco (arch; masculine only, \"arca\" does not mean the same)\nThis gives 3 gender-fixed nouns (mesa, silla, arco).\nThe prepositions are: \"de\" (from on top of), \"entre\" (between), \"por\" from \"por debajo\" (under) → 3 prepositions.\nTotal oranges = 3 (nouns) + 3 (prepositions) = 6.\n\nEnglish Final Answer: 6.", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 2 |
+
{"task_id": "680ab67ca2b3c773b43af839", "i18n_prompt": "De camino al banco fui asaltada y me dijeron: ¡Entrega todo el dinero! ¡Y cuál fue su sorpresa cuando vieron lo que había en mi bolsa! Era un pequeño animalito, ¿puedes adivinar cuál?", "i18n_gtfa": "Gato.", "english_prompt": "On my way to the bank, (\"De camino al banco\") I was assaulted (\"fui asaltada) and I got told: Give me all the money!! (¡Dame todo el dinero!\"). Imagine their surprise when they saw what was in my purse! (\"¡Y cuál fue su sorpresa cuando vieron lo que había en mi bolsa\"). It was a puppy, can you guess what it was?\n\nIn Spanish, the words \"entrega todo\" (give me all) can form the word \"gato\" (Cat).", "english_gtfa": "English Reasoning: The story describes a wordplay; the attackers expect to find money, but instead find a small animal in the bag. The animal is hidden in the prompt in the words: \"entrega todo\" (give me all). If you put together the last syllable of the first word and the first syllable of the second word, you get; \"gato\", which means cat.\n\nEnglish Final Answer: Cat (In Spanish, means Gato).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 3 |
+
{"task_id": "680ab67bec74c1e7533f2dd4", "i18n_prompt": "La plantita de Luis no pudo crecer, él se lamenta por verla perecer. ¿De qué es la planta de Luis?", "i18n_gtfa": "De menta.", "english_prompt": "Luis's little plant couldn't grow, he laments (él se la-menta / \"De menta\") seeing it perish. What kind of plant does Luis have?", "english_gtfa": "English reasoning: The riddle plays on the Spanish word \"lamenta\", which contains the word mint (\"menta\" in Spanish). The question is asking about the type of Luis' plant and to obtain the answer, the main word must be separated (\"la-menta\"). This determines that it is a mint plant, a plant characterized by its ability to thrive in diverse environments.\n\nEnglish final answer: Mint (De \"menta\" in Spanish).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 4 |
+
{"task_id": "68101f3c2c5fd824d4f5370c", "i18n_prompt": "Mi mamá ha tenido una vida desafortunada, ya que mi hermana falleció en el accidente de cromañón. Desde entonces, cada vez que llega esa fecha ella tiene una crisis y revive el momento como si estuviera ocurriendo de nuevo, la única excepción son los años en el que la fecha cae día jueves, ya que ese año tiene dos crisis. Ahora que ha empezado a ir a terapia, la terapeuta nos ha preguntado cuántas crisis ha presentado. Dime el número exacto de crisis que mi mamá ha tenido.", "i18n_gtfa": "22", "english_prompt": "My mom has had an unfortunate life, as my sister died in the Cromañón accident. Since then, every time that date arrives, she has a crisis and relives the moment as if it were happening again, the only exception is the years when the date falls on a Thursday, because that year she has two crises. Now that she has started going to therapy, the therapist has asked us how many crises she has presented. Tell me the exac number of crises my mom has had.", "english_gtfa": "English Reasoning: The Cromañón nightclub fire happened on December 30, 2004. It's neccesary to count the crises from 2005 to 2025. In most years, she has 1 crisis on the anniversary date. When December 30 falls on a Thursday, she has 2 crises that year.\nDecember 30 fell on a Thursday in these years: 2010 and 2021.\nThat's two years with 2 crises each = 4 crises.\nThe others 18 years (2005, 2006, 2007, 2008, 2009, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2022, 2023, 2024) she had one crisis each = 18 crises.\nTherefore, she had 22 crises in total.\n\nEnglish Final Answer: 22 crises.", "category": "Cultural Reasoning & Traditions", "language": "Spanish", "classified_country": "Argentina", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 5 |
+
{"task_id": "680906cb5643827ecbcc01f5", "i18n_prompt": "Tiene un sanco; pero es un charco y su número favorito es el ocho. ¿Qué es?", "i18n_gtfa": "Sancocho", "english_prompt": "It has a \"sanco\" (sounds like the word \"zanco\" in Spanish, which are very tall shoes), but it's a puddle and its favorite number is eight (ocho in Spanish). What is it?\nSancocho is a typical Hispanic food.", "english_gtfa": "English Reasoning: This is a riddle that relies on wordplay and metaphors common in Spanish. The clue \"It has a sanco\" uses the word \"sanco\" that phonetically is identical to \"zanco\" (word for very tall shoes in Spanish) is used to mislead, but also points towards the word \"sancocho\" (a type of stew), as it phonetically contains \"sanco\" (zanco). The clue \"it's a puddle\" (\"es un charco\") metaphorically describes the watery and soggy texture of the sancocho stew. And the clue \"Its favorite number is eight (ocho)\" also points to the word sancocho as it phonetically contains the second part of the word, \"ocho\" (eight).\n\nEnglish Final Answer: Sancocho (Spanish typical stew/soup)", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "Dominican Republic", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 6 |
+
{"task_id": "680906cb9ff1d880dcabfb25", "i18n_prompt": "El cura encuentra la cura del curandero con una curita y un buen sermón. El curandero cura al curita, que le dio el soponcio, con algo de miel y una buena infusión. Y entre tantos que curan, sin título ni bata, hay una que no es cura, pero entre cura esta camuflada. ¿Quién es?", "i18n_gtfa": "Ruca", "english_prompt": "The \"cura\" (priest) finds the \"cura\" (healer's cure) with a \"curita\" (band-aid) and a good sermon. The \"curandero\" (healer) \"cura\" (cures) the \"curita\" (diminutive for priest), who had \"soponcio\" (fainting), with some honey and a good infusion. And among so many who heal without a degree or a gown, there's one who isn't a \"cura\" (priest) but is camouflaged among \"cura\" (the word CURA). Who is she?\n\nElderly woman in some Spanish-speaking countries is said \"ruca\".", "english_gtfa": "English Reasoning: This wordplay uses the different concepts that the Spanish word \"cura\" has. Depending on the context, \"cura \" means priest, heal, or band-aid. At the end, saying \"hay una que no es cura, pero entre cura esta camuflada \" (there is one who is not a \"cura\" (priest), but she is camouflaged among \"cura\" (the word)) implies that the answer is hidden in the word itself, which in this case is \"RUCA,\" forming an anagram: words composed of the same letters in a different order. In Colombia, \"ruca\" has several meanings, depending on the context. One of them, common in some regions, refers to an elderly woman, like a grandmother, who, with her wisdom and experience, heals, cares for, and protects her sick loved ones.\n\nEnglish Final Answer: Elderly woman (\"ruca\" in Spanish)", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 7 |
+
{"task_id": "680ab67c8ddf2cf27ec06a05", "i18n_prompt": "La M es la más cara y la P es la más económica. ¿Qué me pongo en la cara?", "i18n_gtfa": "Máscara.", "english_prompt": "The M is the most expensive (la m es la más cara), and the P is the cheapest. What do I put on my face?\n\nIn Spanish \"máscara\" means mask.", "english_gtfa": "English reasoning: When the letter \"M\" is mentioned, the riddle plays on the phrase \"es MÁS CARA\" (it is more expensive), which—when said aloud in Spanish—sounds like \"máscara\" (mask).\n\nThe reference to \"P\" as something cheap acts as a distractor. It doesn’t carry a key meaning on its own, but it helps emphasize the contrast between “more expensive” (más caro) and “cheaper” (más barato), which in turn highlights the word \"máscara\" as the answer.\n\nSo, when you're asked what you put on your face, and you realize that \"más cara\" (more expensive) sounds just like \"máscara\" (mask), the answer becomes clear.\n\nEnglish Final answer: Máscara (mask).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 8 |
+
{"task_id": "6818df486eeab0138b63171c", "i18n_prompt": "A María le gustan las cosas claras y terminadas, pero no muy distantes. Prefiere cuando las cosas son de del género opuesto. A Francisco le gusta pensar en el tiempo durante el que se hacían las cosas, sobre todo si son positivas. Gustavo es fanático de las posibilidades en lo lejano. Habrá varias tiras de papel, cada una con un texto escrito. ¿Cuál sería la mejor para cada persona?\n\nA) Las flores llegarían aquí de terminar la lluvia.\nB) La cabaña refugiaba a las personas.\nC) Las mariposas habían volado con alegría.\nD) Él disparó su arma anoche. \nE) Él caminará.\nF) Allá irían los enemigos de poder pasar.\nG) Bailó mucho en el barco.\nH) Los navegantes amantes de la libertad los hacían caminar por la madera en el costado del barco.", "i18n_gtfa": "María G, Francisco B, Gustavo F.", "english_prompt": "María likes things that are clear and finished, but not too distant. She prefers when things are of the opposite gender. Francisco likes to think about the time during which things were done, especially if they are positive. Gustavo is a fan of possibilities in the distance. There will be several strips of paper, each with a written text. Which would be best for each person?\n\nA) The flowers (F) would arrive here if the rain (F) ends.\nB) The cabin (F) sheltered (refugiaba) the people (F). (Spanish Imperfect Tense)\nC) The Butterflies (F) had flown with joy (F).\nD) He/She shot (disparó) his/her weapon (F) last night (F) (Spanish Perfect Tense)\nE) He will walk.\nF) The enemies (M) would go there if they could get through.\nG) He danced (bailó) a lot on the boat (M) (Spanish Perfect Tense)\nH) The navigators, lovers of freedom, made them walk (los hacían caminar) on the plank (F) along the side of the ship (M). (Spanish Imperfect Tense)", "english_gtfa": "English Reasoning: María likes what has already ended but is not too distant. Strips D and G, written in Spanish Perfect Tense, fulfill this requirement. She also prefers things of the opposite, so strip G is the best one for María. \n\nFrancisco likes to think about the times during which things were done. That means that the strips B and H, which are written in Spanish Imperfect Tense fulfill this requirement. However, he prefers positive things, so Strip B is the best one for him.\n\nFinally, Gustavo is a fan of things that express possibilities in the distance. Strip A and F both express possibilities, however strip A refers to place nearby (here) while strip H refers to a place more distant (there), so strip H is the best for Gustavo.\n\nEnglish Final Answer: María G, Francisco B, Gustavo F.", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 9 |
+
{"task_id": "68001e6cc1ac7565ff505e3e", "i18n_prompt": "Creé una bandera con 2 colores. Si quieres ver de verdad los colores, mira a mi enamorado.", "i18n_gtfa": "Verde y morado.", "english_prompt": "Decipher what are the 2 colors of a flag I created with this Spanish pun: “Si quieres ver de verdad los colores, mira a mi enamorado” (If you want to see the colors for real, look at my lover).\nThe colors green and purple in Spanish are “verde” and “morado”.", "english_gtfa": "English Reasoning: This is a pun in Spanish, since within the sentence we can find two colors: green, which in Spanish is “verde” and we find it in “ver de verdad” (to see for real) and the purple color, in Spanish “morado” which is included in the word “enamorado” (lover). Therefore, the colors of the flag are green and purple.\nEnglish Final Answer: Green and purple (In Spanish, \"verde\" and \"morado\").", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 10 |
+
{"task_id": "68152a4ac99ee0745bf5c203", "i18n_prompt": "Tengo varias amigas, todas están pasando por diferentes situaciones.\n-Mi pobre amiga Karina se acaba de separar de su esposo, el divorcio la ha dejado con algunas deudas.\n-Mi amiga rica, Fernanda, se acaba de casar con un hombre muy bueno.\n-Por otro lado, está mi amiga Rosalía, ella dice que está rica, nos hace reír muchísimo.\n-También tenemos a mi amiga Lucia, que es una pobre estudiante de Derecho, le ha costado mucho terminar su carrera.\n-Mi amiga Jésica, es una artista pobre, pero disfruta mucho lo que hace.\n-Mi pobre amiga, Ana, acaba de perder a su madre.\n-Mi amiga pobre, Liliana, también es una gran artista.\n\n¿Cuáles son las amigas con menor estatus social?", "i18n_gtfa": "Jésica y Liliana", "english_prompt": "I have several friends, all going through different situations. \n-My \"poor\" (\"pobre\" term used for compassion) friend Karina has just separated from her husband; the divorce has left her with some debts.\n-My rich friend, Fernanda, has just married a very good man.\n-On the other hand, there's my friend Rosalía, she says she's \"rica\" (meaning she feels great), and she makes us laugh a lot.\n-We also have my friend Lucia, who is a \"poor\" (\"pobre\" term used for compassion) law student; it has been hard for her to finish her degree.\n-My friend Jésica is a \"poor\" (\"pobre\" term used to describe social status) artist, but she really enjoys what she does.\n-My \"poor\" (\"pobre\" term used for compassion) friend, Ana, has just lost her mother.\n-My \"poor\" (\"pobre\" term used to describe social status) friend, Liliana, is also a great artist.\n\nWhich friends have the lower social status?", "english_gtfa": "English Reasoning:\nIn Spanish, the word \"pobre\" (poor) can mean two different things, depending on how it is used:\n1. It can express compassion or empathy, like saying \"poor thing\" in English.\n2. It can describe someone's economic or social status, like saying someone is poor or low-income.\n\nLet's look at some examples from a group of friends:\n• \"Mi pobre amiga Karina\" (My poor friend Karina)\nThis means we feel sorry for Karina, probably because she's going through something difficult (like divorce), but it doesn't necessarily mean she is financially poor.\n• \"Mi pobre amiga Ana\" (My poor friend Ana)\nAgain, this is emotional sympathy, Ana just lost her mother.\n• \"Mi pobre amiga Lucía, estudiante de derecho\" (My poor friend Lucia, a law student)\nThis could suggest she's struggling or working hard, but the focus is not necessarily on social class, it's more about empathy.\n\nBut now compare that to:\n• \"Mi amiga Jésica, es una artista pobre\" (My friend Jésica is a poor artist).\n• \"Mi amiga pobre, Liliana, también es una gran artista\" (My poor friend Liliana is also a great artist).\n\nIn these two cases, \"pobre\" (poor) is used to directly describe their social or economic status. It's not about feeling sorry for them, it's stating that they are artists who are financially poor or belong to a lower social class. That's the key difference.\n\nEnglish Final Answer: Jésica and Liliana.", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 11 |
+
{"task_id": "68152a4a7c28579e31f1912c", "i18n_prompt": "He olvidado la contraseña de mi cuenta de criptomonedas. Por suerte, escribí la siguiente frase para recordarla: \n\"La tranquila luna iluminaba la vasta llanura mientras el águila volaba velozmente sobre el cálido desierto\". \n\nLa contraseña consta de 5 letras, un símbolo y 3 números, y cuenta con los siguientes condicionales: \n\nLas letras son las iniciales de los adjetivos, sustantivos y verbos en esta frase, en el orden que aparece. \nLas iniciales de los sustantivos y adjetivos femeninos deben estar en mayúscula, y los masculinos en minúscula. \nLas iniciales de los verbos siempre deben ir en minúscula. \nSi la última palabra es de género femenino, el símbolo sera @, caso contrario sera #. \nPara los números, que son 3, si la palabra es un sustantivo o adjetivo femenino, se cuenta el número de vocales de la palabra multiplicado por 2; si son en masculino, se cuenta el número de consonantes y se resta 1. Si la palabra es un verbo, se cuenta el número de sílabas y se resta 1.", "i18n_gtfa": "L, T, i, V, L # 4, 6, 4", "english_prompt": "I have forgotten the password to my cryptocurrency account. Fortunately, I wrote the following phrase to remember it: \"La tranquila luna iluminaba la vasta llanura mientras el águila volaba velozmente sobre el cálido desierto” (The calm moon illuminated the vast plain while the eagle flew swiftly over the warm desert).\n\nThe password consists of 5 letters, a symbol, and 3 numbers, and has the following conditions:\n\nThe letters are the initials of the adjectives, nouns, and verbs in this phrase, in the order they appear.\nThe initials of feminine nouns and adjectives must be in uppercase, and masculine ones in lowercase.\nThe initials of the verbs should always be in lowercase.\nIf the last word is feminine, the symbol will be @; if not, it will be #.\nFor the numbers, which are 3, if the word is a feminine noun or adjective, count the number of vowels in the word and multiply by 2; if they are masculine, count the number of consonants and subtract 1. If the word is a verb, count the number of syllables and subtract 1.", "english_gtfa": "In Spanish, words have gender (masculine or feminine), which affects many words like nouns, adjectives, articles, and verbs. This grammatical system is a linguistic convention. In contrast, English does not use gender in a generalized way. Although some nouns related to living beings have gender distinctions, most do not require agreement, and gender is indicated only with pronouns like \"he\" or \"she\" when necessary.\n\nFirst, the letters \nThe initials of the relevant words in order are \"tranquila\" (calm, feminine adjective) as T, \"luna\" (moon, feminine noun) as L, \"iluminaba\" (illuminated, verb) as i, \"vasta\" (vast, feminine adjective) as V, and \"llanura\" (plain, feminine noun) as L. The sequence of letters is T, L, i, V, L.\n\nSecond, the symbol \nThe last word is \"desierto\" (desert, masculine noun), so the symbol is #.\n\nThird, the numbers \n\"Tranquila\" has three vowels (a, i, a), so 3 × 2 equals 6. \n\"Luna\" has two vowels (u, a), so 2 × 2 equals 4. \n\"Iluminaba\" has five syllables (i‑lu‑mi‑na‑ba), so 5 minus 1 equals 4. \nTherefore, the three numbers are 6, 4, 4.\n\nIn conclusion: \nLetters: T, L, i, V, L \nSymbol: # \nNumbers: 6, 4, 4 \nTherefore, the password is: T, L, i, V, L # 6, 4, 4\n\nEnglish Final Answer: L, T, i, V, L # 4, 6, 4", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 12 |
+
{"task_id": "680bc71e84e18aa5509df3df", "i18n_prompt": "Fuimos a la heladería a comprar helado con Ana y Víctor, la heladería se llama \"1 Ton Helada\". ¿Sabes cuánta cantidad de helado han vendido en toda su vida?", "i18n_gtfa": "Una tonelada.", "english_prompt": "We went to the ice cream shop to buy ice cream with Ana, and Victor; the ice cream shop is called \"1 Ton Helada\" (1 Ton Frozen). Do you know how much ice cream they have sold in their whole life?\n\nIn spanish, the phrase, \"1 Ton Helada\" sounds exactly like \"una tonelada\" in English, \"one ton.\"", "english_gtfa": "English Reasoning: The question asks about the total amount of ice cream sold by \"1 Ton Helada,\" but the name of the shop itself is a clever wordplay. \"1 Ton Helada\" (1 Ton Frozen) resembles \"1 tonelada,\" which means \"1 ton\" in Spanish. Since no actual sales figures are given, the most likely answer is a playful interpretation based on the name of the shop. Therefore, the answer is humorously suggesting that they've sold one ton of ice cream, aligning with the name's implied meaning.\n\nEnglish Final Answer: One ton. (In Spanish, means \"Una tonelada\").", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 13 |
+
{"task_id": "680906cb40d23c74477ed9c0", "i18n_prompt": "Estoy en la casa y sentado a pesar de estar en la escuela y sudado ¿Qué soy?", "i18n_gtfa": "Letra S", "english_prompt": "I am in the house (casa) and seated (sentado) despite being in school (escuela) and sweaty (sudado). Who am I?", "english_gtfa": "English reasoning: The riddle uses wordplay related to the Spanish words \"casa\" (house) \"sentado\" (seated) \"school\" (escuela), and \"sweaty\" (sudado), which, if taken at face value, seem as if someone is in two places at the same time, but the letter \"S\" is what appears in all these words: \"caSa,\" \"Sentado,\" \"eScuela,\" \"Sudado\", Thus the letter \"S\" being present in each of those words is the answer. \n\nEnglish Final Answer: Letter S (Letra S)", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 14 |
+
{"task_id": "68152a4bba653a4c64f67611", "i18n_prompt": "He venido a una competencia de la universidad que han hecho para conmemorar la apertura de una nueva cátedra de literatura. Mi amigo Jackson ha decidido participar en uno de los concursos, el cual consiste en escribir la mayor cantidad de diptongos e hiatos en un tiempo determinado. Me dio mucha curiosidad porque se enfrentaba a Sara, la chica más lista de la universidad, así que decidí presenciar la competición.\nAntes de empezar, se asignó la categoría que le correspondía a cada uno. A Jackson le tocó escribir diptongos y a Sara le tocó escribir hiatos. A continuación te dejo lo que escribió cada uno de ellos.\nJackson:\n\"Yo soy un aviador que ama volar porque cuando estoy en el cielo veo las nubes pasar. La tierra es mi hogar y el aire el lugar donde puedo soñar\".\nSara:\n\"Ayer fue un día lleno de alegría, con mis hermanos estuve en el zoológico en la mañana y por la tarde me senté a leer en un parque. A lo lejos vi que en un árbol había una oruga que se iba a caer al suelo, pero no lo hizo. Finalmente, fui en la noche al teatro\".\nAún no han dicho quién es el ganador, pero la curiosidad me mata. Cuenta el número de palabras que cada uno de los participantes escribió y que pertenecen a la categoría que se les asignó y dime quién de los dos terminó ganando y con cuantos puntos.", "i18n_gtfa": "Jackson con 8 puntos.", "english_prompt": "I have come to a university competition that they have held to commemorate the opening of a new chair of literature. My friend Jackson has decided to participate in one of the contests, which consists of writing the most diphthongs and hiatuses in a given amount of time. I was very curious because he was up against Sara, the smartest girl at the university, so I decided to watch the competition.\nBefore we started, everyone was assigned their category. Jackson got to write diphthongs and Sara got to write hiatuses. Below I leave you with what each of them wrote.\nJackson:\n\"I am an aviator who loves to fly because when I am in the sky I watch the clouds go by. The earth is my home and the air the place where I can dream.\"\n(Spanish translation: \"Yo soy un aviador que ama volar porque cuando estoy en el cielo veo las nubes pasar. La tierra es mi hogar y el aire el lugar donde puedo soñar\").\nSara:\n\"Yesterday was a day full of joy, with my brothers I was at the zoo in the morning and in the afternoon I sat reading in a park. In the distance I saw that in a tree there was a caterpillar that was going to fall to the ground, but it did not. Finally, I went in the evening to the theater.\"\n(Spanish translation: \"Ayer fue un día lleno de energía, con mis hermanos estuve en el zoológico en la mañana y por la tarde me senté a leer en un parque. A lo lejos vi que en un árbol había una oruga que se iba a caer al suelo, pero no lo hizo. Finalmente, fui en la noche al teatro\").\nThey haven't said who the winner is yet, but curiosity is killing me. Count the number of words each of the participants wrote that belong to the category they were assigned and tell me who of the two ended up winning and with how many points.", "english_gtfa": "English Reasoning: To determine the winner, we need to count the number of words written by Jackson that contain diphthongs and the number of words written by Sara that contain hiatuses.\nJackson's task was to write words with diphthongs. A diphthong is a combination of two vowels pronounced in a single syllable.\nWords with diphthongs in Jackson's text are:\n1. Am (\"soy\", o+y).\n2. Aviator (\"aviador\", i+a).\n3. When (\"cuando\", u+a).\n4. Am (\"estoy\", o+y).\n5. Sky (\"cielo\", i+e).\n6. Earth (\"tierra\", i+e).\n7. Air (\"aire\", a+i).\n8. Can (\"puedo\", u+e).\nJackson wrote 8 words with diphthongs.\n\nSara's task was to write words with hiatuses. A hiatus is a combination of two vowels pronounced in separate syllables.\nWords with hiatuses in Sara's text are:\n1. Day (\"día\", í-a).\n2. Joy (\"alegría\", í-a).\n3. Zoo (\"zoológico\", o-o).\n4. Reading (\"leer\", e-e).\n5. There was (\"había\", í-a).\n6. Fall (\"caer\", a-e).\n7. Theater (\"teatro\", e-a).\nSara wrote 7 words with hiatuses.\nComparing their scores: Jackson has 8 points, and Sara has 7 points.\n\nEnglish Final Answer: Jackson wins with 8 points.", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 15 |
+
{"task_id": "68152a4afb352b9ff43df448", "i18n_prompt": "Fui a un grupo de apoyo emocional para personas con distintos problemas. Al inicio cada persona tuvo que presentarse:\n—Milena es una pobre viuda.\n—Luciana es una viuda pobre.\n—Carlos es un bombero rico.\n—Mike es un rico abogado.\nTodas se veían de diferentes clases sociales. Tomando en cuenta la descripción de cada uno ¿Quién tiene menos dinero y quién es más adinerado?", "i18n_gtfa": "Luciana tiene menos dinero.\nCarlos es el más adinerado.", "english_prompt": "I went to an emotional support group for people with different problems. At the beginning, each person had to introduce themselves:\n—Milena is a poor widow (\"pobre viuda\", a person who is unfortunate).\n—Luciana is a poor widow (\"viuda pobre\", a person who lacks money).\n—Carlos is a rich firefighter (\"bombero rico\", a person with a lot of money).\n—Mike is an attractive lawyer (\"rico abogado\", a very beautiful person).\nThey all looked from different social classes. Taking into account the description of each one, who has less money and who is wealthier?", "english_gtfa": "English Reasoning: In Spanish, the position of the adjective relative to the noun changes the meaning. When an adjective comes before the noun, it often has a more subjective or metaphorical meaning, while after the noun it has a more literal meaning. In this case, \"Pobre viuda\" suggests Milena is unfortunate but not necessarily financially poor, while \"viuda pobre\" means Luciana is literally poor financially.\nSimilarly, \"bombero rico\" means Carlos is wealthy and he has a lot of money, while \"rico abogado\" suggests Mike is a very attractive person, but not necessarily wealthy—In Spanish, \"rico\" usually means \"rich\" or \"wealthy,\" and when describing food, it means \"tasty\" or \"delicious,\" but \"rico\" can also be used with people to mean \"lovely,\" \"cute,\" or \"sexy.\"\nTo get a correct answer, it's important to consider two aspects. The first is the word order, since the meaning depends on it. The second is to take into account that in many Latin American countries, the word \"rico\" can be used to describe something or someone who is very physically attractive, especially when the word is used before the noun.\n\nEnglish Final Answer:\n—Luciana has the least money.\n—Carlos is the wealthiest.", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 16 |
+
{"task_id": "680ab67d0e9c95c6488415e3", "i18n_prompt": "A veces somos grandes, a veces somos pequeñas, pero siempre somos las que comenzamos. ¿Quiénes somos?", "i18n_gtfa": "Las letras A, B, y C", "english_prompt": "Sometimes (a veces) we are big, sometimes (a veces) we are small, but we are always the ones at the beginning. Who are we?", "english_gtfa": "The riddle describes something varying in size from \"big\" to \"small\" consistently. This describes the use of letters since they can be capital letters and lowercase letters. There is a clue in the part of the riddle that says \"we are always the ones at the beginning,\" suggesting that it's referring to the initial letters, and what shows that its the initial letters in the alphabet is the wordplay with the word \"aveces\" (sometimes) because its phonetically almost identical to the pronunciation of the letters A B C \"a-ve-ces\" which are the initial letters of the alphabet. So the riddle refers to the 3 initial letters of the alphabet, A, B, C. \n\nEnglish Final Answers: The letters A, B, and C.", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 17 |
+
{"task_id": "68152a4a12a9fd6d774b306e", "i18n_prompt": "En el salón de clases de mi hijo, hay niños con diferentes estatus sociales. Están los niños de la familia Rico, Ana Rico y Pedro Rico, son muy amigos de mi hijo. Están los pobres hijos de la viuda Agustina, ellos son Pedrito y Carlos. Y los niños pobres que viven en el edificio frente a la escuela, María y Javi.\n\n¿Quiénes son los niños que tienen un estatus social más bajo?", "i18n_gtfa": "María y Javi", "english_prompt": "In my son's classroom, there are children with different social statuses. There are the children from the Rico family, Ana Rico and Pedro Rico; they are very good friends of my son. There are the \"poor children\" (\"pobres niños\" expression of compassion) of the widow Agustina; they are Pedrito and Carlos. And the \"poor children\" (\"niños pobres\" description of socioeconomic status) who live in the building opposite the school, María and Javi. Who are the children with the lowest social status?", "english_gtfa": "English Reasoning: In the analysis of the language used to describe the different children in the classroom, not only the content but also the position of certain words influences their interpretation. A key case is the adjective \"poor.\"\n\nThree groups of children are presented. Ana and Pedro carry the surname \"Rico\" (rich)m which could suggest wealth, but it is only a surname, unrelated to their economic situation.\n\nIn the second group, reference is made to \"the poor children of the widow Agustina\" (\"los pobres niños de la viuda Agustina\"). Here, the word \"poor\" (\"pobres\") is found before the noun \"children\" (\"niños\"). This position is usually used in Spanish to express compassion or pity rather than an economic description. Thus, in the context, \"pobres\" (poor) conveys empathy for the children for having lost their father, not necessarily a condition of material scarcity.\n\nIn contrast, when describing Maria and Javi as \"the poor children who live in the building across the street from the school\" (\"los niños pobres que viven en el edificio frente a la escuela\") the adjective \"poor\" (\"pobres\") appears after the noun \"children\" (\"niños\"). In Spanish, this position is often used to literally indicate a lack of economic resources.\n\nEnglish Final Answer: María and Javi.", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 18 |
+
{"task_id": "680ab67b526cbd78220bc59c", "i18n_prompt": "Si yo viera mañana a mi amigo, no sabría qué hacer, si yo viera mañana a mi hermana, la invitara a comer. ¿Por qué mi hermana quiere llevar paraguas?", "i18n_gtfa": "La frase \"si yo viera\" se escucha como \"si lloviera\".", "english_prompt": "If I saw my friend tomorrow, I wouldn't know what to do; if I saw my sister tomorrow, I would invite her to lunch. Why does my sister want to bring an umbrella?\nThe phrase \"si yo viera\" (If I saw) sounds exactly the same in Spanish as \"si lloviera\" (if it rained).", "english_gtfa": "English Reasoning: The key behind the interpretation lies in the phonetic similarity between the Spanish phrases \"si yo viera\" (if I saw) and \"si lloviera\" (if it rained). These two expressions sound almost identical when spoken. This creates a natural ambiguity that can lead to a humorous misunderstanding. When the question \"why does my sister want to bring an umbrella?\" follows the hypothetical statements, it implies a misinterpretation of the original phrase. The listener may have heard \"si lloviera\" instead of \"si yo viera,\" which would shift the meaning entirely, from contemplating a potential encounter to anticipating rain. In that case, the sister's intention to bring an umbrella becomes a logical response to the perceived mention of rain rather than to the idea of meeting someone.\n\nFinal Answer: The sister wants a carry an umbrella because the phrase \"si yo viera\" (if I say) is heard exactly in Spanish as \"si lloviera\" (if it rained).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "Spain", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 19 |
+
{"task_id": "680bc71e7a8e20ca99c2bba5", "i18n_prompt": "En la clase sobre la Vía Láctea en el planetario, Marcia no tomó el autobús a la escuela y por eso Marcia no llegó, por lo que Marcia no pudo observar las estrellas y su madre sonrió.", "i18n_gtfa": "Marciano.", "english_prompt": "In the Milk Way class at the planetarium, Marcia didn't (Marcia no) take the bus to school, and so Marcia didn't (Marcia no) arrived, so Marcia couldn't (Marcia no pudo) look at the stars, and her mother smiled.\n\nIn Spanish, the words Marcia and no, form the word \"Marciano\" or \"Martian\".", "english_gtfa": "English Reasoning:This is a riddle with a characteristic Spanish wordplay, It consists of guessing the hidden word. In this case, it's between the words \"Marcia\" and \"no.\" When put together phonetically, in Spanish, it sounds like \"Martian\" (Marciano). The mother is smiling because Martian (Marciano) did that he was supposed to do: take the bus, get to the planetarium for class, and look at the stars. That's why his mother smiled. Yes, they are Martians, and that's the funny part. \n\nEnglish Final Response: Martian man (In Spanish mean, \"El marciano\").", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 20 |
+
{"task_id": "680ab67c17a1cfb0180a708e", "i18n_prompt": "\"Aquí manda Rina\" le dijo José a su hija, mientras observaba a su esposa Rina. Pedro, que tenía hambre, fue hasta donde estaba su padre corriendo. ¿Por qué se acercó Pedro con tanta prisa?", "i18n_gtfa": "Porque escuchó mandarina.", "english_prompt": "\"Rina is in charge here\" (Aquí manda Rina), José said to his daughter while looking at his wife Rina. Pedro, who was hungry, ran to his father. Why did Pedro approach with such haste?\n\nHint: \"Mandarina\" means tangerine in Spanish.", "english_gtfa": "English Reasoning: José states that \"Rina is in charge here\". This phrase in Spanish is said as \"Aquí manda Rina\". \"Manda Rina\" sounds like \"mandarina,\" which is the Spanish word for tangerine. Also, the word \"aquí\" means \"here\" in Spanish. Since Pedro was hungry, he went quickly to where his father was because he thought that \"Rina is in charge here\" (Aquí manda Rina) meant \"Tangerine here\" (Aquí Mandarina). \n\nEnglish Final Answer: Pedro heard the word tangerine (In Spanish, Mandarina).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 21 |
+
{"task_id": "680ab67c4ce46df177a7e5ba", "i18n_prompt": "Dicen las gallinas que cacarear es alegría y dicen los gatos que escarbar bajo es para un atajo y un relajo ¿Qué insecto soy?", "i18n_gtfa": "Escarabajo", "english_prompt": "The hens say that clucking is joy, and the cats say that digging (escarbar) is low (bajo) for a shortcut and relaxation. What insect am I?\n\nIn Spanish, the words \"escarbar\" (digging) and \"bajo\" (low) are perceived as \"escarabajo\", which corresponds to the name of the insect \"beetle\" in English.", "english_gtfa": "English Reasoning: This riddle uses wordplay with the terms \"escarbar\" (to dig) and \"bajo\" (low), which, when combined phonetically, form the word \"escarabajo\" (beetle). The key to the riddle lies in how both words intertwine to create a sound similar to the name of the insect.\n\nThe reference to hens serves as a distraction because the real clue comes from the cats and their association with \"escarbar\" and \"bajo.\" When pronounced aloud, this combination sounds like \"escarabajo\" (beetle). \n\nEnglish Final answer: Beetle (In Spanish, escarabajo).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 22 |
+
{"task_id": "680bc71ead0c876af914066b", "i18n_prompt": "Si yo viera, quizás entenderías por qué no tengo agua en mi casa. \n¿Por qué no tengo agua en mi casa?", "i18n_gtfa": "No llueve", "english_prompt": "If I could see (si yo viera), maybe you would understand why I don't have water in my house. \nWhy don't I have water in my house? \n\nIn Spanish, the combination of the last 2 words from “Si yo viera” (If I could see) sounds as “lloviera” (rained).", "english_gtfa": "English Reasoning: The riddle describes a person who has no water at home. The clue \"Si yo viera\" (If I could see) is a wordplay that reveals the answer when the last two words are joined: \"yoviera\", which in Spanish sounds the same as \"lloviera\" (rained), forming the phrase \"si lloviera\" (if it rained). All together, “If it rained, maybe you would understand why I don't have water in my house. Why don't I have water in my house?”. \n\nEnglish Final Answer: It doesn’t rain (In Spanish, if it rained is said \"Si lloviera\").", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 23 |
+
{"task_id": "680bc71eeec175cf92a534c9", "i18n_prompt": "Sergio en la tarde llega a buscar trabajo y en la esquina una señora se observa. Esta le dice: ¿Le interesa de jardinero? Y Sergio solo se aleja. ¿Por qué se fue Sergio?", "i18n_gtfa": "Entendió: \"¿Le interesa dejar dinero?\"", "english_prompt": "Sergio arrives in the afternoon looking for work, and notices a lady on the corner. She asks him, \"Are you interested in being a gardener?\" (¿Le interesa de jardinero?) and Sergio just walks away. Why did Sergio leave?\n\nIn Spanish, the sentence \"¿Le interesa de jardinero?\" (Are you interested as a gardener?) sounds as \"¿Le interesa dejar dinero?\" (Are you interested in leaving/giving money?)", "english_gtfa": "English reasoning: The riddle works since the sentence \"¿Le interesa de jardinero?\" (are you interested as a gardener?) can be heard as \"Le interesa dejar dinero\" (are you interested in leaving/giving money?). Sergio understood that the lady was asking him for a donation, but he was not interested in it, since he was looking for a job.\n\nEnglish Final Answer: He understood \"¿Le interesa dejar dinero? (Are you interested in giving money?).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 24 |
+
{"task_id": "680906ccc55b36621de86dd5", "i18n_prompt": "¿Quién soy? Te la digo y no me entiendes, te la repito y no me comprendes.", "i18n_gtfa": "Tela", "english_prompt": "Who am I? I tell it to you, and you don't understand me; I repeat it to you, and you don't understand me. \nThe phrase \"te la digo\" in English means \"I tell you.\" When we say it in Sapinish, \"te la\" sounds exactly the same as \"tela\" (in English fabric).", "english_gtfa": "English Reasoning: This is a classic Spanish riddle, where the key is in the phrases \"te la digo\" (I tell it to you) and \"te la repito\" (I repeat it to you). The words \"te\" and \"la\" are the key here. When spoken aloud, \"te la\" sounds like \"tela,\" which means fabric or cloth in Spanish. The riddle cleverly uses this phonetic play, hiding the word \"tela\" within the sentence. The repetition of \"te la\" leads directly to the hidden word \"tela,\" making it the answer. \n\nEnglish Final Answer: Fabric (in Spanish, tela)", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
| 25 |
+
{"task_id": "680906ce0ce1f296c1fd8e3b", "i18n_prompt": "Ya no es, ya no es, tan fácil que es y no me la adivinas de aquí a un mes.", "i18n_gtfa": "Llano", "english_prompt": "It's not anymore (ya no es), it's not anymore (ya no es), it's so easy, and yet you won't guess it even in a month.\n\nThe phrase \"ya no es\" (it's not anymore), in Spanish, sounds exactly the same as \"llano es\" which means \"plain is\" in English.", "english_gtfa": "English Reasoning: The riddle plays with sound rather than meaning to conceal its answer. The phrase \"ya no es, ya no es\" (\"it's not anymore, it's not anymore\") is key, not because of what it means, but because of how it sounds when spoken aloud in Spanish. Phonetically, \"ya no es\" closely resembles \"llano es,\" which means \"plain is.\" By repeating it, the riddle hides the word \"llano\" in plain hearing, using rhythm and repetition as misdirection. The line \"tan fácil que es y no me la adivinas de aquí a un mes\" (\"so easy it is, yet you won't guess it in a month\") adds irony, it's calling the answer obvious, even though it's cleverly disguised in the sound of the words.\n\nEnglish Final Answer: Plain (in Spanish, \"llano\")", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": true}
|
spanish_samples_classified.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
spanish_samples_classified_final.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
unknown_samples.jsonl
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"task_id": "68152a4a1b25f63e0db3580b", "i18n_prompt": "Según la siguiente frase:\n\"El gato está arriba de la mesa, entre la silla y el nene, por debajo del arco\".\nPedro tiene la misma cantidad de naranjas que sustantivos con un sólo género, más la cantidad de preposiciones. ¿Cuántas naranjas tiene?", "i18n_gtfa": "6", "english_prompt": "According to the following sentence:\n\"The cat (\"gato\"-masculine noun, feminine counterpart \"gata\") is on top of (\"de\"-preposition) the table (mesa-feminine noun with no masculine counterpart), between (entre-preposition) the chair (\"silla\"-feminine noun with no masculine counterpart) and the boy (\"nene\"-masculine noun, feminine counterpart \"nena\"), under (\"por\"-preposition from \"por debajo\") the arch (arco-masculine noun with no feminine counterpart)\".\nPedro has the same number of oranges as nouns with only one gender, plus the number of prepositions. How many oranges does he have?", "english_gtfa": "English Reasoning:\nIn Spanish, a noun with only one grammatical gender is one that does not have a corresponding form in the opposite gender. The nouns in the sentence are:\n– gato (cat; has a feminine form, gata → not counted)\n– mesa (table; feminine only)\n– silla (chair; feminine only)\n– nene (boy; has a feminine form nena → not counted)\n– arco (arch; masculine only, \"arca\" does not mean the same)\nThis gives 3 gender-fixed nouns (mesa, silla, arco).\nThe prepositions are: \"de\" (from on top of), \"entre\" (between), \"por\" from \"por debajo\" (under) → 3 prepositions.\nTotal oranges = 3 (nouns) + 3 (prepositions) = 6.\n\nEnglish Final Answer: 6.", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 2 |
+
{"task_id": "680ab67ca2b3c773b43af839", "i18n_prompt": "De camino al banco fui asaltada y me dijeron: ¡Entrega todo el dinero! ¡Y cuál fue su sorpresa cuando vieron lo que había en mi bolsa! Era un pequeño animalito, ¿puedes adivinar cuál?", "i18n_gtfa": "Gato.", "english_prompt": "On my way to the bank, (\"De camino al banco\") I was assaulted (\"fui asaltada) and I got told: Give me all the money!! (¡Dame todo el dinero!\"). Imagine their surprise when they saw what was in my purse! (\"¡Y cuál fue su sorpresa cuando vieron lo que había en mi bolsa\"). It was a puppy, can you guess what it was?\n\nIn Spanish, the words \"entrega todo\" (give me all) can form the word \"gato\" (Cat).", "english_gtfa": "English Reasoning: The story describes a wordplay; the attackers expect to find money, but instead find a small animal in the bag. The animal is hidden in the prompt in the words: \"entrega todo\" (give me all). If you put together the last syllable of the first word and the first syllable of the second word, you get; \"gato\", which means cat.\n\nEnglish Final Answer: Cat (In Spanish, means Gato).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 3 |
+
{"task_id": "680ab67bec74c1e7533f2dd4", "i18n_prompt": "La plantita de Luis no pudo crecer, él se lamenta por verla perecer. ¿De qué es la planta de Luis?", "i18n_gtfa": "De menta.", "english_prompt": "Luis's little plant couldn't grow, he laments (él se la-menta / \"De menta\") seeing it perish. What kind of plant does Luis have?", "english_gtfa": "English reasoning: The riddle plays on the Spanish word \"lamenta\", which contains the word mint (\"menta\" in Spanish). The question is asking about the type of Luis' plant and to obtain the answer, the main word must be separated (\"la-menta\"). This determines that it is a mint plant, a plant characterized by its ability to thrive in diverse environments.\n\nEnglish final answer: Mint (De \"menta\" in Spanish).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 4 |
+
{"task_id": "68101f3c2c5fd824d4f5370c", "i18n_prompt": "Mi mamá ha tenido una vida desafortunada, ya que mi hermana falleció en el accidente de cromañón. Desde entonces, cada vez que llega esa fecha ella tiene una crisis y revive el momento como si estuviera ocurriendo de nuevo, la única excepción son los años en el que la fecha cae día jueves, ya que ese año tiene dos crisis. Ahora que ha empezado a ir a terapia, la terapeuta nos ha preguntado cuántas crisis ha presentado. Dime el número exacto de crisis que mi mamá ha tenido.", "i18n_gtfa": "22", "english_prompt": "My mom has had an unfortunate life, as my sister died in the Cromañón accident. Since then, every time that date arrives, she has a crisis and relives the moment as if it were happening again, the only exception is the years when the date falls on a Thursday, because that year she has two crises. Now that she has started going to therapy, the therapist has asked us how many crises she has presented. Tell me the exac number of crises my mom has had.", "english_gtfa": "English Reasoning: The Cromañón nightclub fire happened on December 30, 2004. It's neccesary to count the crises from 2005 to 2025. In most years, she has 1 crisis on the anniversary date. When December 30 falls on a Thursday, she has 2 crises that year.\nDecember 30 fell on a Thursday in these years: 2010 and 2021.\nThat's two years with 2 crises each = 4 crises.\nThe others 18 years (2005, 2006, 2007, 2008, 2009, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2022, 2023, 2024) she had one crisis each = 18 crises.\nTherefore, she had 22 crises in total.\n\nEnglish Final Answer: 22 crises.", "category": "Cultural Reasoning & Traditions", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 5 |
+
{"task_id": "680906cb5643827ecbcc01f5", "i18n_prompt": "Tiene un sanco; pero es un charco y su número favorito es el ocho. ¿Qué es?", "i18n_gtfa": "Sancocho", "english_prompt": "It has a \"sanco\" (sounds like the word \"zanco\" in Spanish, which are very tall shoes), but it's a puddle and its favorite number is eight (ocho in Spanish). What is it?\nSancocho is a typical Hispanic food.", "english_gtfa": "English Reasoning: This is a riddle that relies on wordplay and metaphors common in Spanish. The clue \"It has a sanco\" uses the word \"sanco\" that phonetically is identical to \"zanco\" (word for very tall shoes in Spanish) is used to mislead, but also points towards the word \"sancocho\" (a type of stew), as it phonetically contains \"sanco\" (zanco). The clue \"it's a puddle\" (\"es un charco\") metaphorically describes the watery and soggy texture of the sancocho stew. And the clue \"Its favorite number is eight (ocho)\" also points to the word sancocho as it phonetically contains the second part of the word, \"ocho\" (eight).\n\nEnglish Final Answer: Sancocho (Spanish typical stew/soup)", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 6 |
+
{"task_id": "680906cb9ff1d880dcabfb25", "i18n_prompt": "El cura encuentra la cura del curandero con una curita y un buen sermón. El curandero cura al curita, que le dio el soponcio, con algo de miel y una buena infusión. Y entre tantos que curan, sin título ni bata, hay una que no es cura, pero entre cura esta camuflada. ¿Quién es?", "i18n_gtfa": "Ruca", "english_prompt": "The \"cura\" (priest) finds the \"cura\" (healer's cure) with a \"curita\" (band-aid) and a good sermon. The \"curandero\" (healer) \"cura\" (cures) the \"curita\" (diminutive for priest), who had \"soponcio\" (fainting), with some honey and a good infusion. And among so many who heal without a degree or a gown, there's one who isn't a \"cura\" (priest) but is camouflaged among \"cura\" (the word CURA). Who is she?\n\nElderly woman in some Spanish-speaking countries is said \"ruca\".", "english_gtfa": "English Reasoning: This wordplay uses the different concepts that the Spanish word \"cura\" has. Depending on the context, \"cura \" means priest, heal, or band-aid. At the end, saying \"hay una que no es cura, pero entre cura esta camuflada \" (there is one who is not a \"cura\" (priest), but she is camouflaged among \"cura\" (the word)) implies that the answer is hidden in the word itself, which in this case is \"RUCA,\" forming an anagram: words composed of the same letters in a different order. In Colombia, \"ruca\" has several meanings, depending on the context. One of them, common in some regions, refers to an elderly woman, like a grandmother, who, with her wisdom and experience, heals, cares for, and protects her sick loved ones.\n\nEnglish Final Answer: Elderly woman (\"ruca\" in Spanish)", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 7 |
+
{"task_id": "680ab67c8ddf2cf27ec06a05", "i18n_prompt": "La M es la más cara y la P es la más económica. ¿Qué me pongo en la cara?", "i18n_gtfa": "Máscara.", "english_prompt": "The M is the most expensive (la m es la más cara), and the P is the cheapest. What do I put on my face?\n\nIn Spanish \"máscara\" means mask.", "english_gtfa": "English reasoning: When the letter \"M\" is mentioned, the riddle plays on the phrase \"es MÁS CARA\" (it is more expensive), which—when said aloud in Spanish—sounds like \"máscara\" (mask).\n\nThe reference to \"P\" as something cheap acts as a distractor. It doesn’t carry a key meaning on its own, but it helps emphasize the contrast between “more expensive” (más caro) and “cheaper” (más barato), which in turn highlights the word \"máscara\" as the answer.\n\nSo, when you're asked what you put on your face, and you realize that \"más cara\" (more expensive) sounds just like \"máscara\" (mask), the answer becomes clear.\n\nEnglish Final answer: Máscara (mask).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 8 |
+
{"task_id": "6818df486eeab0138b63171c", "i18n_prompt": "A María le gustan las cosas claras y terminadas, pero no muy distantes. Prefiere cuando las cosas son de del género opuesto. A Francisco le gusta pensar en el tiempo durante el que se hacían las cosas, sobre todo si son positivas. Gustavo es fanático de las posibilidades en lo lejano. Habrá varias tiras de papel, cada una con un texto escrito. ¿Cuál sería la mejor para cada persona?\n\nA) Las flores llegarían aquí de terminar la lluvia.\nB) La cabaña refugiaba a las personas.\nC) Las mariposas habían volado con alegría.\nD) Él disparó su arma anoche. \nE) Él caminará.\nF) Allá irían los enemigos de poder pasar.\nG) Bailó mucho en el barco.\nH) Los navegantes amantes de la libertad los hacían caminar por la madera en el costado del barco.", "i18n_gtfa": "María G, Francisco B, Gustavo F.", "english_prompt": "María likes things that are clear and finished, but not too distant. She prefers when things are of the opposite gender. Francisco likes to think about the time during which things were done, especially if they are positive. Gustavo is a fan of possibilities in the distance. There will be several strips of paper, each with a written text. Which would be best for each person?\n\nA) The flowers (F) would arrive here if the rain (F) ends.\nB) The cabin (F) sheltered (refugiaba) the people (F). (Spanish Imperfect Tense)\nC) The Butterflies (F) had flown with joy (F).\nD) He/She shot (disparó) his/her weapon (F) last night (F) (Spanish Perfect Tense)\nE) He will walk.\nF) The enemies (M) would go there if they could get through.\nG) He danced (bailó) a lot on the boat (M) (Spanish Perfect Tense)\nH) The navigators, lovers of freedom, made them walk (los hacían caminar) on the plank (F) along the side of the ship (M). (Spanish Imperfect Tense)", "english_gtfa": "English Reasoning: María likes what has already ended but is not too distant. Strips D and G, written in Spanish Perfect Tense, fulfill this requirement. She also prefers things of the opposite, so strip G is the best one for María. \n\nFrancisco likes to think about the times during which things were done. That means that the strips B and H, which are written in Spanish Imperfect Tense fulfill this requirement. However, he prefers positive things, so Strip B is the best one for him.\n\nFinally, Gustavo is a fan of things that express possibilities in the distance. Strip A and F both express possibilities, however strip A refers to place nearby (here) while strip H refers to a place more distant (there), so strip H is the best for Gustavo.\n\nEnglish Final Answer: María G, Francisco B, Gustavo F.", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 9 |
+
{"task_id": "68001e6cc1ac7565ff505e3e", "i18n_prompt": "Creé una bandera con 2 colores. Si quieres ver de verdad los colores, mira a mi enamorado.", "i18n_gtfa": "Verde y morado.", "english_prompt": "Decipher what are the 2 colors of a flag I created with this Spanish pun: “Si quieres ver de verdad los colores, mira a mi enamorado” (If you want to see the colors for real, look at my lover).\nThe colors green and purple in Spanish are “verde” and “morado”.", "english_gtfa": "English Reasoning: This is a pun in Spanish, since within the sentence we can find two colors: green, which in Spanish is “verde” and we find it in “ver de verdad” (to see for real) and the purple color, in Spanish “morado” which is included in the word “enamorado” (lover). Therefore, the colors of the flag are green and purple.\nEnglish Final Answer: Green and purple (In Spanish, \"verde\" and \"morado\").", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 10 |
+
{"task_id": "68152a4ac99ee0745bf5c203", "i18n_prompt": "Tengo varias amigas, todas están pasando por diferentes situaciones.\n-Mi pobre amiga Karina se acaba de separar de su esposo, el divorcio la ha dejado con algunas deudas.\n-Mi amiga rica, Fernanda, se acaba de casar con un hombre muy bueno.\n-Por otro lado, está mi amiga Rosalía, ella dice que está rica, nos hace reír muchísimo.\n-También tenemos a mi amiga Lucia, que es una pobre estudiante de Derecho, le ha costado mucho terminar su carrera.\n-Mi amiga Jésica, es una artista pobre, pero disfruta mucho lo que hace.\n-Mi pobre amiga, Ana, acaba de perder a su madre.\n-Mi amiga pobre, Liliana, también es una gran artista.\n\n¿Cuáles son las amigas con menor estatus social?", "i18n_gtfa": "Jésica y Liliana", "english_prompt": "I have several friends, all going through different situations. \n-My \"poor\" (\"pobre\" term used for compassion) friend Karina has just separated from her husband; the divorce has left her with some debts.\n-My rich friend, Fernanda, has just married a very good man.\n-On the other hand, there's my friend Rosalía, she says she's \"rica\" (meaning she feels great), and she makes us laugh a lot.\n-We also have my friend Lucia, who is a \"poor\" (\"pobre\" term used for compassion) law student; it has been hard for her to finish her degree.\n-My friend Jésica is a \"poor\" (\"pobre\" term used to describe social status) artist, but she really enjoys what she does.\n-My \"poor\" (\"pobre\" term used for compassion) friend, Ana, has just lost her mother.\n-My \"poor\" (\"pobre\" term used to describe social status) friend, Liliana, is also a great artist.\n\nWhich friends have the lower social status?", "english_gtfa": "English Reasoning:\nIn Spanish, the word \"pobre\" (poor) can mean two different things, depending on how it is used:\n1. It can express compassion or empathy, like saying \"poor thing\" in English.\n2. It can describe someone's economic or social status, like saying someone is poor or low-income.\n\nLet's look at some examples from a group of friends:\n• \"Mi pobre amiga Karina\" (My poor friend Karina)\nThis means we feel sorry for Karina, probably because she's going through something difficult (like divorce), but it doesn't necessarily mean she is financially poor.\n• \"Mi pobre amiga Ana\" (My poor friend Ana)\nAgain, this is emotional sympathy, Ana just lost her mother.\n• \"Mi pobre amiga Lucía, estudiante de derecho\" (My poor friend Lucia, a law student)\nThis could suggest she's struggling or working hard, but the focus is not necessarily on social class, it's more about empathy.\n\nBut now compare that to:\n• \"Mi amiga Jésica, es una artista pobre\" (My friend Jésica is a poor artist).\n• \"Mi amiga pobre, Liliana, también es una gran artista\" (My poor friend Liliana is also a great artist).\n\nIn these two cases, \"pobre\" (poor) is used to directly describe their social or economic status. It's not about feeling sorry for them, it's stating that they are artists who are financially poor or belong to a lower social class. That's the key difference.\n\nEnglish Final Answer: Jésica and Liliana.", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 11 |
+
{"task_id": "68152a4a7c28579e31f1912c", "i18n_prompt": "He olvidado la contraseña de mi cuenta de criptomonedas. Por suerte, escribí la siguiente frase para recordarla: \n\"La tranquila luna iluminaba la vasta llanura mientras el águila volaba velozmente sobre el cálido desierto\". \n\nLa contraseña consta de 5 letras, un símbolo y 3 números, y cuenta con los siguientes condicionales: \n\nLas letras son las iniciales de los adjetivos, sustantivos y verbos en esta frase, en el orden que aparece. \nLas iniciales de los sustantivos y adjetivos femeninos deben estar en mayúscula, y los masculinos en minúscula. \nLas iniciales de los verbos siempre deben ir en minúscula. \nSi la última palabra es de género femenino, el símbolo sera @, caso contrario sera #. \nPara los números, que son 3, si la palabra es un sustantivo o adjetivo femenino, se cuenta el número de vocales de la palabra multiplicado por 2; si son en masculino, se cuenta el número de consonantes y se resta 1. Si la palabra es un verbo, se cuenta el número de sílabas y se resta 1.", "i18n_gtfa": "L, T, i, V, L # 4, 6, 4", "english_prompt": "I have forgotten the password to my cryptocurrency account. Fortunately, I wrote the following phrase to remember it: \"La tranquila luna iluminaba la vasta llanura mientras el águila volaba velozmente sobre el cálido desierto” (The calm moon illuminated the vast plain while the eagle flew swiftly over the warm desert).\n\nThe password consists of 5 letters, a symbol, and 3 numbers, and has the following conditions:\n\nThe letters are the initials of the adjectives, nouns, and verbs in this phrase, in the order they appear.\nThe initials of feminine nouns and adjectives must be in uppercase, and masculine ones in lowercase.\nThe initials of the verbs should always be in lowercase.\nIf the last word is feminine, the symbol will be @; if not, it will be #.\nFor the numbers, which are 3, if the word is a feminine noun or adjective, count the number of vowels in the word and multiply by 2; if they are masculine, count the number of consonants and subtract 1. If the word is a verb, count the number of syllables and subtract 1.", "english_gtfa": "In Spanish, words have gender (masculine or feminine), which affects many words like nouns, adjectives, articles, and verbs. This grammatical system is a linguistic convention. In contrast, English does not use gender in a generalized way. Although some nouns related to living beings have gender distinctions, most do not require agreement, and gender is indicated only with pronouns like \"he\" or \"she\" when necessary.\n\nFirst, the letters \nThe initials of the relevant words in order are \"tranquila\" (calm, feminine adjective) as T, \"luna\" (moon, feminine noun) as L, \"iluminaba\" (illuminated, verb) as i, \"vasta\" (vast, feminine adjective) as V, and \"llanura\" (plain, feminine noun) as L. The sequence of letters is T, L, i, V, L.\n\nSecond, the symbol \nThe last word is \"desierto\" (desert, masculine noun), so the symbol is #.\n\nThird, the numbers \n\"Tranquila\" has three vowels (a, i, a), so 3 × 2 equals 6. \n\"Luna\" has two vowels (u, a), so 2 × 2 equals 4. \n\"Iluminaba\" has five syllables (i‑lu‑mi‑na‑ba), so 5 minus 1 equals 4. \nTherefore, the three numbers are 6, 4, 4.\n\nIn conclusion: \nLetters: T, L, i, V, L \nSymbol: # \nNumbers: 6, 4, 4 \nTherefore, the password is: T, L, i, V, L # 6, 4, 4\n\nEnglish Final Answer: L, T, i, V, L # 4, 6, 4", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 12 |
+
{"task_id": "680bc71e84e18aa5509df3df", "i18n_prompt": "Fuimos a la heladería a comprar helado con Ana y Víctor, la heladería se llama \"1 Ton Helada\". ¿Sabes cuánta cantidad de helado han vendido en toda su vida?", "i18n_gtfa": "Una tonelada.", "english_prompt": "We went to the ice cream shop to buy ice cream with Ana, and Victor; the ice cream shop is called \"1 Ton Helada\" (1 Ton Frozen). Do you know how much ice cream they have sold in their whole life?\n\nIn spanish, the phrase, \"1 Ton Helada\" sounds exactly like \"una tonelada\" in English, \"one ton.\"", "english_gtfa": "English Reasoning: The question asks about the total amount of ice cream sold by \"1 Ton Helada,\" but the name of the shop itself is a clever wordplay. \"1 Ton Helada\" (1 Ton Frozen) resembles \"1 tonelada,\" which means \"1 ton\" in Spanish. Since no actual sales figures are given, the most likely answer is a playful interpretation based on the name of the shop. Therefore, the answer is humorously suggesting that they've sold one ton of ice cream, aligning with the name's implied meaning.\n\nEnglish Final Answer: One ton. (In Spanish, means \"Una tonelada\").", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 13 |
+
{"task_id": "680906cb40d23c74477ed9c0", "i18n_prompt": "Estoy en la casa y sentado a pesar de estar en la escuela y sudado ¿Qué soy?", "i18n_gtfa": "Letra S", "english_prompt": "I am in the house (casa) and seated (sentado) despite being in school (escuela) and sweaty (sudado). Who am I?", "english_gtfa": "English reasoning: The riddle uses wordplay related to the Spanish words \"casa\" (house) \"sentado\" (seated) \"school\" (escuela), and \"sweaty\" (sudado), which, if taken at face value, seem as if someone is in two places at the same time, but the letter \"S\" is what appears in all these words: \"caSa,\" \"Sentado,\" \"eScuela,\" \"Sudado\", Thus the letter \"S\" being present in each of those words is the answer. \n\nEnglish Final Answer: Letter S (Letra S)", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 14 |
+
{"task_id": "68152a4bba653a4c64f67611", "i18n_prompt": "He venido a una competencia de la universidad que han hecho para conmemorar la apertura de una nueva cátedra de literatura. Mi amigo Jackson ha decidido participar en uno de los concursos, el cual consiste en escribir la mayor cantidad de diptongos e hiatos en un tiempo determinado. Me dio mucha curiosidad porque se enfrentaba a Sara, la chica más lista de la universidad, así que decidí presenciar la competición.\nAntes de empezar, se asignó la categoría que le correspondía a cada uno. A Jackson le tocó escribir diptongos y a Sara le tocó escribir hiatos. A continuación te dejo lo que escribió cada uno de ellos.\nJackson:\n\"Yo soy un aviador que ama volar porque cuando estoy en el cielo veo las nubes pasar. La tierra es mi hogar y el aire el lugar donde puedo soñar\".\nSara:\n\"Ayer fue un día lleno de alegría, con mis hermanos estuve en el zoológico en la mañana y por la tarde me senté a leer en un parque. A lo lejos vi que en un árbol había una oruga que se iba a caer al suelo, pero no lo hizo. Finalmente, fui en la noche al teatro\".\nAún no han dicho quién es el ganador, pero la curiosidad me mata. Cuenta el número de palabras que cada uno de los participantes escribió y que pertenecen a la categoría que se les asignó y dime quién de los dos terminó ganando y con cuantos puntos.", "i18n_gtfa": "Jackson con 8 puntos.", "english_prompt": "I have come to a university competition that they have held to commemorate the opening of a new chair of literature. My friend Jackson has decided to participate in one of the contests, which consists of writing the most diphthongs and hiatuses in a given amount of time. I was very curious because he was up against Sara, the smartest girl at the university, so I decided to watch the competition.\nBefore we started, everyone was assigned their category. Jackson got to write diphthongs and Sara got to write hiatuses. Below I leave you with what each of them wrote.\nJackson:\n\"I am an aviator who loves to fly because when I am in the sky I watch the clouds go by. The earth is my home and the air the place where I can dream.\"\n(Spanish translation: \"Yo soy un aviador que ama volar porque cuando estoy en el cielo veo las nubes pasar. La tierra es mi hogar y el aire el lugar donde puedo soñar\").\nSara:\n\"Yesterday was a day full of joy, with my brothers I was at the zoo in the morning and in the afternoon I sat reading in a park. In the distance I saw that in a tree there was a caterpillar that was going to fall to the ground, but it did not. Finally, I went in the evening to the theater.\"\n(Spanish translation: \"Ayer fue un día lleno de energía, con mis hermanos estuve en el zoológico en la mañana y por la tarde me senté a leer en un parque. A lo lejos vi que en un árbol había una oruga que se iba a caer al suelo, pero no lo hizo. Finalmente, fui en la noche al teatro\").\nThey haven't said who the winner is yet, but curiosity is killing me. Count the number of words each of the participants wrote that belong to the category they were assigned and tell me who of the two ended up winning and with how many points.", "english_gtfa": "English Reasoning: To determine the winner, we need to count the number of words written by Jackson that contain diphthongs and the number of words written by Sara that contain hiatuses.\nJackson's task was to write words with diphthongs. A diphthong is a combination of two vowels pronounced in a single syllable.\nWords with diphthongs in Jackson's text are:\n1. Am (\"soy\", o+y).\n2. Aviator (\"aviador\", i+a).\n3. When (\"cuando\", u+a).\n4. Am (\"estoy\", o+y).\n5. Sky (\"cielo\", i+e).\n6. Earth (\"tierra\", i+e).\n7. Air (\"aire\", a+i).\n8. Can (\"puedo\", u+e).\nJackson wrote 8 words with diphthongs.\n\nSara's task was to write words with hiatuses. A hiatus is a combination of two vowels pronounced in separate syllables.\nWords with hiatuses in Sara's text are:\n1. Day (\"día\", í-a).\n2. Joy (\"alegría\", í-a).\n3. Zoo (\"zoológico\", o-o).\n4. Reading (\"leer\", e-e).\n5. There was (\"había\", í-a).\n6. Fall (\"caer\", a-e).\n7. Theater (\"teatro\", e-a).\nSara wrote 7 words with hiatuses.\nComparing their scores: Jackson has 8 points, and Sara has 7 points.\n\nEnglish Final Answer: Jackson wins with 8 points.", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 15 |
+
{"task_id": "68152a4afb352b9ff43df448", "i18n_prompt": "Fui a un grupo de apoyo emocional para personas con distintos problemas. Al inicio cada persona tuvo que presentarse:\n—Milena es una pobre viuda.\n—Luciana es una viuda pobre.\n—Carlos es un bombero rico.\n—Mike es un rico abogado.\nTodas se veían de diferentes clases sociales. Tomando en cuenta la descripción de cada uno ¿Quién tiene menos dinero y quién es más adinerado?", "i18n_gtfa": "Luciana tiene menos dinero.\nCarlos es el más adinerado.", "english_prompt": "I went to an emotional support group for people with different problems. At the beginning, each person had to introduce themselves:\n—Milena is a poor widow (\"pobre viuda\", a person who is unfortunate).\n—Luciana is a poor widow (\"viuda pobre\", a person who lacks money).\n—Carlos is a rich firefighter (\"bombero rico\", a person with a lot of money).\n—Mike is an attractive lawyer (\"rico abogado\", a very beautiful person).\nThey all looked from different social classes. Taking into account the description of each one, who has less money and who is wealthier?", "english_gtfa": "English Reasoning: In Spanish, the position of the adjective relative to the noun changes the meaning. When an adjective comes before the noun, it often has a more subjective or metaphorical meaning, while after the noun it has a more literal meaning. In this case, \"Pobre viuda\" suggests Milena is unfortunate but not necessarily financially poor, while \"viuda pobre\" means Luciana is literally poor financially.\nSimilarly, \"bombero rico\" means Carlos is wealthy and he has a lot of money, while \"rico abogado\" suggests Mike is a very attractive person, but not necessarily wealthy—In Spanish, \"rico\" usually means \"rich\" or \"wealthy,\" and when describing food, it means \"tasty\" or \"delicious,\" but \"rico\" can also be used with people to mean \"lovely,\" \"cute,\" or \"sexy.\"\nTo get a correct answer, it's important to consider two aspects. The first is the word order, since the meaning depends on it. The second is to take into account that in many Latin American countries, the word \"rico\" can be used to describe something or someone who is very physically attractive, especially when the word is used before the noun.\n\nEnglish Final Answer:\n—Luciana has the least money.\n—Carlos is the wealthiest.", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 16 |
+
{"task_id": "680ab67d0e9c95c6488415e3", "i18n_prompt": "A veces somos grandes, a veces somos pequeñas, pero siempre somos las que comenzamos. ¿Quiénes somos?", "i18n_gtfa": "Las letras A, B, y C", "english_prompt": "Sometimes (a veces) we are big, sometimes (a veces) we are small, but we are always the ones at the beginning. Who are we?", "english_gtfa": "The riddle describes something varying in size from \"big\" to \"small\" consistently. This describes the use of letters since they can be capital letters and lowercase letters. There is a clue in the part of the riddle that says \"we are always the ones at the beginning,\" suggesting that it's referring to the initial letters, and what shows that its the initial letters in the alphabet is the wordplay with the word \"aveces\" (sometimes) because its phonetically almost identical to the pronunciation of the letters A B C \"a-ve-ces\" which are the initial letters of the alphabet. So the riddle refers to the 3 initial letters of the alphabet, A, B, C. \n\nEnglish Final Answers: The letters A, B, and C.", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 17 |
+
{"task_id": "68152a4a12a9fd6d774b306e", "i18n_prompt": "En el salón de clases de mi hijo, hay niños con diferentes estatus sociales. Están los niños de la familia Rico, Ana Rico y Pedro Rico, son muy amigos de mi hijo. Están los pobres hijos de la viuda Agustina, ellos son Pedrito y Carlos. Y los niños pobres que viven en el edificio frente a la escuela, María y Javi.\n\n¿Quiénes son los niños que tienen un estatus social más bajo?", "i18n_gtfa": "María y Javi", "english_prompt": "In my son's classroom, there are children with different social statuses. There are the children from the Rico family, Ana Rico and Pedro Rico; they are very good friends of my son. There are the \"poor children\" (\"pobres niños\" expression of compassion) of the widow Agustina; they are Pedrito and Carlos. And the \"poor children\" (\"niños pobres\" description of socioeconomic status) who live in the building opposite the school, María and Javi. Who are the children with the lowest social status?", "english_gtfa": "English Reasoning: In the analysis of the language used to describe the different children in the classroom, not only the content but also the position of certain words influences their interpretation. A key case is the adjective \"poor.\"\n\nThree groups of children are presented. Ana and Pedro carry the surname \"Rico\" (rich)m which could suggest wealth, but it is only a surname, unrelated to their economic situation.\n\nIn the second group, reference is made to \"the poor children of the widow Agustina\" (\"los pobres niños de la viuda Agustina\"). Here, the word \"poor\" (\"pobres\") is found before the noun \"children\" (\"niños\"). This position is usually used in Spanish to express compassion or pity rather than an economic description. Thus, in the context, \"pobres\" (poor) conveys empathy for the children for having lost their father, not necessarily a condition of material scarcity.\n\nIn contrast, when describing Maria and Javi as \"the poor children who live in the building across the street from the school\" (\"los niños pobres que viven en el edificio frente a la escuela\") the adjective \"poor\" (\"pobres\") appears after the noun \"children\" (\"niños\"). In Spanish, this position is often used to literally indicate a lack of economic resources.\n\nEnglish Final Answer: María and Javi.", "category": "Linguistic Reasoning with Cultural Significance", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 18 |
+
{"task_id": "680ab67b526cbd78220bc59c", "i18n_prompt": "Si yo viera mañana a mi amigo, no sabría qué hacer, si yo viera mañana a mi hermana, la invitara a comer. ¿Por qué mi hermana quiere llevar paraguas?", "i18n_gtfa": "La frase \"si yo viera\" se escucha como \"si lloviera\".", "english_prompt": "If I saw my friend tomorrow, I wouldn't know what to do; if I saw my sister tomorrow, I would invite her to lunch. Why does my sister want to bring an umbrella?\nThe phrase \"si yo viera\" (If I saw) sounds exactly the same in Spanish as \"si lloviera\" (if it rained).", "english_gtfa": "English Reasoning: The key behind the interpretation lies in the phonetic similarity between the Spanish phrases \"si yo viera\" (if I saw) and \"si lloviera\" (if it rained). These two expressions sound almost identical when spoken. This creates a natural ambiguity that can lead to a humorous misunderstanding. When the question \"why does my sister want to bring an umbrella?\" follows the hypothetical statements, it implies a misinterpretation of the original phrase. The listener may have heard \"si lloviera\" instead of \"si yo viera,\" which would shift the meaning entirely, from contemplating a potential encounter to anticipating rain. In that case, the sister's intention to bring an umbrella becomes a logical response to the perceived mention of rain rather than to the idea of meeting someone.\n\nFinal Answer: The sister wants a carry an umbrella because the phrase \"si yo viera\" (if I say) is heard exactly in Spanish as \"si lloviera\" (if it rained).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 19 |
+
{"task_id": "680bc71e7a8e20ca99c2bba5", "i18n_prompt": "En la clase sobre la Vía Láctea en el planetario, Marcia no tomó el autobús a la escuela y por eso Marcia no llegó, por lo que Marcia no pudo observar las estrellas y su madre sonrió.", "i18n_gtfa": "Marciano.", "english_prompt": "In the Milk Way class at the planetarium, Marcia didn't (Marcia no) take the bus to school, and so Marcia didn't (Marcia no) arrived, so Marcia couldn't (Marcia no pudo) look at the stars, and her mother smiled.\n\nIn Spanish, the words Marcia and no, form the word \"Marciano\" or \"Martian\".", "english_gtfa": "English Reasoning:This is a riddle with a characteristic Spanish wordplay, It consists of guessing the hidden word. In this case, it's between the words \"Marcia\" and \"no.\" When put together phonetically, in Spanish, it sounds like \"Martian\" (Marciano). The mother is smiling because Martian (Marciano) did that he was supposed to do: take the bus, get to the planetarium for class, and look at the stars. That's why his mother smiled. Yes, they are Martians, and that's the funny part. \n\nEnglish Final Response: Martian man (In Spanish mean, \"El marciano\").", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 20 |
+
{"task_id": "680ab67c17a1cfb0180a708e", "i18n_prompt": "\"Aquí manda Rina\" le dijo José a su hija, mientras observaba a su esposa Rina. Pedro, que tenía hambre, fue hasta donde estaba su padre corriendo. ¿Por qué se acercó Pedro con tanta prisa?", "i18n_gtfa": "Porque escuchó mandarina.", "english_prompt": "\"Rina is in charge here\" (Aquí manda Rina), José said to his daughter while looking at his wife Rina. Pedro, who was hungry, ran to his father. Why did Pedro approach with such haste?\n\nHint: \"Mandarina\" means tangerine in Spanish.", "english_gtfa": "English Reasoning: José states that \"Rina is in charge here\". This phrase in Spanish is said as \"Aquí manda Rina\". \"Manda Rina\" sounds like \"mandarina,\" which is the Spanish word for tangerine. Also, the word \"aquí\" means \"here\" in Spanish. Since Pedro was hungry, he went quickly to where his father was because he thought that \"Rina is in charge here\" (Aquí manda Rina) meant \"Tangerine here\" (Aquí Mandarina). \n\nEnglish Final Answer: Pedro heard the word tangerine (In Spanish, Mandarina).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 21 |
+
{"task_id": "680ab67c4ce46df177a7e5ba", "i18n_prompt": "Dicen las gallinas que cacarear es alegría y dicen los gatos que escarbar bajo es para un atajo y un relajo ¿Qué insecto soy?", "i18n_gtfa": "Escarabajo", "english_prompt": "The hens say that clucking is joy, and the cats say that digging (escarbar) is low (bajo) for a shortcut and relaxation. What insect am I?\n\nIn Spanish, the words \"escarbar\" (digging) and \"bajo\" (low) are perceived as \"escarabajo\", which corresponds to the name of the insect \"beetle\" in English.", "english_gtfa": "English Reasoning: This riddle uses wordplay with the terms \"escarbar\" (to dig) and \"bajo\" (low), which, when combined phonetically, form the word \"escarabajo\" (beetle). The key to the riddle lies in how both words intertwine to create a sound similar to the name of the insect.\n\nThe reference to hens serves as a distraction because the real clue comes from the cats and their association with \"escarbar\" and \"bajo.\" When pronounced aloud, this combination sounds like \"escarabajo\" (beetle). \n\nEnglish Final answer: Beetle (In Spanish, escarabajo).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 22 |
+
{"task_id": "680bc71ead0c876af914066b", "i18n_prompt": "Si yo viera, quizás entenderías por qué no tengo agua en mi casa. \n¿Por qué no tengo agua en mi casa?", "i18n_gtfa": "No llueve", "english_prompt": "If I could see (si yo viera), maybe you would understand why I don't have water in my house. \nWhy don't I have water in my house? \n\nIn Spanish, the combination of the last 2 words from “Si yo viera” (If I could see) sounds as “lloviera” (rained).", "english_gtfa": "English Reasoning: The riddle describes a person who has no water at home. The clue \"Si yo viera\" (If I could see) is a wordplay that reveals the answer when the last two words are joined: \"yoviera\", which in Spanish sounds the same as \"lloviera\" (rained), forming the phrase \"si lloviera\" (if it rained). All together, “If it rained, maybe you would understand why I don't have water in my house. Why don't I have water in my house?”. \n\nEnglish Final Answer: It doesn’t rain (In Spanish, if it rained is said \"Si lloviera\").", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 23 |
+
{"task_id": "680bc71eeec175cf92a534c9", "i18n_prompt": "Sergio en la tarde llega a buscar trabajo y en la esquina una señora se observa. Esta le dice: ¿Le interesa de jardinero? Y Sergio solo se aleja. ¿Por qué se fue Sergio?", "i18n_gtfa": "Entendió: \"¿Le interesa dejar dinero?\"", "english_prompt": "Sergio arrives in the afternoon looking for work, and notices a lady on the corner. She asks him, \"Are you interested in being a gardener?\" (¿Le interesa de jardinero?) and Sergio just walks away. Why did Sergio leave?\n\nIn Spanish, the sentence \"¿Le interesa de jardinero?\" (Are you interested as a gardener?) sounds as \"¿Le interesa dejar dinero?\" (Are you interested in leaving/giving money?)", "english_gtfa": "English reasoning: The riddle works since the sentence \"¿Le interesa de jardinero?\" (are you interested as a gardener?) can be heard as \"Le interesa dejar dinero\" (are you interested in leaving/giving money?). Sergio understood that the lady was asking him for a donation, but he was not interested in it, since he was looking for a job.\n\nEnglish Final Answer: He understood \"¿Le interesa dejar dinero? (Are you interested in giving money?).", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 24 |
+
{"task_id": "680906ccc55b36621de86dd5", "i18n_prompt": "¿Quién soy? Te la digo y no me entiendes, te la repito y no me comprendes.", "i18n_gtfa": "Tela", "english_prompt": "Who am I? I tell it to you, and you don't understand me; I repeat it to you, and you don't understand me. \nThe phrase \"te la digo\" in English means \"I tell you.\" When we say it in Sapinish, \"te la\" sounds exactly the same as \"tela\" (in English fabric).", "english_gtfa": "English Reasoning: This is a classic Spanish riddle, where the key is in the phrases \"te la digo\" (I tell it to you) and \"te la repito\" (I repeat it to you). The words \"te\" and \"la\" are the key here. When spoken aloud, \"te la\" sounds like \"tela,\" which means fabric or cloth in Spanish. The riddle cleverly uses this phonetic play, hiding the word \"tela\" within the sentence. The repetition of \"te la\" leads directly to the hidden word \"tela,\" making it the answer. \n\nEnglish Final Answer: Fabric (in Spanish, tela)", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
| 25 |
+
{"task_id": "680906ce0ce1f296c1fd8e3b", "i18n_prompt": "Ya no es, ya no es, tan fácil que es y no me la adivinas de aquí a un mes.", "i18n_gtfa": "Llano", "english_prompt": "It's not anymore (ya no es), it's not anymore (ya no es), it's so easy, and yet you won't guess it even in a month.\n\nThe phrase \"ya no es\" (it's not anymore), in Spanish, sounds exactly the same as \"llano es\" which means \"plain is\" in English.", "english_gtfa": "English Reasoning: The riddle plays with sound rather than meaning to conceal its answer. The phrase \"ya no es, ya no es\" (\"it's not anymore, it's not anymore\") is key, not because of what it means, but because of how it sounds when spoken aloud in Spanish. Phonetically, \"ya no es\" closely resembles \"llano es,\" which means \"plain is.\" By repeating it, the riddle hides the word \"llano\" in plain hearing, using rhythm and repetition as misdirection. The line \"tan fácil que es y no me la adivinas de aquí a un mes\" (\"so easy it is, yet you won't guess it in a month\") adds irony, it's calling the answer obvious, even though it's cleverly disguised in the sound of the words.\n\nEnglish Final Answer: Plain (in Spanish, \"llano\")", "category": "Wordplay & Riddles with Cultural Context", "language": "Spanish", "classified_country": "unknown", "classification_model": "google/gemini-2.0-flash-001", "was_reclassified": false}
|
upload_dataset.py
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Upload LATAM NRC dataset to Hugging Face Hub."""
|
| 2 |
+
|
| 3 |
+
from huggingface_hub import login, upload_folder
|
| 4 |
+
|
| 5 |
+
# Login with your Hugging Face credentials
|
| 6 |
+
login()
|
| 7 |
+
|
| 8 |
+
# Push dataset files
|
| 9 |
+
upload_folder(
|
| 10 |
+
folder_path=".",
|
| 11 |
+
repo_id="eaguaida/latam_nrc",
|
| 12 |
+
repo_type="dataset"
|
| 13 |
+
)
|
| 14 |
+
|
| 15 |
+
print("Dataset uploaded successfully!")
|