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).
|
FRANCISCO PINEDA 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).
|
JEFFERSON MEJIA 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).
|
ANA ISABEL CUELLO JIMENEZ
|
{"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).
|
NATASHA VILLEGAS 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).
|
ERMIDA MARIA GUZMAN TOVAR
|
{"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).
|
WILSON DEL CRISTO TERAN ESCOBAR
|
{"first name" : "WILSON", "middle name" : "DEL CRISTO", "first last name" : "TERAN", "second last name" : "ESCOBAR", "gender" : "0"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
MARIA ALEJANDRA MONTALVO SEVERICHE
|
{"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).
|
ELVIRA DEYANIRA SANTIZ JORGE
|
{"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).
|
EVER LUIS CHAMORRO LLANOS
|
{"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).
|
ADELAIDA ESPERANZA MEZA MARQUEZ
|
{"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).
|
JULIO JOSE ESPINOSA CHAGUI
|
{"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).
|
KAREN SOFIA MARTINEZ ALVAREZ
|
{"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).
|
NICOLAZA MANUELA ALVAREZ JARAVA
|
{"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).
|
DANIEL EMIRO RUIZ CANCHILA
|
{"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).
|
YOJAIRA DEL ROSARIO RAMBAUTH DIAZ
|
{"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).
|
SHIRLEY JANETH MONTERROZA MARTINEZ
|
{"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).
|
YURIS MARIA JIMENEZ BARRAGAN
|
{"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).
|
LEONARD DAVID PEÑA CERVANTES
|
{"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).
|
ROSMARY DEL CARMEN PEREZ ALVAREZ
|
{"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).
|
OSCAR HERNANDO ZULUAGA PINEDA
|
{"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).
|
LUCELY DE LA CAN NARVAEZ MARTINEZ
|
{"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).
|
VIVIANA LUZ ROBLES PEREZ
|
{"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).
|
CARMEN JULIA VIDAL SIERRA
|
{"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).
|
LEONARDO DAVID VELILLA SORIANO
|
{"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).
|
JANETH CONSTANZA CASTELLANOS ESCOBAR
|
{"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).
|
ANA MARIA DE AVILA BRRETO
|
{"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).
|
YUDY DEL ROSARIO MEZA CAMPO
|
{"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).
|
ROBERTO DE JESUS GUERRA TEJADA
|
{"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).
|
MIGUEL ANGEL GARIZADO GOMEZ
|
{"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).
|
EMIRTO RAFAEL MIRANDA CHAMORRO
|
{"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).
|
LUZ MARINA MEZA COLON
|
{"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).
|
ALCIRA DE JESUS MEDINA MEDINA
|
{"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).
|
ARCELIA ROSA ANAYA FERIA
|
{"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).
|
RAMONA DE JESUS MARTINEZ CASTILLO
|
{"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).
|
FRANCISCO MANUEL MARTINEZ NOVOA
|
{"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).
|
ALCIRA MARIA REYES PEREZ
|
{"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).
|
CARMEN ANA LOPEZ BUELVAS
|
{"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).
|
MANUEL ENRIQUE CHAVEZ DOMINGUEZ
|
{"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).
|
RODRIGO CASTIBLANCO 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).
|
CAROLINA SARMIENTO 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).
|
MANUEL DE JESUS CHAVEZ BLANCO
|
{"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).
|
GUADALUPE CEC HERAZO TRESPALACIOS
|
{"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).
|
ANA JOSEFA CUELLO PEREZ
|
{"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).
|
CARLOS ALBERTO BADEL RODRIGUEZ
|
{"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).
|
MANUEL ANTONIO BERTEL QUINTERO
|
{"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).
|
EMINSON DIAZ 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).
|
MARCELINO ANTONIO SIERRA
|
{"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).
|
ALBA ROSA MARTINEZ YANEZ
|
{"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).
|
JOSE FRUDENCIO TOVAR GONZALEZ
|
{"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).
|
ROSALBA MARIA VERGARA
|
{"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).
|
ANA GERTUDIS COLON FUNEZ
|
{"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).
|
OLIBERTO RAFAEL MEZA MENDEZ
|
{"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).
|
LUIS ALFREDO GAMARRA TATIS
|
{"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).
|
ALBA MILENA CASTRO OROZCO
|
{"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).
|
CAROLINA PAOLA CORENA CARDENAS
|
{"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).
|
CARLOS ENRIQUE HERAZO URZOLA
|
{"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).
|
JESUS MARIA CHICA DIAZ
|
{"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).
|
JOSE ROSVEL ORTEGA GUZMAN
|
{"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).
|
LACIDES CARRASCAL
|
{"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).
|
CAROLINA SARMIENTO 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).
|
DORIS DEL CARMEN ROBLES HERAZO
|
{"first name" : "DORIS", "middle name" : "DEL CARMEN", "first last name" : "ROBLES", "second last name" : "HERAZO", "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).
|
HIDALDO DE JESUS ALVAREZ ORTEGA
|
{"first name" : "HIDALDO", "middle name" : "DE JESUS", "first last name" : "ALVAREZ", "second last name" : "ORTEGA", "gender" : "0"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
NIEVES ISABEL ROBLES RIVERA
|
{"first name" : "NIEVES", "middle name" : "ISABEL", "first last name" : "ROBLES", "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).
|
JAIRO JAVIER ANAYA VERILLA
|
{"first name" : "JAIRO", "middle name" : "JAVIER", "first last name" : "ANAYA", "second last name" : "VERILLA", "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).
|
MEDINSON JOSE MERCADO GONZALEZ
|
{"first name" : "MEDINSON", "middle name" : "JOSE", "first last name" : "MERCADO", "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).
|
XIOMARA PAOLA CASTILLA JORDAN
|
{"first name" : "XIOMARA", "middle name" : "PAOLA", "first last name" : "CASTILLA", "second last name" : "JORDAN", "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).
|
TOMAS BEKET SALCEDO RAMIREZ
|
{"first name" : "TOMAS", "middle name" : "BEKET", "first last name" : "SALCEDO", "second last name" : "RAMIREZ", "gender" : "0"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
JORGE LUIS JIMENEZ GONZALEZ
|
{"first name" : "JORGE", "middle name" : "LUIS", "first last name" : "JIMENEZ", "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).
|
LIDYS MARGOTH SERRANO CORENA
|
{"first name" : "LIDYS", "middle name" : "MARGOTH", "first last name" : "SERRANO", "second last name" : "CORENA", "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).
|
ISABEL MARIA SALGADO ABAD
|
{"first name" : "ISABEL", "middle name" : "MARIA", "first last name" : "SALGADO", "second last name" : "ABAD", "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 ALBERTO MENDOZA ARRIETA
|
{"first name" : "CARLOS", "middle name" : "ALBERTO", "first last name" : "MENDOZA", "second last name" : "ARRIETA", "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).
|
YANETH DEL CARMEN RODRIGUEZ ACOSTA
|
{"first name" : "YANETH", "middle name" : "DEL CARMEN", "first last name" : "RODRIGUEZ", "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).
|
MIGUEL ANTONIO ARRIETA GARCIA
|
{"first name" : "MIGUEL", "middle name" : "ANTONIO", "first last name" : "ARRIETA", "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).
|
JULIO EMIRO TOVAR MERLANO
|
{"first name" : "JULIO", "middle name" : "EMIRO", "first last name" : "TOVAR", "second last name" : "MERLANO", "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 MARTIN CHAVEZ BLANCO
|
{"first name" : "JOSE", "middle name" : "MARTIN", "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).
|
SANTIAGO EMEL ALCALA MUGNO
|
{"first name" : "SANTIAGO", "middle name" : "EMEL", "first last name" : "ALCALA", "second last name" : "MUGNO", "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).
|
MARIS DEL ROSARIO CHAVEZ ALQUERQUE
|
{"first name" : "MARIS", "middle name" : "DEL ROSARIO", "first last name" : "CHAVEZ", "second last name" : "ALQUERQUE", "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).
|
IVAN DAVID MORELOS BARRIOS
|
{"first name" : "IVAN", "middle name" : "DAVID", "first last name" : "MORELOS", "second last name" : "BARRIOS", "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).
|
HERNANDO ALFON BLANQUISETT MONTES
|
{"first name" : "HERNANDO", "middle name" : "ALFON", "first last name" : "BLANQUISETT", "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).
|
ADELA CRISTINA PEREIRA RUIZ
|
{"first name" : "ADELA", "middle name" : "CRISTINA", "first last name" : "PEREIRA", "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).
|
GERMAN RAFAEL SIERRA SALGADO
|
{"first name" : "GERMAN", "middle name" : "RAFAEL", "first last name" : "SIERRA", "second last name" : "SALGADO", "gender" : "0"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
MARCOS BARRETO
|
{"first name" : "MARCOS", "middle name" : "NULL", "first last name" : "BARRETO", "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).
|
AGUSTIN MENDEZ CARRASCAL
|
{"first name" : "AGUSTIN", "middle name" : "NULL", "first last name" : "MENDEZ", "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).
|
ELVIRA DE JESUS FLOREZ BUELVAS
|
{"first name" : "ELVIRA", "middle name" : "DE JESUS", "first last name" : "FLOREZ", "second last name" : "BUELVAS", "gender" : "1"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
SEGUNDO MANUEL BARRETO PEREZ
|
{"first name" : "SEGUNDO", "middle name" : "MANUEL", "first last name" : "BARRETO", "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).
|
YERALDIN CONTRERAS TUIRAN
|
{"first name" : "YERALDIN", "middle name" : "NULL", "first last name" : "CONTRERAS", "second last name" : "TUIRAN", "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).
|
ARTURO RAFAEL GARCIA AGAMEZ
|
{"first name" : "ARTURO", "middle name" : "RAFAEL", "first last name" : "GARCIA", "second last name" : "AGAMEZ", "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).
|
LIBARDO DE JESUS PEREZ PEREZ
|
{"first name" : "LIBARDO", "middle name" : "DE JESUS", "first last name" : "PEREZ", "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).
|
MARLON RAFAEL TIRADO GOMEZ
|
{"first name" : "MARLON", "middle name" : "RAFAEL", "first last name" : "TIRADO", "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).
|
REGINALDO RAFAEL PEREZ CARRASCAL
|
{"first name" : "REGINALDO", "middle name" : "RAFAEL", "first last name" : "PEREZ", "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).
|
LUIS ENRIQUE PEREZ NARVAEZ
|
{"first name" : "LUIS", "middle name" : "ENRIQUE", "first last name" : "PEREZ", "second last name" : "NARVAEZ", "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).
|
NOHEMI DEL CARMEN QUIROZ OLIVERA
|
{"first name" : "NOHEMI", "middle name" : "DEL CARMEN", "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).
|
DENYS YOMAIRA FLOREZ MENDEZ
|
{"first name" : "DENYS", "middle name" : "YOMAIRA", "first last name" : "FLOREZ", "second last name" : "MENDEZ", "gender" : "1"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
ASTOLFO BLAS BUELVAS MERLANO
|
{"first name" : "ASTOLFO", "middle name" : "BLAS", "first last name" : "BUELVAS", "second last name" : "MERLANO", "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).
|
FREDYS SARMIENTO ESTRADA
|
{"first name" : "FREDYS", "middle name" : "NULL", "first last name" : "SARMIENTO", "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).
|
EDILMA DEL ROSARI PEREZ CARRASCAL
|
{"first name" : "EDILMA", "middle name" : "DEL ROSARI", "first last name" : "PEREZ", "second last name" : "CARRASCAL", "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).
|
FERNEY DARIO NUNEZ ERAZO
|
{"first name" : "FERNEY", "middle name" : "DARIO", "first last name" : "NUNEZ", "second last name" : "ERAZO", "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).
|
ICELA PATRICIA DOMINGUEZ GUZMAN
|
{"first name" : "ICELA", "middle name" : "PATRICIA", "first last name" : "DOMINGUEZ", "second last name" : "GUZMAN", "gender" : "1"}
|
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks).
|
AURA MARIA RODRIGUEZ SALGADO
|
{"first name" : "AURA", "middle name" : "MARIA", "first last name" : "RODRIGUEZ", "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).
|
EDIA DEL SOCORRO SIERRA MENDOZA
|
{"first name" : "EDIA", "middle name" : "DEL SOCORRO", "first last name" : "SIERRA", "second last name" : "MENDOZA", "gender" : "1"}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.