instruction
stringclasses 1
value | input
stringlengths 14
52
| output
stringlengths 120
153
|
---|---|---|
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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | IGNACIO FLOREZ LOPEZ | {"first_name" : "IGNACIO", "middle_name" : "NULL", "first_last_name" : "FLOREZ", "second_last_name" : "LOPEZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | RAMON JESUS LOPEZ BUELVAS | {"first_name" : "RAMON", "middle_name" : "JESUS", "first_last_name" : "LOPEZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | LEDIS DEL CARMEN TOVAR RIVERA | {"first_name" : "LEDIS", "middle_name" : "DEL CARMEN", "first_last_name" : "TOVAR", "second_last_name" : "RIVERA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | MARELIS MARIA BETIN SANCHEZ | {"first_name" : "MARELIS", "middle_name" : "MARIA", "first_last_name" : "BETIN", "second_last_name" : "SANCHEZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | SONIA DE JESUS ESCOBAR MONTOYA | {"first_name" : "SONIA", "middle_name" : "DE JESUS", "first_last_name" : "ESCOBAR", "second_last_name" : "MONTOYA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | JAIME JOSE SIERRA ALVAREZ | {"first_name" : "JAIME", "middle_name" : "JOSE", "first_last_name" : "SIERRA", "second_last_name" : "ALVAREZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | BARTOLO DE JESUS MEZA CARRASCAL | {"first_name" : "BARTOLO", "middle_name" : "DE JESUS", "first_last_name" : "MEZA", "second_last_name" : "CARRASCAL", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ALFREDO ENRRIQUE AMAYA LOPEZ | {"first_name" : "ALFREDO", "middle_name" : "ENRRIQUE", "first_last_name" : "AMAYA", "second_last_name" : "LOPEZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | FANNY PAOLA MENDEZ PEREZ | {"first_name" : "FANNY", "middle_name" : "PAOLA", "first_last_name" : "MENDEZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ELIS JOHANA MONTERO BALDOVINO | {"first_name" : "ELIS", "middle_name" : "JOHANA", "first_last_name" : "MONTERO", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ELSA BEATRIZ GUZMAN SALCEDO | {"first_name" : "ELSA", "middle_name" : "BEATRIZ", "first_last_name" : "GUZMAN", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | AMANDA MARCELA RAMOS MENDOZA | {"first_name" : "AMANDA", "middle_name" : "MARCELA", "first_last_name" : "RAMOS", "second_last_name" : "MENDOZA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | EDWIN RAFAEL BENITEZ LARA | {"first_name" : "EDWIN", "middle_name" : "RAFAEL", "first_last_name" : "BENITEZ", "second_last_name" : "LARA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | LESMI YAMIL MEDINA CATALAN | {"first_name" : "LESMI", "middle_name" : "YAMIL", "first_last_name" : "MEDINA", "second_last_name" : "CATALAN", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ANGELES DOMINGUEZ PEÑARANDA | {"first_name" : "ANGELES", "middle_name" : "NULL", "first_last_name" : "DOMINGUEZ", "second_last_name" : "PEÑARANDA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | LUZ MARINA MENDOZA MEZA | {"first_name" : "LUZ", "middle_name" : "MARINA", "first_last_name" : "MENDOZA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | MARLENE PATERNINA FLOREZ | {"first_name" : "MARLENE", "middle_name" : "NULL", "first_last_name" : "PATERNINA", "second_last_name" : "FLOREZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | YOCONDA CECILIA DIAZ MONTERROZA | {"first_name" : "YOCONDA", "middle_name" : "CECILIA", "first_last_name" : "DIAZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | LUIS EDUARDO ESTRADA ROYETH | {"first_name" : "LUIS", "middle_name" : "EDUARDO", "first_last_name" : "ESTRADA", "second_last_name" : "ROYETH", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | FANNY PAOLA MENDEZ PEREZ | {"first_name" : "FANNY", "middle_name" : "PAOLA", "first_last_name" : "MENDEZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | LUIS FERNANDO MERCADO VIDES | {"first_name" : "LUIS", "middle_name" : "FERNANDO", "first_last_name" : "MERCADO", "second_last_name" : "VIDES", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | MANUEL ENRIQUE CARDENAS DOMINGUEZ | {"first_name" : "MANUEL", "middle_name" : "ENRIQUE", "first_last_name" : "CARDENAS", "second_last_name" : "DOMINGUEZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ARNOVIS DE JESUS DIAZ FLOREZ | {"first_name" : "ARNOVIS", "middle_name" : "DE JESUS", "first_last_name" : "DIAZ", "second_last_name" : "FLOREZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | MARIA PETRONA PEREZ PEREZ | {"first_name" : "MARIA", "middle_name" : "PETRONA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | JULIANA BETANCUR ESCOBAR | {"first_name" : "JULIANA", "middle_name" : "NULL", "first_last_name" : "BETANCUR", "second_last_name" : "ESCOBAR", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | OLGA REGINA GUZMAN DOMINGUEZ | {"first_name" : "OLGA", "middle_name" : "REGINA", "first_last_name" : "GUZMAN", "second_last_name" : "DOMINGUEZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | REYE DE JESUS PADILLA QUIROZ | {"first_name" : "REYE", "middle_name" : "DE JESUS", "first_last_name" : "PADILLA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | LUCY DEL CARMEN PEÑA SALCEDO | {"first_name" : "LUCY", "middle_name" : "DEL CARMEN", "first_last_name" : "PEÑA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ARLEN SEGUNDO OLMOS MENDOZA | {"first_name" : "ARLEN", "middle_name" : "SEGUNDO", "first_last_name" : "OLMOS", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | FANNY LUZ MERCADO SALGADO | {"first_name" : "FANNY", "middle_name" : "LUZ", "first_last_name" : "MERCADO", "second_last_name" : "SALGADO", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ELMER RAMIREZ PADILLA | {"first_name" : "ELMER", "middle_name" : "NULL", "first_last_name" : "RAMIREZ", "second_last_name" : "PADILLA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | EDILSA DEL ROSARIO SALAZAR AGUAS | {"first_name" : "EDILSA", "middle_name" : "DEL ROSARIO", "first_last_name" : "SALAZAR", "second_last_name" : "AGUAS", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | YORLEYDA PATRICIA LOPEZ RODRIGUEZ | {"first_name" : "YORLEYDA", "middle_name" : "PATRICIA", "first_last_name" : "LOPEZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | EDUARDO CARLOS DE VIVERO BADEL | {"first_name" : "EDUARDO", "middle_name" : "CARLOS", "first_last_name" : "DE VIVERO", "second_last_name" : "BADEL", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | BELLA SOL DOMINGUEZ PATERNINA | {"first_name" : "BELLA", "middle_name" : "SOL", "first_last_name" : "DOMINGUEZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ANA DEL ROSARIO DONADO PATERNINA | {"first_name" : "ANA", "middle_name" : "DEL ROSARIO", "first_last_name" : "DONADO", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | HILIDO MANUEL RUIZ DONADO | {"first_name" : "HILIDO", "middle_name" : "MANUEL", "first_last_name" : "RUIZ", "second_last_name" : "DONADO", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | APOLINAR JOSE PEREZ FUNES | {"first_name" : "APOLINAR", "middle_name" : "JOSE", "first_last_name" : "PEREZ", "second_last_name" : "FUNES", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | CRISPULO MARTINEZ MEZA | {"first_name" : "CRISPULO", "middle_name" : "NULL", "first_last_name" : "MARTINEZ", "second_last_name" : "MEZA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | GREGORIA LOPEZ | {"first_name" : "GREGORIA", "middle_name" : "NULL", "first_last_name" : "LOPEZ", "second_last_name" : "NULL", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ADRI YULIETT CASTRO MOGOLLON | {"first_name" : "ADRI", "middle_name" : "YULIETT", "first_last_name" : "CASTRO", "second_last_name" : "MOGOLLON", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | INES DEL CARMEN ROMERO RAMOS | {"first_name" : "INES", "middle_name" : "DEL CARMEN", "first_last_name" : "ROMERO", "second_last_name" : "RAMOS", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | DANCY SAGUIT VARGAS MONTERROSA | {"first_name" : "DANCY", "middle_name" : "SAGUIT", "first_last_name" : "VARGAS", "second_last_name" : "MONTERROSA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | YANDRIS YERENIS PEREZ ARRIETA | {"first_name" : "YANDRIS", "middle_name" : "YERENIS", "first_last_name" : "PEREZ", "second_last_name" : "ARRIETA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | MIZZAR INDEZUZA ALMANZA | {"first_name" : "MIZZAR", "middle_name" : "NULL", "first_last_name" : "INDEZUZA", "second_last_name" : "ALMANZA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | EDUARDO JACINTO VERGARA GARCIA | {"first_name" : "EDUARDO", "middle_name" : "JACINTO", "first_last_name" : "VERGARA", "second_last_name" : "GARCIA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | BERNAVELA ANTONIA SIERRA DLUYZ | {"first_name" : "BERNAVELA", "middle_name" : "ANTONIA", "first_last_name" : "SIERRA", "second_last_name" : "DLUYZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | RAFAEL GARCIA PATERNINA SATURNINO | {"first_name" : "RAFAEL", "middle_name" : "NULL", "first_last_name" : "GARCIA", "second_last_name" : "PATERNINA SATURNINO", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | EDITH DEL CARMEN RIVERO MIELES | {"first_name" : "EDITH", "middle_name" : "DEL CARMEN", "first_last_name" : "RIVERO", "second_last_name" : "MIELES", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | BERTILDA ISABEL MENDOZA PERALTA | {"first_name" : "BERTILDA", "middle_name" : "ISABEL", "first_last_name" : "MENDOZA", "second_last_name" : "PERALTA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | MARY LUZ DIAZ RODRIGUEZ | {"first_name" : "MARY", "middle_name" : "LUZ", "first_last_name" : "DIAZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | CESAR TULIO MARTINEZ ROMERO | {"first_name" : "CESAR", "middle_name" : "TULIO", "first_last_name" : "MARTINEZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | CRISTOBAL FIDEN SALCEDO DOMINGUEZ | {"first_name" : "CRISTOBAL", "middle_name" : "FIDEN", "first_last_name" : "SALCEDO", "second_last_name" : "DOMINGUEZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | MARIA DE LAS MERCE GARCIA MARQUEZ | {"first_name" : "MARIA", "middle_name" : "DE LAS MERCE", "first_last_name" : "GARCIA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ANDRES MOSQUERA HERNANDEZ MALAGON | {"first_name" : "ANDRES", "middle_name" : "NULL", "first_last_name" : "MOSQUERA", "second_last_name" : "HERNANDEZ MALAGON", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | LILA ESTHER PORTO PANIZA | {"first_name" : "LILA", "middle_name" : "ESTHER", "first_last_name" : "PORTO", "second_last_name" : "PANIZA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | CARMEN DE LAS NIE FLOREZ ESCUDERO | {"first_name" : "CARMEN", "middle_name" : "DE LAS NIE", "first_last_name" : "FLOREZ", "second_last_name" : "ESCUDERO", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | HERCIDYS MARIA SALGADO SANTOS | {"first_name" : "HERCIDYS", "middle_name" : "MARIA", "first_last_name" : "SALGADO", "second_last_name" : "SANTOS", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ERIC NAVARRO CONTRERAS | {"first_name" : "ERIC", "middle_name" : "NULL", "first_last_name" : "NAVARRO", "second_last_name" : "CONTRERAS", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | CLAUDIA STELLA MONTOYA ESCOBAR | {"first_name" : "CLAUDIA", "middle_name" : "STELLA", "first_last_name" : "MONTOYA", "second_last_name" : "ESCOBAR", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | JESUS ESTEBAN CUELLAR ORTIZ | {"first_name" : "JESUS", "middle_name" : "ESTEBAN", "first_last_name" : "CUELLAR", "second_last_name" : "ORTIZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | RAMIRO ANTONIO TOVAR PALACIOS | {"first_name" : "RAMIRO", "middle_name" : "ANTONIO", "first_last_name" : "TOVAR", "second_last_name" : "PALACIOS", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ANA ESTHER OSORIO ALDANA | {"first_name" : "ANA", "middle_name" : "ESTHER", "first_last_name" : "OSORIO", "second_last_name" : "ALDANA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | LELIS CORENA FUNEZ | {"first_name" : "LELIS", "middle_name" : "NULL", "first_last_name" : "CORENA", "second_last_name" : "FUNEZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | YUDITH DEL SOCORRO PEREZ CARDENAS | {"first_name" : "YUDITH", "middle_name" : "DEL SOCORRO", "first_last_name" : "PEREZ", "second_last_name" : "CARDENAS", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ONAIDA DEL SOCORRO SALGADO TOVAR | {"first_name" : "ONAIDA", "middle_name" : "DEL SOCORRO", "first_last_name" : "SALGADO", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | YUDY NATALI QUINTERO GIRALDO | {"first_name" : "YUDY", "middle_name" : "NATALI", "first_last_name" : "QUINTERO", "second_last_name" : "GIRALDO", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | TERESITA DE JESUS MERCADO MARTINEZ | {"first_name" : "TERESITA", "middle_name" : "DE JESUS", "first_last_name" : "MERCADO", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | JULIO CESAR PEREZ MONTES | {"first_name" : "JULIO", "middle_name" : "CESAR", "first_last_name" : "PEREZ", "second_last_name" : "MONTES", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ALMA ROSA TORRES ALDANA | {"first_name" : "ALMA", "middle_name" : "ROSA", "first_last_name" : "TORRES", "second_last_name" : "ALDANA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ANA LUCIA DOMINGUEZ TOVAR | {"first_name" : "ANA", "middle_name" : "LUCIA", "first_last_name" : "DOMINGUEZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ROSA MARIA BOTERO CASTAÑO | {"first_name" : "ROSA", "middle_name" : "MARIA", "first_last_name" : "BOTERO", "second_last_name" : "CASTAÑO", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ALCIDES MANUEL JIMENEZ TOSCANO | {"first_name" : "ALCIDES", "middle_name" : "MANUEL", "first_last_name" : "JIMENEZ", "second_last_name" : "TOSCANO", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | GUSTAVO ADOLFO CLEMEN MARTINEZ | {"first_name" : "GUSTAVO", "middle_name" : "ADOLFO", "first_last_name" : "CLEMEN", "second_last_name" : "MARTINEZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | AMPARO EDITH MENDEZ BORJA | {"first_name" : "AMPARO", "middle_name" : "EDITH", "first_last_name" : "MENDEZ", "second_last_name" : "BORJA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | MARINA ROSALBA NAVAS RUIZ | {"first_name" : "MARINA", "middle_name" : "ROSALBA", "first_last_name" : "NAVAS", "second_last_name" : "RUIZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | YERCENIA LOPEZ VERGARA | {"first_name" : "YERCENIA", "middle_name" : "NULL", "first_last_name" : "LOPEZ", "second_last_name" : "VERGARA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | JAIDER YESID MONTERROZA MARTINEZ | {"first_name" : "JAIDER", "middle_name" : "YESID", "first_last_name" : "MONTERROZA", "second_last_name" : "MARTINEZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | JULIO CESAR CASTILLO MENDEZ | {"first_name" : "JULIO", "middle_name" : "CESAR", "first_last_name" : "CASTILLO", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | NORYS DEL SOCORRO MEZA DE SERPA | {"first_name" : "NORYS", "middle_name" : "DEL SOCORRO", "first_last_name" : "MEZA", "second_last_name" : "DE SERPA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | MARLENIS DEL CARMEN SALGADO CUELLO | {"first_name" : "MARLENIS", "middle_name" : "DEL CARMEN", "first_last_name" : "SALGADO", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | JOSE MIGUEL ORTIZ GUTIERREZ | {"first_name" : "JOSE", "middle_name" : "MIGUEL", "first_last_name" : "ORTIZ", "second_last_name" : "GUTIERREZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | SAUL XAVIER SALCEDO SALCEDO | {"first_name" : "SAUL", "middle_name" : "XAVIER", "first_last_name" : "SALCEDO", "second_last_name" : "SALCEDO", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ROSARIO DE LOS ANGE PEREZ NARVAEZ | {"first_name" : "ROSARIO", "middle_name" : "DE LOS ANGE", "first_last_name" : "PEREZ", "second_last_name" : "NARVAEZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | MARTIN ALFONSO ALVAREZ SUAREZ | {"first_name" : "MARTIN", "middle_name" : "ALFONSO", "first_last_name" : "ALVAREZ", "second_last_name" : "SUAREZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | MARIA ANGELICA HOYOS RIOS | {"first_name" : "MARIA", "middle_name" : "ANGELICA", "first_last_name" : "HOYOS", "second_last_name" : "RIOS", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | OVER LUIS VILLALBA ESTRADA | {"first_name" : "OVER", "middle_name" : "LUIS", "first_last_name" : "VILLALBA", "second_last_name" : "ESTRADA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ROSA HELIODORA ROMERO PERALTA | {"first_name" : "ROSA", "middle_name" : "HELIODORA", "first_last_name" : "ROMERO", "second_last_name" : "PERALTA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | LIBIA ESTHER ROBLES HERNANDEZ | {"first_name" : "LIBIA", "middle_name" : "ESTHER", "first_last_name" : "ROBLES", "second_last_name" : "HERNANDEZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | CARLOS DAVID CUELLO LARA | {"first_name" : "CARLOS", "middle_name" : "DAVID", "first_last_name" : "CUELLO", "second_last_name" : "LARA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ISABEL SOFIA MESA ACOSTA | {"first_name" : "ISABEL", "middle_name" : "SOFIA", "first_last_name" : "MESA", "second_last_name" : "ACOSTA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | JUAN DE LA CRUZ LOPEZ MARTINEZ | {"first_name" : "JUAN", "middle_name" : "DE LA CRUZ", "first_last_name" : "LOPEZ", "second_last_name" : "MARTINEZ", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | JOSE SANTANDER ARCIA MEDINA | {"first_name" : "JOSE", "middle_name" : "SANTANDER", "first_last_name" : "ARCIA", "second_last_name" : "MEDINA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | FABIOLA MARGARITA BUELVAS MERLANO | {"first_name" : "FABIOLA", "middle_name" : "MARGARITA", "first_last_name" : "BUELVAS", "second_last_name" : "MERLANO", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | REMBERTO DE LA ROSA | {"first_name" : "REMBERTO", "middle_name" : "NULL", "first_last_name" : "DE LA ROSA", "second_last_name" : "NULL", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | ESPERANZA DEL CARMEN CORENA PEREZ | {"first_name" : "ESPERANZA", "middle_name" : "DEL CARMEN", "first_last_name" : "CORENA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | FLOR MARIA MONTERROSA SOLORZANO | {"first_name" : "FLOR", "middle_name" : "MARIA", "first_last_name" : "MONTERROSA", "second_last_name" : "SOLORZANO", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | IDALIS MARIA MERCADO MEJIA | {"first_name" : "IDALIS", "middle_name" : "MARIA", "first_last_name" : "MERCADO", "second_last_name" : "MEJIA", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | LEDYS MARIA URANGO | {"first_name" : "LEDYS", "middle_name" : "MARIA", "first_last_name" : "URANGO", "second_last_name" : "NULL", "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 never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (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. Think step by step. | MARIBEL CECILIA PEREZ RODRIGUEZ | {"first_name" : "MARIBEL", "middle_name" : "CECILIA", "first_last_name" : "PEREZ", "second_last_name" : "RODRIGUEZ", "gender" : "1"} |