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).
|
montes alejandro tovar jose
|
{"first name" : "ALEJANDRO", "middle name" : "JOSE", "first last name" : "MONTES", "second last name" : "TOVAR", "gender" : "0"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
agudelo nancy henao aydee
|
{"first name" : "NANCY", "middle name" : "AYDEE", "first last name" : "AGUDELO", "second last name" : "HENAO", "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).
|
aguas rosmira yepez del carmen
|
{"first name" : "ROSMIRA", "middle name" : "DEL CARMEN", "first last name" : "AGUAS", "second last name" : "YEPEZ", "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).
|
chamorro robinson romero rafael
|
{"first name" : "ROBINSON", "middle name" : "RAFAEL", "first last name" : "CHAMORRO", "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).
|
marquez fredis chavez rafael
|
{"first name" : "FREDIS", "middle name" : "RAFAEL", "first last name" : "MARQUEZ", "second last name" : "CHAVEZ", "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).
|
martinez luis perez francisco
|
{"first name" : "LUIS", "middle name" : "FRANCISCO", "first last name" : "MARTINEZ", "second last name" : "PEREZ", "gender" : "0"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
sanchez yakeline ortega maria
|
{"first name" : "YAKELINE", "middle name" : "MARIA", "first last name" : "SANCHEZ", "second last name" : "ORTEGA", "gender" : "1"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
salgado luis tovar david
|
{"first name" : "LUIS", "middle name" : "DAVID", "first last name" : "SALGADO", "second last name" : "TOVAR", "gender" : "0"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
guerra julio martinez francisco
|
{"first name" : "JULIO", "middle name" : "FRANCISCO", "first last name" : "GUERRA", "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).
|
diaz deiner diaz david
|
{"first name" : "DEINER", "middle name" : "DAVID", "first last name" : "DIAZ", "second last name" : "DIAZ", "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).
|
quiroz ramona olivera de la cruz
|
{"first name" : "RAMONA", "middle name" : "DE LA CRUZ", "first last name" : "QUIROZ", "second last name" : "OLIVERA", "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).
|
florez abel buelvas de jesus
|
{"first name" : "ABEL", "middle name" : "DE JESUS", "first last name" : "FLOREZ", "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).
|
salgado yomaira medina del rosario
|
{"first name" : "YOMAIRA", "middle name" : "DEL ROSARIO", "first last name" : "SALGADO", "second last name" : "MEDINA", "gender" : "1"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
castellanos juan medina camilo
|
{"first name" : "JUAN", "middle name" : "CAMILO", "first last name" : "CASTELLANOS", "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).
|
peñaranda maria salcedo jose
|
{"first name" : "MARIA", "middle name" : "JOSE", "first last name" : "PEÑARANDA", "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).
|
torres arelis ortega enith
|
{"first name" : "ARELIS", "middle name" : "ENITH", "first last name" : "TORRES", "second last name" : "ORTEGA", "gender" : "1"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
tapia elizabeth bolano
|
{"first name" : "ELIZABETH", "middle name" : "NULL", "first last name" : "TAPIA", "second last name" : "BOLANO", "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).
|
guzman bertulio novoa enrique
|
{"first name" : "BERTULIO", "middle name" : "ENRIQUE", "first last name" : "GUZMAN", "second last name" : "NOVOA", "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).
|
macareno engle muñoz raul
|
{"first name" : "ENGLE", "middle name" : "RAUL", "first last name" : "MACARENO", "second last name" : "MUÑOZ", "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).
|
mendoza manuel quintero francisco
|
{"first name" : "MANUEL", "middle name" : "FRANCISCO", "first last name" : "MENDOZA", "second last name" : "QUINTERO", "gender" : "0"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
merlano norman soto de jesus
|
{"first name" : "NORMAN", "middle name" : "DE JESUS", "first last name" : "MERLANO", "second last name" : "SOTO", "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).
|
paternina edith perez isabel
|
{"first name" : "EDITH", "middle name" : "ISABEL", "first last name" : "PATERNINA", "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).
|
torres diego arias jose
|
{"first name" : "DIEGO", "middle name" : "JOSE", "first last name" : "TORRES", "second last name" : "ARIAS", "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).
|
gomez pablo coronado jose
|
{"first name" : "PABLO", "middle name" : "JOSE", "first last name" : "GOMEZ", "second last name" : "CORONADO", "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).
|
ortega liney mercado maria
|
{"first name" : "LINEY", "middle name" : "MARIA", "first last name" : "ORTEGA", "second last name" : "MERCADO", "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).
|
martinez francisco barboza antonio
|
{"first name" : "FRANCISCO", "middle name" : "ANTONIO", "first last name" : "MARTINEZ", "second last name" : "BARBOZA", "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).
|
vergara emis verbel del socorro
|
{"first name" : "EMIS", "middle name" : "DEL SOCORRO", "first last name" : "VERGARA", "second last name" : "VERBEL", "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).
|
perez hector mendez
|
{"first name" : "HECTOR", "middle name" : "NULL", "first last name" : "PEREZ", "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).
|
viloria blas marquez del cristo
|
{"first name" : "BLAS", "middle name" : "DEL CRISTO", "first last name" : "VILORIA", "second last name" : "MARQUEZ", "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).
|
solorzano jose gil miguel
|
{"first name" : "JOSE", "middle name" : "MIGUEL", "first last name" : "SOLORZANO", "second last name" : "GIL", "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).
|
guerra juan martinez francisco
|
{"first name" : "JUAN", "middle name" : "FRANCISCO", "first last name" : "GUERRA", "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).
|
ordonez ashley nunez
|
{"first name" : "ASHLEY", "middle name" : "NULL", "first last name" : "ORDONEZ", "second last name" : "NUNEZ", "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).
|
bohorquez yulieth mercado paola
|
{"first name" : "YULIETH", "middle name" : "PAOLA", "first last name" : "BOHORQUEZ", "second last name" : "MERCADO", "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).
|
diaz patricia buelvas elena
|
{"first name" : "PATRICIA", "middle name" : "ELENA", "first last name" : "DIAZ", "second last name" : "BUELVAS", "gender" : "1"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
olmos graciela toro ines
|
{"first name" : "GRACIELA", "middle name" : "INES", "first last name" : "OLMOS", "second last name" : "TORO", "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).
|
penate adislao leon
|
{"first name" : "ADISLAO", "middle name" : "NULL", "first last name" : "PENATE", "second last name" : "LEON", "gender" : "0"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
mendoza tivisay fiocco sofia
|
{"first name" : "TIVISAY", "middle name" : "SOFIA", "first last name" : "MENDOZA", "second last name" : "FIOCCO", "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).
|
perez hilda lopez maria
|
{"first name" : "HILDA", "middle name" : "MARIA", "first last name" : "PEREZ", "second last name" : "LOPEZ", "gender" : "1"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
meza julio carrascal enrique
|
{"first name" : "JULIO", "middle name" : "ENRIQUE", "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).
|
pineda francisco sierra
|
{"first name" : "FRANCISCO", "middle name" : "NULL", "first last name" : "PINEDA", "second last name" : "SIERRA", "gender" : "0"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
mejia jefferson rincon
|
{"first name" : "JEFFERSON", "middle name" : "NULL", "first last name" : "MEJIA", "second last name" : "RINCON", "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).
|
cuello ana jimenez isabel
|
{"first name" : "ANA", "middle name" : "ISABEL", "first last name" : "CUELLO", "second last name" : "JIMENEZ", "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).
|
villegas natasha montoya
|
{"first name" : "NATASHA", "middle name" : "NULL", "first last name" : "VILLEGAS", "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).
|
guzman ermida tovar maria
|
{"first name" : "ERMIDA", "middle name" : "MARIA", "first last name" : "GUZMAN", "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).
|
teran wilson escobar del cristo
|
{"first name" : "WILSON", "middle name" : "DEL CRISTO", "first last name" : "TERAN", "second last name" : "ESCOBAR", "gender" : "0"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
montalvo maria severiche alejandra
|
{"first name" : "MARIA", "middle name" : "ALEJANDRA", "first last name" : "MONTALVO", "second last name" : "SEVERICHE", "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).
|
santiz elvira jorge deyanira
|
{"first name" : "ELVIRA", "middle name" : "DEYANIRA", "first last name" : "SANTIZ", "second last name" : "JORGE", "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).
|
chamorro ever llanos luis
|
{"first name" : "EVER", "middle name" : "LUIS", "first last name" : "CHAMORRO", "second last name" : "LLANOS", "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).
|
meza adelaida marquez esperanza
|
{"first name" : "ADELAIDA", "middle name" : "ESPERANZA", "first last name" : "MEZA", "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).
|
espinosa julio chagui jose
|
{"first name" : "JULIO", "middle name" : "JOSE", "first last name" : "ESPINOSA", "second last name" : "CHAGUI", "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).
|
martinez karen alvarez sofia
|
{"first name" : "KAREN", "middle name" : "SOFIA", "first last name" : "MARTINEZ", "second last name" : "ALVAREZ", "gender" : "1"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
alvarez nicolaza jarava manuela
|
{"first name" : "NICOLAZA", "middle name" : "MANUELA", "first last name" : "ALVAREZ", "second last name" : "JARAVA", "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).
|
ruiz daniel canchila emiro
|
{"first name" : "DANIEL", "middle name" : "EMIRO", "first last name" : "RUIZ", "second last name" : "CANCHILA", "gender" : "0"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
rambauth yojaira diaz del rosario
|
{"first name" : "YOJAIRA", "middle name" : "DEL ROSARIO", "first last name" : "RAMBAUTH", "second last name" : "DIAZ", "gender" : "1"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
monterroza shirley martinez janeth
|
{"first name" : "SHIRLEY", "middle name" : "JANETH", "first last name" : "MONTERROZA", "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).
|
jimenez yuris barragan maria
|
{"first name" : "YURIS", "middle name" : "MARIA", "first last name" : "JIMENEZ", "second last name" : "BARRAGAN", "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).
|
peña leonard cervantes david
|
{"first name" : "LEONARD", "middle name" : "DAVID", "first last name" : "PEÑA", "second last name" : "CERVANTES", "gender" : "0"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
perez rosmary alvarez del carmen
|
{"first name" : "ROSMARY", "middle name" : "DEL CARMEN", "first last name" : "PEREZ", "second last name" : "ALVAREZ", "gender" : "1"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
zuluaga oscar pineda hernando
|
{"first name" : "OSCAR", "middle name" : "HERNANDO", "first last name" : "ZULUAGA", "second last name" : "PINEDA", "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).
|
narvaez lucely martinez de la can
|
{"first name" : "LUCELY", "middle name" : "DE LA CAN", "first last name" : "NARVAEZ", "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).
|
robles viviana perez luz
|
{"first name" : "VIVIANA", "middle name" : "LUZ", "first last name" : "ROBLES", "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).
|
vidal carmen sierra julia
|
{"first name" : "CARMEN", "middle name" : "JULIA", "first last name" : "VIDAL", "second last name" : "SIERRA", "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).
|
velilla leonardo soriano david
|
{"first name" : "LEONARDO", "middle name" : "DAVID", "first last name" : "VELILLA", "second last name" : "SORIANO", "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).
|
castellanos janeth escobar constanza
|
{"first name" : "JANETH", "middle name" : "CONSTANZA", "first last name" : "CASTELLANOS", "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).
|
de avila ana brreto maria
|
{"first name" : "ANA", "middle name" : "MARIA", "first last name" : "DE AVILA", "second last name" : "BRRETO", "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).
|
meza yudy campo del rosario
|
{"first name" : "YUDY", "middle name" : "DEL ROSARIO", "first last name" : "MEZA", "second last name" : "CAMPO", "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).
|
guerra roberto tejada de jesus
|
{"first name" : "ROBERTO", "middle name" : "DE JESUS", "first last name" : "GUERRA", "second last name" : "TEJADA", "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).
|
garizado miguel gomez angel
|
{"first name" : "MIGUEL", "middle name" : "ANGEL", "first last name" : "GARIZADO", "second last name" : "GOMEZ", "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).
|
miranda emirto chamorro rafael
|
{"first name" : "EMIRTO", "middle name" : "RAFAEL", "first last name" : "MIRANDA", "second last name" : "CHAMORRO", "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).
|
meza luz colon marina
|
{"first name" : "LUZ", "middle name" : "MARINA", "first last name" : "MEZA", "second last name" : "COLON", "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).
|
medina alcira medina de jesus
|
{"first name" : "ALCIRA", "middle name" : "DE JESUS", "first last name" : "MEDINA", "second last name" : "MEDINA", "gender" : "1"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
anaya arcelia feria rosa
|
{"first name" : "ARCELIA", "middle name" : "ROSA", "first last name" : "ANAYA", "second last name" : "FERIA", "gender" : "1"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
martinez ramona castillo de jesus
|
{"first name" : "RAMONA", "middle name" : "DE JESUS", "first last name" : "MARTINEZ", "second last name" : "CASTILLO", "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).
|
martinez francisco novoa manuel
|
{"first name" : "FRANCISCO", "middle name" : "MANUEL", "first last name" : "MARTINEZ", "second last name" : "NOVOA", "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).
|
reyes alcira perez maria
|
{"first name" : "ALCIRA", "middle name" : "MARIA", "first last name" : "REYES", "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).
|
lopez carmen buelvas ana
|
{"first name" : "CARMEN", "middle name" : "ANA", "first last name" : "LOPEZ", "second last name" : "BUELVAS", "gender" : "1"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
chavez manuel dominguez enrique
|
{"first name" : "MANUEL", "middle name" : "ENRIQUE", "first last name" : "CHAVEZ", "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).
|
castiblanco rodrigo garcia
|
{"first name" : "RODRIGO", "middle name" : "NULL", "first last name" : "CASTIBLANCO", "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).
|
sarmiento carolina guata
|
{"first name" : "CAROLINA", "middle name" : "NULL", "first last name" : "SARMIENTO", "second last name" : "GUATA", "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).
|
chavez manuel blanco de jesus
|
{"first name" : "MANUEL", "middle name" : "DE JESUS", "first last name" : "CHAVEZ", "second last name" : "BLANCO", "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).
|
herazo guadalupe trespalacios cec
|
{"first name" : "GUADALUPE", "middle name" : "CEC", "first last name" : "HERAZO", "second last name" : "TRESPALACIOS", "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).
|
cuello ana perez josefa
|
{"first name" : "ANA", "middle name" : "JOSEFA", "first last name" : "CUELLO", "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).
|
badel carlos rodriguez alberto
|
{"first name" : "CARLOS", "middle name" : "ALBERTO", "first last name" : "BADEL", "second last name" : "RODRIGUEZ", "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).
|
bertel manuel quintero antonio
|
{"first name" : "MANUEL", "middle name" : "ANTONIO", "first last name" : "BERTEL", "second last name" : "QUINTERO", "gender" : "0"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
diaz eminson marquez
|
{"first name" : "EMINSON", "middle name" : "NULL", "first last name" : "DIAZ", "second last name" : "MARQUEZ", "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).
|
sierra marcelino antonio
|
{"first name" : "MARCELINO", "middle name" : "ANTONIO", "first last name" : "SIERRA", "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).
|
martinez alba yanez rosa
|
{"first name" : "ALBA", "middle name" : "ROSA", "first last name" : "MARTINEZ", "second last name" : "YANEZ", "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).
|
tovar jose gonzalez frudencio
|
{"first name" : "JOSE", "middle name" : "FRUDENCIO", "first last name" : "TOVAR", "second last name" : "GONZALEZ", "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).
|
vergara rosalba maria
|
{"first name" : "ROSALBA", "middle name" : "MARIA", "first last name" : "VERGARA", "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).
|
colon ana funez gertudis
|
{"first name" : "ANA", "middle name" : "GERTUDIS", "first last name" : "COLON", "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).
|
meza oliberto mendez rafael
|
{"first name" : "OLIBERTO", "middle name" : "RAFAEL", "first last name" : "MEZA", "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).
|
gamarra luis tatis alfredo
|
{"first name" : "LUIS", "middle name" : "ALFREDO", "first last name" : "GAMARRA", "second last name" : "TATIS", "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).
|
castro alba orozco milena
|
{"first name" : "ALBA", "middle name" : "MILENA", "first last name" : "CASTRO", "second last name" : "OROZCO", "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).
|
corena carolina cardenas paola
|
{"first name" : "CAROLINA", "middle name" : "PAOLA", "first last name" : "CORENA", "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).
|
herazo carlos urzola enrique
|
{"first name" : "CARLOS", "middle name" : "ENRIQUE", "first last name" : "HERAZO", "second last name" : "URZOLA", "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).
|
chica jesus diaz maria
|
{"first name" : "JESUS", "middle name" : "MARIA", "first last name" : "CHICA", "second last name" : "DIAZ", "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).
|
ortega jose guzman rosvel
|
{"first name" : "JOSE", "middle name" : "ROSVEL", "first last name" : "ORTEGA", "second last name" : "GUZMAN", "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).
|
carrascal lacides
|
{"first name" : "LACIDES", "middle name" : "NULL", "first last name" : "CARRASCAL", "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).
|
sarmiento carolina guata
|
{"first name" : "CAROLINA", "middle name" : "NULL", "first last name" : "SARMIENTO", "second last name" : "GUATA", "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).
|
robles doris herazo del carmen
|
{"first name" : "DORIS", "middle name" : "DEL CARMEN", "first last name" : "ROBLES", "second last name" : "HERAZO", "gender" : "1"}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.