instruction
stringclasses 1
value | input
stringlengths 14
52
| output
stringclasses 541
values |
---|---|---|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
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).
|
MARIBEL CECILIA PEREZ RODRIGUEZ
|
{"first name" : "MARIBEL", "middle name" : "CECILIA", "first last name" : "PEREZ", "second last name" : "RODRIGUEZ", "gender" : "1"}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.