instruction
stringclasses 1
value | input
stringlengths 7
55
| output
dict |
---|---|---|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
JOSE VALENTIN CASTILLO HOYOS
|
{
"first_name": "JOSE",
"middle_name": "VALENTIN",
"first_last_name": "CASTILLO",
"second_last_name": "HOYOS",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
CARMEN EDITH SALCEDO PABUENA
|
{
"first_name": "CARMEN",
"middle_name": "EDITH",
"first_last_name": "SALCEDO",
"second_last_name": "PABUENA",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
SIRLIS SANTOYA TARRIBA
|
{
"first_name": "SIRLIS",
"middle_name": "NULL",
"first_last_name": "SANTOYA",
"second_last_name": "TARRIBA",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ANUNCIACION CARRASCAL TOSCANO
|
{
"first_name": "ANUNCIACION",
"middle_name": "NULL",
"first_last_name": "CARRASCAL",
"second_last_name": "TOSCANO",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
NORA ISABEL SALCEDO LAMBRANO
|
{
"first_name": "NORA",
"middle_name": "ISABEL",
"first_last_name": "SALCEDO",
"second_last_name": "LAMBRANO",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
DAYS ANDRENIS MANJARREZ FERIA
|
{
"first_name": "DAYS",
"middle_name": "ANDRENIS",
"first_last_name": "MANJARREZ",
"second_last_name": "FERIA",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
OCTAVIO JOSE LOPEZ CERVANTES
|
{
"first_name": "OCTAVIO",
"middle_name": "JOSE",
"first_last_name": "LOPEZ",
"second_last_name": "CERVANTES",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
FELIPE SANTIAG DOMINGUEZ PALENCIA
|
{
"first_name": "FELIPE",
"middle_name": "SANTIAG",
"first_last_name": "DOMINGUEZ",
"second_last_name": "PALENCIA",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
NACIRA ISABEL TOVAR MONTERROZA
|
{
"first_name": "NACIRA",
"middle_name": "ISABEL",
"first_last_name": "TOVAR",
"second_last_name": "MONTERROZA",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
RAFAEL ADOLFO MUNOZ SALGADO
|
{
"first_name": "RAFAEL",
"middle_name": "ADOLFO",
"first_last_name": "MUNOZ",
"second_last_name": "SALGADO",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
CARMEN ELENA GUZMAN MENDEZ
|
{
"first_name": "CARMEN",
"middle_name": "ELENA",
"first_last_name": "GUZMAN",
"second_last_name": "MENDEZ",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ANASTACIA ISABEL ORTEGA MEZA
|
{
"first_name": "ANASTACIA",
"middle_name": "ISABEL",
"first_last_name": "ORTEGA",
"second_last_name": "MEZA",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
OROSMAN JOSE DIAZ PINTO
|
{
"first_name": "OROSMAN",
"middle_name": "JOSE",
"first_last_name": "DIAZ",
"second_last_name": "PINTO",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ISABEL MARIA PEREZ GUZMAN
|
{
"first_name": "ISABEL",
"middle_name": "MARIA",
"first_last_name": "PEREZ",
"second_last_name": "GUZMAN",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
NELLY MARINA PEREZ MARTINEZ
|
{
"first_name": "NELLY",
"middle_name": "MARINA",
"first_last_name": "PEREZ",
"second_last_name": "MARTINEZ",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
YANET DEL CARMEN AVILA MENDEZ
|
{
"first_name": "YANET",
"middle_name": "DEL CARMEN",
"first_last_name": "AVILA",
"second_last_name": "MENDEZ",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
SURINASIS DEL CARMEN PEREZ ALVAREZ
|
{
"first_name": "SURINASIS",
"middle_name": "DEL CARMEN",
"first_last_name": "PEREZ",
"second_last_name": "ALVAREZ",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
JULIO MIGUEL MARTINEZ TOVAR
|
{
"first_name": "JULIO",
"middle_name": "MIGUEL",
"first_last_name": "MARTINEZ",
"second_last_name": "TOVAR",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
WILLIAM FABIAN SALCEDO PEREZ
|
{
"first_name": "WILLIAM",
"middle_name": "FABIAN",
"first_last_name": "SALCEDO",
"second_last_name": "PEREZ",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ROSA NAVAS PINEDA
|
{
"first_name": "ROSA",
"middle_name": "NULL",
"first_last_name": "NAVAS",
"second_last_name": "PINEDA",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ARMANDO JOSE NAVAS RAMIREZ
|
{
"first_name": "ARMANDO",
"middle_name": "JOSE",
"first_last_name": "NAVAS",
"second_last_name": "RAMIREZ",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
LUIS ENRIQUE POLO HERNANDEZ
|
{
"first_name": "LUIS",
"middle_name": "ENRIQUE",
"first_last_name": "POLO",
"second_last_name": "HERNANDEZ",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ROBER JOSE LOPEZ PATERNINA
|
{
"first_name": "ROBER",
"middle_name": "JOSE",
"first_last_name": "LOPEZ",
"second_last_name": "PATERNINA",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
JOSE RAFAEL MONTOYA ORTEGA
|
{
"first_name": "JOSE",
"middle_name": "RAFAEL",
"first_last_name": "MONTOYA",
"second_last_name": "ORTEGA",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
LUVIN ALBERTO MARRIAGA BUELVAS
|
{
"first_name": "LUVIN",
"middle_name": "ALBERTO",
"first_last_name": "MARRIAGA",
"second_last_name": "BUELVAS",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
HERCILIA ROSA GUERRA BARRETO
|
{
"first_name": "HERCILIA",
"middle_name": "ROSA",
"first_last_name": "GUERRA",
"second_last_name": "BARRETO",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
SAIDE SUSANA CALUME RODRIGUEZ
|
{
"first_name": "SAIDE",
"middle_name": "SUSANA",
"first_last_name": "CALUME",
"second_last_name": "RODRIGUEZ",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
DAVID RAFAEL CRUZ BUELVAS
|
{
"first_name": "DAVID",
"middle_name": "RAFAEL",
"first_last_name": "CRUZ",
"second_last_name": "BUELVAS",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
MARIA CECILIA DOMINGUEZ GUZMAN
|
{
"first_name": "MARIA",
"middle_name": "CECILIA",
"first_last_name": "DOMINGUEZ",
"second_last_name": "GUZMAN",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
CRISTINA ISABEL RAMOS PATERNINA
|
{
"first_name": "CRISTINA",
"middle_name": "ISABEL",
"first_last_name": "RAMOS",
"second_last_name": "PATERNINA",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
HUMBERTO ENRIQU MOGOLLON CANCHILA
|
{
"first_name": "HUMBERTO",
"middle_name": "ENRIQU",
"first_last_name": "MOGOLLON",
"second_last_name": "CANCHILA",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ROBLES GOMEZ EVARISTO
|
{
"first_name": "ROBLES",
"middle_name": "NULL",
"first_last_name": "GOMEZ",
"second_last_name": "EVARISTO",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
FREDDY ROMERO QUINTERO
|
{
"first_name": "FREDDY",
"middle_name": "NULL",
"first_last_name": "ROMERO",
"second_last_name": "QUINTERO",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
NEBIS DEL CARMEN DE ARCOS BALDOVINO
|
{
"first_name": "NEBIS",
"middle_name": "DEL CARMEN",
"first_last_name": "DE ARCOS",
"second_last_name": "BALDOVINO",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
MERY GOMEZ AGUILAR
|
{
"first_name": "MERY",
"middle_name": "NULL",
"first_last_name": "GOMEZ",
"second_last_name": "AGUILAR",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
HORACIO ANTONIO RAMOS PATRON
|
{
"first_name": "HORACIO",
"middle_name": "ANTONIO",
"first_last_name": "RAMOS",
"second_last_name": "PATRON",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
URIEL PADILLA PEREZ
|
{
"first_name": "URIEL",
"middle_name": "NULL",
"first_last_name": "PADILLA",
"second_last_name": "PEREZ",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
CANDELARIA PATRICIA MARTELO CUELLO
|
{
"first_name": "CANDELARIA",
"middle_name": "PATRICIA",
"first_last_name": "MARTELO",
"second_last_name": "CUELLO",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
HILDA PEREZ ORTEGA
|
{
"first_name": "HILDA",
"middle_name": "NULL",
"first_last_name": "PEREZ",
"second_last_name": "ORTEGA",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ELAICER DE JESUS MENDEZ RAMOS
|
{
"first_name": "ELAICER",
"middle_name": "DE JESUS",
"first_last_name": "MENDEZ",
"second_last_name": "RAMOS",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
LIBARDO DIAZ MENDOZA
|
{
"first_name": "LIBARDO",
"middle_name": "NULL",
"first_last_name": "DIAZ",
"second_last_name": "MENDOZA",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
EPIFANIO DE JES MONTERROZA SOTELO
|
{
"first_name": "EPIFANIO",
"middle_name": "DE JES",
"first_last_name": "MONTERROZA",
"second_last_name": "SOTELO",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
RODOLFO CARRASCAL GOMEZ AMILCAR
|
{
"first_name": "RODOLFO",
"middle_name": "NULL",
"first_last_name": "CARRASCAL",
"second_last_name": "GOMEZ AMILCAR",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
AIDA LUZ VILLEGAS BUELVAS
|
{
"first_name": "AIDA",
"middle_name": "LUZ",
"first_last_name": "VILLEGAS",
"second_last_name": "BUELVAS",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
MARTHA LUCIA PEREZ PEREZ
|
{
"first_name": "MARTHA",
"middle_name": "LUCIA",
"first_last_name": "PEREZ",
"second_last_name": "PEREZ",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ARACELIS RODRIGUEZ CANCHILA
|
{
"first_name": "ARACELIS",
"middle_name": "NULL",
"first_last_name": "RODRIGUEZ",
"second_last_name": "CANCHILA",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
GARIS ALBERTO HERNANDEZ REYES
|
{
"first_name": "GARIS",
"middle_name": "ALBERTO",
"first_last_name": "HERNANDEZ",
"second_last_name": "REYES",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
WILMER DE JESUS ACOSTA MENDEZ
|
{
"first_name": "WILMER",
"middle_name": "DE JESUS",
"first_last_name": "ACOSTA",
"second_last_name": "MENDEZ",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
FERNANDO CAYETANO FERIA TOVAR
|
{
"first_name": "FERNANDO",
"middle_name": "CAYETANO",
"first_last_name": "FERIA",
"second_last_name": "TOVAR",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ZENAIDA ESTER FLOREZ ROMERO
|
{
"first_name": "ZENAIDA",
"middle_name": "ESTER",
"first_last_name": "FLOREZ",
"second_last_name": "ROMERO",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
IRINA ALANA VILLADIEGO DIAZ
|
{
"first_name": "IRINA",
"middle_name": "ALANA",
"first_last_name": "VILLADIEGO",
"second_last_name": "DIAZ",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
JOSE VICENTE GERALDINO CHIMENTO
|
{
"first_name": "JOSE",
"middle_name": "VICENTE",
"first_last_name": "GERALDINO",
"second_last_name": "CHIMENTO",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
MICHEL EUGENIO REYES CANCHILA
|
{
"first_name": "MICHEL",
"middle_name": "EUGENIO",
"first_last_name": "REYES",
"second_last_name": "CANCHILA",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ANA FABIOLA OLIVERA SALCEDO
|
{
"first_name": "ANA",
"middle_name": "FABIOLA",
"first_last_name": "OLIVERA",
"second_last_name": "SALCEDO",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
WILSON DEL CRISTO TERAN ESCOBAR
|
{
"first_name": "WILSON",
"middle_name": "DEL CRISTO",
"first_last_name": "TERAN",
"second_last_name": "ESCOBAR",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
JULIO HERNANDO GARZON LEON
|
{
"first_name": "JULIO",
"middle_name": "HERNANDO",
"first_last_name": "GARZON",
"second_last_name": "LEON",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
GUSTAVO ANDRES LOPEZ SIERRA
|
{
"first_name": "GUSTAVO",
"middle_name": "ANDRES",
"first_last_name": "LOPEZ",
"second_last_name": "SIERRA",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
LILIANA GRISELDA CASAS ORTEGA
|
{
"first_name": "LILIANA",
"middle_name": "GRISELDA",
"first_last_name": "CASAS",
"second_last_name": "ORTEGA",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
RAMONA DEL CARMEN FRANCO BARRETO
|
{
"first_name": "RAMONA",
"middle_name": "DEL CARMEN",
"first_last_name": "FRANCO",
"second_last_name": "BARRETO",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
DELLANIRA PATERNINA MONTERROZA
|
{
"first_name": "DELLANIRA",
"middle_name": "NULL",
"first_last_name": "PATERNINA",
"second_last_name": "MONTERROZA",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
YASMIN PILAR MERCADO ORTEGA
|
{
"first_name": "YASMIN",
"middle_name": "PILAR",
"first_last_name": "MERCADO",
"second_last_name": "ORTEGA",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ARISTIDES MANUEL ROMAN BERRIO
|
{
"first_name": "ARISTIDES",
"middle_name": "MANUEL",
"first_last_name": "ROMAN",
"second_last_name": "BERRIO",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
GLORIA EDITH PALACIO SUAREZ
|
{
"first_name": "GLORIA",
"middle_name": "EDITH",
"first_last_name": "PALACIO",
"second_last_name": "SUAREZ",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ELVIRA DE JESUS FLOREZ BUELVAS
|
{
"first_name": "ELVIRA",
"middle_name": "DE JESUS",
"first_last_name": "FLOREZ",
"second_last_name": "BUELVAS",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
JUANA MENDOZA TOVAR
|
{
"first_name": "JUANA",
"middle_name": "NULL",
"first_last_name": "MENDOZA",
"second_last_name": "TOVAR",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ISABEL MARIA SALCEDO LOPEZ
|
{
"first_name": "ISABEL",
"middle_name": "MARIA",
"first_last_name": "SALCEDO",
"second_last_name": "LOPEZ",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ENIRMA LUISA CARRASCAL MENDEZ
|
{
"first_name": "ENIRMA",
"middle_name": "LUISA",
"first_last_name": "CARRASCAL",
"second_last_name": "MENDEZ",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ALBA MARINA JARABA MORENO
|
{
"first_name": "ALBA",
"middle_name": "MARINA",
"first_last_name": "JARABA",
"second_last_name": "MORENO",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
JOSE DAMIAN QUIROZ PALENCIA
|
{
"first_name": "JOSE",
"middle_name": "DAMIAN",
"first_last_name": "QUIROZ",
"second_last_name": "PALENCIA",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ANGELICA MARIA BADEL RODRIGUEZ
|
{
"first_name": "ANGELICA",
"middle_name": "MARIA",
"first_last_name": "BADEL",
"second_last_name": "RODRIGUEZ",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
CARMEN LUCILA GARRIDO BARRETO
|
{
"first_name": "CARMEN",
"middle_name": "LUCILA",
"first_last_name": "GARRIDO",
"second_last_name": "BARRETO",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
MARIO DEL CRISTO VIVERO SEBA
|
{
"first_name": "MARIO",
"middle_name": "DEL CRISTO",
"first_last_name": "VIVERO",
"second_last_name": "SEBA",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
JOSEFA MARIA MARQUEZ GOEZ
|
{
"first_name": "JOSEFA",
"middle_name": "MARIA",
"first_last_name": "MARQUEZ",
"second_last_name": "GOEZ",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
NANCY DE LOS REYES GOMEZ MARQUEZ
|
{
"first_name": "NANCY",
"middle_name": "DE LOS REYES",
"first_last_name": "GOMEZ",
"second_last_name": "MARQUEZ",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
NESTOR DIAZ CASTRO
|
{
"first_name": "NESTOR",
"middle_name": "NULL",
"first_last_name": "DIAZ",
"second_last_name": "CASTRO",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
JANEIRO DARIO RAMIREZ HADECHNI
|
{
"first_name": "JANEIRO",
"middle_name": "DARIO",
"first_last_name": "RAMIREZ",
"second_last_name": "HADECHNI",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
NIDIA DEL ROSARIO SEVILLA FRANCO
|
{
"first_name": "NIDIA",
"middle_name": "DEL ROSARIO",
"first_last_name": "SEVILLA",
"second_last_name": "FRANCO",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
YAHAIRA YAISIT KASSE TOVAR
|
{
"first_name": "YAHAIRA",
"middle_name": "YAISIT",
"first_last_name": "KASSE",
"second_last_name": "TOVAR",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ANGELICA MARIA BADEL RODRIGUEZ
|
{
"first_name": "ANGELICA",
"middle_name": "MARIA",
"first_last_name": "BADEL",
"second_last_name": "RODRIGUEZ",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
LILIANA PAOLA MONTERROSA CONEO
|
{
"first_name": "LILIANA",
"middle_name": "PAOLA",
"first_last_name": "MONTERROSA",
"second_last_name": "CONEO",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
JORGE ARMANDO FUNEME URIAN
|
{
"first_name": "JORGE",
"middle_name": "ARMANDO",
"first_last_name": "FUNEME",
"second_last_name": "URIAN",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ROBINSON ANTONIO Y SU MASA HERENCIAL GONZALEZ ROMERO
|
{
"first_name": "ROBINSON",
"middle_name": "ANTONIO Y SU MASA HERENCIAL",
"first_last_name": "GONZALEZ",
"second_last_name": "ROMERO",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
KARINA BEATRIZ MARTINEZ LASTRE
|
{
"first_name": "KARINA",
"middle_name": "BEATRIZ",
"first_last_name": "MARTINEZ",
"second_last_name": "LASTRE",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
MANUEL ENRIQUE SIERRA VERGARA
|
{
"first_name": "MANUEL",
"middle_name": "ENRIQUE",
"first_last_name": "SIERRA",
"second_last_name": "VERGARA",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
JAIDITH ARMANDO SANCHEZ QUIROZ
|
{
"first_name": "JAIDITH",
"middle_name": "ARMANDO",
"first_last_name": "SANCHEZ",
"second_last_name": "QUIROZ",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
LUISA GERTRUDIS PEREZ PACHECO
|
{
"first_name": "LUISA",
"middle_name": "GERTRUDIS",
"first_last_name": "PEREZ",
"second_last_name": "PACHECO",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
LUCIA ISABEL GOMEZ BURGOS
|
{
"first_name": "LUCIA",
"middle_name": "ISABEL",
"first_last_name": "GOMEZ",
"second_last_name": "BURGOS",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
EVA DEL CARMEN LOPEZ LOPEZ
|
{
"first_name": "EVA",
"middle_name": "DEL CARMEN",
"first_last_name": "LOPEZ",
"second_last_name": "LOPEZ",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
JOSE MANUEL GONZALEZ MONTERROSA
|
{
"first_name": "JOSE",
"middle_name": "MANUEL",
"first_last_name": "GONZALEZ",
"second_last_name": "MONTERROSA",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ALBERTINA ISABEL CORENA NAVAS
|
{
"first_name": "ALBERTINA",
"middle_name": "ISABEL",
"first_last_name": "CORENA",
"second_last_name": "NAVAS",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
CARLOS ENRIQUE SILVA BORJA
|
{
"first_name": "CARLOS",
"middle_name": "ENRIQUE",
"first_last_name": "SILVA",
"second_last_name": "BORJA",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ROQUE DE JESUS CHIMENTI MACHADO
|
{
"first_name": "ROQUE",
"middle_name": "DE JESUS",
"first_last_name": "CHIMENTI",
"second_last_name": "MACHADO",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ANANIAS LORENZO ANGULO ANGULO
|
{
"first_name": "ANANIAS",
"middle_name": "LORENZO",
"first_last_name": "ANGULO",
"second_last_name": "ANGULO",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ROBERT DE JESUS VITAL PATERNINA
|
{
"first_name": "ROBERT",
"middle_name": "DE JESUS",
"first_last_name": "VITAL",
"second_last_name": "PATERNINA",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ALEJANDRO DE JESUS GARCIA ROSA
|
{
"first_name": "ALEJANDRO",
"middle_name": "DE JESUS",
"first_last_name": "GARCIA",
"second_last_name": "ROSA",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
LEDA MARGARITA BELTRAN PERNETH
|
{
"first_name": "LEDA",
"middle_name": "MARGARITA",
"first_last_name": "BELTRAN",
"second_last_name": "PERNETH",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
ESTEFANIA ISABEL GONGORA MEDINA
|
{
"first_name": "ESTEFANIA",
"middle_name": "ISABEL",
"first_last_name": "GONGORA",
"second_last_name": "MEDINA",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
HECTOR DE JESUS SERNA SERNA
|
{
"first_name": "HECTOR",
"middle_name": "DE JESUS",
"first_last_name": "SERNA",
"second_last_name": "SERNA",
"gender": "0"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
MARGARITA TIBURCIA PEREZ BUELVAS
|
{
"first_name": "MARGARITA",
"middle_name": "TIBURCIA",
"first_last_name": "PEREZ",
"second_last_name": "BUELVAS",
"gender": "1"
}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first_name,' 'middle_name,' 'first_last_name', 'second_last_name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS or DEL or EL or DE LAS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LAS ROSAS or DE LOS SANTOS or DEL SOCORRO (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names or more. Think step by step.
|
CARMELO PEREZ CARRASCAL
|
{
"first_name": "CARMELO",
"middle_name": "NULL",
"first_last_name": "PEREZ",
"second_last_name": "CARRASCAL",
"gender": "0"
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.