diff --git "a/train_manual_augmented_utf8 (2).jsonl" "b/train_manual_augmented_utf8 (2).jsonl" new file mode 100644--- /dev/null +++ "b/train_manual_augmented_utf8 (2).jsonl" @@ -0,0 +1,1776 @@ +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BORIS ARIEL COLON LOPEZ", "output": "{\"first_name\" : \"BORIS\", \"middle_name\" : \"ARIEL\", \"first_last_name\" : \"COLON\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ADRIANA LUCIA MONTOYA ESCOBAR", "output": "{\"first_name\" : \"ADRIANA\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"MONTOYA\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JUAN ANTONIO BUELVAS DIAZ", "output": "{\"first_name\" : \"JUAN\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEDRO PABLO BUELVAS MONTERROZA", "output": "{\"first_name\" : \"PEDRO\", \"middle_name\" : \"PABLO\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"MONTERROZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NICOLAS ROBERTO GOMEZ TOVAR", "output": "{\"first_name\" : \"NICOLAS\", \"middle_name\" : \"ROBERTO\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PATRICIA MARIA MARQUEZ CORENA", "output": "{\"first_name\" : \"PATRICIA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MARQUEZ\", \"second_last_name\" : \"CORENA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SAUDITH ARNULFO TATIS MONTERO", "output": "{\"first_name\" : \"SAUDITH\", \"middle_name\" : \"ARNULFO\", \"first_last_name\" : \"TATIS\", \"second_last_name\" : \"MONTERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSIRIS JUDITH MERCADO ARRIETA", "output": "{\"first_name\" : \"ROSIRIS\", \"middle_name\" : \"JUDITH\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"ARRIETA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JAIRO ALFONSO TERAN RIVADENEIRA", "output": "{\"first_name\" : \"JAIRO\", \"middle_name\" : \"ALFONSO\", \"first_last_name\" : \"TERAN\", \"second_last_name\" : \"RIVADENEIRA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUILLERMO ANT MONTERROSA MARTINEZ", "output": "{\"first_name\" : \"GUILLERMO\", \"middle_name\" : \"ANT\", \"first_last_name\" : \"MONTERROSA\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROGER EDUARDO LOPEZ TIRADO", "output": "{\"first_name\" : \"ROGER\", \"middle_name\" : \"EDUARDO\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"TIRADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA ISABEL BARRIOS MEZA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"BARRIOS\", \"second_last_name\" : \"MEZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDUARDO VILLAMIZAR ACOSTA", "output": "{\"first_name\" : \"EDUARDO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"VILLAMIZAR\", \"second_last_name\" : \"ACOSTA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ MARY RIVAS PINCHAO", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MARY\", \"first_last_name\" : \"RIVAS\", \"second_last_name\" : \"PINCHAO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "WILLIAM ENRIQUE CONTRERAS NOVOA", "output": "{\"first_name\" : \"WILLIAM\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"CONTRERAS\", \"second_last_name\" : \"NOVOA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA MARIA ARENILLA PERALTA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"ARENILLA\", \"second_last_name\" : \"PERALTA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIAN ALBERTO PATRON PEREZ", "output": "{\"first_name\" : \"JULIAN\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"PATRON\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DAVID LARA LOPEZ", "output": "{\"first_name\" : \"DAVID\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"LARA\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RICARDO ANTONIO VILLAMIZAR PEREZ", "output": "{\"first_name\" : \"RICARDO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"VILLAMIZAR\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FIDEL JOSE CARRASCAL FRANCO", "output": "{\"first_name\" : \"FIDEL\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"CARRASCAL\", \"second_last_name\" : \"FRANCO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NELSON DURAN DURAN", "output": "{\"first_name\" : \"NELSON\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DURAN\", \"second_last_name\" : \"DURAN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VIVIANA PATRICIA TOVAR CARDENAS", "output": "{\"first_name\" : \"VIVIANA\", \"middle_name\" : \"PATRICIA\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"CARDENAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FRANCISCO ANTONIO MEDINA ALVAREZ", "output": "{\"first_name\" : \"FRANCISCO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"MEDINA\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL VICENTE MARTINEZ PALENCIA", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"VICENTE\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"PALENCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YULLYS ESTELA HERNANDEZ ESCOBAR", "output": "{\"first_name\" : \"YULLYS\", \"middle_name\" : \"ESTELA\", \"first_last_name\" : \"HERNANDEZ\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAFAEL FRANCISCO BARBOZA LOPEZ", "output": "{\"first_name\" : \"RAFAEL\", \"middle_name\" : \"FRANCISCO\", \"first_last_name\" : \"BARBOZA\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARGARITA MARIA DE VIVERO TOVIO", "output": "{\"first_name\" : \"MARGARITA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"DE VIVERO\", \"second_last_name\" : \"TOVIO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JAIRO ANTONIO RAMOS MARTINEZ", "output": "{\"first_name\" : \"JAIRO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"RAMOS\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TRINIDAD JOSE LOPEZ PENA", "output": "{\"first_name\" : \"TRINIDAD\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"PENA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PETRONA ISABEL SACO PAYARES", "output": "{\"first_name\" : \"PETRONA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"SACO\", \"second_last_name\" : \"PAYARES\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JORGE BERNARDO TAPIA VERGARA", "output": "{\"first_name\" : \"JORGE\", \"middle_name\" : \"BERNARDO\", \"first_last_name\" : \"TAPIA\", \"second_last_name\" : \"VERGARA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMIRO ENRIQUE TOBIO BARRIOS", "output": "{\"first_name\" : \"RAMIRO\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"TOBIO\", \"second_last_name\" : \"BARRIOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CESAR ANDRES MARTINEZ GUTIERREZ", "output": "{\"first_name\" : \"CESAR\", \"middle_name\" : \"ANDRES\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"GUTIERREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANDRES FELIPE REVOLLO NAVAS", "output": "{\"first_name\" : \"ANDRES\", \"middle_name\" : \"FELIPE\", \"first_last_name\" : \"REVOLLO\", \"second_last_name\" : \"NAVAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BLANCA DIAZ AVILA", "output": "{\"first_name\" : \"BLANCA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"AVILA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FRAY GERMAN LORA PEREZ", "output": "{\"first_name\" : \"FRAY\", \"middle_name\" : \"GERMAN\", \"first_last_name\" : \"LORA\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YEINE LARISA PEREZ ORTEGA", "output": "{\"first_name\" : \"YEINE\", \"middle_name\" : \"LARISA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NEMESIO TURIZO CONDE", "output": "{\"first_name\" : \"NEMESIO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"TURIZO\", \"second_last_name\" : \"CONDE\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JEMILIO SALCEDO MENDEZ", "output": "{\"first_name\" : \"JEMILIO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PLINIO PEREZ OLIVERA", "output": "{\"first_name\" : \"PLINIO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"OLIVERA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NAYIBIS TORRES TOVAR", "output": "{\"first_name\" : \"NAYIBIS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"TORRES\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ISMAEL DE JESUS MEDINA MEDINA", "output": "{\"first_name\" : \"ISMAEL\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MEDINA\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TATIANA LUCIA ESCOBAR PATIÑO", "output": "{\"first_name\" : \"TATIANA\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"ESCOBAR\", \"second_last_name\" : \"PATIÑO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE RAFAEL ARROYO MARTINEZ", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"ARROYO\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA LUISA MARTINEZ RUIZ", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"LUISA\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"RUIZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ MABETH RIVERO MIELES", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MABETH\", \"first_last_name\" : \"RIVERO\", \"second_last_name\" : \"MIELES\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAFAEL ANGEL RUBIO PEREZ", "output": "{\"first_name\" : \"RAFAEL\", \"middle_name\" : \"ANGEL\", \"first_last_name\" : \"RUBIO\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GICLER MIGUEL MERCADO ARRIETA", "output": "{\"first_name\" : \"GICLER\", \"middle_name\" : \"MIGUEL\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"ARRIETA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIONICIO ANTONIO SOLER MEDINA", "output": "{\"first_name\" : \"DIONICIO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"SOLER\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS ALFREDO CORRALES FUNEZ", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"ALFREDO\", \"first_last_name\" : \"CORRALES\", \"second_last_name\" : \"FUNEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA CARMEN RANGEL PEÑA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"CARMEN\", \"first_last_name\" : \"RANGEL\", \"second_last_name\" : \"PEÑA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ISLADIS BEATRIZ ARROYO GUZMAN", "output": "{\"first_name\" : \"ISLADIS\", \"middle_name\" : \"BEATRIZ\", \"first_last_name\" : \"ARROYO\", \"second_last_name\" : \"GUZMAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0�� for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PLINIO PEREZ OLIVERA", "output": "{\"first_name\" : \"PLINIO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"OLIVERA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA AUXILIADORA BUELVAS", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"AUXILIADORA\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DILIO RAFAEL MENDEZ MARTINEZ", "output": "{\"first_name\" : \"DILIO\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL JOSE RAMIREZ NIETO", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"RAMIREZ\", \"second_last_name\" : \"NIETO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSA PEREZ PEREZ", "output": "{\"first_name\" : \"ROSA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ENALVIS MARIA COLON QUIROZ", "output": "{\"first_name\" : \"ENALVIS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"COLON\", \"second_last_name\" : \"QUIROZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEDRO LUIS RUIZ RODRIGUEZ", "output": "{\"first_name\" : \"PEDRO\", \"middle_name\" : \"LUIS\", \"first_last_name\" : \"RUIZ\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANTONIO JOSE ORTEGA VITAL", "output": "{\"first_name\" : \"ANTONIO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"ORTEGA\", \"second_last_name\" : \"VITAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NARLIS MARCOTH DIAZ TOVAR", "output": "{\"first_name\" : \"NARLIS\", \"middle_name\" : \"MARCOTH\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERLEDIS PATRICIA FRANCO CAMANO", "output": "{\"first_name\" : \"MERLEDIS\", \"middle_name\" : \"PATRICIA\", \"first_last_name\" : \"FRANCO\", \"second_last_name\" : \"CAMANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JADER DE JESUS HINCAPIE MONSALVE", "output": "{\"first_name\" : \"JADER\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"HINCAPIE\", \"second_last_name\" : \"MONSALVE\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSMERIS BUELVAS MENDEZ", "output": "{\"first_name\" : \"ROSMERIS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANGELA MERICY CARRASCAL GOMEZ", "output": "{\"first_name\" : \"ANGELA\", \"middle_name\" : \"MERICY\", \"first_last_name\" : \"CARRASCAL\", \"second_last_name\" : \"GOMEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NARCISA ENITH ACUÑA CONDE", "output": "{\"first_name\" : \"NARCISA\", \"middle_name\" : \"ENITH\", \"first_last_name\" : \"ACUÑA\", \"second_last_name\" : \"CONDE\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GLORIA PATRICIA MONTOYA ESCOBAR", "output": "{\"first_name\" : \"GLORIA\", \"middle_name\" : \"PATRICIA\", \"first_last_name\" : \"MONTOYA\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SEBASTIAN RIVERA LOPEZ", "output": "{\"first_name\" : \"SEBASTIAN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"RIVERA\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUSTAVO ANDRES VERGARA TABOADA", "output": "{\"first_name\" : \"GUSTAVO\", \"middle_name\" : \"ANDRES\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"TABOADA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN CECILIA CORRALES FLOREZ", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"CECILIA\", \"first_last_name\" : \"CORRALES\", \"second_last_name\" : \"FLOREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTHA PATIÑO ESCOBAR", "output": "{\"first_name\" : \"MARTHA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PATIÑO\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOHNNYS NEL ARZUZA BUSTAMANTE", "output": "{\"first_name\" : \"JOHNNYS\", \"middle_name\" : \"NEL\", \"first_last_name\" : \"ARZUZA\", \"second_last_name\" : \"BUSTAMANTE\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ONISA MARIA NAVAS COLON", "output": "{\"first_name\" : \"ONISA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"NAVAS\", \"second_last_name\" : \"COLON\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALBERTO CARLOS MERCADO SALGADO", "output": "{\"first_name\" : \"ALBERTO\", \"middle_name\" : \"CARLOS\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTA CECILIA MORALES ORTEGA", "output": "{\"first_name\" : \"MARTA\", \"middle_name\" : \"CECILIA\", \"first_last_name\" : \"MORALES\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GLORIA MARIA CAMPO MONTES DE OCCA", "output": "{\"first_name\" : \"GLORIA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"CAMPO\", \"second_last_name\" : \"MONTES DE OCCA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SARI SARINA SIERRA ARROYO", "output": "{\"first_name\" : \"SARI\", \"middle_name\" : \"SARINA\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"ARROYO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JHON ANTONIO OROZCO SOTO", "output": "{\"first_name\" : \"JHON\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"OROZCO\", \"second_last_name\" : \"SOTO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARGARITA MARIA MERCADO CARDENAS", "output": "{\"first_name\" : \"MARGARITA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"CARDENAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARICELY DEL SOCO PEREZ HERNANDEZ", "output": "{\"first_name\" : \"MARICELY\", \"middle_name\" : \"DEL SOCO\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"HERNANDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL DE JESUS LOPEZ PATERNINA", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA PAULA MAURY ATENCIA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"PAULA\", \"first_last_name\" : \"MAURY\", \"second_last_name\" : \"ATENCIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELVIRA ISABEL RODRIGUEZ MARTINEZ", "output": "{\"first_name\" : \"ELVIRA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSA ELENA RODRIGUEZ", "output": "{\"first_name\" : \"ROSA\", \"middle_name\" : \"ELENA\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN MARIA GOMEZ DE DORADO", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"DE DORADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIO CESAR VILLEGAS JARABA", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"CESAR\", \"first_last_name\" : \"VILLEGAS\", \"second_last_name\" : \"JARABA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CONSUELO ISABEL CARDENAS MERCADO", "output": "{\"first_name\" : \"CONSUELO\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"CARDENAS\", \"second_last_name\" : \"MERCADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JAFIT PACHECO CALDERON", "output": "{\"first_name\" : \"JAFIT\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PACHECO\", \"second_last_name\" : \"CALDERON\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELIZABETH NAVAS BUELVAS", "output": "{\"first_name\" : \"ELIZABETH\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"NAVAS\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MIGUEL FLORENTINO CARDENAS GALES", "output": "{\"first_name\" : \"MIGUEL\", \"middle_name\" : \"FLORENTINO\", \"first_last_name\" : \"CARDENAS\", \"second_last_name\" : \"GALES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ADA ELVIRA COLON QUIROZ", "output": "{\"first_name\" : \"ADA\", \"middle_name\" : \"ELVIRA\", \"first_last_name\" : \"COLON\", \"second_last_name\" : \"QUIROZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ MARINA MERCADO NARVAEZ", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MARINA\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"NARVAEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUCY DEL ROSARIO MEZA CAMPO", "output": "{\"first_name\" : \"LUCY\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"CAMPO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN ANA CASSAS MARTINEZ", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"ANA\", \"first_last_name\" : \"CASSAS\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OSCAR MARTINEZ VILLANUEVA", "output": "{\"first_name\" : \"OSCAR\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"VILLANUEVA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YOLANDA EUFEMIA LARA TAPIA", "output": "{\"first_name\" : \"YOLANDA\", \"middle_name\" : \"EUFEMIA\", \"first_last_name\" : \"LARA\", \"second_last_name\" : \"TAPIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PAULA ANDREA PADILLA SANTOYA", "output": "{\"first_name\" : \"PAULA\", \"middle_name\" : \"ANDREA\", \"first_last_name\" : \"PADILLA\", \"second_last_name\" : \"SANTOYA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "IVAN LOZADA OLMOS", "output": "{\"first_name\" : \"IVAN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"LOZADA\", \"second_last_name\" : \"OLMOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FLORENTINA EMILIA MERCADO ORTEGA", "output": "{\"first_name\" : \"FLORENTINA\", \"middle_name\" : \"EMILIA\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JUANA IRIS DOMINGUEZ ROBLES", "output": "{\"first_name\" : \"JUANA\", \"middle_name\" : \"IRIS\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"ROBLES\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "IGNACIO FLOREZ LOPEZ", "output": "{\"first_name\" : \"IGNACIO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMON JESUS LOPEZ BUELVAS", "output": "{\"first_name\" : \"RAMON\", \"middle_name\" : \"JESUS\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LEDIS DEL CARMEN TOVAR RIVERA", "output": "{\"first_name\" : \"LEDIS\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"RIVERA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARELIS MARIA BETIN SANCHEZ", "output": "{\"first_name\" : \"MARELIS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"BETIN\", \"second_last_name\" : \"SANCHEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SONIA DE JESUS ESCOBAR MONTOYA", "output": "{\"first_name\" : \"SONIA\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"ESCOBAR\", \"second_last_name\" : \"MONTOYA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JAIME JOSE SIERRA ALVAREZ", "output": "{\"first_name\" : \"JAIME\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BARTOLO DE JESUS MEZA CARRASCAL", "output": "{\"first_name\" : \"BARTOLO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALFREDO ENRRIQUE AMAYA LOPEZ", "output": "{\"first_name\" : \"ALFREDO\", \"middle_name\" : \"ENRRIQUE\", \"first_last_name\" : \"AMAYA\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FANNY PAOLA MENDEZ PEREZ", "output": "{\"first_name\" : \"FANNY\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELIS JOHANA MONTERO BALDOVINO", "output": "{\"first_name\" : \"ELIS\", \"middle_name\" : \"JOHANA\", \"first_last_name\" : \"MONTERO\", \"second_last_name\" : \"BALDOVINO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELSA BEATRIZ GUZMAN SALCEDO", "output": "{\"first_name\" : \"ELSA\", \"middle_name\" : \"BEATRIZ\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "AMANDA MARCELA RAMOS MENDOZA", "output": "{\"first_name\" : \"AMANDA\", \"middle_name\" : \"MARCELA\", \"first_last_name\" : \"RAMOS\", \"second_last_name\" : \"MENDOZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDWIN RAFAEL BENITEZ LARA", "output": "{\"first_name\" : \"EDWIN\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"BENITEZ\", \"second_last_name\" : \"LARA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LESMI YAMIL MEDINA CATALAN", "output": "{\"first_name\" : \"LESMI\", \"middle_name\" : \"YAMIL\", \"first_last_name\" : \"MEDINA\", \"second_last_name\" : \"CATALAN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANGELES DOMINGUEZ PEÑARANDA", "output": "{\"first_name\" : \"ANGELES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"PEÑARANDA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ MARINA MENDOZA MEZA", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MARINA\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"MEZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARLENE PATERNINA FLOREZ", "output": "{\"first_name\" : \"MARLENE\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PATERNINA\", \"second_last_name\" : \"FLOREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YOCONDA CECILIA DIAZ MONTERROZA", "output": "{\"first_name\" : \"YOCONDA\", \"middle_name\" : \"CECILIA\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"MONTERROZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS EDUARDO ESTRADA ROYETH", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"EDUARDO\", \"first_last_name\" : \"ESTRADA\", \"second_last_name\" : \"ROYETH\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FANNY PAOLA MENDEZ PEREZ", "output": "{\"first_name\" : \"FANNY\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS FERNANDO MERCADO VIDES", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"FERNANDO\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"VIDES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL ENRIQUE CARDENAS DOMINGUEZ", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"CARDENAS\", \"second_last_name\" : \"DOMINGUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARNOVIS DE JESUS DIAZ FLOREZ", "output": "{\"first_name\" : \"ARNOVIS\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"FLOREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA PETRONA PEREZ PEREZ", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"PETRONA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIANA BETANCUR ESCOBAR", "output": "{\"first_name\" : \"JULIANA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BETANCUR\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OLGA REGINA GUZMAN DOMINGUEZ", "output": "{\"first_name\" : \"OLGA\", \"middle_name\" : \"REGINA\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"DOMINGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "REYE DE JESUS PADILLA QUIROZ", "output": "{\"first_name\" : \"REYE\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"PADILLA\", \"second_last_name\" : \"QUIROZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUCY DEL CARMEN PEÑA SALCEDO", "output": "{\"first_name\" : \"LUCY\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"PEÑA\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARLEN SEGUNDO OLMOS MENDOZA", "output": "{\"first_name\" : \"ARLEN\", \"middle_name\" : \"SEGUNDO\", \"first_last_name\" : \"OLMOS\", \"second_last_name\" : \"MENDOZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FANNY LUZ MERCADO SALGADO", "output": "{\"first_name\" : \"FANNY\", \"middle_name\" : \"LUZ\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELMER RAMIREZ PADILLA", "output": "{\"first_name\" : \"ELMER\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"RAMIREZ\", \"second_last_name\" : \"PADILLA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDILSA DEL ROSARIO SALAZAR AGUAS", "output": "{\"first_name\" : \"EDILSA\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"SALAZAR\", \"second_last_name\" : \"AGUAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YORLEYDA PATRICIA LOPEZ RODRIGUEZ", "output": "{\"first_name\" : \"YORLEYDA\", \"middle_name\" : \"PATRICIA\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDUARDO CARLOS DE VIVERO BADEL", "output": "{\"first_name\" : \"EDUARDO\", \"middle_name\" : \"CARLOS\", \"first_last_name\" : \"DE VIVERO\", \"second_last_name\" : \"BADEL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BELLA SOL DOMINGUEZ PATERNINA", "output": "{\"first_name\" : \"BELLA\", \"middle_name\" : \"SOL\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA DEL ROSARIO DONADO PATERNINA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"DONADO\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HILIDO MANUEL RUIZ DONADO", "output": "{\"first_name\" : \"HILIDO\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"RUIZ\", \"second_last_name\" : \"DONADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "APOLINAR JOSE PEREZ FUNES", "output": "{\"first_name\" : \"APOLINAR\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"FUNES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CRISPULO MARTINEZ MEZA", "output": "{\"first_name\" : \"CRISPULO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"MEZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GREGORIA LOPEZ", "output": "{\"first_name\" : \"GREGORIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ADRI YULIETT CASTRO MOGOLLON", "output": "{\"first_name\" : \"ADRI\", \"middle_name\" : \"YULIETT\", \"first_last_name\" : \"CASTRO\", \"second_last_name\" : \"MOGOLLON\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "INES DEL CARMEN ROMERO RAMOS", "output": "{\"first_name\" : \"INES\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"ROMERO\", \"second_last_name\" : \"RAMOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DANCY SAGUIT VARGAS MONTERROSA", "output": "{\"first_name\" : \"DANCY\", \"middle_name\" : \"SAGUIT\", \"first_last_name\" : \"VARGAS\", \"second_last_name\" : \"MONTERROSA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YANDRIS YERENIS PEREZ ARRIETA", "output": "{\"first_name\" : \"YANDRIS\", \"middle_name\" : \"YERENIS\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"ARRIETA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MIZZAR INDEZUZA ALMANZA", "output": "{\"first_name\" : \"MIZZAR\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"INDEZUZA\", \"second_last_name\" : \"ALMANZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDUARDO JACINTO VERGARA GARCIA", "output": "{\"first_name\" : \"EDUARDO\", \"middle_name\" : \"JACINTO\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"GARCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BERNAVELA ANTONIA SIERRA DLUYZ", "output": "{\"first_name\" : \"BERNAVELA\", \"middle_name\" : \"ANTONIA\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"DLUYZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAFAEL GARCIA PATERNINA SATURNINO", "output": "{\"first_name\" : \"RAFAEL\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"GARCIA\", \"second_last_name\" : \"PATERNINA SATURNINO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDITH DEL CARMEN RIVERO MIELES", "output": "{\"first_name\" : \"EDITH\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"RIVERO\", \"second_last_name\" : \"MIELES\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BERTILDA ISABEL MENDOZA PERALTA", "output": "{\"first_name\" : \"BERTILDA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"PERALTA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARY LUZ DIAZ RODRIGUEZ", "output": "{\"first_name\" : \"MARY\", \"middle_name\" : \"LUZ\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CESAR TULIO MARTINEZ ROMERO", "output": "{\"first_name\" : \"CESAR\", \"middle_name\" : \"TULIO\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"ROMERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CRISTOBAL FIDEN SALCEDO DOMINGUEZ", "output": "{\"first_name\" : \"CRISTOBAL\", \"middle_name\" : \"FIDEN\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"DOMINGUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA DE LAS MERCE GARCIA MARQUEZ", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"DE LAS MERCE\", \"first_last_name\" : \"GARCIA\", \"second_last_name\" : \"MARQUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANDRES MOSQUERA HERNANDEZ MALAGON", "output": "{\"first_name\" : \"ANDRES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MOSQUERA\", \"second_last_name\" : \"HERNANDEZ MALAGON\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LILA ESTHER PORTO PANIZA", "output": "{\"first_name\" : \"LILA\", \"middle_name\" : \"ESTHER\", \"first_last_name\" : \"PORTO\", \"second_last_name\" : \"PANIZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN DE LAS NIE FLOREZ ESCUDERO", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"DE LAS NIE\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"ESCUDERO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HERCIDYS MARIA SALGADO SANTOS", "output": "{\"first_name\" : \"HERCIDYS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"SANTOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ERIC NAVARRO CONTRERAS", "output": "{\"first_name\" : \"ERIC\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"NAVARRO\", \"second_last_name\" : \"CONTRERAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CLAUDIA STELLA MONTOYA ESCOBAR", "output": "{\"first_name\" : \"CLAUDIA\", \"middle_name\" : \"STELLA\", \"first_last_name\" : \"MONTOYA\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JESUS ESTEBAN CUELLAR ORTIZ", "output": "{\"first_name\" : \"JESUS\", \"middle_name\" : \"ESTEBAN\", \"first_last_name\" : \"CUELLAR\", \"second_last_name\" : \"ORTIZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMIRO ANTONIO TOVAR PALACIOS", "output": "{\"first_name\" : \"RAMIRO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"PALACIOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA ESTHER OSORIO ALDANA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"ESTHER\", \"first_last_name\" : \"OSORIO\", \"second_last_name\" : \"ALDANA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LELIS CORENA FUNEZ", "output": "{\"first_name\" : \"LELIS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CORENA\", \"second_last_name\" : \"FUNEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YUDITH DEL SOCORRO PEREZ CARDENAS", "output": "{\"first_name\" : \"YUDITH\", \"middle_name\" : \"DEL SOCORRO\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"CARDENAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ONAIDA DEL SOCORRO SALGADO TOVAR", "output": "{\"first_name\" : \"ONAIDA\", \"middle_name\" : \"DEL SOCORRO\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YUDY NATALI QUINTERO GIRALDO", "output": "{\"first_name\" : \"YUDY\", \"middle_name\" : \"NATALI\", \"first_last_name\" : \"QUINTERO\", \"second_last_name\" : \"GIRALDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TERESITA DE JESUS MERCADO MARTINEZ", "output": "{\"first_name\" : \"TERESITA\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIO CESAR PEREZ MONTES", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"CESAR\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"MONTES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALMA ROSA TORRES ALDANA", "output": "{\"first_name\" : \"ALMA\", \"middle_name\" : \"ROSA\", \"first_last_name\" : \"TORRES\", \"second_last_name\" : \"ALDANA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA LUCIA DOMINGUEZ TOVAR", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSA MARIA BOTERO CASTAÑO", "output": "{\"first_name\" : \"ROSA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"BOTERO\", \"second_last_name\" : \"CASTAÑO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALCIDES MANUEL JIMENEZ TOSCANO", "output": "{\"first_name\" : \"ALCIDES\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"JIMENEZ\", \"second_last_name\" : \"TOSCANO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUSTAVO ADOLFO CLEMEN MARTINEZ", "output": "{\"first_name\" : \"GUSTAVO\", \"middle_name\" : \"ADOLFO\", \"first_last_name\" : \"CLEMEN\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "AMPARO EDITH MENDEZ BORJA", "output": "{\"first_name\" : \"AMPARO\", \"middle_name\" : \"EDITH\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"BORJA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARINA ROSALBA NAVAS RUIZ", "output": "{\"first_name\" : \"MARINA\", \"middle_name\" : \"ROSALBA\", \"first_last_name\" : \"NAVAS\", \"second_last_name\" : \"RUIZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YERCENIA LOPEZ VERGARA", "output": "{\"first_name\" : \"YERCENIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"VERGARA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JAIDER YESID MONTERROZA MARTINEZ", "output": "{\"first_name\" : \"JAIDER\", \"middle_name\" : \"YESID\", \"first_last_name\" : \"MONTERROZA\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIO CESAR CASTILLO MENDEZ", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"CESAR\", \"first_last_name\" : \"CASTILLO\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NORYS DEL SOCORRO MEZA DE SERPA", "output": "{\"first_name\" : \"NORYS\", \"middle_name\" : \"DEL SOCORRO\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"DE SERPA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARLENIS DEL CARMEN SALGADO CUELLO", "output": "{\"first_name\" : \"MARLENIS\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"CUELLO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE MIGUEL ORTIZ GUTIERREZ", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"MIGUEL\", \"first_last_name\" : \"ORTIZ\", \"second_last_name\" : \"GUTIERREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SAUL XAVIER SALCEDO SALCEDO", "output": "{\"first_name\" : \"SAUL\", \"middle_name\" : \"XAVIER\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSARIO DE LOS ANGE PEREZ NARVAEZ", "output": "{\"first_name\" : \"ROSARIO\", \"middle_name\" : \"DE LOS ANGE\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"NARVAEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTIN ALFONSO ALVAREZ SUAREZ", "output": "{\"first_name\" : \"MARTIN\", \"middle_name\" : \"ALFONSO\", \"first_last_name\" : \"ALVAREZ\", \"second_last_name\" : \"SUAREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA ANGELICA HOYOS RIOS", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"ANGELICA\", \"first_last_name\" : \"HOYOS\", \"second_last_name\" : \"RIOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OVER LUIS VILLALBA ESTRADA", "output": "{\"first_name\" : \"OVER\", \"middle_name\" : \"LUIS\", \"first_last_name\" : \"VILLALBA\", \"second_last_name\" : \"ESTRADA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSA HELIODORA ROMERO PERALTA", "output": "{\"first_name\" : \"ROSA\", \"middle_name\" : \"HELIODORA\", \"first_last_name\" : \"ROMERO\", \"second_last_name\" : \"PERALTA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LIBIA ESTHER ROBLES HERNANDEZ", "output": "{\"first_name\" : \"LIBIA\", \"middle_name\" : \"ESTHER\", \"first_last_name\" : \"ROBLES\", \"second_last_name\" : \"HERNANDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARLOS DAVID CUELLO LARA", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"CUELLO\", \"second_last_name\" : \"LARA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ISABEL SOFIA MESA ACOSTA", "output": "{\"first_name\" : \"ISABEL\", \"middle_name\" : \"SOFIA\", \"first_last_name\" : \"MESA\", \"second_last_name\" : \"ACOSTA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JUAN DE LA CRUZ LOPEZ MARTINEZ", "output": "{\"first_name\" : \"JUAN\", \"middle_name\" : \"DE LA CRUZ\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE SANTANDER ARCIA MEDINA", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"SANTANDER\", \"first_last_name\" : \"ARCIA\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FABIOLA MARGARITA BUELVAS MERLANO", "output": "{\"first_name\" : \"FABIOLA\", \"middle_name\" : \"MARGARITA\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"MERLANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "REMBERTO DE LA ROSA", "output": "{\"first_name\" : \"REMBERTO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DE LA ROSA\", \"second_last_name\" : \"NULL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ESPERANZA DEL CARMEN CORENA PEREZ", "output": "{\"first_name\" : \"ESPERANZA\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"CORENA\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FLOR MARIA MONTERROSA SOLORZANO", "output": "{\"first_name\" : \"FLOR\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MONTERROSA\", \"second_last_name\" : \"SOLORZANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "IDALIS MARIA MERCADO MEJIA", "output": "{\"first_name\" : \"IDALIS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"MEJIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LEDYS MARIA URANGO", "output": "{\"first_name\" : \"LEDYS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"URANGO\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIBEL CECILIA PEREZ RODRIGUEZ", "output": "{\"first_name\" : \"MARIBEL\", \"middle_name\" : \"CECILIA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE VALENTIN CASTILLO HOYOS", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"VALENTIN\", \"first_last_name\" : \"CASTILLO\", \"second_last_name\" : \"HOYOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN EDITH SALCEDO PABUENA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"EDITH\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"PABUENA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SIRLIS SANTOYA TARRIBA", "output": "{\"first_name\" : \"SIRLIS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"SANTOYA\", \"second_last_name\" : \"TARRIBA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANUNCIACION CARRASCAL TOSCANO", "output": "{\"first_name\" : \"ANUNCIACION\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CARRASCAL\", \"second_last_name\" : \"TOSCANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NORA ISABEL SALCEDO LAMBRANO", "output": "{\"first_name\" : \"NORA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"LAMBRANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DAYS ANDRENIS MANJARREZ FERIA", "output": "{\"first_name\" : \"DAYS\", \"middle_name\" : \"ANDRENIS\", \"first_last_name\" : \"MANJARREZ\", \"second_last_name\" : \"FERIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OCTAVIO JOSE LOPEZ CERVANTES", "output": "{\"first_name\" : \"OCTAVIO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"CERVANTES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FELIPE SANTIAG DOMINGUEZ PALENCIA", "output": "{\"first_name\" : \"FELIPE\", \"middle_name\" : \"SANTIAG\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"PALENCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NACIRA ISABEL TOVAR MONTERROZA", "output": "{\"first_name\" : \"NACIRA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"MONTERROZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAFAEL ADOLFO MUNOZ SALGADO", "output": "{\"first_name\" : \"RAFAEL\", \"middle_name\" : \"ADOLFO\", \"first_last_name\" : \"MUNOZ\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN ELENA GUZMAN MENDEZ", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"ELENA\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANASTACIA ISABEL ORTEGA MEZA", "output": "{\"first_name\" : \"ANASTACIA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"ORTEGA\", \"second_last_name\" : \"MEZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OROSMAN JOSE DIAZ PINTO", "output": "{\"first_name\" : \"OROSMAN\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"PINTO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ISABEL MARIA PEREZ GUZMAN", "output": "{\"first_name\" : \"ISABEL\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"GUZMAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NELLY MARINA PEREZ MARTINEZ", "output": "{\"first_name\" : \"NELLY\", \"middle_name\" : \"MARINA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YANET DEL CARMEN AVILA MENDEZ", "output": "{\"first_name\" : \"YANET\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"AVILA\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SURINASIS DEL CARMEN PEREZ ALVAREZ", "output": "{\"first_name\" : \"SURINASIS\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIO MIGUEL MARTINEZ TOVAR", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"MIGUEL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "WILLIAM FABIAN SALCEDO PEREZ", "output": "{\"first_name\" : \"WILLIAM\", \"middle_name\" : \"FABIAN\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSA NAVAS PINEDA", "output": "{\"first_name\" : \"ROSA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"NAVAS\", \"second_last_name\" : \"PINEDA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARMANDO JOSE NAVAS RAMIREZ", "output": "{\"first_name\" : \"ARMANDO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"NAVAS\", \"second_last_name\" : \"RAMIREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS ENRIQUE POLO HERNANDEZ", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"POLO\", \"second_last_name\" : \"HERNANDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROBER JOSE LOPEZ PATERNINA", "output": "{\"first_name\" : \"ROBER\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE RAFAEL MONTOYA ORTEGA", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"MONTOYA\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUVIN ALBERTO MARRIAGA BUELVAS", "output": "{\"first_name\" : \"LUVIN\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"MARRIAGA\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HERCILIA ROSA GUERRA BARRETO", "output": "{\"first_name\" : \"HERCILIA\", \"middle_name\" : \"ROSA\", \"first_last_name\" : \"GUERRA\", \"second_last_name\" : \"BARRETO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SAIDE SUSANA CALUME RODRIGUEZ", "output": "{\"first_name\" : \"SAIDE\", \"middle_name\" : \"SUSANA\", \"first_last_name\" : \"CALUME\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DAVID RAFAEL CRUZ BUELVAS", "output": "{\"first_name\" : \"DAVID\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"CRUZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA CECILIA DOMINGUEZ GUZMAN", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"CECILIA\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"GUZMAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CRISTINA ISABEL RAMOS PATERNINA", "output": "{\"first_name\" : \"CRISTINA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"RAMOS\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HUMBERTO ENRIQU MOGOLLON CANCHILA", "output": "{\"first_name\" : \"HUMBERTO\", \"middle_name\" : \"ENRIQU\", \"first_last_name\" : \"MOGOLLON\", \"second_last_name\" : \"CANCHILA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROBLES GOMEZ EVARISTO", "output": "{\"first_name\" : \"ROBLES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"EVARISTO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FREDDY ROMERO QUINTERO", "output": "{\"first_name\" : \"FREDDY\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"ROMERO\", \"second_last_name\" : \"QUINTERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NEBIS DEL CARMEN DE ARCOS BALDOVINO", "output": "{\"first_name\" : \"NEBIS\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"DE ARCOS\", \"second_last_name\" : \"BALDOVINO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERY GOMEZ AGUILAR", "output": "{\"first_name\" : \"MERY\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"AGUILAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HORACIO ANTONIO RAMOS PATRON", "output": "{\"first_name\" : \"HORACIO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"RAMOS\", \"second_last_name\" : \"PATRON\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "URIEL PADILLA PEREZ", "output": "{\"first_name\" : \"URIEL\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PADILLA\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CANDELARIA PATRICIA MARTELO CUELLO", "output": "{\"first_name\" : \"CANDELARIA\", \"middle_name\" : \"PATRICIA\", \"first_last_name\" : \"MARTELO\", \"second_last_name\" : \"CUELLO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HILDA PEREZ ORTEGA", "output": "{\"first_name\" : \"HILDA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELAICER DE JESUS MENDEZ RAMOS", "output": "{\"first_name\" : \"ELAICER\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"RAMOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LIBARDO DIAZ MENDOZA", "output": "{\"first_name\" : \"LIBARDO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"MENDOZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EPIFANIO DE JES MONTERROZA SOTELO", "output": "{\"first_name\" : \"EPIFANIO\", \"middle_name\" : \"DE JES\", \"first_last_name\" : \"MONTERROZA\", \"second_last_name\" : \"SOTELO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RODOLFO CARRASCAL GOMEZ AMILCAR", "output": "{\"first_name\" : \"RODOLFO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CARRASCAL\", \"second_last_name\" : \"GOMEZ AMILCAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "AIDA LUZ VILLEGAS BUELVAS", "output": "{\"first_name\" : \"AIDA\", \"middle_name\" : \"LUZ\", \"first_last_name\" : \"VILLEGAS\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTHA LUCIA PEREZ PEREZ", "output": "{\"first_name\" : \"MARTHA\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARACELIS RODRIGUEZ CANCHILA", "output": "{\"first_name\" : \"ARACELIS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"CANCHILA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GARIS ALBERTO HERNANDEZ REYES", "output": "{\"first_name\" : \"GARIS\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"HERNANDEZ\", \"second_last_name\" : \"REYES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "WILMER DE JESUS ACOSTA MENDEZ", "output": "{\"first_name\" : \"WILMER\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"ACOSTA\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FERNANDO CAYETANO FERIA TOVAR", "output": "{\"first_name\" : \"FERNANDO\", \"middle_name\" : \"CAYETANO\", \"first_last_name\" : \"FERIA\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ZENAIDA ESTER FLOREZ ROMERO", "output": "{\"first_name\" : \"ZENAIDA\", \"middle_name\" : \"ESTER\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"ROMERO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "IRINA ALANA VILLADIEGO DIAZ", "output": "{\"first_name\" : \"IRINA\", \"middle_name\" : \"ALANA\", \"first_last_name\" : \"VILLADIEGO\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE VICENTE GERALDINO CHIMENTO", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"VICENTE\", \"first_last_name\" : \"GERALDINO\", \"second_last_name\" : \"CHIMENTO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MICHEL EUGENIO REYES CANCHILA", "output": "{\"first_name\" : \"MICHEL\", \"middle_name\" : \"EUGENIO\", \"first_last_name\" : \"REYES\", \"second_last_name\" : \"CANCHILA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA FABIOLA OLIVERA SALCEDO", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"FABIOLA\", \"first_last_name\" : \"OLIVERA\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "WILSON DEL CRISTO TERAN ESCOBAR", "output": "{\"first_name\" : \"WILSON\", \"middle_name\" : \"DEL CRISTO\", \"first_last_name\" : \"TERAN\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIO HERNANDO GARZON LEON", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"HERNANDO\", \"first_last_name\" : \"GARZON\", \"second_last_name\" : \"LEON\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUSTAVO ANDRES LOPEZ SIERRA", "output": "{\"first_name\" : \"GUSTAVO\", \"middle_name\" : \"ANDRES\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"SIERRA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LILIANA GRISELDA CASAS ORTEGA", "output": "{\"first_name\" : \"LILIANA\", \"middle_name\" : \"GRISELDA\", \"first_last_name\" : \"CASAS\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMONA DEL CARMEN FRANCO BARRETO", "output": "{\"first_name\" : \"RAMONA\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"FRANCO\", \"second_last_name\" : \"BARRETO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DELLANIRA PATERNINA MONTERROZA", "output": "{\"first_name\" : \"DELLANIRA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PATERNINA\", \"second_last_name\" : \"MONTERROZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YASMIN PILAR MERCADO ORTEGA", "output": "{\"first_name\" : \"YASMIN\", \"middle_name\" : \"PILAR\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARISTIDES MANUEL ROMAN BERRIO", "output": "{\"first_name\" : \"ARISTIDES\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"ROMAN\", \"second_last_name\" : \"BERRIO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GLORIA EDITH PALACIO SUAREZ", "output": "{\"first_name\" : \"GLORIA\", \"middle_name\" : \"EDITH\", \"first_last_name\" : \"PALACIO\", \"second_last_name\" : \"SUAREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELVIRA DE JESUS FLOREZ BUELVAS", "output": "{\"first_name\" : \"ELVIRA\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JUANA MENDOZA TOVAR", "output": "{\"first_name\" : \"JUANA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ISABEL MARIA SALCEDO LOPEZ", "output": "{\"first_name\" : \"ISABEL\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ENIRMA LUISA CARRASCAL MENDEZ", "output": "{\"first_name\" : \"ENIRMA\", \"middle_name\" : \"LUISA\", \"first_last_name\" : \"CARRASCAL\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALBA MARINA JARABA MORENO", "output": "{\"first_name\" : \"ALBA\", \"middle_name\" : \"MARINA\", \"first_last_name\" : \"JARABA\", \"second_last_name\" : \"MORENO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE DAMIAN QUIROZ PALENCIA", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"DAMIAN\", \"first_last_name\" : \"QUIROZ\", \"second_last_name\" : \"PALENCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANGELICA MARIA BADEL RODRIGUEZ", "output": "{\"first_name\" : \"ANGELICA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"BADEL\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN LUCILA GARRIDO BARRETO", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"LUCILA\", \"first_last_name\" : \"GARRIDO\", \"second_last_name\" : \"BARRETO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIO DEL CRISTO VIVERO SEBA", "output": "{\"first_name\" : \"MARIO\", \"middle_name\" : \"DEL CRISTO\", \"first_last_name\" : \"VIVERO\", \"second_last_name\" : \"SEBA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSEFA MARIA MARQUEZ GOEZ", "output": "{\"first_name\" : \"JOSEFA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MARQUEZ\", \"second_last_name\" : \"GOEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NANCY DE LOS REYES GOMEZ MARQUEZ", "output": "{\"first_name\" : \"NANCY\", \"middle_name\" : \"DE LOS REYES\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"MARQUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NESTOR DIAZ CASTRO", "output": "{\"first_name\" : \"NESTOR\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"CASTRO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JANEIRO DARIO RAMIREZ HADECHNI", "output": "{\"first_name\" : \"JANEIRO\", \"middle_name\" : \"DARIO\", \"first_last_name\" : \"RAMIREZ\", \"second_last_name\" : \"HADECHNI\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NIDIA DEL ROSARIO SEVILLA FRANCO", "output": "{\"first_name\" : \"NIDIA\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"SEVILLA\", \"second_last_name\" : \"FRANCO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YAHAIRA YAISIT KASSE TOVAR", "output": "{\"first_name\" : \"YAHAIRA\", \"middle_name\" : \"YAISIT\", \"first_last_name\" : \"KASSE\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANGELICA MARIA BADEL RODRIGUEZ", "output": "{\"first_name\" : \"ANGELICA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"BADEL\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LILIANA PAOLA MONTERROSA CONEO", "output": "{\"first_name\" : \"LILIANA\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"MONTERROSA\", \"second_last_name\" : \"CONEO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JORGE ARMANDO FUNEME URIAN", "output": "{\"first_name\" : \"JORGE\", \"middle_name\" : \"ARMANDO\", \"first_last_name\" : \"FUNEME\", \"second_last_name\" : \"URIAN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROBINSON ANTONIO Y SU MASA HERENCIAL GONZALEZ ROMERO", "output": "{\"first_name\" : \"ROBINSON\", \"middle_name\" : \"ANTONIO Y SU MASA HERENCIAL\", \"first_last_name\" : \"GONZALEZ\", \"second_last_name\" : \"ROMERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "KARINA BEATRIZ MARTINEZ LASTRE", "output": "{\"first_name\" : \"KARINA\", \"middle_name\" : \"BEATRIZ\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"LASTRE\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL ENRIQUE SIERRA VERGARA", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"VERGARA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JAIDITH ARMANDO SANCHEZ QUIROZ", "output": "{\"first_name\" : \"JAIDITH\", \"middle_name\" : \"ARMANDO\", \"first_last_name\" : \"SANCHEZ\", \"second_last_name\" : \"QUIROZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUISA GERTRUDIS PEREZ PACHECO", "output": "{\"first_name\" : \"LUISA\", \"middle_name\" : \"GERTRUDIS\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"PACHECO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUCIA ISABEL GOMEZ BURGOS", "output": "{\"first_name\" : \"LUCIA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"BURGOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EVA DEL CARMEN LOPEZ LOPEZ", "output": "{\"first_name\" : \"EVA\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE MANUEL GONZALEZ MONTERROSA", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"GONZALEZ\", \"second_last_name\" : \"MONTERROSA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALBERTINA ISABEL CORENA NAVAS", "output": "{\"first_name\" : \"ALBERTINA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"CORENA\", \"second_last_name\" : \"NAVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARLOS ENRIQUE SILVA BORJA", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"SILVA\", \"second_last_name\" : \"BORJA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROQUE DE JESUS CHIMENTI MACHADO", "output": "{\"first_name\" : \"ROQUE\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"CHIMENTI\", \"second_last_name\" : \"MACHADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANANIAS LORENZO ANGULO ANGULO", "output": "{\"first_name\" : \"ANANIAS\", \"middle_name\" : \"LORENZO\", \"first_last_name\" : \"ANGULO\", \"second_last_name\" : \"ANGULO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROBERT DE JESUS VITAL PATERNINA", "output": "{\"first_name\" : \"ROBERT\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"VITAL\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALEJANDRO DE JESUS GARCIA ROSA", "output": "{\"first_name\" : \"ALEJANDRO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"GARCIA\", \"second_last_name\" : \"ROSA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LEDA MARGARITA BELTRAN PERNETH", "output": "{\"first_name\" : \"LEDA\", \"middle_name\" : \"MARGARITA\", \"first_last_name\" : \"BELTRAN\", \"second_last_name\" : \"PERNETH\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ESTEFANIA ISABEL GONGORA MEDINA", "output": "{\"first_name\" : \"ESTEFANIA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"GONGORA\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HECTOR DE JESUS SERNA SERNA", "output": "{\"first_name\" : \"HECTOR\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"SERNA\", \"second_last_name\" : \"SERNA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARGARITA TIBURCIA PEREZ BUELVAS", "output": "{\"first_name\" : \"MARGARITA\", \"middle_name\" : \"TIBURCIA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMELO PEREZ CARRASCAL", "output": "{\"first_name\" : \"CARMELO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDUARDO LUIS BUELVAS MENDEZ", "output": "{\"first_name\" : \"EDUARDO\", \"middle_name\" : \"LUIS\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MAMUEL DEL CRISTO MARTINEZ CASTILLO", "output": "{\"first_name\" : \"MAMUEL\", \"middle_name\" : \"DEL CRISTO\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"CASTILLO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OSCAR JOSE PEREZ GOMEZ", "output": "{\"first_name\" : \"OSCAR\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"GOMEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LAURA VANESSA FAJARDO LARA", "output": "{\"first_name\" : \"LAURA\", \"middle_name\" : \"VANESSA\", \"first_last_name\" : \"FAJARDO\", \"second_last_name\" : \"LARA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NERU RAFAEL MEZA MERCADO", "output": "{\"first_name\" : \"NERU\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"MERCADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANTONIA MARIA BETRUZ BALAN", "output": "{\"first_name\" : \"ANTONIA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"BETRUZ\", \"second_last_name\" : \"BALAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE GREGORIO VERGARA PERALTA", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"GREGORIO\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"PERALTA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE GABRIEL GOMEZ REINO", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"GABRIEL\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"REINO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ILICH RAFAEL PIMIENTA BRITO", "output": "{\"first_name\" : \"ILICH\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"PIMIENTA\", \"second_last_name\" : \"BRITO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ENALVIS CONCEPCIO BARRETO PERALTA", "output": "{\"first_name\" : \"ENALVIS\", \"middle_name\" : \"CONCEPCIO\", \"first_last_name\" : \"BARRETO\", \"second_last_name\" : \"PERALTA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NIZETH DEL CARMEN CHAMORRO VARGAS", "output": "{\"first_name\" : \"NIZETH\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"CHAMORRO\", \"second_last_name\" : \"VARGAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HARLAN ALONSO VELEZ GUERRERO", "output": "{\"first_name\" : \"HARLAN\", \"middle_name\" : \"ALONSO\", \"first_last_name\" : \"VELEZ\", \"second_last_name\" : \"GUERRERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS HERNANDO VERGARA FLOREZ", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"HERNANDO\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"FLOREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YOJANA MARIA LOPEZ TOVAR", "output": "{\"first_name\" : \"YOJANA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALFREDO ISAAC SALGADO LOPEZ", "output": "{\"first_name\" : \"ALFREDO\", \"middle_name\" : \"ISAAC\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA JULIETTE GIL HENAO", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"JULIETTE\", \"first_last_name\" : \"GIL\", \"second_last_name\" : \"HENAO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FRANCISCO MENDEZ PEREZ", "output": "{\"first_name\" : \"FRANCISCO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARNOLD TORRES SALAZAR", "output": "{\"first_name\" : \"ARNOLD\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"TORRES\", \"second_last_name\" : \"SALAZAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VIVIANA MARTINEZ", "output": "{\"first_name\" : \"VIVIANA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "KATHERINE LUCIA PALENCIA GIL", "output": "{\"first_name\" : \"KATHERINE\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"PALENCIA\", \"second_last_name\" : \"GIL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SIXTA TULIA RAMIREZ DE CORREA", "output": "{\"first_name\" : \"SIXTA\", \"middle_name\" : \"TULIA\", \"first_last_name\" : \"RAMIREZ\", \"second_last_name\" : \"DE CORREA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RICARDO MANUEL ARRIETA ORTEGA", "output": "{\"first_name\" : \"RICARDO\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"ARRIETA\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL JIMENEZ MARTINEZ", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"JIMENEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JACKELINE HERAZO SALCEDO", "output": "{\"first_name\" : \"JACKELINE\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"HERAZO\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIANIS DEL ROSA PADILLA PATERNINA", "output": "{\"first_name\" : \"DIANIS\", \"middle_name\" : \"DEL ROSA\", \"first_last_name\" : \"PADILLA\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA SOFIA PALENCIA VERGARA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"SOFIA\", \"first_last_name\" : \"PALENCIA\", \"second_last_name\" : \"VERGARA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALEXANDER LUIS DIAZ HERNANDEZ", "output": "{\"first_name\" : \"ALEXANDER\", \"middle_name\" : \"LUIS\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"HERNANDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALIX ISABEL COHEN HOYOS", "output": "{\"first_name\" : \"ALIX\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"COHEN\", \"second_last_name\" : \"HOYOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ MIRA PEREZ RUIZ", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MIRA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"RUIZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARLOS ALBERTO TURIZO CHAVEZ", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"TURIZO\", \"second_last_name\" : \"CHAVEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA PAOLA CANCHILA MONTERROZA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"CANCHILA\", \"second_last_name\" : \"MONTERROZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ADELINA INES RODRIGUEZ GIL", "output": "{\"first_name\" : \"ADELINA\", \"middle_name\" : \"INES\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"GIL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARLOS OCTAVIO BOTERO SERNA", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"OCTAVIO\", \"first_last_name\" : \"BOTERO\", \"second_last_name\" : \"SERNA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NORMAN JOSE GARRIDO BARRETO", "output": "{\"first_name\" : \"NORMAN\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"GARRIDO\", \"second_last_name\" : \"BARRETO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA LUZ NOVOA MARQUEZ", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"LUZ\", \"first_last_name\" : \"NOVOA\", \"second_last_name\" : \"MARQUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALEJANDRA LUCIA DOMINGUEZ GRASS", "output": "{\"first_name\" : \"ALEJANDRA\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"GRASS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CEDYS MARIA VERGARA HOYOS", "output": "{\"first_name\" : \"CEDYS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"HOYOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PAOLA CRISTINA CONTRERAS ALVAREZ", "output": "{\"first_name\" : \"PAOLA\", \"middle_name\" : \"CRISTINA\", \"first_last_name\" : \"CONTRERAS\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELCIA ROSARIO CARDENA GOMEZ", "output": "{\"first_name\" : \"ELCIA\", \"middle_name\" : \"ROSARIO\", \"first_last_name\" : \"CARDENA\", \"second_last_name\" : \"GOMEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DILIO IGNACIO MENDEZ MENDEZ", "output": "{\"first_name\" : \"DILIO\", \"middle_name\" : \"IGNACIO\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GERMANIO DE JESUS AGUAS PERALTA", "output": "{\"first_name\" : \"GERMANIO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"AGUAS\", \"second_last_name\" : \"PERALTA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ISMAEL DE JESUS RIVERA GONZALEZ", "output": "{\"first_name\" : \"ISMAEL\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"RIVERA\", \"second_last_name\" : \"GONZALEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA ISABEL RIVERA SALGADO", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"RIVERA\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMONA DEL CARMEN MERLANO DIAZ", "output": "{\"first_name\" : \"RAMONA\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"MERLANO\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS HERNANDO VERGARA FLOREZ", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"HERNANDO\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"FLOREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DORA ISABEL LOPEZ DOMINGUEZ", "output": "{\"first_name\" : \"DORA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"DOMINGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ENITH JOHANA ROBLES MARTINEZ", "output": "{\"first_name\" : \"ENITH\", \"middle_name\" : \"JOHANA\", \"first_last_name\" : \"ROBLES\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARCO TULIO GUERRA CONTRERAS", "output": "{\"first_name\" : \"MARCO\", \"middle_name\" : \"TULIO\", \"first_last_name\" : \"GUERRA\", \"second_last_name\" : \"CONTRERAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANGELA DE LAS ME RAMBAUTH JIMENEZ", "output": "{\"first_name\" : \"ANGELA\", \"middle_name\" : \"DE LAS ME\", \"first_last_name\" : \"RAMBAUTH\", \"second_last_name\" : \"JIMENEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDWIN RAFAEL SALCEDO CORENA", "output": "{\"first_name\" : \"EDWIN\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"CORENA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANGELA MARIA SANCHEZ VILORIA", "output": "{\"first_name\" : \"ANGELA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"SANCHEZ\", \"second_last_name\" : \"VILORIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NEYLA MARIA GOMEZ MARTINEZ", "output": "{\"first_name\" : \"NEYLA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JUAN DAVID MUÑOZ TAPIA", "output": "{\"first_name\" : \"JUAN\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"MUÑOZ\", \"second_last_name\" : \"TAPIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DEYANIRA DEL ROSARI CHAVEZ MADRID", "output": "{\"first_name\" : \"DEYANIRA\", \"middle_name\" : \"DEL ROSARI\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"MADRID\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELENA LOPEZ PEREZ", "output": "{\"first_name\" : \"ELENA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANTONIO MARIA MONROY ORTEGA", "output": "{\"first_name\" : \"ANTONIO\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MONROY\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BLEIDY LIBIA GUZMAN QUIROZ", "output": "{\"first_name\" : \"BLEIDY\", \"middle_name\" : \"LIBIA\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"QUIROZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA CARLINA OVIEDO CARRASCAL", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"CARLINA\", \"first_last_name\" : \"OVIEDO\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARNALDO DE JESUS VERGARA ALBIS", "output": "{\"first_name\" : \"ARNALDO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"ALBIS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIEGO CHAVEZ GARCIA", "output": "{\"first_name\" : \"DIEGO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"GARCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA ARGELIA VERGARA ORTEGA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"ARGELIA\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALEJANDRO JOSE MONTES TOVAR", "output": "{\"first_name\" : \"ALEJANDRO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"MONTES\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NANCY AYDEE AGUDELO HENAO", "output": "{\"first_name\" : \"NANCY\", \"middle_name\" : \"AYDEE\", \"first_last_name\" : \"AGUDELO\", \"second_last_name\" : \"HENAO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSMIRA DEL CARMEN AGUAS YEPEZ", "output": "{\"first_name\" : \"ROSMIRA\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"AGUAS\", \"second_last_name\" : \"YEPEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROBINSON RAFAEL CHAMORRO ROMERO", "output": "{\"first_name\" : \"ROBINSON\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"CHAMORRO\", \"second_last_name\" : \"ROMERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FREDIS RAFAEL MARQUEZ CHAVEZ", "output": "{\"first_name\" : \"FREDIS\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"MARQUEZ\", \"second_last_name\" : \"CHAVEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS FRANCISCO MARTINEZ PEREZ", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"FRANCISCO\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YAKELINE MARIA SANCHEZ ORTEGA", "output": "{\"first_name\" : \"YAKELINE\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"SANCHEZ\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS DAVID SALGADO TOVAR", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIO FRANCISCO GUERRA MARTINEZ", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"FRANCISCO\", \"first_last_name\" : \"GUERRA\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DEINER DAVID DIAZ DIAZ", "output": "{\"first_name\" : \"DEINER\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMONA DE LA CRUZ QUIROZ OLIVERA", "output": "{\"first_name\" : \"RAMONA\", \"middle_name\" : \"DE LA CRUZ\", \"first_last_name\" : \"QUIROZ\", \"second_last_name\" : \"OLIVERA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ABEL DE JESUS FLOREZ BUELVAS", "output": "{\"first_name\" : \"ABEL\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YOMAIRA DEL ROSARIO SALGADO MEDINA", "output": "{\"first_name\" : \"YOMAIRA\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JUAN CAMILO CASTELLANOS MEDINA", "output": "{\"first_name\" : \"JUAN\", \"middle_name\" : \"CAMILO\", \"first_last_name\" : \"CASTELLANOS\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA JOSE PEÑARANDA SALCEDO", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"PEÑARANDA\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARELIS ENITH TORRES ORTEGA", "output": "{\"first_name\" : \"ARELIS\", \"middle_name\" : \"ENITH\", \"first_last_name\" : \"TORRES\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELIZABETH TAPIA BOLANO", "output": "{\"first_name\" : \"ELIZABETH\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"TAPIA\", \"second_last_name\" : \"BOLANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BERTULIO ENRIQUE GUZMAN NOVOA", "output": "{\"first_name\" : \"BERTULIO\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"NOVOA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ENGLE RAUL MACARENO MUÑOZ", "output": "{\"first_name\" : \"ENGLE\", \"middle_name\" : \"RAUL\", \"first_last_name\" : \"MACARENO\", \"second_last_name\" : \"MUÑOZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL FRANCISCO MENDOZA QUINTERO", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"FRANCISCO\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"QUINTERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NORMAN DE JESUS MERLANO SOTO", "output": "{\"first_name\" : \"NORMAN\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MERLANO\", \"second_last_name\" : \"SOTO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDITH ISABEL PATERNINA PEREZ", "output": "{\"first_name\" : \"EDITH\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"PATERNINA\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIEGO JOSE TORRES ARIAS", "output": "{\"first_name\" : \"DIEGO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"TORRES\", \"second_last_name\" : \"ARIAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PABLO JOSE GOMEZ CORONADO", "output": "{\"first_name\" : \"PABLO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"CORONADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LINEY MARIA ORTEGA MERCADO", "output": "{\"first_name\" : \"LINEY\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"ORTEGA\", \"second_last_name\" : \"MERCADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FRANCISCO ANTONIO MARTINEZ BARBOZA", "output": "{\"first_name\" : \"FRANCISCO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"BARBOZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EMIS DEL SOCORRO VERGARA VERBEL", "output": "{\"first_name\" : \"EMIS\", \"middle_name\" : \"DEL SOCORRO\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"VERBEL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HECTOR PEREZ MENDEZ", "output": "{\"first_name\" : \"HECTOR\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BLAS DEL CRISTO VILORIA MARQUEZ", "output": "{\"first_name\" : \"BLAS\", \"middle_name\" : \"DEL CRISTO\", \"first_last_name\" : \"VILORIA\", \"second_last_name\" : \"MARQUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE MIGUEL SOLORZANO GIL", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"MIGUEL\", \"first_last_name\" : \"SOLORZANO\", \"second_last_name\" : \"GIL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JUAN FRANCISCO GUERRA MARTINEZ", "output": "{\"first_name\" : \"JUAN\", \"middle_name\" : \"FRANCISCO\", \"first_last_name\" : \"GUERRA\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ASHLEY ORDONEZ NUNEZ", "output": "{\"first_name\" : \"ASHLEY\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"ORDONEZ\", \"second_last_name\" : \"NUNEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YULIETH PAOLA BOHORQUEZ MERCADO", "output": "{\"first_name\" : \"YULIETH\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"BOHORQUEZ\", \"second_last_name\" : \"MERCADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PATRICIA ELENA DIAZ BUELVAS", "output": "{\"first_name\" : \"PATRICIA\", \"middle_name\" : \"ELENA\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GRACIELA INES OLMOS TORO", "output": "{\"first_name\" : \"GRACIELA\", \"middle_name\" : \"INES\", \"first_last_name\" : \"OLMOS\", \"second_last_name\" : \"TORO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ADISLAO PENATE LEON", "output": "{\"first_name\" : \"ADISLAO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PENATE\", \"second_last_name\" : \"LEON\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TIVISAY SOFIA MENDOZA FIOCCO", "output": "{\"first_name\" : \"TIVISAY\", \"middle_name\" : \"SOFIA\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"FIOCCO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HILDA MARIA PEREZ LOPEZ", "output": "{\"first_name\" : \"HILDA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIO ENRIQUE MEZA CARRASCAL", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FRANCISCO PINEDA SIERRA", "output": "{\"first_name\" : \"FRANCISCO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PINEDA\", \"second_last_name\" : \"SIERRA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JEFFERSON MEJIA RINCON", "output": "{\"first_name\" : \"JEFFERSON\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MEJIA\", \"second_last_name\" : \"RINCON\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA ISABEL CUELLO JIMENEZ", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"CUELLO\", \"second_last_name\" : \"JIMENEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NATASHA VILLEGAS MONTOYA", "output": "{\"first_name\" : \"NATASHA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"VILLEGAS\", \"second_last_name\" : \"MONTOYA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ERMIDA MARIA GUZMAN TOVAR", "output": "{\"first_name\" : \"ERMIDA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "WILSON DEL CRISTO TERAN ESCOBAR", "output": "{\"first_name\" : \"WILSON\", \"middle_name\" : \"DEL CRISTO\", \"first_last_name\" : \"TERAN\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA ALEJANDRA MONTALVO SEVERICHE", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"ALEJANDRA\", \"first_last_name\" : \"MONTALVO\", \"second_last_name\" : \"SEVERICHE\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELVIRA DEYANIRA SANTIZ JORGE", "output": "{\"first_name\" : \"ELVIRA\", \"middle_name\" : \"DEYANIRA\", \"first_last_name\" : \"SANTIZ\", \"second_last_name\" : \"JORGE\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EVER LUIS CHAMORRO LLANOS", "output": "{\"first_name\" : \"EVER\", \"middle_name\" : \"LUIS\", \"first_last_name\" : \"CHAMORRO\", \"second_last_name\" : \"LLANOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ADELAIDA ESPERANZA MEZA MARQUEZ", "output": "{\"first_name\" : \"ADELAIDA\", \"middle_name\" : \"ESPERANZA\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"MARQUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIO JOSE ESPINOSA CHAGUI", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"ESPINOSA\", \"second_last_name\" : \"CHAGUI\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "KAREN SOFIA MARTINEZ ALVAREZ", "output": "{\"first_name\" : \"KAREN\", \"middle_name\" : \"SOFIA\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NICOLAZA MANUELA ALVAREZ JARAVA", "output": "{\"first_name\" : \"NICOLAZA\", \"middle_name\" : \"MANUELA\", \"first_last_name\" : \"ALVAREZ\", \"second_last_name\" : \"JARAVA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DANIEL EMIRO RUIZ CANCHILA", "output": "{\"first_name\" : \"DANIEL\", \"middle_name\" : \"EMIRO\", \"first_last_name\" : \"RUIZ\", \"second_last_name\" : \"CANCHILA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YOJAIRA DEL ROSARIO RAMBAUTH DIAZ", "output": "{\"first_name\" : \"YOJAIRA\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"RAMBAUTH\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SHIRLEY JANETH MONTERROZA MARTINEZ", "output": "{\"first_name\" : \"SHIRLEY\", \"middle_name\" : \"JANETH\", \"first_last_name\" : \"MONTERROZA\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YURIS MARIA JIMENEZ BARRAGAN", "output": "{\"first_name\" : \"YURIS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"JIMENEZ\", \"second_last_name\" : \"BARRAGAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LEONARD DAVID PEÑA CERVANTES", "output": "{\"first_name\" : \"LEONARD\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"PEÑA\", \"second_last_name\" : \"CERVANTES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSMARY DEL CARMEN PEREZ ALVAREZ", "output": "{\"first_name\" : \"ROSMARY\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OSCAR HERNANDO ZULUAGA PINEDA", "output": "{\"first_name\" : \"OSCAR\", \"middle_name\" : \"HERNANDO\", \"first_last_name\" : \"ZULUAGA\", \"second_last_name\" : \"PINEDA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUCELY DE LA CAN NARVAEZ MARTINEZ", "output": "{\"first_name\" : \"LUCELY\", \"middle_name\" : \"DE LA CAN\", \"first_last_name\" : \"NARVAEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VIVIANA LUZ ROBLES PEREZ", "output": "{\"first_name\" : \"VIVIANA\", \"middle_name\" : \"LUZ\", \"first_last_name\" : \"ROBLES\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN JULIA VIDAL SIERRA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"JULIA\", \"first_last_name\" : \"VIDAL\", \"second_last_name\" : \"SIERRA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LEONARDO DAVID VELILLA SORIANO", "output": "{\"first_name\" : \"LEONARDO\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"VELILLA\", \"second_last_name\" : \"SORIANO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JANETH CONSTANZA CASTELLANOS ESCOBAR", "output": "{\"first_name\" : \"JANETH\", \"middle_name\" : \"CONSTANZA\", \"first_last_name\" : \"CASTELLANOS\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA MARIA DE AVILA BRRETO", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"DE AVILA\", \"second_last_name\" : \"BRRETO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YUDY DEL ROSARIO MEZA CAMPO", "output": "{\"first_name\" : \"YUDY\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"CAMPO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROBERTO DE JESUS GUERRA TEJADA", "output": "{\"first_name\" : \"ROBERTO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"GUERRA\", \"second_last_name\" : \"TEJADA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MIGUEL ANGEL GARIZADO GOMEZ", "output": "{\"first_name\" : \"MIGUEL\", \"middle_name\" : \"ANGEL\", \"first_last_name\" : \"GARIZADO\", \"second_last_name\" : \"GOMEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EMIRTO RAFAEL MIRANDA CHAMORRO", "output": "{\"first_name\" : \"EMIRTO\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"MIRANDA\", \"second_last_name\" : \"CHAMORRO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ MARINA MEZA COLON", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MARINA\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"COLON\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALCIRA DE JESUS MEDINA MEDINA", "output": "{\"first_name\" : \"ALCIRA\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MEDINA\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARCELIA ROSA ANAYA FERIA", "output": "{\"first_name\" : \"ARCELIA\", \"middle_name\" : \"ROSA\", \"first_last_name\" : \"ANAYA\", \"second_last_name\" : \"FERIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMONA DE JESUS MARTINEZ CASTILLO", "output": "{\"first_name\" : \"RAMONA\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"CASTILLO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FRANCISCO MANUEL MARTINEZ NOVOA", "output": "{\"first_name\" : \"FRANCISCO\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"NOVOA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALCIRA MARIA REYES PEREZ", "output": "{\"first_name\" : \"ALCIRA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"REYES\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN ANA LOPEZ BUELVAS", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"ANA\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL ENRIQUE CHAVEZ DOMINGUEZ", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"DOMINGUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RODRIGO CASTIBLANCO GARCIA", "output": "{\"first_name\" : \"RODRIGO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CASTIBLANCO\", \"second_last_name\" : \"GARCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CAROLINA SARMIENTO GUATA", "output": "{\"first_name\" : \"CAROLINA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"SARMIENTO\", \"second_last_name\" : \"GUATA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL DE JESUS CHAVEZ BLANCO", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"BLANCO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUADALUPE CEC HERAZO TRESPALACIOS", "output": "{\"first_name\" : \"GUADALUPE\", \"middle_name\" : \"CEC\", \"first_last_name\" : \"HERAZO\", \"second_last_name\" : \"TRESPALACIOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA JOSEFA CUELLO PEREZ", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"JOSEFA\", \"first_last_name\" : \"CUELLO\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARLOS ALBERTO BADEL RODRIGUEZ", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"BADEL\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL ANTONIO BERTEL QUINTERO", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"BERTEL\", \"second_last_name\" : \"QUINTERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EMINSON DIAZ MARQUEZ", "output": "{\"first_name\" : \"EMINSON\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"MARQUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARCELINO ANTONIO SIERRA", "output": "{\"first_name\" : \"MARCELINO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"NULL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALBA ROSA MARTINEZ YANEZ", "output": "{\"first_name\" : \"ALBA\", \"middle_name\" : \"ROSA\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"YANEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE FRUDENCIO TOVAR GONZALEZ", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"FRUDENCIO\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"GONZALEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSALBA MARIA VERGARA", "output": "{\"first_name\" : \"ROSALBA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA GERTUDIS COLON FUNEZ", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"GERTUDIS\", \"first_last_name\" : \"COLON\", \"second_last_name\" : \"FUNEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OLIBERTO RAFAEL MEZA MENDEZ", "output": "{\"first_name\" : \"OLIBERTO\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS ALFREDO GAMARRA TATIS", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"ALFREDO\", \"first_last_name\" : \"GAMARRA\", \"second_last_name\" : \"TATIS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALBA MILENA CASTRO OROZCO", "output": "{\"first_name\" : \"ALBA\", \"middle_name\" : \"MILENA\", \"first_last_name\" : \"CASTRO\", \"second_last_name\" : \"OROZCO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CAROLINA PAOLA CORENA CARDENAS", "output": "{\"first_name\" : \"CAROLINA\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"CORENA\", \"second_last_name\" : \"CARDENAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARLOS ENRIQUE HERAZO URZOLA", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"HERAZO\", \"second_last_name\" : \"URZOLA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JESUS MARIA CHICA DIAZ", "output": "{\"first_name\" : \"JESUS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"CHICA\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE ROSVEL ORTEGA GUZMAN", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"ROSVEL\", \"first_last_name\" : \"ORTEGA\", \"second_last_name\" : \"GUZMAN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LACIDES CARRASCAL", "output": "{\"first_name\" : \"LACIDES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CARRASCAL\", \"second_last_name\" : \"NULL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CAROLINA SARMIENTO GUATA", "output": "{\"first_name\" : \"CAROLINA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"SARMIENTO\", \"second_last_name\" : \"GUATA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DORIS DEL CARMEN ROBLES HERAZO", "output": "{\"first_name\" : \"DORIS\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"ROBLES\", \"second_last_name\" : \"HERAZO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HIDALDO DE JESUS ALVAREZ ORTEGA", "output": "{\"first_name\" : \"HIDALDO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"ALVAREZ\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NIEVES ISABEL ROBLES RIVERA", "output": "{\"first_name\" : \"NIEVES\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"ROBLES\", \"second_last_name\" : \"RIVERA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JAIRO JAVIER ANAYA VERILLA", "output": "{\"first_name\" : \"JAIRO\", \"middle_name\" : \"JAVIER\", \"first_last_name\" : \"ANAYA\", \"second_last_name\" : \"VERILLA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MEDINSON JOSE MERCADO GONZALEZ", "output": "{\"first_name\" : \"MEDINSON\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"GONZALEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "XIOMARA PAOLA CASTILLA JORDAN", "output": "{\"first_name\" : \"XIOMARA\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"CASTILLA\", \"second_last_name\" : \"JORDAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TOMAS BEKET SALCEDO RAMIREZ", "output": "{\"first_name\" : \"TOMAS\", \"middle_name\" : \"BEKET\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"RAMIREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JORGE LUIS JIMENEZ GONZALEZ", "output": "{\"first_name\" : \"JORGE\", \"middle_name\" : \"LUIS\", \"first_last_name\" : \"JIMENEZ\", \"second_last_name\" : \"GONZALEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LIDYS MARGOTH SERRANO CORENA", "output": "{\"first_name\" : \"LIDYS\", \"middle_name\" : \"MARGOTH\", \"first_last_name\" : \"SERRANO\", \"second_last_name\" : \"CORENA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ISABEL MARIA SALGADO ABAD", "output": "{\"first_name\" : \"ISABEL\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"ABAD\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARLOS ALBERTO MENDOZA ARRIETA", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"ARRIETA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YANETH DEL CARMEN RODRIGUEZ ACOSTA", "output": "{\"first_name\" : \"YANETH\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"ACOSTA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MIGUEL ANTONIO ARRIETA GARCIA", "output": "{\"first_name\" : \"MIGUEL\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"ARRIETA\", \"second_last_name\" : \"GARCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIO EMIRO TOVAR MERLANO", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"EMIRO\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"MERLANO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE MARTIN CHAVEZ BLANCO", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"MARTIN\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"BLANCO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SANTIAGO EMEL ALCALA MUGNO", "output": "{\"first_name\" : \"SANTIAGO\", \"middle_name\" : \"EMEL\", \"first_last_name\" : \"ALCALA\", \"second_last_name\" : \"MUGNO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIS DEL ROSARIO CHAVEZ ALQUERQUE", "output": "{\"first_name\" : \"MARIS\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"ALQUERQUE\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "IVAN DAVID MORELOS BARRIOS", "output": "{\"first_name\" : \"IVAN\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"MORELOS\", \"second_last_name\" : \"BARRIOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HERNANDO ALFON BLANQUISETT MONTES", "output": "{\"first_name\" : \"HERNANDO\", \"middle_name\" : \"ALFON\", \"first_last_name\" : \"BLANQUISETT\", \"second_last_name\" : \"MONTES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ADELA CRISTINA PEREIRA RUIZ", "output": "{\"first_name\" : \"ADELA\", \"middle_name\" : \"CRISTINA\", \"first_last_name\" : \"PEREIRA\", \"second_last_name\" : \"RUIZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GERMAN RAFAEL SIERRA SALGADO", "output": "{\"first_name\" : \"GERMAN\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARCOS BARRETO", "output": "{\"first_name\" : \"MARCOS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BARRETO\", \"second_last_name\" : \"NULL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "AGUSTIN MENDEZ CARRASCAL", "output": "{\"first_name\" : \"AGUSTIN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELVIRA DE JESUS FLOREZ BUELVAS", "output": "{\"first_name\" : \"ELVIRA\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SEGUNDO MANUEL BARRETO PEREZ", "output": "{\"first_name\" : \"SEGUNDO\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"BARRETO\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YERALDIN CONTRERAS TUIRAN", "output": "{\"first_name\" : \"YERALDIN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CONTRERAS\", \"second_last_name\" : \"TUIRAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARTURO RAFAEL GARCIA AGAMEZ", "output": "{\"first_name\" : \"ARTURO\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"GARCIA\", \"second_last_name\" : \"AGAMEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LIBARDO DE JESUS PEREZ PEREZ", "output": "{\"first_name\" : \"LIBARDO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARLON RAFAEL TIRADO GOMEZ", "output": "{\"first_name\" : \"MARLON\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"TIRADO\", \"second_last_name\" : \"GOMEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "REGINALDO RAFAEL PEREZ CARRASCAL", "output": "{\"first_name\" : \"REGINALDO\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS ENRIQUE PEREZ NARVAEZ", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"NARVAEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NOHEMI DEL CARMEN QUIROZ OLIVERA", "output": "{\"first_name\" : \"NOHEMI\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"QUIROZ\", \"second_last_name\" : \"OLIVERA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DENYS YOMAIRA FLOREZ MENDEZ", "output": "{\"first_name\" : \"DENYS\", \"middle_name\" : \"YOMAIRA\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ASTOLFO BLAS BUELVAS MERLANO", "output": "{\"first_name\" : \"ASTOLFO\", \"middle_name\" : \"BLAS\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"MERLANO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FREDYS SARMIENTO ESTRADA", "output": "{\"first_name\" : \"FREDYS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"SARMIENTO\", \"second_last_name\" : \"ESTRADA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDILMA DEL ROSARI PEREZ CARRASCAL", "output": "{\"first_name\" : \"EDILMA\", \"middle_name\" : \"DEL ROSARI\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FERNEY DARIO NUNEZ ERAZO", "output": "{\"first_name\" : \"FERNEY\", \"middle_name\" : \"DARIO\", \"first_last_name\" : \"NUNEZ\", \"second_last_name\" : \"ERAZO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ICELA PATRICIA DOMINGUEZ GUZMAN", "output": "{\"first_name\" : \"ICELA\", \"middle_name\" : \"PATRICIA\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"GUZMAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "AURA MARIA RODRIGUEZ SALGADO", "output": "{\"first_name\" : \"AURA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDIA DEL SOCORRO SIERRA MENDOZA", "output": "{\"first_name\" : \"EDIA\", \"middle_name\" : \"DEL SOCORRO\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"MENDOZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LILIANA ISABEL PALENCIA MARTINEZ", "output": "{\"first_name\" : \"LILIANA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"PALENCIA\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FREDDY JULIAN MACHADO GONZALEZ", "output": "{\"first_name\" : \"FREDDY\", \"middle_name\" : \"JULIAN\", \"first_last_name\" : \"MACHADO\", \"second_last_name\" : \"GONZALEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YESITH ESTEVIN PATERNINA MENDOZA", "output": "{\"first_name\" : \"YESITH\", \"middle_name\" : \"ESTEVIN\", \"first_last_name\" : \"PATERNINA\", \"second_last_name\" : \"MENDOZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GRACIELA BORRERO DAVILA", "output": "{\"first_name\" : \"GRACIELA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BORRERO\", \"second_last_name\" : \"DAVILA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTHA LUCIA RODRIGUEZ GIL", "output": "{\"first_name\" : \"MARTHA\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"GIL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN TOVAR PADILLA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"PADILLA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS GOMEZ BARRIOS", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"BARRIOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YERI ANTONIO FANG SALCEDO", "output": "{\"first_name\" : \"YERI\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"FANG\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ ELENA DE LA CANDELARIA TEJEDOR LOPEZ", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"ELENA\", \"first_last_name\" : \"DE LA CANDELARIA\", \"second_last_name\" : \"TEJEDOR LOPEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YOLANDA ELENA CUELLO DIAZ", "output": "{\"first_name\" : \"YOLANDA\", \"middle_name\" : \"ELENA\", \"first_last_name\" : \"CUELLO\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEDRO MANUEL HERNANDEZ MARTINEZ", "output": "{\"first_name\" : \"PEDRO\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"HERNANDEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALEJANDRO DE JESUS GARCIA ROSA", "output": "{\"first_name\" : \"ALEJANDRO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"GARCIA\", \"second_last_name\" : \"ROSA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE ALBERTO PEREZ NAVARRO", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"NAVARRO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEDRO JUAN MUNOZ SALGADO", "output": "{\"first_name\" : \"PEDRO\", \"middle_name\" : \"JUAN\", \"first_last_name\" : \"MUNOZ\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LIBRADA CORPAS MENDEZ", "output": "{\"first_name\" : \"LIBRADA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CORPAS\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOHANA MARIA PEREZ ESTRADA", "output": "{\"first_name\" : \"JOHANA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"ESTRADA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SOBEIDA MARIA BUELVAS MENDEZ", "output": "{\"first_name\" : \"SOBEIDA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS ADRIAN TORRES ZULUAGA", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"ADRIAN\", \"first_last_name\" : \"TORRES\", \"second_last_name\" : \"ZULUAGA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUCY AMPARO TOVAR PALACIO", "output": "{\"first_name\" : \"LUCY\", \"middle_name\" : \"AMPARO\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"PALACIO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ITALIA MERLANO FLOREZ", "output": "{\"first_name\" : \"ITALIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MERLANO\", \"second_last_name\" : \"FLOREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMONA PEREZ DE BARRIOS", "output": "{\"first_name\" : \"RAMONA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"DE BARRIOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMON DEL CRISTO MARTINEZ GARCIA", "output": "{\"first_name\" : \"RAMON\", \"middle_name\" : \"DEL CRISTO\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"GARCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAFAEL AGUSTIN CASTILLO PEÑA", "output": "{\"first_name\" : \"RAFAEL\", \"middle_name\" : \"AGUSTIN\", \"first_last_name\" : \"CASTILLO\", \"second_last_name\" : \"PEÑA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MILI MARIA MARQUEZ FRANCO", "output": "{\"first_name\" : \"MILI\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MARQUEZ\", \"second_last_name\" : \"FRANCO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FELIX ENANIAS DOMINGUEZ HERRERA", "output": "{\"first_name\" : \"FELIX\", \"middle_name\" : \"ENANIAS\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"HERRERA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "WILLIAM MIGUEL VERGARA VERGARA", "output": "{\"first_name\" : \"WILLIAM\", \"middle_name\" : \"MIGUEL\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"VERGARA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALVARO ENRIQUE MENDEZ BORJA", "output": "{\"first_name\" : \"ALVARO\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"BORJA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS GABRIEL PEREZ HERAZO", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"GABRIEL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"HERAZO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDITH YOJANA BARRERO LOPEZ", "output": "{\"first_name\" : \"EDITH\", \"middle_name\" : \"YOJANA\", \"first_last_name\" : \"BARRERO\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YANETH DEL CARMEN DOMINGUEZ OLMOS", "output": "{\"first_name\" : \"YANETH\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"OLMOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN ALICIA SILGADO NADAD", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"ALICIA\", \"first_last_name\" : \"SILGADO\", \"second_last_name\" : \"NADAD\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OSCAR GERARDO MONTERROZA ARRIETA", "output": "{\"first_name\" : \"OSCAR\", \"middle_name\" : \"GERARDO\", \"first_last_name\" : \"MONTERROZA\", \"second_last_name\" : \"ARRIETA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA ROSA RAMOS VASQUEZ", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"ROSA\", \"first_last_name\" : \"RAMOS\", \"second_last_name\" : \"VASQUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YUTZY YUDY GUZMAN DE VILORIA", "output": "{\"first_name\" : \"YUTZY\", \"middle_name\" : \"YUDY\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"DE VILORIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MATILDE DANCUR PEREZ", "output": "{\"first_name\" : \"MATILDE\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DANCUR\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ADALGISA MARIA CHAVEZ ORTEGA", "output": "{\"first_name\" : \"ADALGISA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "REGINA RUTH VILORIA DIAZ", "output": "{\"first_name\" : \"REGINA\", \"middle_name\" : \"RUTH\", \"first_last_name\" : \"VILORIA\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NELIDA MARGARITA AMAYA GRANADOS", "output": "{\"first_name\" : \"NELIDA\", \"middle_name\" : \"MARGARITA\", \"first_last_name\" : \"AMAYA\", \"second_last_name\" : \"GRANADOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CENOBIA ISABEL CARDENAS RUIZ", "output": "{\"first_name\" : \"CENOBIA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"CARDENAS\", \"second_last_name\" : \"RUIZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE MARIA PALENCIA RUIZ", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"PALENCIA\", \"second_last_name\" : \"RUIZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALFONSO MANUEL RAMOS RAMOS", "output": "{\"first_name\" : \"ALFONSO\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"RAMOS\", \"second_last_name\" : \"RAMOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUDYS DEL CARMEN GUZMAN ANAYA", "output": "{\"first_name\" : \"LUDYS\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"ANAYA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALEXANDER VERNA SUAREZ", "output": "{\"first_name\" : \"ALEXANDER\", \"middle_name\" : \"VERNA\", \"first_last_name\" : \"SUAREZ\", \"second_last_name\" : \"NULL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ENORDIS JOSE MERCADO PEREZ", "output": "{\"first_name\" : \"ENORDIS\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE DE LOS SANT CASTILLO BUELVAS", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"DE LOS SANT\", \"first_last_name\" : \"CASTILLO\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EULISES ANTONIO DIAZ ROMERO", "output": "{\"first_name\" : \"EULISES\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"ROMERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ MARINA BUELVAS BLANCO", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MARINA\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"BLANCO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JAIME ANDRES MEZA BERTEL", "output": "{\"first_name\" : \"JAIME\", \"middle_name\" : \"ANDRES\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"BERTEL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELSON ALBERTO LOPEZ CLEMEN", "output": "{\"first_name\" : \"ELSON\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"CLEMEN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "IRINIDA DIAZ DE LA OSSA", "output": "{\"first_name\" : \"IRINIDA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"DE LA OSSA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA ESPANA TOBIAS", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"ESPANA\", \"second_last_name\" : \"TOBIAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELIZABETH DE LA HOZ MADERA", "output": "{\"first_name\" : \"ELIZABETH\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DE LA HOZ\", \"second_last_name\" : \"MADERA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELIZABETH PINA ESTOR", "output": "{\"first_name\" : \"ELIZABETH\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PINA\", \"second_last_name\" : \"ESTOR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARCELINA ARAUJO SATAMARIA", "output": "{\"first_name\" : \"MARCELINA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"ARAUJO\", \"second_last_name\" : \"SATAMARIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DUQUEZA MENDOZA REALES", "output": "{\"first_name\" : \"DUQUEZA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"REALES\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LORENZO JARA ALBARRACIN", "output": "{\"first_name\" : \"LORENZO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"JARA\", \"second_last_name\" : \"ALBARRACIN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUILLERMO BEDOYA MONSALVE", "output": "{\"first_name\" : \"GUILLERMO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BEDOYA\", \"second_last_name\" : \"MONSALVE\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUILLERMO BEDOYA MONSALVE", "output": "{\"first_name\" : \"GUILLERMO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BEDOYA\", \"second_last_name\" : \"MONSALVE\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HERNEYDES MARTINEZ PINEROS", "output": "{\"first_name\" : \"HERNEYDES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"PINEROS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VIRGINIA ARIAS QUIROGA", "output": "{\"first_name\" : \"VIRGINIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"ARIAS\", \"second_last_name\" : \"QUIROGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JUAN PEREZ YEPES", "output": "{\"first_name\" : \"JUAN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"YEPES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NUIMINSON MARTINEZ CARRASCAL", "output": "{\"first_name\" : \"NUIMINSON\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FELIPE MERLANO SALCEDO", "output": "{\"first_name\" : \"FELIPE\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MERLANO\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MODESTO BORJA TOVAR", "output": "{\"first_name\" : \"MODESTO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BORJA\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMONA SALCEDO MERLANO", "output": "{\"first_name\" : \"RAMONA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"MERLANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELENA MERLANO SALCEDO", "output": "{\"first_name\" : \"ELENA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MERLANO\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NATASHA VILLEGAS MONTOYA", "output": "{\"first_name\" : \"NATASHA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"VILLEGAS\", \"second_last_name\" : \"MONTOYA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSALBA MARIA VERGARA", "output": "{\"first_name\" : \"ROSALBA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MARIA\", \"second_last_name\" : \"VERGARA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HERLEN FORERO MARTHA", "output": "{\"first_name\" : \"HERLEN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"FORERO\", \"second_last_name\" : \"MARTHA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA DOLORES MORENO", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DOLORES\", \"second_last_name\" : \"MORENO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CELINA DURAN MIRIAM", "output": "{\"first_name\" : \"CELINA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DURAN\", \"second_last_name\" : \"MIRIAM\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LETICIA MOJICA MENDIVELSO", "output": "{\"first_name\" : \"LETICIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MOJICA\", \"second_last_name\" : \"MENDIVELSO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OLDER BURGOS MILLAN", "output": "{\"first_name\" : \"OLDER\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BURGOS\", \"second_last_name\" : \"MILLAN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "WILLIAM MORA MENDOZA", "output": "{\"first_name\" : \"WILLIAM\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MORA\", \"second_last_name\" : \"MENDOZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YOLMAN RIAÑO FUENTES", "output": "{\"first_name\" : \"YOLMAN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"RIAÑO\", \"second_last_name\" : \"FUENTES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JAMES GARCIA NIÑO", "output": "{\"first_name\" : \"JAMES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"GARCIA\", \"second_last_name\" : \"NIÑO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HUGO ARANGUREN BETANCOURT", "output": "{\"first_name\" : \"HUGO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"ARANGUREN\", \"second_last_name\" : \"BETANCOURT\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OLFREY CELIS SANCHEZ", "output": "{\"first_name\" : \"OLFREY\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CELIS\", \"second_last_name\" : \"SANCHEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALEXANDER GOMEZ MOLINA", "output": "{\"first_name\" : \"ALEXANDER\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"MOLINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OMAIRA YEPEZ ANAYA", "output": "{\"first_name\" : \"OMAIRA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"YEPEZ\", \"second_last_name\" : \"ANAYA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUCELY BETANCOURTH GARCIA", "output": "{\"first_name\" : \"LUCELY\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BETANCOURTH\", \"second_last_name\" : \"GARCIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "AMPARO OSPINA GLORIA", "output": "{\"first_name\" : \"AMPARO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"OSPINA\", \"second_last_name\" : \"GLORIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "POLICARPA VELANDIA FARFAN", "output": "{\"first_name\" : \"POLICARPA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"VELANDIA\", \"second_last_name\" : \"FARFAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "INES DELGADO ALVAREZ", "output": "{\"first_name\" : \"INES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DELGADO\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TOMAS BARRAGAN MENDIVELSO", "output": "{\"first_name\" : \"TOMAS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BARRAGAN\", \"second_last_name\" : \"MENDIVELSO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARLOS IBARRA MEDINA", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"IBARRA\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELVIA MUNOZ OSPINO", "output": "{\"first_name\" : \"ELVIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MUNOZ\", \"second_last_name\" : \"OSPINO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ RAMIREZ MOLINA", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"RAMIREZ\", \"second_last_name\" : \"MOLINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAFAELINO MORALES BELLO", "output": "{\"first_name\" : \"RAFAELINO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MORALES\", \"second_last_name\" : \"BELLO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ NEIRA CASTILLO", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"NEIRA\", \"second_last_name\" : \"CASTILLO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDGAR HERNANDEZ CRUZ", "output": "{\"first_name\" : \"EDGAR\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"HERNANDEZ\", \"second_last_name\" : \"CRUZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DOLORES MARIA MORENO", "output": "{\"first_name\" : \"DOLORES\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MORENO\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "COLON LOPEZ BORIS ARIEL", "output": "{\"first_name\" : \"BORIS\", \"middle_name\" : \"ARIEL\", \"first_last_name\" : \"COLON\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MONTOYA ESCOBAR ADRIANA LUCIA", "output": "{\"first_name\" : \"ADRIANA\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"MONTOYA\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BUELVAS DIAZ JUAN ANTONIO", "output": "{\"first_name\" : \"JUAN\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BUELVAS MONTERROZA PEDRO PABLO", "output": "{\"first_name\" : \"PEDRO\", \"middle_name\" : \"PABLO\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"MONTERROZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GOMEZ TOVAR NICOLAS ROBERTO", "output": "{\"first_name\" : \"NICOLAS\", \"middle_name\" : \"ROBERTO\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARQUEZ CORENA PATRICIA MARIA", "output": "{\"first_name\" : \"PATRICIA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MARQUEZ\", \"second_last_name\" : \"CORENA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TATIS MONTERO SAUDITH ARNULFO", "output": "{\"first_name\" : \"SAUDITH\", \"middle_name\" : \"ARNULFO\", \"first_last_name\" : \"TATIS\", \"second_last_name\" : \"MONTERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERCADO ARRIETA ROSIRIS JUDITH", "output": "{\"first_name\" : \"ROSIRIS\", \"middle_name\" : \"JUDITH\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"ARRIETA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TERAN RIVADENEIRA JAIRO ALFONSO", "output": "{\"first_name\" : \"JAIRO\", \"middle_name\" : \"ALFONSO\", \"first_last_name\" : \"TERAN\", \"second_last_name\" : \"RIVADENEIRA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MONTERROSA MARTINEZ GUILLERMO ANT", "output": "{\"first_name\" : \"GUILLERMO\", \"middle_name\" : \"ANT\", \"first_last_name\" : \"MONTERROSA\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LOPEZ TIRADO ROGER EDUARDO", "output": "{\"first_name\" : \"ROGER\", \"middle_name\" : \"EDUARDO\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"TIRADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1�� for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BARRIOS MEZA MARIA ISABEL", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"BARRIOS\", \"second_last_name\" : \"MEZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VILLAMIZAR ACOSTA EDUARDO", "output": "{\"first_name\" : \"EDUARDO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"VILLAMIZAR\", \"second_last_name\" : \"ACOSTA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RIVAS PINCHAO LUZ MARY", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MARY\", \"first_last_name\" : \"RIVAS\", \"second_last_name\" : \"PINCHAO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CONTRERAS NOVOA WILLIAM ENRIQUE", "output": "{\"first_name\" : \"WILLIAM\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"CONTRERAS\", \"second_last_name\" : \"NOVOA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARENILLA PERALTA ANA MARIA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"ARENILLA\", \"second_last_name\" : \"PERALTA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PATRON PEREZ JULIAN ALBERTO", "output": "{\"first_name\" : \"JULIAN\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"PATRON\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LARA LOPEZ DAVID", "output": "{\"first_name\" : \"DAVID\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"LARA\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VILLAMIZAR PEREZ RICARDO ANTONIO", "output": "{\"first_name\" : \"RICARDO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"VILLAMIZAR\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARRASCAL FRANCO FIDEL JOSE", "output": "{\"first_name\" : \"FIDEL\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"CARRASCAL\", \"second_last_name\" : \"FRANCO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DURAN DURAN NELSON", "output": "{\"first_name\" : \"NELSON\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DURAN\", \"second_last_name\" : \"DURAN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TOVAR CARDENAS VIVIANA PATRICIA", "output": "{\"first_name\" : \"VIVIANA\", \"middle_name\" : \"PATRICIA\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"CARDENAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MEDINA ALVAREZ FRANCISCO ANTONIO", "output": "{\"first_name\" : \"FRANCISCO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"MEDINA\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTINEZ PALENCIA MANUEL VICENTE", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"VICENTE\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"PALENCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HERNANDEZ ESCOBAR YULLYS ESTELA", "output": "{\"first_name\" : \"YULLYS\", \"middle_name\" : \"ESTELA\", \"first_last_name\" : \"HERNANDEZ\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BARBOZA LOPEZ RAFAEL FRANCISCO", "output": "{\"first_name\" : \"RAFAEL\", \"middle_name\" : \"FRANCISCO\", \"first_last_name\" : \"BARBOZA\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DE VIVERO TOVIO MARGARITA MARIA", "output": "{\"first_name\" : \"MARGARITA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"DE VIVERO\", \"second_last_name\" : \"TOVIO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMOS MARTINEZ JAIRO ANTONIO", "output": "{\"first_name\" : \"JAIRO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"RAMOS\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LOPEZ PENA TRINIDAD JOSE", "output": "{\"first_name\" : \"TRINIDAD\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"PENA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SACO PAYARES PETRONA ISABEL", "output": "{\"first_name\" : \"PETRONA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"SACO\", \"second_last_name\" : \"PAYARES\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TAPIA VERGARA JORGE BERNARDO", "output": "{\"first_name\" : \"JORGE\", \"middle_name\" : \"BERNARDO\", \"first_last_name\" : \"TAPIA\", \"second_last_name\" : \"VERGARA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TOBIO BARRIOS RAMIRO ENRIQUE", "output": "{\"first_name\" : \"RAMIRO\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"TOBIO\", \"second_last_name\" : \"BARRIOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTINEZ GUTIERREZ CESAR ANDRES", "output": "{\"first_name\" : \"CESAR\", \"middle_name\" : \"ANDRES\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"GUTIERREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "REVOLLO NAVAS ANDRES FELIPE", "output": "{\"first_name\" : \"ANDRES\", \"middle_name\" : \"FELIPE\", \"first_last_name\" : \"REVOLLO\", \"second_last_name\" : \"NAVAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIAZ AVILA BLANCA", "output": "{\"first_name\" : \"BLANCA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"AVILA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LORA PEREZ FRAY GERMAN", "output": "{\"first_name\" : \"FRAY\", \"middle_name\" : \"GERMAN\", \"first_last_name\" : \"LORA\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ ORTEGA YEINE LARISA", "output": "{\"first_name\" : \"YEINE\", \"middle_name\" : \"LARISA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TURIZO CONDE NEMESIO", "output": "{\"first_name\" : \"NEMESIO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"TURIZO\", \"second_last_name\" : \"CONDE\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SALCEDO MENDEZ JEMILIO", "output": "{\"first_name\" : \"JEMILIO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ OLIVERA PLINIO", "output": "{\"first_name\" : \"PLINIO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"OLIVERA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TORRES TOVAR NAYIBIS", "output": "{\"first_name\" : \"NAYIBIS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"TORRES\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MEDINA MEDINA ISMAEL DE JESUS", "output": "{\"first_name\" : \"ISMAEL\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MEDINA\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ESCOBAR PATIÑO TATIANA LUCIA", "output": "{\"first_name\" : \"TATIANA\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"ESCOBAR\", \"second_last_name\" : \"PATIÑO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARROYO MARTINEZ JOSE RAFAEL", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"ARROYO\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTINEZ RUIZ MARIA LUISA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"LUISA\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"RUIZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RIVERO MIELES LUZ MABETH", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MABETH\", \"first_last_name\" : \"RIVERO\", \"second_last_name\" : \"MIELES\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RUBIO PEREZ RAFAEL ANGEL", "output": "{\"first_name\" : \"RAFAEL\", \"middle_name\" : \"ANGEL\", \"first_last_name\" : \"RUBIO\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERCADO ARRIETA GICLER MIGUEL", "output": "{\"first_name\" : \"GICLER\", \"middle_name\" : \"MIGUEL\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"ARRIETA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SOLER MEDINA DIONICIO ANTONIO", "output": "{\"first_name\" : \"DIONICIO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"SOLER\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CORRALES FUNEZ LUIS ALFREDO", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"ALFREDO\", \"first_last_name\" : \"CORRALES\", \"second_last_name\" : \"FUNEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RANGEL PEÑA MARIA CARMEN", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"CARMEN\", \"first_last_name\" : \"RANGEL\", \"second_last_name\" : \"PEÑA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARROYO GUZMAN ISLADIS BEATRIZ", "output": "{\"first_name\" : \"ISLADIS\", \"middle_name\" : \"BEATRIZ\", \"first_last_name\" : \"ARROYO\", \"second_last_name\" : \"GUZMAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ OLIVERA PLINIO", "output": "{\"first_name\" : \"PLINIO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"OLIVERA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BUELVAS MARIA AUXILIADORA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"AUXILIADORA\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MENDEZ MARTINEZ DILIO RAFAEL", "output": "{\"first_name\" : \"DILIO\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMIREZ NIETO MANUEL JOSE", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"RAMIREZ\", \"second_last_name\" : \"NIETO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ PEREZ ROSA", "output": "{\"first_name\" : \"ROSA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "COLON QUIROZ ENALVIS MARIA", "output": "{\"first_name\" : \"ENALVIS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"COLON\", \"second_last_name\" : \"QUIROZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RUIZ RODRIGUEZ PEDRO LUIS", "output": "{\"first_name\" : \"PEDRO\", \"middle_name\" : \"LUIS\", \"first_last_name\" : \"RUIZ\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ORTEGA VITAL ANTONIO JOSE", "output": "{\"first_name\" : \"ANTONIO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"ORTEGA\", \"second_last_name\" : \"VITAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIAZ TOVAR NARLIS MARCOTH", "output": "{\"first_name\" : \"NARLIS\", \"middle_name\" : \"MARCOTH\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FRANCO CAMANO MERLEDIS PATRICIA", "output": "{\"first_name\" : \"MERLEDIS\", \"middle_name\" : \"PATRICIA\", \"first_last_name\" : \"FRANCO\", \"second_last_name\" : \"CAMANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HINCAPIE MONSALVE JADER DE JESUS", "output": "{\"first_name\" : \"JADER\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"HINCAPIE\", \"second_last_name\" : \"MONSALVE\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BUELVAS MENDEZ ROSMERIS", "output": "{\"first_name\" : \"ROSMERIS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARRASCAL GOMEZ ANGELA MERICY", "output": "{\"first_name\" : \"ANGELA\", \"middle_name\" : \"MERICY\", \"first_last_name\" : \"CARRASCAL\", \"second_last_name\" : \"GOMEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ACUÑA CONDE NARCISA ENITH", "output": "{\"first_name\" : \"NARCISA\", \"middle_name\" : \"ENITH\", \"first_last_name\" : \"ACUÑA\", \"second_last_name\" : \"CONDE\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MONTOYA ESCOBAR GLORIA PATRICIA", "output": "{\"first_name\" : \"GLORIA\", \"middle_name\" : \"PATRICIA\", \"first_last_name\" : \"MONTOYA\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RIVERA LOPEZ SEBASTIAN", "output": "{\"first_name\" : \"SEBASTIAN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"RIVERA\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VERGARA TABOADA GUSTAVO ANDRES", "output": "{\"first_name\" : \"GUSTAVO\", \"middle_name\" : \"ANDRES\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"TABOADA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CORRALES FLOREZ CARMEN CECILIA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"CECILIA\", \"first_last_name\" : \"CORRALES\", \"second_last_name\" : \"FLOREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PATIÑO ESCOBAR MARTHA", "output": "{\"first_name\" : \"MARTHA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PATIÑO\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARZUZA BUSTAMANTE JOHNNYS NEL", "output": "{\"first_name\" : \"JOHNNYS\", \"middle_name\" : \"NEL\", \"first_last_name\" : \"ARZUZA\", \"second_last_name\" : \"BUSTAMANTE\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NAVAS COLON ONISA MARIA", "output": "{\"first_name\" : \"ONISA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"NAVAS\", \"second_last_name\" : \"COLON\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERCADO SALGADO ALBERTO CARLOS", "output": "{\"first_name\" : \"ALBERTO\", \"middle_name\" : \"CARLOS\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MORALES ORTEGA MARTA CECILIA", "output": "{\"first_name\" : \"MARTA\", \"middle_name\" : \"CECILIA\", \"first_last_name\" : \"MORALES\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CAMPO MONTES DE OCCA GLORIA MARIA", "output": "{\"first_name\" : \"GLORIA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"CAMPO\", \"second_last_name\" : \"MONTES DE OCCA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SIERRA ARROYO SARI SARINA", "output": "{\"first_name\" : \"SARI\", \"middle_name\" : \"SARINA\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"ARROYO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OROZCO SOTO JHON ANTONIO", "output": "{\"first_name\" : \"JHON\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"OROZCO\", \"second_last_name\" : \"SOTO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERCADO CARDENAS MARGARITA MARIA", "output": "{\"first_name\" : \"MARGARITA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"CARDENAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ HERNANDEZ MARICELY DEL SOCO", "output": "{\"first_name\" : \"MARICELY\", \"middle_name\" : \"DEL SOCO\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"HERNANDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LOPEZ PATERNINA MANUEL DE JESUS", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MAURY ATENCIA MARIA PAULA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"PAULA\", \"first_last_name\" : \"MAURY\", \"second_last_name\" : \"ATENCIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RODRIGUEZ MARTINEZ ELVIRA ISABEL", "output": "{\"first_name\" : \"ELVIRA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RODRIGUEZ ROSA ELENA", "output": "{\"first_name\" : \"ROSA\", \"middle_name\" : \"ELENA\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GOMEZ DE DORADO CARMEN MARIA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"DE DORADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VILLEGAS JARABA JULIO CESAR", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"CESAR\", \"first_last_name\" : \"VILLEGAS\", \"second_last_name\" : \"JARABA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARDENAS MERCADO CONSUELO ISABEL", "output": "{\"first_name\" : \"CONSUELO\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"CARDENAS\", \"second_last_name\" : \"MERCADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PACHECO CALDERON JAFIT", "output": "{\"first_name\" : \"JAFIT\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PACHECO\", \"second_last_name\" : \"CALDERON\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NAVAS BUELVAS ELIZABETH", "output": "{\"first_name\" : \"ELIZABETH\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"NAVAS\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARDENAS GALES MIGUEL FLORENTINO", "output": "{\"first_name\" : \"MIGUEL\", \"middle_name\" : \"FLORENTINO\", \"first_last_name\" : \"CARDENAS\", \"second_last_name\" : \"GALES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "COLON QUIROZ ADA ELVIRA", "output": "{\"first_name\" : \"ADA\", \"middle_name\" : \"ELVIRA\", \"first_last_name\" : \"COLON\", \"second_last_name\" : \"QUIROZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERCADO NARVAEZ LUZ MARINA", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MARINA\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"NARVAEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MEZA CAMPO LUCY DEL ROSARIO", "output": "{\"first_name\" : \"LUCY\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"CAMPO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CASSAS MARTINEZ CARMEN ANA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"ANA\", \"first_last_name\" : \"CASSAS\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTINEZ VILLANUEVA OSCAR", "output": "{\"first_name\" : \"OSCAR\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"VILLANUEVA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LARA TAPIA YOLANDA EUFEMIA", "output": "{\"first_name\" : \"YOLANDA\", \"middle_name\" : \"EUFEMIA\", \"first_last_name\" : \"LARA\", \"second_last_name\" : \"TAPIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PADILLA SANTOYA PAULA ANDREA", "output": "{\"first_name\" : \"PAULA\", \"middle_name\" : \"ANDREA\", \"first_last_name\" : \"PADILLA\", \"second_last_name\" : \"SANTOYA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LOZADA OLMOS IVAN", "output": "{\"first_name\" : \"IVAN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"LOZADA\", \"second_last_name\" : \"OLMOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERCADO ORTEGA FLORENTINA EMILIA", "output": "{\"first_name\" : \"FLORENTINA\", \"middle_name\" : \"EMILIA\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DOMINGUEZ ROBLES JUANA IRIS", "output": "{\"first_name\" : \"JUANA\", \"middle_name\" : \"IRIS\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"ROBLES\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FLOREZ LOPEZ IGNACIO", "output": "{\"first_name\" : \"IGNACIO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LOPEZ BUELVAS RAMON JESUS", "output": "{\"first_name\" : \"RAMON\", \"middle_name\" : \"JESUS\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TOVAR RIVERA LEDIS DEL CARMEN", "output": "{\"first_name\" : \"LEDIS\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"RIVERA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BETIN SANCHEZ MARELIS MARIA", "output": "{\"first_name\" : \"MARELIS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"BETIN\", \"second_last_name\" : \"SANCHEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ESCOBAR MONTOYA SONIA DE JESUS", "output": "{\"first_name\" : \"SONIA\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"ESCOBAR\", \"second_last_name\" : \"MONTOYA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SIERRA ALVAREZ JAIME JOSE", "output": "{\"first_name\" : \"JAIME\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MEZA CARRASCAL BARTOLO DE JESUS", "output": "{\"first_name\" : \"BARTOLO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "AMAYA LOPEZ ALFREDO ENRRIQUE", "output": "{\"first_name\" : \"ALFREDO\", \"middle_name\" : \"ENRRIQUE\", \"first_last_name\" : \"AMAYA\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MENDEZ PEREZ FANNY PAOLA", "output": "{\"first_name\" : \"FANNY\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MONTERO BALDOVINO ELIS JOHANA", "output": "{\"first_name\" : \"ELIS\", \"middle_name\" : \"JOHANA\", \"first_last_name\" : \"MONTERO\", \"second_last_name\" : \"BALDOVINO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUZMAN SALCEDO ELSA BEATRIZ", "output": "{\"first_name\" : \"ELSA\", \"middle_name\" : \"BEATRIZ\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMOS MENDOZA AMANDA MARCELA", "output": "{\"first_name\" : \"AMANDA\", \"middle_name\" : \"MARCELA\", \"first_last_name\" : \"RAMOS\", \"second_last_name\" : \"MENDOZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BENITEZ LARA EDWIN RAFAEL", "output": "{\"first_name\" : \"EDWIN\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"BENITEZ\", \"second_last_name\" : \"LARA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MEDINA CATALAN LESMI YAMIL", "output": "{\"first_name\" : \"LESMI\", \"middle_name\" : \"YAMIL\", \"first_last_name\" : \"MEDINA\", \"second_last_name\" : \"CATALAN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DOMINGUEZ PEÑARANDA ANGELES", "output": "{\"first_name\" : \"ANGELES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"PEÑARANDA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MENDOZA MEZA LUZ MARINA", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MARINA\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"MEZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PATERNINA FLOREZ MARLENE", "output": "{\"first_name\" : \"MARLENE\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PATERNINA\", \"second_last_name\" : \"FLOREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIAZ MONTERROZA YOCONDA CECILIA", "output": "{\"first_name\" : \"YOCONDA\", \"middle_name\" : \"CECILIA\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"MONTERROZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ESTRADA ROYETH LUIS EDUARDO", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"EDUARDO\", \"first_last_name\" : \"ESTRADA\", \"second_last_name\" : \"ROYETH\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MENDEZ PEREZ FANNY PAOLA", "output": "{\"first_name\" : \"FANNY\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERCADO VIDES LUIS FERNANDO", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"FERNANDO\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"VIDES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARDENAS DOMINGUEZ MANUEL ENRIQUE", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"CARDENAS\", \"second_last_name\" : \"DOMINGUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIAZ FLOREZ ARNOVIS DE JESUS", "output": "{\"first_name\" : \"ARNOVIS\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"FLOREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ PEREZ MARIA PETRONA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"PETRONA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BETANCUR ESCOBAR JULIANA", "output": "{\"first_name\" : \"JULIANA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BETANCUR\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUZMAN DOMINGUEZ OLGA REGINA", "output": "{\"first_name\" : \"OLGA\", \"middle_name\" : \"REGINA\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"DOMINGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PADILLA QUIROZ REYE DE JESUS", "output": "{\"first_name\" : \"REYE\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"PADILLA\", \"second_last_name\" : \"QUIROZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEÑA SALCEDO LUCY DEL CARMEN", "output": "{\"first_name\" : \"LUCY\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"PEÑA\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OLMOS MENDOZA ARLEN SEGUNDO", "output": "{\"first_name\" : \"ARLEN\", \"middle_name\" : \"SEGUNDO\", \"first_last_name\" : \"OLMOS\", \"second_last_name\" : \"MENDOZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERCADO SALGADO FANNY LUZ", "output": "{\"first_name\" : \"FANNY\", \"middle_name\" : \"LUZ\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMIREZ PADILLA ELMER", "output": "{\"first_name\" : \"ELMER\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"RAMIREZ\", \"second_last_name\" : \"PADILLA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SALAZAR AGUAS EDILSA DEL ROSARIO", "output": "{\"first_name\" : \"EDILSA\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"SALAZAR\", \"second_last_name\" : \"AGUAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LOPEZ RODRIGUEZ YORLEYDA PATRICIA", "output": "{\"first_name\" : \"YORLEYDA\", \"middle_name\" : \"PATRICIA\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DE VIVERO BADEL EDUARDO CARLOS", "output": "{\"first_name\" : \"EDUARDO\", \"middle_name\" : \"CARLOS\", \"first_last_name\" : \"DE VIVERO\", \"second_last_name\" : \"BADEL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DOMINGUEZ PATERNINA BELLA SOL", "output": "{\"first_name\" : \"BELLA\", \"middle_name\" : \"SOL\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DONADO PATERNINA ANA DEL ROSARIO", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"DONADO\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RUIZ DONADO HILIDO MANUEL", "output": "{\"first_name\" : \"HILIDO\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"RUIZ\", \"second_last_name\" : \"DONADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ FUNES APOLINAR JOSE", "output": "{\"first_name\" : \"APOLINAR\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"FUNES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTINEZ MEZA CRISPULO", "output": "{\"first_name\" : \"CRISPULO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"MEZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LOPEZ GREGORIA", "output": "{\"first_name\" : \"GREGORIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CASTRO MOGOLLON ADRI YULIETT", "output": "{\"first_name\" : \"ADRI\", \"middle_name\" : \"YULIETT\", \"first_last_name\" : \"CASTRO\", \"second_last_name\" : \"MOGOLLON\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROMERO RAMOS INES DEL CARMEN", "output": "{\"first_name\" : \"INES\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"ROMERO\", \"second_last_name\" : \"RAMOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VARGAS MONTERROSA DANCY SAGUIT", "output": "{\"first_name\" : \"DANCY\", \"middle_name\" : \"SAGUIT\", \"first_last_name\" : \"VARGAS\", \"second_last_name\" : \"MONTERROSA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ ARRIETA YANDRIS YERENIS", "output": "{\"first_name\" : \"YANDRIS\", \"middle_name\" : \"YERENIS\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"ARRIETA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "INDEZUZA ALMANZA MIZZAR", "output": "{\"first_name\" : \"MIZZAR\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"INDEZUZA\", \"second_last_name\" : \"ALMANZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VERGARA GARCIA EDUARDO JACINTO", "output": "{\"first_name\" : \"EDUARDO\", \"middle_name\" : \"JACINTO\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"GARCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SIERRA DLUYZ BERNAVELA ANTONIA", "output": "{\"first_name\" : \"BERNAVELA\", \"middle_name\" : \"ANTONIA\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"DLUYZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GARCIA PATERNINA SATURNINO RAFAEL", "output": "{\"first_name\" : \"RAFAEL\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"GARCIA\", \"second_last_name\" : \"PATERNINA SATURNINO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RIVERO MIELES EDITH DEL CARMEN", "output": "{\"first_name\" : \"EDITH\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"RIVERO\", \"second_last_name\" : \"MIELES\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MENDOZA PERALTA BERTILDA ISABEL", "output": "{\"first_name\" : \"BERTILDA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"PERALTA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIAZ RODRIGUEZ MARY LUZ", "output": "{\"first_name\" : \"MARY\", \"middle_name\" : \"LUZ\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTINEZ ROMERO CESAR TULIO", "output": "{\"first_name\" : \"CESAR\", \"middle_name\" : \"TULIO\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"ROMERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SALCEDO DOMINGUEZ CRISTOBAL FIDEN", "output": "{\"first_name\" : \"CRISTOBAL\", \"middle_name\" : \"FIDEN\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"DOMINGUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GARCIA MARQUEZ MARIA DE LAS MERCE", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"DE LAS MERCE\", \"first_last_name\" : \"GARCIA\", \"second_last_name\" : \"MARQUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MOSQUERA HERNANDEZ MALAGON ANDRES", "output": "{\"first_name\" : \"ANDRES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MOSQUERA\", \"second_last_name\" : \"HERNANDEZ MALAGON\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PORTO PANIZA LILA ESTHER", "output": "{\"first_name\" : \"LILA\", \"middle_name\" : \"ESTHER\", \"first_last_name\" : \"PORTO\", \"second_last_name\" : \"PANIZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FLOREZ ESCUDERO CARMEN DE LAS NIE", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"DE LAS NIE\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"ESCUDERO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SALGADO SANTOS HERCIDYS MARIA", "output": "{\"first_name\" : \"HERCIDYS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"SANTOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NAVARRO CONTRERAS ERIC", "output": "{\"first_name\" : \"ERIC\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"NAVARRO\", \"second_last_name\" : \"CONTRERAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MONTOYA ESCOBAR CLAUDIA STELLA", "output": "{\"first_name\" : \"CLAUDIA\", \"middle_name\" : \"STELLA\", \"first_last_name\" : \"MONTOYA\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CUELLAR ORTIZ JESUS ESTEBAN", "output": "{\"first_name\" : \"JESUS\", \"middle_name\" : \"ESTEBAN\", \"first_last_name\" : \"CUELLAR\", \"second_last_name\" : \"ORTIZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TOVAR PALACIOS RAMIRO ANTONIO", "output": "{\"first_name\" : \"RAMIRO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"PALACIOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OSORIO ALDANA ANA ESTHER", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"ESTHER\", \"first_last_name\" : \"OSORIO\", \"second_last_name\" : \"ALDANA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CORENA FUNEZ LELIS", "output": "{\"first_name\" : \"LELIS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CORENA\", \"second_last_name\" : \"FUNEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ CARDENAS YUDITH DEL SOCORRO", "output": "{\"first_name\" : \"YUDITH\", \"middle_name\" : \"DEL SOCORRO\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"CARDENAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SALGADO TOVAR ONAIDA DEL SOCORRO", "output": "{\"first_name\" : \"ONAIDA\", \"middle_name\" : \"DEL SOCORRO\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "QUINTERO GIRALDO YUDY NATALI", "output": "{\"first_name\" : \"YUDY\", \"middle_name\" : \"NATALI\", \"first_last_name\" : \"QUINTERO\", \"second_last_name\" : \"GIRALDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERCADO MARTINEZ TERESITA DE JESUS", "output": "{\"first_name\" : \"TERESITA\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ MONTES JULIO CESAR", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"CESAR\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"MONTES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TORRES ALDANA ALMA ROSA", "output": "{\"first_name\" : \"ALMA\", \"middle_name\" : \"ROSA\", \"first_last_name\" : \"TORRES\", \"second_last_name\" : \"ALDANA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DOMINGUEZ TOVAR ANA LUCIA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BOTERO CASTAÑO ROSA MARIA", "output": "{\"first_name\" : \"ROSA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"BOTERO\", \"second_last_name\" : \"CASTAÑO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JIMENEZ TOSCANO ALCIDES MANUEL", "output": "{\"first_name\" : \"ALCIDES\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"JIMENEZ\", \"second_last_name\" : \"TOSCANO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CLEMEN MARTINEZ GUSTAVO ADOLFO", "output": "{\"first_name\" : \"GUSTAVO\", \"middle_name\" : \"ADOLFO\", \"first_last_name\" : \"CLEMEN\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MENDEZ BORJA AMPARO EDITH", "output": "{\"first_name\" : \"AMPARO\", \"middle_name\" : \"EDITH\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"BORJA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NAVAS RUIZ MARINA ROSALBA", "output": "{\"first_name\" : \"MARINA\", \"middle_name\" : \"ROSALBA\", \"first_last_name\" : \"NAVAS\", \"second_last_name\" : \"RUIZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LOPEZ VERGARA YERCENIA", "output": "{\"first_name\" : \"YERCENIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"VERGARA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MONTERROZA MARTINEZ JAIDER YESID", "output": "{\"first_name\" : \"JAIDER\", \"middle_name\" : \"YESID\", \"first_last_name\" : \"MONTERROZA\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CASTILLO MENDEZ JULIO CESAR", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"CESAR\", \"first_last_name\" : \"CASTILLO\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MEZA DE SERPA NORYS DEL SOCORRO", "output": "{\"first_name\" : \"NORYS\", \"middle_name\" : \"DEL SOCORRO\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"DE SERPA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SALGADO CUELLO MARLENIS DEL CARMEN", "output": "{\"first_name\" : \"MARLENIS\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"CUELLO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ORTIZ GUTIERREZ JOSE MIGUEL", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"MIGUEL\", \"first_last_name\" : \"ORTIZ\", \"second_last_name\" : \"GUTIERREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SALCEDO SALCEDO SAUL XAVIER", "output": "{\"first_name\" : \"SAUL\", \"middle_name\" : \"XAVIER\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ NARVAEZ ROSARIO DE LOS ANGE", "output": "{\"first_name\" : \"ROSARIO\", \"middle_name\" : \"DE LOS ANGE\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"NARVAEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALVAREZ SUAREZ MARTIN ALFONSO", "output": "{\"first_name\" : \"MARTIN\", \"middle_name\" : \"ALFONSO\", \"first_last_name\" : \"ALVAREZ\", \"second_last_name\" : \"SUAREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HOYOS RIOS MARIA ANGELICA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"ANGELICA\", \"first_last_name\" : \"HOYOS\", \"second_last_name\" : \"RIOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VILLALBA ESTRADA OVER LUIS", "output": "{\"first_name\" : \"OVER\", \"middle_name\" : \"LUIS\", \"first_last_name\" : \"VILLALBA\", \"second_last_name\" : \"ESTRADA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROMERO PERALTA ROSA HELIODORA", "output": "{\"first_name\" : \"ROSA\", \"middle_name\" : \"HELIODORA\", \"first_last_name\" : \"ROMERO\", \"second_last_name\" : \"PERALTA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROBLES HERNANDEZ LIBIA ESTHER", "output": "{\"first_name\" : \"LIBIA\", \"middle_name\" : \"ESTHER\", \"first_last_name\" : \"ROBLES\", \"second_last_name\" : \"HERNANDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CUELLO LARA CARLOS DAVID", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"CUELLO\", \"second_last_name\" : \"LARA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MESA ACOSTA ISABEL SOFIA", "output": "{\"first_name\" : \"ISABEL\", \"middle_name\" : \"SOFIA\", \"first_last_name\" : \"MESA\", \"second_last_name\" : \"ACOSTA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LOPEZ MARTINEZ JUAN DE LA CRUZ", "output": "{\"first_name\" : \"JUAN\", \"middle_name\" : \"DE LA CRUZ\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARCIA MEDINA JOSE SANTANDER", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"SANTANDER\", \"first_last_name\" : \"ARCIA\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BUELVAS MERLANO FABIOLA MARGARITA", "output": "{\"first_name\" : \"FABIOLA\", \"middle_name\" : \"MARGARITA\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"MERLANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DE LA ROSA REMBERTO", "output": "{\"first_name\" : \"REMBERTO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DE LA ROSA\", \"second_last_name\" : \"NULL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CORENA PEREZ ESPERANZA DEL CARMEN", "output": "{\"first_name\" : \"ESPERANZA\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"CORENA\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MONTERROSA SOLORZANO FLOR MARIA", "output": "{\"first_name\" : \"FLOR\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MONTERROSA\", \"second_last_name\" : \"SOLORZANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERCADO MEJIA IDALIS MARIA", "output": "{\"first_name\" : \"IDALIS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"MEJIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "URANGO LEDYS MARIA", "output": "{\"first_name\" : \"LEDYS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"URANGO\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ RODRIGUEZ MARIBEL CECILIA", "output": "{\"first_name\" : \"MARIBEL\", \"middle_name\" : \"CECILIA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CASTILLO HOYOS JOSE VALENTIN", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"VALENTIN\", \"first_last_name\" : \"CASTILLO\", \"second_last_name\" : \"HOYOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SALCEDO PABUENA CARMEN EDITH", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"EDITH\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"PABUENA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SANTOYA TARRIBA SIRLIS", "output": "{\"first_name\" : \"SIRLIS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"SANTOYA\", \"second_last_name\" : \"TARRIBA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARRASCAL TOSCANO ANUNCIACION", "output": "{\"first_name\" : \"ANUNCIACION\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CARRASCAL\", \"second_last_name\" : \"TOSCANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SALCEDO LAMBRANO NORA ISABEL", "output": "{\"first_name\" : \"NORA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"LAMBRANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANJARREZ FERIA DAYS ANDRENIS", "output": "{\"first_name\" : \"DAYS\", \"middle_name\" : \"ANDRENIS\", \"first_last_name\" : \"MANJARREZ\", \"second_last_name\" : \"FERIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LOPEZ CERVANTES OCTAVIO JOSE", "output": "{\"first_name\" : \"OCTAVIO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"CERVANTES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DOMINGUEZ PALENCIA FELIPE SANTIAG", "output": "{\"first_name\" : \"FELIPE\", \"middle_name\" : \"SANTIAG\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"PALENCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TOVAR MONTERROZA NACIRA ISABEL", "output": "{\"first_name\" : \"NACIRA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"MONTERROZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MUNOZ SALGADO RAFAEL ADOLFO", "output": "{\"first_name\" : \"RAFAEL\", \"middle_name\" : \"ADOLFO\", \"first_last_name\" : \"MUNOZ\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUZMAN MENDEZ CARMEN ELENA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"ELENA\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ORTEGA MEZA ANASTACIA ISABEL", "output": "{\"first_name\" : \"ANASTACIA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"ORTEGA\", \"second_last_name\" : \"MEZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIAZ PINTO OROSMAN JOSE", "output": "{\"first_name\" : \"OROSMAN\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"PINTO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ GUZMAN ISABEL MARIA", "output": "{\"first_name\" : \"ISABEL\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"GUZMAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ MARTINEZ NELLY MARINA", "output": "{\"first_name\" : \"NELLY\", \"middle_name\" : \"MARINA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "AVILA MENDEZ YANET DEL CARMEN", "output": "{\"first_name\" : \"YANET\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"AVILA\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ ALVAREZ SURINASIS DEL CARMEN", "output": "{\"first_name\" : \"SURINASIS\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTINEZ TOVAR JULIO MIGUEL", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"MIGUEL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SALCEDO PEREZ WILLIAM FABIAN", "output": "{\"first_name\" : \"WILLIAM\", \"middle_name\" : \"FABIAN\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NAVAS PINEDA ROSA", "output": "{\"first_name\" : \"ROSA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"NAVAS\", \"second_last_name\" : \"PINEDA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NAVAS RAMIREZ ARMANDO JOSE", "output": "{\"first_name\" : \"ARMANDO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"NAVAS\", \"second_last_name\" : \"RAMIREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "POLO HERNANDEZ LUIS ENRIQUE", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"POLO\", \"second_last_name\" : \"HERNANDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LOPEZ PATERNINA ROBER JOSE", "output": "{\"first_name\" : \"ROBER\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MONTOYA ORTEGA JOSE RAFAEL", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"MONTOYA\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARRIAGA BUELVAS LUVIN ALBERTO", "output": "{\"first_name\" : \"LUVIN\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"MARRIAGA\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUERRA BARRETO HERCILIA ROSA", "output": "{\"first_name\" : \"HERCILIA\", \"middle_name\" : \"ROSA\", \"first_last_name\" : \"GUERRA\", \"second_last_name\" : \"BARRETO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CALUME RODRIGUEZ SAIDE SUSANA", "output": "{\"first_name\" : \"SAIDE\", \"middle_name\" : \"SUSANA\", \"first_last_name\" : \"CALUME\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CRUZ BUELVAS DAVID RAFAEL", "output": "{\"first_name\" : \"DAVID\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"CRUZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DOMINGUEZ GUZMAN MARIA CECILIA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"CECILIA\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"GUZMAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMOS PATERNINA CRISTINA ISABEL", "output": "{\"first_name\" : \"CRISTINA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"RAMOS\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MOGOLLON CANCHILA HUMBERTO ENRIQU", "output": "{\"first_name\" : \"HUMBERTO\", \"middle_name\" : \"ENRIQU\", \"first_last_name\" : \"MOGOLLON\", \"second_last_name\" : \"CANCHILA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GOMEZ EVARISTO ROBLES", "output": "{\"first_name\" : \"ROBLES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"EVARISTO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROMERO QUINTERO FREDDY", "output": "{\"first_name\" : \"FREDDY\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"ROMERO\", \"second_last_name\" : \"QUINTERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DE ARCOS BALDOVINO NEBIS DEL CARMEN", "output": "{\"first_name\" : \"NEBIS\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"DE ARCOS\", \"second_last_name\" : \"BALDOVINO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GOMEZ AGUILAR MERY", "output": "{\"first_name\" : \"MERY\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"AGUILAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMOS PATRON HORACIO ANTONIO", "output": "{\"first_name\" : \"HORACIO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"RAMOS\", \"second_last_name\" : \"PATRON\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PADILLA PEREZ URIEL", "output": "{\"first_name\" : \"URIEL\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PADILLA\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTELO CUELLO CANDELARIA PATRICIA", "output": "{\"first_name\" : \"CANDELARIA\", \"middle_name\" : \"PATRICIA\", \"first_last_name\" : \"MARTELO\", \"second_last_name\" : \"CUELLO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ ORTEGA HILDA", "output": "{\"first_name\" : \"HILDA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1�� for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MENDEZ RAMOS ELAICER DE JESUS", "output": "{\"first_name\" : \"ELAICER\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"RAMOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIAZ MENDOZA LIBARDO", "output": "{\"first_name\" : \"LIBARDO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"MENDOZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MONTERROZA SOTELO EPIFANIO DE JES", "output": "{\"first_name\" : \"EPIFANIO\", \"middle_name\" : \"DE JES\", \"first_last_name\" : \"MONTERROZA\", \"second_last_name\" : \"SOTELO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARRASCAL GOMEZ AMILCAR RODOLFO", "output": "{\"first_name\" : \"RODOLFO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CARRASCAL\", \"second_last_name\" : \"GOMEZ AMILCAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VILLEGAS BUELVAS AIDA LUZ", "output": "{\"first_name\" : \"AIDA\", \"middle_name\" : \"LUZ\", \"first_last_name\" : \"VILLEGAS\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ PEREZ MARTHA LUCIA", "output": "{\"first_name\" : \"MARTHA\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RODRIGUEZ CANCHILA ARACELIS", "output": "{\"first_name\" : \"ARACELIS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"CANCHILA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HERNANDEZ REYES GARIS ALBERTO", "output": "{\"first_name\" : \"GARIS\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"HERNANDEZ\", \"second_last_name\" : \"REYES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ACOSTA MENDEZ WILMER DE JESUS", "output": "{\"first_name\" : \"WILMER\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"ACOSTA\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FERIA TOVAR FERNANDO CAYETANO", "output": "{\"first_name\" : \"FERNANDO\", \"middle_name\" : \"CAYETANO\", \"first_last_name\" : \"FERIA\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FLOREZ ROMERO ZENAIDA ESTER", "output": "{\"first_name\" : \"ZENAIDA\", \"middle_name\" : \"ESTER\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"ROMERO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VILLADIEGO DIAZ IRINA ALANA", "output": "{\"first_name\" : \"IRINA\", \"middle_name\" : \"ALANA\", \"first_last_name\" : \"VILLADIEGO\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GERALDINO CHIMENTO JOSE VICENTE", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"VICENTE\", \"first_last_name\" : \"GERALDINO\", \"second_last_name\" : \"CHIMENTO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "REYES CANCHILA MICHEL EUGENIO", "output": "{\"first_name\" : \"MICHEL\", \"middle_name\" : \"EUGENIO\", \"first_last_name\" : \"REYES\", \"second_last_name\" : \"CANCHILA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OLIVERA SALCEDO ANA FABIOLA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"FABIOLA\", \"first_last_name\" : \"OLIVERA\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TERAN ESCOBAR WILSON DEL CRISTO", "output": "{\"first_name\" : \"WILSON\", \"middle_name\" : \"DEL CRISTO\", \"first_last_name\" : \"TERAN\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GARZON LEON JULIO HERNANDO", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"HERNANDO\", \"first_last_name\" : \"GARZON\", \"second_last_name\" : \"LEON\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LOPEZ SIERRA GUSTAVO ANDRES", "output": "{\"first_name\" : \"GUSTAVO\", \"middle_name\" : \"ANDRES\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"SIERRA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CASAS ORTEGA LILIANA GRISELDA", "output": "{\"first_name\" : \"LILIANA\", \"middle_name\" : \"GRISELDA\", \"first_last_name\" : \"CASAS\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FRANCO BARRETO RAMONA DEL CARMEN", "output": "{\"first_name\" : \"RAMONA\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"FRANCO\", \"second_last_name\" : \"BARRETO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PATERNINA MONTERROZA DELLANIRA", "output": "{\"first_name\" : \"DELLANIRA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PATERNINA\", \"second_last_name\" : \"MONTERROZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERCADO ORTEGA YASMIN PILAR", "output": "{\"first_name\" : \"YASMIN\", \"middle_name\" : \"PILAR\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROMAN BERRIO ARISTIDES MANUEL", "output": "{\"first_name\" : \"ARISTIDES\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"ROMAN\", \"second_last_name\" : \"BERRIO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PALACIO SUAREZ GLORIA EDITH", "output": "{\"first_name\" : \"GLORIA\", \"middle_name\" : \"EDITH\", \"first_last_name\" : \"PALACIO\", \"second_last_name\" : \"SUAREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FLOREZ BUELVAS ELVIRA DE JESUS", "output": "{\"first_name\" : \"ELVIRA\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MENDOZA TOVAR JUANA", "output": "{\"first_name\" : \"JUANA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SALCEDO LOPEZ ISABEL MARIA", "output": "{\"first_name\" : \"ISABEL\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARRASCAL MENDEZ ENIRMA LUISA", "output": "{\"first_name\" : \"ENIRMA\", \"middle_name\" : \"LUISA\", \"first_last_name\" : \"CARRASCAL\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JARABA MORENO ALBA MARINA", "output": "{\"first_name\" : \"ALBA\", \"middle_name\" : \"MARINA\", \"first_last_name\" : \"JARABA\", \"second_last_name\" : \"MORENO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "QUIROZ PALENCIA JOSE DAMIAN", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"DAMIAN\", \"first_last_name\" : \"QUIROZ\", \"second_last_name\" : \"PALENCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BADEL RODRIGUEZ ANGELICA MARIA", "output": "{\"first_name\" : \"ANGELICA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"BADEL\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GARRIDO BARRETO CARMEN LUCILA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"LUCILA\", \"first_last_name\" : \"GARRIDO\", \"second_last_name\" : \"BARRETO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VIVERO SEBA MARIO DEL CRISTO", "output": "{\"first_name\" : \"MARIO\", \"middle_name\" : \"DEL CRISTO\", \"first_last_name\" : \"VIVERO\", \"second_last_name\" : \"SEBA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARQUEZ GOEZ JOSEFA MARIA", "output": "{\"first_name\" : \"JOSEFA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MARQUEZ\", \"second_last_name\" : \"GOEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GOMEZ MARQUEZ NANCY DE LOS REYES", "output": "{\"first_name\" : \"NANCY\", \"middle_name\" : \"DE LOS REYES\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"MARQUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIAZ CASTRO NESTOR", "output": "{\"first_name\" : \"NESTOR\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"CASTRO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMIREZ HADECHNI JANEIRO DARIO", "output": "{\"first_name\" : \"JANEIRO\", \"middle_name\" : \"DARIO\", \"first_last_name\" : \"RAMIREZ\", \"second_last_name\" : \"HADECHNI\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SEVILLA FRANCO NIDIA DEL ROSARIO", "output": "{\"first_name\" : \"NIDIA\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"SEVILLA\", \"second_last_name\" : \"FRANCO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "KASSE TOVAR YAHAIRA YAISIT", "output": "{\"first_name\" : \"YAHAIRA\", \"middle_name\" : \"YAISIT\", \"first_last_name\" : \"KASSE\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BADEL RODRIGUEZ ANGELICA MARIA", "output": "{\"first_name\" : \"ANGELICA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"BADEL\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MONTERROSA CONEO LILIANA PAOLA", "output": "{\"first_name\" : \"LILIANA\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"MONTERROSA\", \"second_last_name\" : \"CONEO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FUNEME URIAN JORGE ARMANDO", "output": "{\"first_name\" : \"JORGE\", \"middle_name\" : \"ARMANDO\", \"first_last_name\" : \"FUNEME\", \"second_last_name\" : \"URIAN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GONZALEZ ROMERO ROBINSON ANTONIO Y SU MASA HERENCIAL", "output": "{\"first_name\" : \"ROBINSON\", \"middle_name\" : \"ANTONIO Y SU MASA HERENCIAL\", \"first_last_name\" : \"GONZALEZ\", \"second_last_name\" : \"ROMERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTINEZ LASTRE KARINA BEATRIZ", "output": "{\"first_name\" : \"KARINA\", \"middle_name\" : \"BEATRIZ\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"LASTRE\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SIERRA VERGARA MANUEL ENRIQUE", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"VERGARA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SANCHEZ QUIROZ JAIDITH ARMANDO", "output": "{\"first_name\" : \"JAIDITH\", \"middle_name\" : \"ARMANDO\", \"first_last_name\" : \"SANCHEZ\", \"second_last_name\" : \"QUIROZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ PACHECO LUISA GERTRUDIS", "output": "{\"first_name\" : \"LUISA\", \"middle_name\" : \"GERTRUDIS\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"PACHECO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GOMEZ BURGOS LUCIA ISABEL", "output": "{\"first_name\" : \"LUCIA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"BURGOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LOPEZ LOPEZ EVA DEL CARMEN", "output": "{\"first_name\" : \"EVA\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GONZALEZ MONTERROSA JOSE MANUEL", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"GONZALEZ\", \"second_last_name\" : \"MONTERROSA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CORENA NAVAS ALBERTINA ISABEL", "output": "{\"first_name\" : \"ALBERTINA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"CORENA\", \"second_last_name\" : \"NAVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SILVA BORJA CARLOS ENRIQUE", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"SILVA\", \"second_last_name\" : \"BORJA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CHIMENTI MACHADO ROQUE DE JESUS", "output": "{\"first_name\" : \"ROQUE\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"CHIMENTI\", \"second_last_name\" : \"MACHADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANGULO ANGULO ANANIAS LORENZO", "output": "{\"first_name\" : \"ANANIAS\", \"middle_name\" : \"LORENZO\", \"first_last_name\" : \"ANGULO\", \"second_last_name\" : \"ANGULO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VITAL PATERNINA ROBERT DE JESUS", "output": "{\"first_name\" : \"ROBERT\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"VITAL\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GARCIA ROSA ALEJANDRO DE JESUS", "output": "{\"first_name\" : \"ALEJANDRO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"GARCIA\", \"second_last_name\" : \"ROSA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BELTRAN PERNETH LEDA MARGARITA", "output": "{\"first_name\" : \"LEDA\", \"middle_name\" : \"MARGARITA\", \"first_last_name\" : \"BELTRAN\", \"second_last_name\" : \"PERNETH\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GONGORA MEDINA ESTEFANIA ISABEL", "output": "{\"first_name\" : \"ESTEFANIA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"GONGORA\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SERNA SERNA HECTOR DE JESUS", "output": "{\"first_name\" : \"HECTOR\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"SERNA\", \"second_last_name\" : \"SERNA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ BUELVAS MARGARITA TIBURCIA", "output": "{\"first_name\" : \"MARGARITA\", \"middle_name\" : \"TIBURCIA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ CARRASCAL CARMELO", "output": "{\"first_name\" : \"CARMELO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BUELVAS MENDEZ EDUARDO LUIS", "output": "{\"first_name\" : \"EDUARDO\", \"middle_name\" : \"LUIS\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTINEZ CASTILLO MAMUEL DEL CRISTO", "output": "{\"first_name\" : \"MAMUEL\", \"middle_name\" : \"DEL CRISTO\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"CASTILLO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ GOMEZ OSCAR JOSE", "output": "{\"first_name\" : \"OSCAR\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"GOMEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FAJARDO LARA LAURA VANESSA", "output": "{\"first_name\" : \"LAURA\", \"middle_name\" : \"VANESSA\", \"first_last_name\" : \"FAJARDO\", \"second_last_name\" : \"LARA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MEZA MERCADO NERU RAFAEL", "output": "{\"first_name\" : \"NERU\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"MERCADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BETRUZ BALAN ANTONIA MARIA", "output": "{\"first_name\" : \"ANTONIA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"BETRUZ\", \"second_last_name\" : \"BALAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VERGARA PERALTA JOSE GREGORIO", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"GREGORIO\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"PERALTA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GOMEZ REINO JOSE GABRIEL", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"GABRIEL\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"REINO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PIMIENTA BRITO ILICH RAFAEL", "output": "{\"first_name\" : \"ILICH\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"PIMIENTA\", \"second_last_name\" : \"BRITO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BARRETO PERALTA ENALVIS CONCEPCIO", "output": "{\"first_name\" : \"ENALVIS\", \"middle_name\" : \"CONCEPCIO\", \"first_last_name\" : \"BARRETO\", \"second_last_name\" : \"PERALTA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CHAMORRO VARGAS NIZETH DEL CARMEN", "output": "{\"first_name\" : \"NIZETH\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"CHAMORRO\", \"second_last_name\" : \"VARGAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VELEZ GUERRERO HARLAN ALONSO", "output": "{\"first_name\" : \"HARLAN\", \"middle_name\" : \"ALONSO\", \"first_last_name\" : \"VELEZ\", \"second_last_name\" : \"GUERRERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VERGARA FLOREZ LUIS HERNANDO", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"HERNANDO\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"FLOREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LOPEZ TOVAR YOJANA MARIA", "output": "{\"first_name\" : \"YOJANA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SALGADO LOPEZ ALFREDO ISAAC", "output": "{\"first_name\" : \"ALFREDO\", \"middle_name\" : \"ISAAC\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GIL HENAO MARIA JULIETTE", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"JULIETTE\", \"first_last_name\" : \"GIL\", \"second_last_name\" : \"HENAO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MENDEZ PEREZ FRANCISCO", "output": "{\"first_name\" : \"FRANCISCO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TORRES SALAZAR ARNOLD", "output": "{\"first_name\" : \"ARNOLD\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"TORRES\", \"second_last_name\" : \"SALAZAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTINEZ VIVIANA", "output": "{\"first_name\" : \"VIVIANA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PALENCIA GIL KATHERINE LUCIA", "output": "{\"first_name\" : \"KATHERINE\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"PALENCIA\", \"second_last_name\" : \"GIL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMIREZ DE CORREA SIXTA TULIA", "output": "{\"first_name\" : \"SIXTA\", \"middle_name\" : \"TULIA\", \"first_last_name\" : \"RAMIREZ\", \"second_last_name\" : \"DE CORREA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARRIETA ORTEGA RICARDO MANUEL", "output": "{\"first_name\" : \"RICARDO\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"ARRIETA\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JIMENEZ MARTINEZ MANUEL", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"JIMENEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HERAZO SALCEDO JACKELINE", "output": "{\"first_name\" : \"JACKELINE\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"HERAZO\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PADILLA PATERNINA DIANIS DEL ROSA", "output": "{\"first_name\" : \"DIANIS\", \"middle_name\" : \"DEL ROSA\", \"first_last_name\" : \"PADILLA\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PALENCIA VERGARA ANA SOFIA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"SOFIA\", \"first_last_name\" : \"PALENCIA\", \"second_last_name\" : \"VERGARA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIAZ HERNANDEZ ALEXANDER LUIS", "output": "{\"first_name\" : \"ALEXANDER\", \"middle_name\" : \"LUIS\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"HERNANDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "COHEN HOYOS ALIX ISABEL", "output": "{\"first_name\" : \"ALIX\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"COHEN\", \"second_last_name\" : \"HOYOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ RUIZ LUZ MIRA", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MIRA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"RUIZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TURIZO CHAVEZ CARLOS ALBERTO", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"TURIZO\", \"second_last_name\" : \"CHAVEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CANCHILA MONTERROZA ANA PAOLA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"CANCHILA\", \"second_last_name\" : \"MONTERROZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RODRIGUEZ GIL ADELINA INES", "output": "{\"first_name\" : \"ADELINA\", \"middle_name\" : \"INES\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"GIL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BOTERO SERNA CARLOS OCTAVIO", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"OCTAVIO\", \"first_last_name\" : \"BOTERO\", \"second_last_name\" : \"SERNA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GARRIDO BARRETO NORMAN JOSE", "output": "{\"first_name\" : \"NORMAN\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"GARRIDO\", \"second_last_name\" : \"BARRETO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NOVOA MARQUEZ ANA LUZ", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"LUZ\", \"first_last_name\" : \"NOVOA\", \"second_last_name\" : \"MARQUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DOMINGUEZ GRASS ALEJANDRA LUCIA", "output": "{\"first_name\" : \"ALEJANDRA\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"GRASS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VERGARA HOYOS CEDYS MARIA", "output": "{\"first_name\" : \"CEDYS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"HOYOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CONTRERAS ALVAREZ PAOLA CRISTINA", "output": "{\"first_name\" : \"PAOLA\", \"middle_name\" : \"CRISTINA\", \"first_last_name\" : \"CONTRERAS\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARDENA GOMEZ ELCIA ROSARIO", "output": "{\"first_name\" : \"ELCIA\", \"middle_name\" : \"ROSARIO\", \"first_last_name\" : \"CARDENA\", \"second_last_name\" : \"GOMEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MENDEZ MENDEZ DILIO IGNACIO", "output": "{\"first_name\" : \"DILIO\", \"middle_name\" : \"IGNACIO\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "AGUAS PERALTA GERMANIO DE JESUS", "output": "{\"first_name\" : \"GERMANIO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"AGUAS\", \"second_last_name\" : \"PERALTA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RIVERA GONZALEZ ISMAEL DE JESUS", "output": "{\"first_name\" : \"ISMAEL\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"RIVERA\", \"second_last_name\" : \"GONZALEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RIVERA SALGADO MARIA ISABEL", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"RIVERA\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERLANO DIAZ RAMONA DEL CARMEN", "output": "{\"first_name\" : \"RAMONA\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"MERLANO\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VERGARA FLOREZ LUIS HERNANDO", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"HERNANDO\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"FLOREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LOPEZ DOMINGUEZ DORA ISABEL", "output": "{\"first_name\" : \"DORA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"DOMINGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROBLES MARTINEZ ENITH JOHANA", "output": "{\"first_name\" : \"ENITH\", \"middle_name\" : \"JOHANA\", \"first_last_name\" : \"ROBLES\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUERRA CONTRERAS MARCO TULIO", "output": "{\"first_name\" : \"MARCO\", \"middle_name\" : \"TULIO\", \"first_last_name\" : \"GUERRA\", \"second_last_name\" : \"CONTRERAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name���. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMBAUTH JIMENEZ ANGELA DE LAS ME", "output": "{\"first_name\" : \"ANGELA\", \"middle_name\" : \"DE LAS ME\", \"first_last_name\" : \"RAMBAUTH\", \"second_last_name\" : \"JIMENEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SALCEDO CORENA EDWIN RAFAEL", "output": "{\"first_name\" : \"EDWIN\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"CORENA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SANCHEZ VILORIA ANGELA MARIA", "output": "{\"first_name\" : \"ANGELA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"SANCHEZ\", \"second_last_name\" : \"VILORIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GOMEZ MARTINEZ NEYLA MARIA", "output": "{\"first_name\" : \"NEYLA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MUÑOZ TAPIA JUAN DAVID", "output": "{\"first_name\" : \"JUAN\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"MUÑOZ\", \"second_last_name\" : \"TAPIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CHAVEZ MADRID DEYANIRA DEL ROSARI", "output": "{\"first_name\" : \"DEYANIRA\", \"middle_name\" : \"DEL ROSARI\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"MADRID\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LOPEZ PEREZ ELENA", "output": "{\"first_name\" : \"ELENA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MONROY ORTEGA ANTONIO MARIA", "output": "{\"first_name\" : \"ANTONIO\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MONROY\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUZMAN QUIROZ BLEIDY LIBIA", "output": "{\"first_name\" : \"BLEIDY\", \"middle_name\" : \"LIBIA\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"QUIROZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OVIEDO CARRASCAL ANA CARLINA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"CARLINA\", \"first_last_name\" : \"OVIEDO\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VERGARA ALBIS ARNALDO DE JESUS", "output": "{\"first_name\" : \"ARNALDO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"ALBIS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CHAVEZ GARCIA DIEGO", "output": "{\"first_name\" : \"DIEGO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"GARCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VERGARA ORTEGA MARIA ARGELIA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"ARGELIA\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MONTES TOVAR ALEJANDRO JOSE", "output": "{\"first_name\" : \"ALEJANDRO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"MONTES\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "AGUDELO HENAO NANCY AYDEE", "output": "{\"first_name\" : \"NANCY\", \"middle_name\" : \"AYDEE\", \"first_last_name\" : \"AGUDELO\", \"second_last_name\" : \"HENAO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "AGUAS YEPEZ ROSMIRA DEL CARMEN", "output": "{\"first_name\" : \"ROSMIRA\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"AGUAS\", \"second_last_name\" : \"YEPEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CHAMORRO ROMERO ROBINSON RAFAEL", "output": "{\"first_name\" : \"ROBINSON\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"CHAMORRO\", \"second_last_name\" : \"ROMERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARQUEZ CHAVEZ FREDIS RAFAEL", "output": "{\"first_name\" : \"FREDIS\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"MARQUEZ\", \"second_last_name\" : \"CHAVEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTINEZ PEREZ LUIS FRANCISCO", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"FRANCISCO\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SANCHEZ ORTEGA YAKELINE MARIA", "output": "{\"first_name\" : \"YAKELINE\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"SANCHEZ\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SALGADO TOVAR LUIS DAVID", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUERRA MARTINEZ JULIO FRANCISCO", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"FRANCISCO\", \"first_last_name\" : \"GUERRA\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIAZ DIAZ DEINER DAVID", "output": "{\"first_name\" : \"DEINER\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "QUIROZ OLIVERA RAMONA DE LA CRUZ", "output": "{\"first_name\" : \"RAMONA\", \"middle_name\" : \"DE LA CRUZ\", \"first_last_name\" : \"QUIROZ\", \"second_last_name\" : \"OLIVERA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FLOREZ BUELVAS ABEL DE JESUS", "output": "{\"first_name\" : \"ABEL\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SALGADO MEDINA YOMAIRA DEL ROSARIO", "output": "{\"first_name\" : \"YOMAIRA\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CASTELLANOS MEDINA JUAN CAMILO", "output": "{\"first_name\" : \"JUAN\", \"middle_name\" : \"CAMILO\", \"first_last_name\" : \"CASTELLANOS\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEÑARANDA SALCEDO MARIA JOSE", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"PEÑARANDA\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TORRES ORTEGA ARELIS ENITH", "output": "{\"first_name\" : \"ARELIS\", \"middle_name\" : \"ENITH\", \"first_last_name\" : \"TORRES\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TAPIA BOLANO ELIZABETH", "output": "{\"first_name\" : \"ELIZABETH\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"TAPIA\", \"second_last_name\" : \"BOLANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUZMAN NOVOA BERTULIO ENRIQUE", "output": "{\"first_name\" : \"BERTULIO\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"NOVOA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MACARENO MUÑOZ ENGLE RAUL", "output": "{\"first_name\" : \"ENGLE\", \"middle_name\" : \"RAUL\", \"first_last_name\" : \"MACARENO\", \"second_last_name\" : \"MUÑOZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MENDOZA QUINTERO MANUEL FRANCISCO", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"FRANCISCO\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"QUINTERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERLANO SOTO NORMAN DE JESUS", "output": "{\"first_name\" : \"NORMAN\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MERLANO\", \"second_last_name\" : \"SOTO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PATERNINA PEREZ EDITH ISABEL", "output": "{\"first_name\" : \"EDITH\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"PATERNINA\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TORRES ARIAS DIEGO JOSE", "output": "{\"first_name\" : \"DIEGO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"TORRES\", \"second_last_name\" : \"ARIAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GOMEZ CORONADO PABLO JOSE", "output": "{\"first_name\" : \"PABLO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"CORONADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ORTEGA MERCADO LINEY MARIA", "output": "{\"first_name\" : \"LINEY\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"ORTEGA\", \"second_last_name\" : \"MERCADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTINEZ BARBOZA FRANCISCO ANTONIO", "output": "{\"first_name\" : \"FRANCISCO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"BARBOZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VERGARA VERBEL EMIS DEL SOCORRO", "output": "{\"first_name\" : \"EMIS\", \"middle_name\" : \"DEL SOCORRO\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"VERBEL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ MENDEZ HECTOR", "output": "{\"first_name\" : \"HECTOR\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VILORIA MARQUEZ BLAS DEL CRISTO", "output": "{\"first_name\" : \"BLAS\", \"middle_name\" : \"DEL CRISTO\", \"first_last_name\" : \"VILORIA\", \"second_last_name\" : \"MARQUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SOLORZANO GIL JOSE MIGUEL", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"MIGUEL\", \"first_last_name\" : \"SOLORZANO\", \"second_last_name\" : \"GIL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUERRA MARTINEZ JUAN FRANCISCO", "output": "{\"first_name\" : \"JUAN\", \"middle_name\" : \"FRANCISCO\", \"first_last_name\" : \"GUERRA\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ORDONEZ NUNEZ ASHLEY", "output": "{\"first_name\" : \"ASHLEY\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"ORDONEZ\", \"second_last_name\" : \"NUNEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BOHORQUEZ MERCADO YULIETH PAOLA", "output": "{\"first_name\" : \"YULIETH\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"BOHORQUEZ\", \"second_last_name\" : \"MERCADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIAZ BUELVAS PATRICIA ELENA", "output": "{\"first_name\" : \"PATRICIA\", \"middle_name\" : \"ELENA\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OLMOS TORO GRACIELA INES", "output": "{\"first_name\" : \"GRACIELA\", \"middle_name\" : \"INES\", \"first_last_name\" : \"OLMOS\", \"second_last_name\" : \"TORO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PENATE LEON ADISLAO", "output": "{\"first_name\" : \"ADISLAO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PENATE\", \"second_last_name\" : \"LEON\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MENDOZA FIOCCO TIVISAY SOFIA", "output": "{\"first_name\" : \"TIVISAY\", \"middle_name\" : \"SOFIA\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"FIOCCO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ LOPEZ HILDA MARIA", "output": "{\"first_name\" : \"HILDA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MEZA CARRASCAL JULIO ENRIQUE", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PINEDA SIERRA FRANCISCO", "output": "{\"first_name\" : \"FRANCISCO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PINEDA\", \"second_last_name\" : \"SIERRA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MEJIA RINCON JEFFERSON", "output": "{\"first_name\" : \"JEFFERSON\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MEJIA\", \"second_last_name\" : \"RINCON\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CUELLO JIMENEZ ANA ISABEL", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"CUELLO\", \"second_last_name\" : \"JIMENEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VILLEGAS MONTOYA NATASHA", "output": "{\"first_name\" : \"NATASHA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"VILLEGAS\", \"second_last_name\" : \"MONTOYA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUZMAN TOVAR ERMIDA MARIA", "output": "{\"first_name\" : \"ERMIDA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TERAN ESCOBAR WILSON DEL CRISTO", "output": "{\"first_name\" : \"WILSON\", \"middle_name\" : \"DEL CRISTO\", \"first_last_name\" : \"TERAN\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MONTALVO SEVERICHE MARIA ALEJANDRA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"ALEJANDRA\", \"first_last_name\" : \"MONTALVO\", \"second_last_name\" : \"SEVERICHE\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SANTIZ JORGE ELVIRA DEYANIRA", "output": "{\"first_name\" : \"ELVIRA\", \"middle_name\" : \"DEYANIRA\", \"first_last_name\" : \"SANTIZ\", \"second_last_name\" : \"JORGE\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CHAMORRO LLANOS EVER LUIS", "output": "{\"first_name\" : \"EVER\", \"middle_name\" : \"LUIS\", \"first_last_name\" : \"CHAMORRO\", \"second_last_name\" : \"LLANOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MEZA MARQUEZ ADELAIDA ESPERANZA", "output": "{\"first_name\" : \"ADELAIDA\", \"middle_name\" : \"ESPERANZA\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"MARQUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ESPINOSA CHAGUI JULIO JOSE", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"ESPINOSA\", \"second_last_name\" : \"CHAGUI\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTINEZ ALVAREZ KAREN SOFIA", "output": "{\"first_name\" : \"KAREN\", \"middle_name\" : \"SOFIA\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALVAREZ JARAVA NICOLAZA MANUELA", "output": "{\"first_name\" : \"NICOLAZA\", \"middle_name\" : \"MANUELA\", \"first_last_name\" : \"ALVAREZ\", \"second_last_name\" : \"JARAVA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RUIZ CANCHILA DANIEL EMIRO", "output": "{\"first_name\" : \"DANIEL\", \"middle_name\" : \"EMIRO\", \"first_last_name\" : \"RUIZ\", \"second_last_name\" : \"CANCHILA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMBAUTH DIAZ YOJAIRA DEL ROSARIO", "output": "{\"first_name\" : \"YOJAIRA\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"RAMBAUTH\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MONTERROZA MARTINEZ SHIRLEY JANETH", "output": "{\"first_name\" : \"SHIRLEY\", \"middle_name\" : \"JANETH\", \"first_last_name\" : \"MONTERROZA\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JIMENEZ BARRAGAN YURIS MARIA", "output": "{\"first_name\" : \"YURIS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"JIMENEZ\", \"second_last_name\" : \"BARRAGAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEÑA CERVANTES LEONARD DAVID", "output": "{\"first_name\" : \"LEONARD\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"PEÑA\", \"second_last_name\" : \"CERVANTES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ ALVAREZ ROSMARY DEL CARMEN", "output": "{\"first_name\" : \"ROSMARY\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ZULUAGA PINEDA OSCAR HERNANDO", "output": "{\"first_name\" : \"OSCAR\", \"middle_name\" : \"HERNANDO\", \"first_last_name\" : \"ZULUAGA\", \"second_last_name\" : \"PINEDA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NARVAEZ MARTINEZ LUCELY DE LA CAN", "output": "{\"first_name\" : \"LUCELY\", \"middle_name\" : \"DE LA CAN\", \"first_last_name\" : \"NARVAEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROBLES PEREZ VIVIANA LUZ", "output": "{\"first_name\" : \"VIVIANA\", \"middle_name\" : \"LUZ\", \"first_last_name\" : \"ROBLES\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VIDAL SIERRA CARMEN JULIA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"JULIA\", \"first_last_name\" : \"VIDAL\", \"second_last_name\" : \"SIERRA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VELILLA SORIANO LEONARDO DAVID", "output": "{\"first_name\" : \"LEONARDO\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"VELILLA\", \"second_last_name\" : \"SORIANO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CASTELLANOS ESCOBAR JANETH CONSTANZA", "output": "{\"first_name\" : \"JANETH\", \"middle_name\" : \"CONSTANZA\", \"first_last_name\" : \"CASTELLANOS\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DE AVILA BRRETO ANA MARIA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"DE AVILA\", \"second_last_name\" : \"BRRETO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MEZA CAMPO YUDY DEL ROSARIO", "output": "{\"first_name\" : \"YUDY\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"CAMPO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUERRA TEJADA ROBERTO DE JESUS", "output": "{\"first_name\" : \"ROBERTO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"GUERRA\", \"second_last_name\" : \"TEJADA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GARIZADO GOMEZ MIGUEL ANGEL", "output": "{\"first_name\" : \"MIGUEL\", \"middle_name\" : \"ANGEL\", \"first_last_name\" : \"GARIZADO\", \"second_last_name\" : \"GOMEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MIRANDA CHAMORRO EMIRTO RAFAEL", "output": "{\"first_name\" : \"EMIRTO\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"MIRANDA\", \"second_last_name\" : \"CHAMORRO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MEZA COLON LUZ MARINA", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MARINA\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"COLON\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MEDINA MEDINA ALCIRA DE JESUS", "output": "{\"first_name\" : \"ALCIRA\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MEDINA\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANAYA FERIA ARCELIA ROSA", "output": "{\"first_name\" : \"ARCELIA\", \"middle_name\" : \"ROSA\", \"first_last_name\" : \"ANAYA\", \"second_last_name\" : \"FERIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTINEZ CASTILLO RAMONA DE JESUS", "output": "{\"first_name\" : \"RAMONA\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"CASTILLO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTINEZ NOVOA FRANCISCO MANUEL", "output": "{\"first_name\" : \"FRANCISCO\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"NOVOA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "REYES PEREZ ALCIRA MARIA", "output": "{\"first_name\" : \"ALCIRA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"REYES\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LOPEZ BUELVAS CARMEN ANA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"ANA\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CHAVEZ DOMINGUEZ MANUEL ENRIQUE", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"DOMINGUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CASTIBLANCO GARCIA RODRIGO", "output": "{\"first_name\" : \"RODRIGO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CASTIBLANCO\", \"second_last_name\" : \"GARCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SARMIENTO GUATA CAROLINA", "output": "{\"first_name\" : \"CAROLINA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"SARMIENTO\", \"second_last_name\" : \"GUATA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CHAVEZ BLANCO MANUEL DE JESUS", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"BLANCO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HERAZO TRESPALACIOS GUADALUPE CEC", "output": "{\"first_name\" : \"GUADALUPE\", \"middle_name\" : \"CEC\", \"first_last_name\" : \"HERAZO\", \"second_last_name\" : \"TRESPALACIOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CUELLO PEREZ ANA JOSEFA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"JOSEFA\", \"first_last_name\" : \"CUELLO\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BADEL RODRIGUEZ CARLOS ALBERTO", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"BADEL\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BERTEL QUINTERO MANUEL ANTONIO", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"BERTEL\", \"second_last_name\" : \"QUINTERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIAZ MARQUEZ EMINSON", "output": "{\"first_name\" : \"EMINSON\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"MARQUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SIERRA MARCELINO ANTONIO", "output": "{\"first_name\" : \"MARCELINO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"NULL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTINEZ YANEZ ALBA ROSA", "output": "{\"first_name\" : \"ALBA\", \"middle_name\" : \"ROSA\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"YANEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TOVAR GONZALEZ JOSE FRUDENCIO", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"FRUDENCIO\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"GONZALEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VERGARA ROSALBA MARIA", "output": "{\"first_name\" : \"ROSALBA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "COLON FUNEZ ANA GERTUDIS", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"GERTUDIS\", \"first_last_name\" : \"COLON\", \"second_last_name\" : \"FUNEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MEZA MENDEZ OLIBERTO RAFAEL", "output": "{\"first_name\" : \"OLIBERTO\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GAMARRA TATIS LUIS ALFREDO", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"ALFREDO\", \"first_last_name\" : \"GAMARRA\", \"second_last_name\" : \"TATIS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CASTRO OROZCO ALBA MILENA", "output": "{\"first_name\" : \"ALBA\", \"middle_name\" : \"MILENA\", \"first_last_name\" : \"CASTRO\", \"second_last_name\" : \"OROZCO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CORENA CARDENAS CAROLINA PAOLA", "output": "{\"first_name\" : \"CAROLINA\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"CORENA\", \"second_last_name\" : \"CARDENAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HERAZO URZOLA CARLOS ENRIQUE", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"HERAZO\", \"second_last_name\" : \"URZOLA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CHICA DIAZ JESUS MARIA", "output": "{\"first_name\" : \"JESUS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"CHICA\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ORTEGA GUZMAN JOSE ROSVEL", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"ROSVEL\", \"first_last_name\" : \"ORTEGA\", \"second_last_name\" : \"GUZMAN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARRASCAL LACIDES", "output": "{\"first_name\" : \"LACIDES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CARRASCAL\", \"second_last_name\" : \"NULL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SARMIENTO GUATA CAROLINA", "output": "{\"first_name\" : \"CAROLINA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"SARMIENTO\", \"second_last_name\" : \"GUATA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROBLES HERAZO DORIS DEL CARMEN", "output": "{\"first_name\" : \"DORIS\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"ROBLES\", \"second_last_name\" : \"HERAZO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALVAREZ ORTEGA HIDALDO DE JESUS", "output": "{\"first_name\" : \"HIDALDO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"ALVAREZ\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROBLES RIVERA NIEVES ISABEL", "output": "{\"first_name\" : \"NIEVES\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"ROBLES\", \"second_last_name\" : \"RIVERA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANAYA VERILLA JAIRO JAVIER", "output": "{\"first_name\" : \"JAIRO\", \"middle_name\" : \"JAVIER\", \"first_last_name\" : \"ANAYA\", \"second_last_name\" : \"VERILLA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERCADO GONZALEZ MEDINSON JOSE", "output": "{\"first_name\" : \"MEDINSON\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"GONZALEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CASTILLA JORDAN XIOMARA PAOLA", "output": "{\"first_name\" : \"XIOMARA\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"CASTILLA\", \"second_last_name\" : \"JORDAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SALCEDO RAMIREZ TOMAS BEKET", "output": "{\"first_name\" : \"TOMAS\", \"middle_name\" : \"BEKET\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"RAMIREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JIMENEZ GONZALEZ JORGE LUIS", "output": "{\"first_name\" : \"JORGE\", \"middle_name\" : \"LUIS\", \"first_last_name\" : \"JIMENEZ\", \"second_last_name\" : \"GONZALEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SERRANO CORENA LIDYS MARGOTH", "output": "{\"first_name\" : \"LIDYS\", \"middle_name\" : \"MARGOTH\", \"first_last_name\" : \"SERRANO\", \"second_last_name\" : \"CORENA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SALGADO ABAD ISABEL MARIA", "output": "{\"first_name\" : \"ISABEL\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"ABAD\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MENDOZA ARRIETA CARLOS ALBERTO", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"ARRIETA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RODRIGUEZ ACOSTA YANETH DEL CARMEN", "output": "{\"first_name\" : \"YANETH\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"ACOSTA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARRIETA GARCIA MIGUEL ANTONIO", "output": "{\"first_name\" : \"MIGUEL\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"ARRIETA\", \"second_last_name\" : \"GARCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TOVAR MERLANO JULIO EMIRO", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"EMIRO\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"MERLANO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CHAVEZ BLANCO JOSE MARTIN", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"MARTIN\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"BLANCO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALCALA MUGNO SANTIAGO EMEL", "output": "{\"first_name\" : \"SANTIAGO\", \"middle_name\" : \"EMEL\", \"first_last_name\" : \"ALCALA\", \"second_last_name\" : \"MUGNO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CHAVEZ ALQUERQUE MARIS DEL ROSARIO", "output": "{\"first_name\" : \"MARIS\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"ALQUERQUE\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MORELOS BARRIOS IVAN DAVID", "output": "{\"first_name\" : \"IVAN\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"MORELOS\", \"second_last_name\" : \"BARRIOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BLANQUISETT MONTES HERNANDO ALFON", "output": "{\"first_name\" : \"HERNANDO\", \"middle_name\" : \"ALFON\", \"first_last_name\" : \"BLANQUISETT\", \"second_last_name\" : \"MONTES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREIRA RUIZ ADELA CRISTINA", "output": "{\"first_name\" : \"ADELA\", \"middle_name\" : \"CRISTINA\", \"first_last_name\" : \"PEREIRA\", \"second_last_name\" : \"RUIZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SIERRA SALGADO GERMAN RAFAEL", "output": "{\"first_name\" : \"GERMAN\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BARRETO MARCOS", "output": "{\"first_name\" : \"MARCOS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BARRETO\", \"second_last_name\" : \"NULL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MENDEZ CARRASCAL AGUSTIN", "output": "{\"first_name\" : \"AGUSTIN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FLOREZ BUELVAS ELVIRA DE JESUS", "output": "{\"first_name\" : \"ELVIRA\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BARRETO PEREZ SEGUNDO MANUEL", "output": "{\"first_name\" : \"SEGUNDO\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"BARRETO\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CONTRERAS TUIRAN YERALDIN", "output": "{\"first_name\" : \"YERALDIN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CONTRERAS\", \"second_last_name\" : \"TUIRAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GARCIA AGAMEZ ARTURO RAFAEL", "output": "{\"first_name\" : \"ARTURO\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"GARCIA\", \"second_last_name\" : \"AGAMEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ PEREZ LIBARDO DE JESUS", "output": "{\"first_name\" : \"LIBARDO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TIRADO GOMEZ MARLON RAFAEL", "output": "{\"first_name\" : \"MARLON\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"TIRADO\", \"second_last_name\" : \"GOMEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ CARRASCAL REGINALDO RAFAEL", "output": "{\"first_name\" : \"REGINALDO\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ NARVAEZ LUIS ENRIQUE", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"NARVAEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "QUIROZ OLIVERA NOHEMI DEL CARMEN", "output": "{\"first_name\" : \"NOHEMI\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"QUIROZ\", \"second_last_name\" : \"OLIVERA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FLOREZ MENDEZ DENYS YOMAIRA", "output": "{\"first_name\" : \"DENYS\", \"middle_name\" : \"YOMAIRA\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BUELVAS MERLANO ASTOLFO BLAS", "output": "{\"first_name\" : \"ASTOLFO\", \"middle_name\" : \"BLAS\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"MERLANO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SARMIENTO ESTRADA FREDYS", "output": "{\"first_name\" : \"FREDYS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"SARMIENTO\", \"second_last_name\" : \"ESTRADA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ CARRASCAL EDILMA DEL ROSARI", "output": "{\"first_name\" : \"EDILMA\", \"middle_name\" : \"DEL ROSARI\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NUNEZ ERAZO FERNEY DARIO", "output": "{\"first_name\" : \"FERNEY\", \"middle_name\" : \"DARIO\", \"first_last_name\" : \"NUNEZ\", \"second_last_name\" : \"ERAZO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DOMINGUEZ GUZMAN ICELA PATRICIA", "output": "{\"first_name\" : \"ICELA\", \"middle_name\" : \"PATRICIA\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"GUZMAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RODRIGUEZ SALGADO AURA MARIA", "output": "{\"first_name\" : \"AURA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SIERRA MENDOZA EDIA DEL SOCORRO", "output": "{\"first_name\" : \"EDIA\", \"middle_name\" : \"DEL SOCORRO\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"MENDOZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PALENCIA MARTINEZ LILIANA ISABEL", "output": "{\"first_name\" : \"LILIANA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"PALENCIA\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MACHADO GONZALEZ FREDDY JULIAN", "output": "{\"first_name\" : \"FREDDY\", \"middle_name\" : \"JULIAN\", \"first_last_name\" : \"MACHADO\", \"second_last_name\" : \"GONZALEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PATERNINA MENDOZA YESITH ESTEVIN", "output": "{\"first_name\" : \"YESITH\", \"middle_name\" : \"ESTEVIN\", \"first_last_name\" : \"PATERNINA\", \"second_last_name\" : \"MENDOZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BORRERO DAVILA GRACIELA", "output": "{\"first_name\" : \"GRACIELA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BORRERO\", \"second_last_name\" : \"DAVILA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RODRIGUEZ GIL MARTHA LUCIA", "output": "{\"first_name\" : \"MARTHA\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"GIL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TOVAR PADILLA CARMEN", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"PADILLA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GOMEZ BARRIOS LUIS", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"BARRIOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FANG SALCEDO YERI ANTONIO", "output": "{\"first_name\" : \"YERI\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"FANG\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DE LA CANDELARIA TEJEDOR LOPEZ LUZ ELENA", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"ELENA\", \"first_last_name\" : \"DE LA CANDELARIA\", \"second_last_name\" : \"TEJEDOR LOPEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CUELLO DIAZ YOLANDA ELENA", "output": "{\"first_name\" : \"YOLANDA\", \"middle_name\" : \"ELENA\", \"first_last_name\" : \"CUELLO\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HERNANDEZ MARTINEZ PEDRO MANUEL", "output": "{\"first_name\" : \"PEDRO\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"HERNANDEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GARCIA ROSA ALEJANDRO DE JESUS", "output": "{\"first_name\" : \"ALEJANDRO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"GARCIA\", \"second_last_name\" : \"ROSA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ NAVARRO JOSE ALBERTO", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"NAVARRO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MUNOZ SALGADO PEDRO JUAN", "output": "{\"first_name\" : \"PEDRO\", \"middle_name\" : \"JUAN\", \"first_last_name\" : \"MUNOZ\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CORPAS MENDEZ LIBRADA", "output": "{\"first_name\" : \"LIBRADA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CORPAS\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ ESTRADA JOHANA MARIA", "output": "{\"first_name\" : \"JOHANA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"ESTRADA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BUELVAS MENDEZ SOBEIDA MARIA", "output": "{\"first_name\" : \"SOBEIDA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TORRES ZULUAGA LUIS ADRIAN", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"ADRIAN\", \"first_last_name\" : \"TORRES\", \"second_last_name\" : \"ZULUAGA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TOVAR PALACIO LUCY AMPARO", "output": "{\"first_name\" : \"LUCY\", \"middle_name\" : \"AMPARO\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"PALACIO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERLANO FLOREZ ITALIA", "output": "{\"first_name\" : \"ITALIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MERLANO\", \"second_last_name\" : \"FLOREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ DE BARRIOS RAMONA", "output": "{\"first_name\" : \"RAMONA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"DE BARRIOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTINEZ GARCIA RAMON DEL CRISTO", "output": "{\"first_name\" : \"RAMON\", \"middle_name\" : \"DEL CRISTO\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"GARCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CASTILLO PEÑA RAFAEL AGUSTIN", "output": "{\"first_name\" : \"RAFAEL\", \"middle_name\" : \"AGUSTIN\", \"first_last_name\" : \"CASTILLO\", \"second_last_name\" : \"PEÑA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARQUEZ FRANCO MILI MARIA", "output": "{\"first_name\" : \"MILI\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MARQUEZ\", \"second_last_name\" : \"FRANCO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DOMINGUEZ HERRERA FELIX ENANIAS", "output": "{\"first_name\" : \"FELIX\", \"middle_name\" : \"ENANIAS\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"HERRERA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VERGARA VERGARA WILLIAM MIGUEL", "output": "{\"first_name\" : \"WILLIAM\", \"middle_name\" : \"MIGUEL\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"VERGARA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MENDEZ BORJA ALVARO ENRIQUE", "output": "{\"first_name\" : \"ALVARO\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"BORJA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ HERAZO LUIS GABRIEL", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"GABRIEL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"HERAZO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BARRERO LOPEZ EDITH YOJANA", "output": "{\"first_name\" : \"EDITH\", \"middle_name\" : \"YOJANA\", \"first_last_name\" : \"BARRERO\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DOMINGUEZ OLMOS YANETH DEL CARMEN", "output": "{\"first_name\" : \"YANETH\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"OLMOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SILGADO NADAD CARMEN ALICIA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"ALICIA\", \"first_last_name\" : \"SILGADO\", \"second_last_name\" : \"NADAD\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MONTERROZA ARRIETA OSCAR GERARDO", "output": "{\"first_name\" : \"OSCAR\", \"middle_name\" : \"GERARDO\", \"first_last_name\" : \"MONTERROZA\", \"second_last_name\" : \"ARRIETA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMOS VASQUEZ ANA ROSA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"ROSA\", \"first_last_name\" : \"RAMOS\", \"second_last_name\" : \"VASQUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUZMAN DE VILORIA YUTZY YUDY", "output": "{\"first_name\" : \"YUTZY\", \"middle_name\" : \"YUDY\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"DE VILORIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DANCUR PEREZ MATILDE", "output": "{\"first_name\" : \"MATILDE\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DANCUR\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CHAVEZ ORTEGA ADALGISA MARIA", "output": "{\"first_name\" : \"ADALGISA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VILORIA DIAZ REGINA RUTH", "output": "{\"first_name\" : \"REGINA\", \"middle_name\" : \"RUTH\", \"first_last_name\" : \"VILORIA\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "AMAYA GRANADOS NELIDA MARGARITA", "output": "{\"first_name\" : \"NELIDA\", \"middle_name\" : \"MARGARITA\", \"first_last_name\" : \"AMAYA\", \"second_last_name\" : \"GRANADOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARDENAS RUIZ CENOBIA ISABEL", "output": "{\"first_name\" : \"CENOBIA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"CARDENAS\", \"second_last_name\" : \"RUIZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PALENCIA RUIZ JOSE MARIA", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"PALENCIA\", \"second_last_name\" : \"RUIZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMOS RAMOS ALFONSO MANUEL", "output": "{\"first_name\" : \"ALFONSO\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"RAMOS\", \"second_last_name\" : \"RAMOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUZMAN ANAYA LUDYS DEL CARMEN", "output": "{\"first_name\" : \"LUDYS\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"ANAYA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SUAREZ ALEXANDER VERNA", "output": "{\"first_name\" : \"ALEXANDER\", \"middle_name\" : \"VERNA\", \"first_last_name\" : \"SUAREZ\", \"second_last_name\" : \"NULL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERCADO PEREZ ENORDIS JOSE", "output": "{\"first_name\" : \"ENORDIS\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CASTILLO BUELVAS JOSE DE LOS SANT", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"DE LOS SANT\", \"first_last_name\" : \"CASTILLO\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIAZ ROMERO EULISES ANTONIO", "output": "{\"first_name\" : \"EULISES\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"ROMERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BUELVAS BLANCO LUZ MARINA", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MARINA\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"BLANCO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MEZA BERTEL JAIME ANDRES", "output": "{\"first_name\" : \"JAIME\", \"middle_name\" : \"ANDRES\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"BERTEL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LOPEZ CLEMEN ELSON ALBERTO", "output": "{\"first_name\" : \"ELSON\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"CLEMEN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIAZ DE LA OSSA IRINIDA", "output": "{\"first_name\" : \"IRINIDA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"DE LA OSSA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ESPANA TOBIAS ANA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"ESPANA\", \"second_last_name\" : \"TOBIAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DE LA HOZ MADERA ELIZABETH", "output": "{\"first_name\" : \"ELIZABETH\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DE LA HOZ\", \"second_last_name\" : \"MADERA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PINA ESTOR ELIZABETH", "output": "{\"first_name\" : \"ELIZABETH\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PINA\", \"second_last_name\" : \"ESTOR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARAUJO SATAMARIA MARCELINA", "output": "{\"first_name\" : \"MARCELINA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"ARAUJO\", \"second_last_name\" : \"SATAMARIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MENDOZA REALES DUQUEZA", "output": "{\"first_name\" : \"DUQUEZA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"REALES\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JARA ALBARRACIN LORENZO", "output": "{\"first_name\" : \"LORENZO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"JARA\", \"second_last_name\" : \"ALBARRACIN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BEDOYA MONSALVE GUILLERMO", "output": "{\"first_name\" : \"GUILLERMO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BEDOYA\", \"second_last_name\" : \"MONSALVE\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BEDOYA MONSALVE GUILLERMO", "output": "{\"first_name\" : \"GUILLERMO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BEDOYA\", \"second_last_name\" : \"MONSALVE\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTINEZ PINEROS HERNEYDES", "output": "{\"first_name\" : \"HERNEYDES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"PINEROS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARIAS QUIROGA VIRGINIA", "output": "{\"first_name\" : \"VIRGINIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"ARIAS\", \"second_last_name\" : \"QUIROGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEREZ YEPES JUAN", "output": "{\"first_name\" : \"JUAN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"YEPES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTINEZ CARRASCAL NUIMINSON", "output": "{\"first_name\" : \"NUIMINSON\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERLANO SALCEDO FELIPE", "output": "{\"first_name\" : \"FELIPE\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MERLANO\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BORJA TOVAR MODESTO", "output": "{\"first_name\" : \"MODESTO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BORJA\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SALCEDO MERLANO RAMONA", "output": "{\"first_name\" : \"RAMONA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"MERLANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERLANO SALCEDO ELENA", "output": "{\"first_name\" : \"ELENA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MERLANO\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VILLEGAS MONTOYA NATASHA", "output": "{\"first_name\" : \"NATASHA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"VILLEGAS\", \"second_last_name\" : \"MONTOYA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA VERGARA ROSALBA", "output": "{\"first_name\" : \"ROSALBA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MARIA\", \"second_last_name\" : \"VERGARA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FORERO MARTHA HERLEN", "output": "{\"first_name\" : \"HERLEN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"FORERO\", \"second_last_name\" : \"MARTHA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DOLORES MORENO MARIA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DOLORES\", \"second_last_name\" : \"MORENO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DURAN MIRIAM CELINA", "output": "{\"first_name\" : \"CELINA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DURAN\", \"second_last_name\" : \"MIRIAM\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MOJICA MENDIVELSO LETICIA", "output": "{\"first_name\" : \"LETICIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MOJICA\", \"second_last_name\" : \"MENDIVELSO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BURGOS MILLAN OLDER", "output": "{\"first_name\" : \"OLDER\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BURGOS\", \"second_last_name\" : \"MILLAN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MORA MENDOZA WILLIAM", "output": "{\"first_name\" : \"WILLIAM\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MORA\", \"second_last_name\" : \"MENDOZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RIAÑO FUENTES YOLMAN", "output": "{\"first_name\" : \"YOLMAN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"RIAÑO\", \"second_last_name\" : \"FUENTES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GARCIA NIÑO JAMES", "output": "{\"first_name\" : \"JAMES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"GARCIA\", \"second_last_name\" : \"NIÑO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARANGUREN BETANCOURT HUGO", "output": "{\"first_name\" : \"HUGO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"ARANGUREN\", \"second_last_name\" : \"BETANCOURT\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CELIS SANCHEZ OLFREY", "output": "{\"first_name\" : \"OLFREY\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CELIS\", \"second_last_name\" : \"SANCHEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GOMEZ MOLINA ALEXANDER", "output": "{\"first_name\" : \"ALEXANDER\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"MOLINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YEPEZ ANAYA OMAIRA", "output": "{\"first_name\" : \"OMAIRA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"YEPEZ\", \"second_last_name\" : \"ANAYA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BETANCOURTH GARCIA LUCELY", "output": "{\"first_name\" : \"LUCELY\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BETANCOURTH\", \"second_last_name\" : \"GARCIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OSPINA GLORIA AMPARO", "output": "{\"first_name\" : \"AMPARO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"OSPINA\", \"second_last_name\" : \"GLORIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VELANDIA FARFAN POLICARPA", "output": "{\"first_name\" : \"POLICARPA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"VELANDIA\", \"second_last_name\" : \"FARFAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DELGADO ALVAREZ INES", "output": "{\"first_name\" : \"INES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DELGADO\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BARRAGAN MENDIVELSO TOMAS", "output": "{\"first_name\" : \"TOMAS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BARRAGAN\", \"second_last_name\" : \"MENDIVELSO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "IBARRA MEDINA CARLOS", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"IBARRA\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MUNOZ OSPINO ELVIA", "output": "{\"first_name\" : \"ELVIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MUNOZ\", \"second_last_name\" : \"OSPINO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMIREZ MOLINA LUZ", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"RAMIREZ\", \"second_last_name\" : \"MOLINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MORALES BELLO RAFAELINO", "output": "{\"first_name\" : \"RAFAELINO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MORALES\", \"second_last_name\" : \"BELLO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NEIRA CASTILLO LUZ", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"NEIRA\", \"second_last_name\" : \"CASTILLO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HERNANDEZ CRUZ EDGAR", "output": "{\"first_name\" : \"EDGAR\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"HERNANDEZ\", \"second_last_name\" : \"CRUZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MORENO DOLORES MARIA", "output": "{\"first_name\" : \"DOLORES\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MORENO\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BORIS COLON LOPEZ ARIEL", "output": "{\"first_name\" : \"BORIS\", \"middle_name\" : \"ARIEL\", \"first_last_name\" : \"COLON\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ADRIANA MONTOYA ESCOBAR LUCIA", "output": "{\"first_name\" : \"ADRIANA\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"MONTOYA\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JUAN BUELVAS DIAZ ANTONIO", "output": "{\"first_name\" : \"JUAN\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEDRO BUELVAS MONTERROZA PABLO", "output": "{\"first_name\" : \"PEDRO\", \"middle_name\" : \"PABLO\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"MONTERROZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NICOLAS GOMEZ TOVAR ROBERTO", "output": "{\"first_name\" : \"NICOLAS\", \"middle_name\" : \"ROBERTO\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PATRICIA MARQUEZ CORENA MARIA", "output": "{\"first_name\" : \"PATRICIA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MARQUEZ\", \"second_last_name\" : \"CORENA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SAUDITH TATIS MONTERO ARNULFO", "output": "{\"first_name\" : \"SAUDITH\", \"middle_name\" : \"ARNULFO\", \"first_last_name\" : \"TATIS\", \"second_last_name\" : \"MONTERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSIRIS MERCADO ARRIETA JUDITH", "output": "{\"first_name\" : \"ROSIRIS\", \"middle_name\" : \"JUDITH\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"ARRIETA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JAIRO TERAN RIVADENEIRA ALFONSO", "output": "{\"first_name\" : \"JAIRO\", \"middle_name\" : \"ALFONSO\", \"first_last_name\" : \"TERAN\", \"second_last_name\" : \"RIVADENEIRA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUILLERMO MONTERROSA MARTINEZ ANT", "output": "{\"first_name\" : \"GUILLERMO\", \"middle_name\" : \"ANT\", \"first_last_name\" : \"MONTERROSA\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROGER LOPEZ TIRADO EDUARDO", "output": "{\"first_name\" : \"ROGER\", \"middle_name\" : \"EDUARDO\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"TIRADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA BARRIOS MEZA ISABEL", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"BARRIOS\", \"second_last_name\" : \"MEZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDUARDO VILLAMIZAR ACOSTA", "output": "{\"first_name\" : \"EDUARDO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"VILLAMIZAR\", \"second_last_name\" : \"ACOSTA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ RIVAS PINCHAO MARY", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MARY\", \"first_last_name\" : \"RIVAS\", \"second_last_name\" : \"PINCHAO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "WILLIAM CONTRERAS NOVOA ENRIQUE", "output": "{\"first_name\" : \"WILLIAM\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"CONTRERAS\", \"second_last_name\" : \"NOVOA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA ARENILLA PERALTA MARIA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"ARENILLA\", \"second_last_name\" : \"PERALTA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIAN PATRON PEREZ ALBERTO", "output": "{\"first_name\" : \"JULIAN\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"PATRON\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DAVID LARA LOPEZ", "output": "{\"first_name\" : \"DAVID\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"LARA\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RICARDO VILLAMIZAR PEREZ ANTONIO", "output": "{\"first_name\" : \"RICARDO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"VILLAMIZAR\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FIDEL CARRASCAL FRANCO JOSE", "output": "{\"first_name\" : \"FIDEL\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"CARRASCAL\", \"second_last_name\" : \"FRANCO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NELSON DURAN DURAN", "output": "{\"first_name\" : \"NELSON\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DURAN\", \"second_last_name\" : \"DURAN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VIVIANA TOVAR CARDENAS PATRICIA", "output": "{\"first_name\" : \"VIVIANA\", \"middle_name\" : \"PATRICIA\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"CARDENAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FRANCISCO MEDINA ALVAREZ ANTONIO", "output": "{\"first_name\" : \"FRANCISCO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"MEDINA\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL MARTINEZ PALENCIA VICENTE", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"VICENTE\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"PALENCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YULLYS HERNANDEZ ESCOBAR ESTELA", "output": "{\"first_name\" : \"YULLYS\", \"middle_name\" : \"ESTELA\", \"first_last_name\" : \"HERNANDEZ\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAFAEL BARBOZA LOPEZ FRANCISCO", "output": "{\"first_name\" : \"RAFAEL\", \"middle_name\" : \"FRANCISCO\", \"first_last_name\" : \"BARBOZA\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARGARITA DE VIVERO TOVIO MARIA", "output": "{\"first_name\" : \"MARGARITA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"DE VIVERO\", \"second_last_name\" : \"TOVIO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JAIRO RAMOS MARTINEZ ANTONIO", "output": "{\"first_name\" : \"JAIRO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"RAMOS\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TRINIDAD LOPEZ PENA JOSE", "output": "{\"first_name\" : \"TRINIDAD\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"PENA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PETRONA SACO PAYARES ISABEL", "output": "{\"first_name\" : \"PETRONA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"SACO\", \"second_last_name\" : \"PAYARES\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JORGE TAPIA VERGARA BERNARDO", "output": "{\"first_name\" : \"JORGE\", \"middle_name\" : \"BERNARDO\", \"first_last_name\" : \"TAPIA\", \"second_last_name\" : \"VERGARA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMIRO TOBIO BARRIOS ENRIQUE", "output": "{\"first_name\" : \"RAMIRO\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"TOBIO\", \"second_last_name\" : \"BARRIOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CESAR MARTINEZ GUTIERREZ ANDRES", "output": "{\"first_name\" : \"CESAR\", \"middle_name\" : \"ANDRES\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"GUTIERREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANDRES REVOLLO NAVAS FELIPE", "output": "{\"first_name\" : \"ANDRES\", \"middle_name\" : \"FELIPE\", \"first_last_name\" : \"REVOLLO\", \"second_last_name\" : \"NAVAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BLANCA DIAZ AVILA", "output": "{\"first_name\" : \"BLANCA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"AVILA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FRAY LORA PEREZ GERMAN", "output": "{\"first_name\" : \"FRAY\", \"middle_name\" : \"GERMAN\", \"first_last_name\" : \"LORA\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YEINE PEREZ ORTEGA LARISA", "output": "{\"first_name\" : \"YEINE\", \"middle_name\" : \"LARISA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NEMESIO TURIZO CONDE", "output": "{\"first_name\" : \"NEMESIO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"TURIZO\", \"second_last_name\" : \"CONDE\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JEMILIO SALCEDO MENDEZ", "output": "{\"first_name\" : \"JEMILIO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PLINIO PEREZ OLIVERA", "output": "{\"first_name\" : \"PLINIO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"OLIVERA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NAYIBIS TORRES TOVAR", "output": "{\"first_name\" : \"NAYIBIS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"TORRES\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ISMAEL MEDINA MEDINA DE JESUS", "output": "{\"first_name\" : \"ISMAEL\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MEDINA\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TATIANA ESCOBAR PATIÑO LUCIA", "output": "{\"first_name\" : \"TATIANA\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"ESCOBAR\", \"second_last_name\" : \"PATIÑO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE ARROYO MARTINEZ RAFAEL", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"ARROYO\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA MARTINEZ RUIZ LUISA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"LUISA\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"RUIZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ RIVERO MIELES MABETH", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MABETH\", \"first_last_name\" : \"RIVERO\", \"second_last_name\" : \"MIELES\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAFAEL RUBIO PEREZ ANGEL", "output": "{\"first_name\" : \"RAFAEL\", \"middle_name\" : \"ANGEL\", \"first_last_name\" : \"RUBIO\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GICLER MERCADO ARRIETA MIGUEL", "output": "{\"first_name\" : \"GICLER\", \"middle_name\" : \"MIGUEL\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"ARRIETA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIONICIO SOLER MEDINA ANTONIO", "output": "{\"first_name\" : \"DIONICIO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"SOLER\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS CORRALES FUNEZ ALFREDO", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"ALFREDO\", \"first_last_name\" : \"CORRALES\", \"second_last_name\" : \"FUNEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA RANGEL PEÑA CARMEN", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"CARMEN\", \"first_last_name\" : \"RANGEL\", \"second_last_name\" : \"PEÑA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ISLADIS ARROYO GUZMAN BEATRIZ", "output": "{\"first_name\" : \"ISLADIS\", \"middle_name\" : \"BEATRIZ\", \"first_last_name\" : \"ARROYO\", \"second_last_name\" : \"GUZMAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PLINIO PEREZ OLIVERA", "output": "{\"first_name\" : \"PLINIO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"OLIVERA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA BUELVAS AUXILIADORA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"AUXILIADORA\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DILIO MENDEZ MARTINEZ RAFAEL", "output": "{\"first_name\" : \"DILIO\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL RAMIREZ NIETO JOSE", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"RAMIREZ\", \"second_last_name\" : \"NIETO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSA PEREZ PEREZ", "output": "{\"first_name\" : \"ROSA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ENALVIS COLON QUIROZ MARIA", "output": "{\"first_name\" : \"ENALVIS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"COLON\", \"second_last_name\" : \"QUIROZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEDRO RUIZ RODRIGUEZ LUIS", "output": "{\"first_name\" : \"PEDRO\", \"middle_name\" : \"LUIS\", \"first_last_name\" : \"RUIZ\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANTONIO ORTEGA VITAL JOSE", "output": "{\"first_name\" : \"ANTONIO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"ORTEGA\", \"second_last_name\" : \"VITAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NARLIS DIAZ TOVAR MARCOTH", "output": "{\"first_name\" : \"NARLIS\", \"middle_name\" : \"MARCOTH\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERLEDIS FRANCO CAMANO PATRICIA", "output": "{\"first_name\" : \"MERLEDIS\", \"middle_name\" : \"PATRICIA\", \"first_last_name\" : \"FRANCO\", \"second_last_name\" : \"CAMANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JADER HINCAPIE MONSALVE DE JESUS", "output": "{\"first_name\" : \"JADER\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"HINCAPIE\", \"second_last_name\" : \"MONSALVE\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSMERIS BUELVAS MENDEZ", "output": "{\"first_name\" : \"ROSMERIS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANGELA CARRASCAL GOMEZ MERICY", "output": "{\"first_name\" : \"ANGELA\", \"middle_name\" : \"MERICY\", \"first_last_name\" : \"CARRASCAL\", \"second_last_name\" : \"GOMEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NARCISA ACUÑA CONDE ENITH", "output": "{\"first_name\" : \"NARCISA\", \"middle_name\" : \"ENITH\", \"first_last_name\" : \"ACUÑA\", \"second_last_name\" : \"CONDE\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GLORIA MONTOYA ESCOBAR PATRICIA", "output": "{\"first_name\" : \"GLORIA\", \"middle_name\" : \"PATRICIA\", \"first_last_name\" : \"MONTOYA\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SEBASTIAN RIVERA LOPEZ", "output": "{\"first_name\" : \"SEBASTIAN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"RIVERA\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUSTAVO VERGARA TABOADA ANDRES", "output": "{\"first_name\" : \"GUSTAVO\", \"middle_name\" : \"ANDRES\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"TABOADA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN CORRALES FLOREZ CECILIA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"CECILIA\", \"first_last_name\" : \"CORRALES\", \"second_last_name\" : \"FLOREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTHA PATIÑO ESCOBAR", "output": "{\"first_name\" : \"MARTHA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PATIÑO\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOHNNYS ARZUZA BUSTAMANTE NEL", "output": "{\"first_name\" : \"JOHNNYS\", \"middle_name\" : \"NEL\", \"first_last_name\" : \"ARZUZA\", \"second_last_name\" : \"BUSTAMANTE\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ONISA NAVAS COLON MARIA", "output": "{\"first_name\" : \"ONISA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"NAVAS\", \"second_last_name\" : \"COLON\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALBERTO MERCADO SALGADO CARLOS", "output": "{\"first_name\" : \"ALBERTO\", \"middle_name\" : \"CARLOS\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTA MORALES ORTEGA CECILIA", "output": "{\"first_name\" : \"MARTA\", \"middle_name\" : \"CECILIA\", \"first_last_name\" : \"MORALES\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GLORIA CAMPO MONTES DE OCCA MARIA", "output": "{\"first_name\" : \"GLORIA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"CAMPO\", \"second_last_name\" : \"MONTES DE OCCA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SARI SIERRA ARROYO SARINA", "output": "{\"first_name\" : \"SARI\", \"middle_name\" : \"SARINA\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"ARROYO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JHON OROZCO SOTO ANTONIO", "output": "{\"first_name\" : \"JHON\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"OROZCO\", \"second_last_name\" : \"SOTO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARGARITA MERCADO CARDENAS MARIA", "output": "{\"first_name\" : \"MARGARITA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"CARDENAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARICELY PEREZ HERNANDEZ DEL SOCO", "output": "{\"first_name\" : \"MARICELY\", \"middle_name\" : \"DEL SOCO\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"HERNANDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL LOPEZ PATERNINA DE JESUS", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA MAURY ATENCIA PAULA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"PAULA\", \"first_last_name\" : \"MAURY\", \"second_last_name\" : \"ATENCIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELVIRA RODRIGUEZ MARTINEZ ISABEL", "output": "{\"first_name\" : \"ELVIRA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSA RODRIGUEZ ELENA", "output": "{\"first_name\" : \"ROSA\", \"middle_name\" : \"ELENA\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN GOMEZ DE DORADO MARIA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"DE DORADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIO VILLEGAS JARABA CESAR", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"CESAR\", \"first_last_name\" : \"VILLEGAS\", \"second_last_name\" : \"JARABA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CONSUELO CARDENAS MERCADO ISABEL", "output": "{\"first_name\" : \"CONSUELO\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"CARDENAS\", \"second_last_name\" : \"MERCADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JAFIT PACHECO CALDERON", "output": "{\"first_name\" : \"JAFIT\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PACHECO\", \"second_last_name\" : \"CALDERON\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELIZABETH NAVAS BUELVAS", "output": "{\"first_name\" : \"ELIZABETH\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"NAVAS\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MIGUEL CARDENAS GALES FLORENTINO", "output": "{\"first_name\" : \"MIGUEL\", \"middle_name\" : \"FLORENTINO\", \"first_last_name\" : \"CARDENAS\", \"second_last_name\" : \"GALES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ADA COLON QUIROZ ELVIRA", "output": "{\"first_name\" : \"ADA\", \"middle_name\" : \"ELVIRA\", \"first_last_name\" : \"COLON\", \"second_last_name\" : \"QUIROZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ MERCADO NARVAEZ MARINA", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MARINA\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"NARVAEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUCY MEZA CAMPO DEL ROSARIO", "output": "{\"first_name\" : \"LUCY\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"CAMPO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN CASSAS MARTINEZ ANA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"ANA\", \"first_last_name\" : \"CASSAS\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OSCAR MARTINEZ VILLANUEVA", "output": "{\"first_name\" : \"OSCAR\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"VILLANUEVA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YOLANDA LARA TAPIA EUFEMIA", "output": "{\"first_name\" : \"YOLANDA\", \"middle_name\" : \"EUFEMIA\", \"first_last_name\" : \"LARA\", \"second_last_name\" : \"TAPIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PAULA PADILLA SANTOYA ANDREA", "output": "{\"first_name\" : \"PAULA\", \"middle_name\" : \"ANDREA\", \"first_last_name\" : \"PADILLA\", \"second_last_name\" : \"SANTOYA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "IVAN LOZADA OLMOS", "output": "{\"first_name\" : \"IVAN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"LOZADA\", \"second_last_name\" : \"OLMOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FLORENTINA MERCADO ORTEGA EMILIA", "output": "{\"first_name\" : \"FLORENTINA\", \"middle_name\" : \"EMILIA\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JUANA DOMINGUEZ ROBLES IRIS", "output": "{\"first_name\" : \"JUANA\", \"middle_name\" : \"IRIS\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"ROBLES\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "IGNACIO FLOREZ LOPEZ", "output": "{\"first_name\" : \"IGNACIO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMON LOPEZ BUELVAS JESUS", "output": "{\"first_name\" : \"RAMON\", \"middle_name\" : \"JESUS\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LEDIS TOVAR RIVERA DEL CARMEN", "output": "{\"first_name\" : \"LEDIS\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"RIVERA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARELIS BETIN SANCHEZ MARIA", "output": "{\"first_name\" : \"MARELIS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"BETIN\", \"second_last_name\" : \"SANCHEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SONIA ESCOBAR MONTOYA DE JESUS", "output": "{\"first_name\" : \"SONIA\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"ESCOBAR\", \"second_last_name\" : \"MONTOYA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JAIME SIERRA ALVAREZ JOSE", "output": "{\"first_name\" : \"JAIME\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BARTOLO MEZA CARRASCAL DE JESUS", "output": "{\"first_name\" : \"BARTOLO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALFREDO AMAYA LOPEZ ENRRIQUE", "output": "{\"first_name\" : \"ALFREDO\", \"middle_name\" : \"ENRRIQUE\", \"first_last_name\" : \"AMAYA\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FANNY MENDEZ PEREZ PAOLA", "output": "{\"first_name\" : \"FANNY\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELIS MONTERO BALDOVINO JOHANA", "output": "{\"first_name\" : \"ELIS\", \"middle_name\" : \"JOHANA\", \"first_last_name\" : \"MONTERO\", \"second_last_name\" : \"BALDOVINO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELSA GUZMAN SALCEDO BEATRIZ", "output": "{\"first_name\" : \"ELSA\", \"middle_name\" : \"BEATRIZ\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "AMANDA RAMOS MENDOZA MARCELA", "output": "{\"first_name\" : \"AMANDA\", \"middle_name\" : \"MARCELA\", \"first_last_name\" : \"RAMOS\", \"second_last_name\" : \"MENDOZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDWIN BENITEZ LARA RAFAEL", "output": "{\"first_name\" : \"EDWIN\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"BENITEZ\", \"second_last_name\" : \"LARA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LESMI MEDINA CATALAN YAMIL", "output": "{\"first_name\" : \"LESMI\", \"middle_name\" : \"YAMIL\", \"first_last_name\" : \"MEDINA\", \"second_last_name\" : \"CATALAN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANGELES DOMINGUEZ PEÑARANDA", "output": "{\"first_name\" : \"ANGELES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"PEÑARANDA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ MENDOZA MEZA MARINA", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MARINA\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"MEZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARLENE PATERNINA FLOREZ", "output": "{\"first_name\" : \"MARLENE\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PATERNINA\", \"second_last_name\" : \"FLOREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YOCONDA DIAZ MONTERROZA CECILIA", "output": "{\"first_name\" : \"YOCONDA\", \"middle_name\" : \"CECILIA\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"MONTERROZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS ESTRADA ROYETH EDUARDO", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"EDUARDO\", \"first_last_name\" : \"ESTRADA\", \"second_last_name\" : \"ROYETH\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FANNY MENDEZ PEREZ PAOLA", "output": "{\"first_name\" : \"FANNY\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS MERCADO VIDES FERNANDO", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"FERNANDO\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"VIDES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL CARDENAS DOMINGUEZ ENRIQUE", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"CARDENAS\", \"second_last_name\" : \"DOMINGUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARNOVIS DIAZ FLOREZ DE JESUS", "output": "{\"first_name\" : \"ARNOVIS\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"FLOREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA PEREZ PEREZ PETRONA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"PETRONA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIANA BETANCUR ESCOBAR", "output": "{\"first_name\" : \"JULIANA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BETANCUR\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OLGA GUZMAN DOMINGUEZ REGINA", "output": "{\"first_name\" : \"OLGA\", \"middle_name\" : \"REGINA\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"DOMINGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "REYE PADILLA QUIROZ DE JESUS", "output": "{\"first_name\" : \"REYE\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"PADILLA\", \"second_last_name\" : \"QUIROZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUCY PEÑA SALCEDO DEL CARMEN", "output": "{\"first_name\" : \"LUCY\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"PEÑA\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARLEN OLMOS MENDOZA SEGUNDO", "output": "{\"first_name\" : \"ARLEN\", \"middle_name\" : \"SEGUNDO\", \"first_last_name\" : \"OLMOS\", \"second_last_name\" : \"MENDOZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FANNY MERCADO SALGADO LUZ", "output": "{\"first_name\" : \"FANNY\", \"middle_name\" : \"LUZ\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELMER RAMIREZ PADILLA", "output": "{\"first_name\" : \"ELMER\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"RAMIREZ\", \"second_last_name\" : \"PADILLA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDILSA SALAZAR AGUAS DEL ROSARIO", "output": "{\"first_name\" : \"EDILSA\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"SALAZAR\", \"second_last_name\" : \"AGUAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YORLEYDA LOPEZ RODRIGUEZ PATRICIA", "output": "{\"first_name\" : \"YORLEYDA\", \"middle_name\" : \"PATRICIA\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDUARDO DE VIVERO BADEL CARLOS", "output": "{\"first_name\" : \"EDUARDO\", \"middle_name\" : \"CARLOS\", \"first_last_name\" : \"DE VIVERO\", \"second_last_name\" : \"BADEL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BELLA DOMINGUEZ PATERNINA SOL", "output": "{\"first_name\" : \"BELLA\", \"middle_name\" : \"SOL\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA DONADO PATERNINA DEL ROSARIO", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"DONADO\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HILIDO RUIZ DONADO MANUEL", "output": "{\"first_name\" : \"HILIDO\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"RUIZ\", \"second_last_name\" : \"DONADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "APOLINAR PEREZ FUNES JOSE", "output": "{\"first_name\" : \"APOLINAR\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"FUNES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CRISPULO MARTINEZ MEZA", "output": "{\"first_name\" : \"CRISPULO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"MEZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GREGORIA LOPEZ", "output": "{\"first_name\" : \"GREGORIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ADRI CASTRO MOGOLLON YULIETT", "output": "{\"first_name\" : \"ADRI\", \"middle_name\" : \"YULIETT\", \"first_last_name\" : \"CASTRO\", \"second_last_name\" : \"MOGOLLON\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "INES ROMERO RAMOS DEL CARMEN", "output": "{\"first_name\" : \"INES\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"ROMERO\", \"second_last_name\" : \"RAMOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DANCY VARGAS MONTERROSA SAGUIT", "output": "{\"first_name\" : \"DANCY\", \"middle_name\" : \"SAGUIT\", \"first_last_name\" : \"VARGAS\", \"second_last_name\" : \"MONTERROSA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YANDRIS PEREZ ARRIETA YERENIS", "output": "{\"first_name\" : \"YANDRIS\", \"middle_name\" : \"YERENIS\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"ARRIETA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MIZZAR INDEZUZA ALMANZA", "output": "{\"first_name\" : \"MIZZAR\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"INDEZUZA\", \"second_last_name\" : \"ALMANZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDUARDO VERGARA GARCIA JACINTO", "output": "{\"first_name\" : \"EDUARDO\", \"middle_name\" : \"JACINTO\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"GARCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BERNAVELA SIERRA DLUYZ ANTONIA", "output": "{\"first_name\" : \"BERNAVELA\", \"middle_name\" : \"ANTONIA\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"DLUYZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAFAEL GARCIA PATERNINA SATURNINO", "output": "{\"first_name\" : \"RAFAEL\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"GARCIA\", \"second_last_name\" : \"PATERNINA SATURNINO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDITH RIVERO MIELES DEL CARMEN", "output": "{\"first_name\" : \"EDITH\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"RIVERO\", \"second_last_name\" : \"MIELES\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BERTILDA MENDOZA PERALTA ISABEL", "output": "{\"first_name\" : \"BERTILDA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"PERALTA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARY DIAZ RODRIGUEZ LUZ", "output": "{\"first_name\" : \"MARY\", \"middle_name\" : \"LUZ\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CESAR MARTINEZ ROMERO TULIO", "output": "{\"first_name\" : \"CESAR\", \"middle_name\" : \"TULIO\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"ROMERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CRISTOBAL SALCEDO DOMINGUEZ FIDEN", "output": "{\"first_name\" : \"CRISTOBAL\", \"middle_name\" : \"FIDEN\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"DOMINGUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA GARCIA MARQUEZ DE LAS MERCE", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"DE LAS MERCE\", \"first_last_name\" : \"GARCIA\", \"second_last_name\" : \"MARQUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANDRES MOSQUERA HERNANDEZ MALAGON", "output": "{\"first_name\" : \"ANDRES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MOSQUERA\", \"second_last_name\" : \"HERNANDEZ MALAGON\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LILA PORTO PANIZA ESTHER", "output": "{\"first_name\" : \"LILA\", \"middle_name\" : \"ESTHER\", \"first_last_name\" : \"PORTO\", \"second_last_name\" : \"PANIZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN FLOREZ ESCUDERO DE LAS NIE", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"DE LAS NIE\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"ESCUDERO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HERCIDYS SALGADO SANTOS MARIA", "output": "{\"first_name\" : \"HERCIDYS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"SANTOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ERIC NAVARRO CONTRERAS", "output": "{\"first_name\" : \"ERIC\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"NAVARRO\", \"second_last_name\" : \"CONTRERAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CLAUDIA MONTOYA ESCOBAR STELLA", "output": "{\"first_name\" : \"CLAUDIA\", \"middle_name\" : \"STELLA\", \"first_last_name\" : \"MONTOYA\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JESUS CUELLAR ORTIZ ESTEBAN", "output": "{\"first_name\" : \"JESUS\", \"middle_name\" : \"ESTEBAN\", \"first_last_name\" : \"CUELLAR\", \"second_last_name\" : \"ORTIZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMIRO TOVAR PALACIOS ANTONIO", "output": "{\"first_name\" : \"RAMIRO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"PALACIOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA OSORIO ALDANA ESTHER", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"ESTHER\", \"first_last_name\" : \"OSORIO\", \"second_last_name\" : \"ALDANA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LELIS CORENA FUNEZ", "output": "{\"first_name\" : \"LELIS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CORENA\", \"second_last_name\" : \"FUNEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YUDITH PEREZ CARDENAS DEL SOCORRO", "output": "{\"first_name\" : \"YUDITH\", \"middle_name\" : \"DEL SOCORRO\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"CARDENAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ONAIDA SALGADO TOVAR DEL SOCORRO", "output": "{\"first_name\" : \"ONAIDA\", \"middle_name\" : \"DEL SOCORRO\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YUDY QUINTERO GIRALDO NATALI", "output": "{\"first_name\" : \"YUDY\", \"middle_name\" : \"NATALI\", \"first_last_name\" : \"QUINTERO\", \"second_last_name\" : \"GIRALDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TERESITA MERCADO MARTINEZ DE JESUS", "output": "{\"first_name\" : \"TERESITA\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIO PEREZ MONTES CESAR", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"CESAR\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"MONTES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALMA TORRES ALDANA ROSA", "output": "{\"first_name\" : \"ALMA\", \"middle_name\" : \"ROSA\", \"first_last_name\" : \"TORRES\", \"second_last_name\" : \"ALDANA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA DOMINGUEZ TOVAR LUCIA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSA BOTERO CASTAÑO MARIA", "output": "{\"first_name\" : \"ROSA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"BOTERO\", \"second_last_name\" : \"CASTAÑO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALCIDES JIMENEZ TOSCANO MANUEL", "output": "{\"first_name\" : \"ALCIDES\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"JIMENEZ\", \"second_last_name\" : \"TOSCANO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUSTAVO CLEMEN MARTINEZ ADOLFO", "output": "{\"first_name\" : \"GUSTAVO\", \"middle_name\" : \"ADOLFO\", \"first_last_name\" : \"CLEMEN\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "AMPARO MENDEZ BORJA EDITH", "output": "{\"first_name\" : \"AMPARO\", \"middle_name\" : \"EDITH\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"BORJA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARINA NAVAS RUIZ ROSALBA", "output": "{\"first_name\" : \"MARINA\", \"middle_name\" : \"ROSALBA\", \"first_last_name\" : \"NAVAS\", \"second_last_name\" : \"RUIZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YERCENIA LOPEZ VERGARA", "output": "{\"first_name\" : \"YERCENIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"VERGARA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JAIDER MONTERROZA MARTINEZ YESID", "output": "{\"first_name\" : \"JAIDER\", \"middle_name\" : \"YESID\", \"first_last_name\" : \"MONTERROZA\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIO CASTILLO MENDEZ CESAR", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"CESAR\", \"first_last_name\" : \"CASTILLO\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NORYS MEZA DE SERPA DEL SOCORRO", "output": "{\"first_name\" : \"NORYS\", \"middle_name\" : \"DEL SOCORRO\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"DE SERPA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARLENIS SALGADO CUELLO DEL CARMEN", "output": "{\"first_name\" : \"MARLENIS\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"CUELLO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE ORTIZ GUTIERREZ MIGUEL", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"MIGUEL\", \"first_last_name\" : \"ORTIZ\", \"second_last_name\" : \"GUTIERREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SAUL SALCEDO SALCEDO XAVIER", "output": "{\"first_name\" : \"SAUL\", \"middle_name\" : \"XAVIER\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSARIO PEREZ NARVAEZ DE LOS ANGE", "output": "{\"first_name\" : \"ROSARIO\", \"middle_name\" : \"DE LOS ANGE\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"NARVAEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTIN ALVAREZ SUAREZ ALFONSO", "output": "{\"first_name\" : \"MARTIN\", \"middle_name\" : \"ALFONSO\", \"first_last_name\" : \"ALVAREZ\", \"second_last_name\" : \"SUAREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA HOYOS RIOS ANGELICA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"ANGELICA\", \"first_last_name\" : \"HOYOS\", \"second_last_name\" : \"RIOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OVER VILLALBA ESTRADA LUIS", "output": "{\"first_name\" : \"OVER\", \"middle_name\" : \"LUIS\", \"first_last_name\" : \"VILLALBA\", \"second_last_name\" : \"ESTRADA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSA ROMERO PERALTA HELIODORA", "output": "{\"first_name\" : \"ROSA\", \"middle_name\" : \"HELIODORA\", \"first_last_name\" : \"ROMERO\", \"second_last_name\" : \"PERALTA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LIBIA ROBLES HERNANDEZ ESTHER", "output": "{\"first_name\" : \"LIBIA\", \"middle_name\" : \"ESTHER\", \"first_last_name\" : \"ROBLES\", \"second_last_name\" : \"HERNANDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARLOS CUELLO LARA DAVID", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"CUELLO\", \"second_last_name\" : \"LARA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ISABEL MESA ACOSTA SOFIA", "output": "{\"first_name\" : \"ISABEL\", \"middle_name\" : \"SOFIA\", \"first_last_name\" : \"MESA\", \"second_last_name\" : \"ACOSTA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JUAN LOPEZ MARTINEZ DE LA CRUZ", "output": "{\"first_name\" : \"JUAN\", \"middle_name\" : \"DE LA CRUZ\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE ARCIA MEDINA SANTANDER", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"SANTANDER\", \"first_last_name\" : \"ARCIA\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FABIOLA BUELVAS MERLANO MARGARITA", "output": "{\"first_name\" : \"FABIOLA\", \"middle_name\" : \"MARGARITA\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"MERLANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "REMBERTO DE LA ROSA", "output": "{\"first_name\" : \"REMBERTO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DE LA ROSA\", \"second_last_name\" : \"NULL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ESPERANZA CORENA PEREZ DEL CARMEN", "output": "{\"first_name\" : \"ESPERANZA\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"CORENA\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FLOR MONTERROSA SOLORZANO MARIA", "output": "{\"first_name\" : \"FLOR\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MONTERROSA\", \"second_last_name\" : \"SOLORZANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "IDALIS MERCADO MEJIA MARIA", "output": "{\"first_name\" : \"IDALIS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"MEJIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LEDYS URANGO MARIA", "output": "{\"first_name\" : \"LEDYS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"URANGO\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIBEL PEREZ RODRIGUEZ CECILIA", "output": "{\"first_name\" : \"MARIBEL\", \"middle_name\" : \"CECILIA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE CASTILLO HOYOS VALENTIN", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"VALENTIN\", \"first_last_name\" : \"CASTILLO\", \"second_last_name\" : \"HOYOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN SALCEDO PABUENA EDITH", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"EDITH\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"PABUENA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SIRLIS SANTOYA TARRIBA", "output": "{\"first_name\" : \"SIRLIS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"SANTOYA\", \"second_last_name\" : \"TARRIBA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANUNCIACION CARRASCAL TOSCANO", "output": "{\"first_name\" : \"ANUNCIACION\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CARRASCAL\", \"second_last_name\" : \"TOSCANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NORA SALCEDO LAMBRANO ISABEL", "output": "{\"first_name\" : \"NORA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"LAMBRANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DAYS MANJARREZ FERIA ANDRENIS", "output": "{\"first_name\" : \"DAYS\", \"middle_name\" : \"ANDRENIS\", \"first_last_name\" : \"MANJARREZ\", \"second_last_name\" : \"FERIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OCTAVIO LOPEZ CERVANTES JOSE", "output": "{\"first_name\" : \"OCTAVIO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"CERVANTES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FELIPE DOMINGUEZ PALENCIA SANTIAG", "output": "{\"first_name\" : \"FELIPE\", \"middle_name\" : \"SANTIAG\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"PALENCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NACIRA TOVAR MONTERROZA ISABEL", "output": "{\"first_name\" : \"NACIRA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"MONTERROZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAFAEL MUNOZ SALGADO ADOLFO", "output": "{\"first_name\" : \"RAFAEL\", \"middle_name\" : \"ADOLFO\", \"first_last_name\" : \"MUNOZ\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN GUZMAN MENDEZ ELENA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"ELENA\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANASTACIA ORTEGA MEZA ISABEL", "output": "{\"first_name\" : \"ANASTACIA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"ORTEGA\", \"second_last_name\" : \"MEZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OROSMAN DIAZ PINTO JOSE", "output": "{\"first_name\" : \"OROSMAN\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"PINTO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ISABEL PEREZ GUZMAN MARIA", "output": "{\"first_name\" : \"ISABEL\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"GUZMAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NELLY PEREZ MARTINEZ MARINA", "output": "{\"first_name\" : \"NELLY\", \"middle_name\" : \"MARINA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YANET AVILA MENDEZ DEL CARMEN", "output": "{\"first_name\" : \"YANET\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"AVILA\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SURINASIS PEREZ ALVAREZ DEL CARMEN", "output": "{\"first_name\" : \"SURINASIS\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIO MARTINEZ TOVAR MIGUEL", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"MIGUEL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "WILLIAM SALCEDO PEREZ FABIAN", "output": "{\"first_name\" : \"WILLIAM\", \"middle_name\" : \"FABIAN\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSA NAVAS PINEDA", "output": "{\"first_name\" : \"ROSA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"NAVAS\", \"second_last_name\" : \"PINEDA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARMANDO NAVAS RAMIREZ JOSE", "output": "{\"first_name\" : \"ARMANDO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"NAVAS\", \"second_last_name\" : \"RAMIREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS POLO HERNANDEZ ENRIQUE", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"POLO\", \"second_last_name\" : \"HERNANDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROBER LOPEZ PATERNINA JOSE", "output": "{\"first_name\" : \"ROBER\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE MONTOYA ORTEGA RAFAEL", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"MONTOYA\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUVIN MARRIAGA BUELVAS ALBERTO", "output": "{\"first_name\" : \"LUVIN\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"MARRIAGA\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HERCILIA GUERRA BARRETO ROSA", "output": "{\"first_name\" : \"HERCILIA\", \"middle_name\" : \"ROSA\", \"first_last_name\" : \"GUERRA\", \"second_last_name\" : \"BARRETO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SAIDE CALUME RODRIGUEZ SUSANA", "output": "{\"first_name\" : \"SAIDE\", \"middle_name\" : \"SUSANA\", \"first_last_name\" : \"CALUME\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DAVID CRUZ BUELVAS RAFAEL", "output": "{\"first_name\" : \"DAVID\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"CRUZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA DOMINGUEZ GUZMAN CECILIA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"CECILIA\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"GUZMAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CRISTINA RAMOS PATERNINA ISABEL", "output": "{\"first_name\" : \"CRISTINA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"RAMOS\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HUMBERTO MOGOLLON CANCHILA ENRIQU", "output": "{\"first_name\" : \"HUMBERTO\", \"middle_name\" : \"ENRIQU\", \"first_last_name\" : \"MOGOLLON\", \"second_last_name\" : \"CANCHILA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROBLES GOMEZ EVARISTO", "output": "{\"first_name\" : \"ROBLES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"EVARISTO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FREDDY ROMERO QUINTERO", "output": "{\"first_name\" : \"FREDDY\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"ROMERO\", \"second_last_name\" : \"QUINTERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NEBIS DE ARCOS BALDOVINO DEL CARMEN", "output": "{\"first_name\" : \"NEBIS\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"DE ARCOS\", \"second_last_name\" : \"BALDOVINO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MERY GOMEZ AGUILAR", "output": "{\"first_name\" : \"MERY\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"AGUILAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HORACIO RAMOS PATRON ANTONIO", "output": "{\"first_name\" : \"HORACIO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"RAMOS\", \"second_last_name\" : \"PATRON\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "URIEL PADILLA PEREZ", "output": "{\"first_name\" : \"URIEL\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PADILLA\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CANDELARIA MARTELO CUELLO PATRICIA", "output": "{\"first_name\" : \"CANDELARIA\", \"middle_name\" : \"PATRICIA\", \"first_last_name\" : \"MARTELO\", \"second_last_name\" : \"CUELLO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HILDA PEREZ ORTEGA", "output": "{\"first_name\" : \"HILDA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELAICER MENDEZ RAMOS DE JESUS", "output": "{\"first_name\" : \"ELAICER\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"RAMOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LIBARDO DIAZ MENDOZA", "output": "{\"first_name\" : \"LIBARDO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"MENDOZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EPIFANIO MONTERROZA SOTELO DE JES", "output": "{\"first_name\" : \"EPIFANIO\", \"middle_name\" : \"DE JES\", \"first_last_name\" : \"MONTERROZA\", \"second_last_name\" : \"SOTELO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RODOLFO CARRASCAL GOMEZ AMILCAR", "output": "{\"first_name\" : \"RODOLFO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CARRASCAL\", \"second_last_name\" : \"GOMEZ AMILCAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "AIDA VILLEGAS BUELVAS LUZ", "output": "{\"first_name\" : \"AIDA\", \"middle_name\" : \"LUZ\", \"first_last_name\" : \"VILLEGAS\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTHA PEREZ PEREZ LUCIA", "output": "{\"first_name\" : \"MARTHA\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARACELIS RODRIGUEZ CANCHILA", "output": "{\"first_name\" : \"ARACELIS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"CANCHILA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GARIS HERNANDEZ REYES ALBERTO", "output": "{\"first_name\" : \"GARIS\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"HERNANDEZ\", \"second_last_name\" : \"REYES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "WILMER ACOSTA MENDEZ DE JESUS", "output": "{\"first_name\" : \"WILMER\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"ACOSTA\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FERNANDO FERIA TOVAR CAYETANO", "output": "{\"first_name\" : \"FERNANDO\", \"middle_name\" : \"CAYETANO\", \"first_last_name\" : \"FERIA\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ZENAIDA FLOREZ ROMERO ESTER", "output": "{\"first_name\" : \"ZENAIDA\", \"middle_name\" : \"ESTER\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"ROMERO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "IRINA VILLADIEGO DIAZ ALANA", "output": "{\"first_name\" : \"IRINA\", \"middle_name\" : \"ALANA\", \"first_last_name\" : \"VILLADIEGO\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE GERALDINO CHIMENTO VICENTE", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"VICENTE\", \"first_last_name\" : \"GERALDINO\", \"second_last_name\" : \"CHIMENTO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MICHEL REYES CANCHILA EUGENIO", "output": "{\"first_name\" : \"MICHEL\", \"middle_name\" : \"EUGENIO\", \"first_last_name\" : \"REYES\", \"second_last_name\" : \"CANCHILA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA OLIVERA SALCEDO FABIOLA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"FABIOLA\", \"first_last_name\" : \"OLIVERA\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "WILSON TERAN ESCOBAR DEL CRISTO", "output": "{\"first_name\" : \"WILSON\", \"middle_name\" : \"DEL CRISTO\", \"first_last_name\" : \"TERAN\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIO GARZON LEON HERNANDO", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"HERNANDO\", \"first_last_name\" : \"GARZON\", \"second_last_name\" : \"LEON\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUSTAVO LOPEZ SIERRA ANDRES", "output": "{\"first_name\" : \"GUSTAVO\", \"middle_name\" : \"ANDRES\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"SIERRA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LILIANA CASAS ORTEGA GRISELDA", "output": "{\"first_name\" : \"LILIANA\", \"middle_name\" : \"GRISELDA\", \"first_last_name\" : \"CASAS\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMONA FRANCO BARRETO DEL CARMEN", "output": "{\"first_name\" : \"RAMONA\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"FRANCO\", \"second_last_name\" : \"BARRETO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DELLANIRA PATERNINA MONTERROZA", "output": "{\"first_name\" : \"DELLANIRA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PATERNINA\", \"second_last_name\" : \"MONTERROZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YASMIN MERCADO ORTEGA PILAR", "output": "{\"first_name\" : \"YASMIN\", \"middle_name\" : \"PILAR\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARISTIDES ROMAN BERRIO MANUEL", "output": "{\"first_name\" : \"ARISTIDES\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"ROMAN\", \"second_last_name\" : \"BERRIO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GLORIA PALACIO SUAREZ EDITH", "output": "{\"first_name\" : \"GLORIA\", \"middle_name\" : \"EDITH\", \"first_last_name\" : \"PALACIO\", \"second_last_name\" : \"SUAREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELVIRA FLOREZ BUELVAS DE JESUS", "output": "{\"first_name\" : \"ELVIRA\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JUANA MENDOZA TOVAR", "output": "{\"first_name\" : \"JUANA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ISABEL SALCEDO LOPEZ MARIA", "output": "{\"first_name\" : \"ISABEL\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ENIRMA CARRASCAL MENDEZ LUISA", "output": "{\"first_name\" : \"ENIRMA\", \"middle_name\" : \"LUISA\", \"first_last_name\" : \"CARRASCAL\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALBA JARABA MORENO MARINA", "output": "{\"first_name\" : \"ALBA\", \"middle_name\" : \"MARINA\", \"first_last_name\" : \"JARABA\", \"second_last_name\" : \"MORENO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE QUIROZ PALENCIA DAMIAN", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"DAMIAN\", \"first_last_name\" : \"QUIROZ\", \"second_last_name\" : \"PALENCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANGELICA BADEL RODRIGUEZ MARIA", "output": "{\"first_name\" : \"ANGELICA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"BADEL\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN GARRIDO BARRETO LUCILA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"LUCILA\", \"first_last_name\" : \"GARRIDO\", \"second_last_name\" : \"BARRETO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIO VIVERO SEBA DEL CRISTO", "output": "{\"first_name\" : \"MARIO\", \"middle_name\" : \"DEL CRISTO\", \"first_last_name\" : \"VIVERO\", \"second_last_name\" : \"SEBA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSEFA MARQUEZ GOEZ MARIA", "output": "{\"first_name\" : \"JOSEFA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MARQUEZ\", \"second_last_name\" : \"GOEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NANCY GOMEZ MARQUEZ DE LOS REYES", "output": "{\"first_name\" : \"NANCY\", \"middle_name\" : \"DE LOS REYES\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"MARQUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NESTOR DIAZ CASTRO", "output": "{\"first_name\" : \"NESTOR\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"CASTRO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JANEIRO RAMIREZ HADECHNI DARIO", "output": "{\"first_name\" : \"JANEIRO\", \"middle_name\" : \"DARIO\", \"first_last_name\" : \"RAMIREZ\", \"second_last_name\" : \"HADECHNI\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NIDIA SEVILLA FRANCO DEL ROSARIO", "output": "{\"first_name\" : \"NIDIA\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"SEVILLA\", \"second_last_name\" : \"FRANCO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YAHAIRA KASSE TOVAR YAISIT", "output": "{\"first_name\" : \"YAHAIRA\", \"middle_name\" : \"YAISIT\", \"first_last_name\" : \"KASSE\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANGELICA BADEL RODRIGUEZ MARIA", "output": "{\"first_name\" : \"ANGELICA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"BADEL\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LILIANA MONTERROSA CONEO PAOLA", "output": "{\"first_name\" : \"LILIANA\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"MONTERROSA\", \"second_last_name\" : \"CONEO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JORGE FUNEME URIAN ARMANDO", "output": "{\"first_name\" : \"JORGE\", \"middle_name\" : \"ARMANDO\", \"first_last_name\" : \"FUNEME\", \"second_last_name\" : \"URIAN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROBINSON GONZALEZ ROMERO ANTONIO Y SU MASA HERENCIAL", "output": "{\"first_name\" : \"ROBINSON\", \"middle_name\" : \"ANTONIO Y SU MASA HERENCIAL\", \"first_last_name\" : \"GONZALEZ\", \"second_last_name\" : \"ROMERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "KARINA MARTINEZ LASTRE BEATRIZ", "output": "{\"first_name\" : \"KARINA\", \"middle_name\" : \"BEATRIZ\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"LASTRE\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL SIERRA VERGARA ENRIQUE", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"VERGARA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JAIDITH SANCHEZ QUIROZ ARMANDO", "output": "{\"first_name\" : \"JAIDITH\", \"middle_name\" : \"ARMANDO\", \"first_last_name\" : \"SANCHEZ\", \"second_last_name\" : \"QUIROZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUISA PEREZ PACHECO GERTRUDIS", "output": "{\"first_name\" : \"LUISA\", \"middle_name\" : \"GERTRUDIS\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"PACHECO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUCIA GOMEZ BURGOS ISABEL", "output": "{\"first_name\" : \"LUCIA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"BURGOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EVA LOPEZ LOPEZ DEL CARMEN", "output": "{\"first_name\" : \"EVA\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE GONZALEZ MONTERROSA MANUEL", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"GONZALEZ\", \"second_last_name\" : \"MONTERROSA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALBERTINA CORENA NAVAS ISABEL", "output": "{\"first_name\" : \"ALBERTINA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"CORENA\", \"second_last_name\" : \"NAVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARLOS SILVA BORJA ENRIQUE", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"SILVA\", \"second_last_name\" : \"BORJA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROQUE CHIMENTI MACHADO DE JESUS", "output": "{\"first_name\" : \"ROQUE\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"CHIMENTI\", \"second_last_name\" : \"MACHADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANANIAS ANGULO ANGULO LORENZO", "output": "{\"first_name\" : \"ANANIAS\", \"middle_name\" : \"LORENZO\", \"first_last_name\" : \"ANGULO\", \"second_last_name\" : \"ANGULO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROBERT VITAL PATERNINA DE JESUS", "output": "{\"first_name\" : \"ROBERT\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"VITAL\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALEJANDRO GARCIA ROSA DE JESUS", "output": "{\"first_name\" : \"ALEJANDRO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"GARCIA\", \"second_last_name\" : \"ROSA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LEDA BELTRAN PERNETH MARGARITA", "output": "{\"first_name\" : \"LEDA\", \"middle_name\" : \"MARGARITA\", \"first_last_name\" : \"BELTRAN\", \"second_last_name\" : \"PERNETH\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ESTEFANIA GONGORA MEDINA ISABEL", "output": "{\"first_name\" : \"ESTEFANIA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"GONGORA\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HECTOR SERNA SERNA DE JESUS", "output": "{\"first_name\" : \"HECTOR\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"SERNA\", \"second_last_name\" : \"SERNA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARGARITA PEREZ BUELVAS TIBURCIA", "output": "{\"first_name\" : \"MARGARITA\", \"middle_name\" : \"TIBURCIA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMELO PEREZ CARRASCAL", "output": "{\"first_name\" : \"CARMELO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDUARDO BUELVAS MENDEZ LUIS", "output": "{\"first_name\" : \"EDUARDO\", \"middle_name\" : \"LUIS\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MAMUEL MARTINEZ CASTILLO DEL CRISTO", "output": "{\"first_name\" : \"MAMUEL\", \"middle_name\" : \"DEL CRISTO\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"CASTILLO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OSCAR PEREZ GOMEZ JOSE", "output": "{\"first_name\" : \"OSCAR\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"GOMEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LAURA FAJARDO LARA VANESSA", "output": "{\"first_name\" : \"LAURA\", \"middle_name\" : \"VANESSA\", \"first_last_name\" : \"FAJARDO\", \"second_last_name\" : \"LARA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NERU MEZA MERCADO RAFAEL", "output": "{\"first_name\" : \"NERU\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"MERCADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANTONIA BETRUZ BALAN MARIA", "output": "{\"first_name\" : \"ANTONIA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"BETRUZ\", \"second_last_name\" : \"BALAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE VERGARA PERALTA GREGORIO", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"GREGORIO\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"PERALTA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE GOMEZ REINO GABRIEL", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"GABRIEL\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"REINO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ILICH PIMIENTA BRITO RAFAEL", "output": "{\"first_name\" : \"ILICH\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"PIMIENTA\", \"second_last_name\" : \"BRITO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ENALVIS BARRETO PERALTA CONCEPCIO", "output": "{\"first_name\" : \"ENALVIS\", \"middle_name\" : \"CONCEPCIO\", \"first_last_name\" : \"BARRETO\", \"second_last_name\" : \"PERALTA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NIZETH CHAMORRO VARGAS DEL CARMEN", "output": "{\"first_name\" : \"NIZETH\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"CHAMORRO\", \"second_last_name\" : \"VARGAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HARLAN VELEZ GUERRERO ALONSO", "output": "{\"first_name\" : \"HARLAN\", \"middle_name\" : \"ALONSO\", \"first_last_name\" : \"VELEZ\", \"second_last_name\" : \"GUERRERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS VERGARA FLOREZ HERNANDO", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"HERNANDO\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"FLOREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YOJANA LOPEZ TOVAR MARIA", "output": "{\"first_name\" : \"YOJANA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALFREDO SALGADO LOPEZ ISAAC", "output": "{\"first_name\" : \"ALFREDO\", \"middle_name\" : \"ISAAC\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA GIL HENAO JULIETTE", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"JULIETTE\", \"first_last_name\" : \"GIL\", \"second_last_name\" : \"HENAO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FRANCISCO MENDEZ PEREZ", "output": "{\"first_name\" : \"FRANCISCO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARNOLD TORRES SALAZAR", "output": "{\"first_name\" : \"ARNOLD\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"TORRES\", \"second_last_name\" : \"SALAZAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VIVIANA MARTINEZ", "output": "{\"first_name\" : \"VIVIANA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "KATHERINE PALENCIA GIL LUCIA", "output": "{\"first_name\" : \"KATHERINE\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"PALENCIA\", \"second_last_name\" : \"GIL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SIXTA RAMIREZ DE CORREA TULIA", "output": "{\"first_name\" : \"SIXTA\", \"middle_name\" : \"TULIA\", \"first_last_name\" : \"RAMIREZ\", \"second_last_name\" : \"DE CORREA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RICARDO ARRIETA ORTEGA MANUEL", "output": "{\"first_name\" : \"RICARDO\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"ARRIETA\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL JIMENEZ MARTINEZ", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"JIMENEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JACKELINE HERAZO SALCEDO", "output": "{\"first_name\" : \"JACKELINE\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"HERAZO\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIANIS PADILLA PATERNINA DEL ROSA", "output": "{\"first_name\" : \"DIANIS\", \"middle_name\" : \"DEL ROSA\", \"first_last_name\" : \"PADILLA\", \"second_last_name\" : \"PATERNINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA PALENCIA VERGARA SOFIA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"SOFIA\", \"first_last_name\" : \"PALENCIA\", \"second_last_name\" : \"VERGARA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALEXANDER DIAZ HERNANDEZ LUIS", "output": "{\"first_name\" : \"ALEXANDER\", \"middle_name\" : \"LUIS\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"HERNANDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALIX COHEN HOYOS ISABEL", "output": "{\"first_name\" : \"ALIX\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"COHEN\", \"second_last_name\" : \"HOYOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ PEREZ RUIZ MIRA", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MIRA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"RUIZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARLOS TURIZO CHAVEZ ALBERTO", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"TURIZO\", \"second_last_name\" : \"CHAVEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA CANCHILA MONTERROZA PAOLA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"CANCHILA\", \"second_last_name\" : \"MONTERROZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender���, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ADELINA RODRIGUEZ GIL INES", "output": "{\"first_name\" : \"ADELINA\", \"middle_name\" : \"INES\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"GIL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARLOS BOTERO SERNA OCTAVIO", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"OCTAVIO\", \"first_last_name\" : \"BOTERO\", \"second_last_name\" : \"SERNA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NORMAN GARRIDO BARRETO JOSE", "output": "{\"first_name\" : \"NORMAN\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"GARRIDO\", \"second_last_name\" : \"BARRETO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA NOVOA MARQUEZ LUZ", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"LUZ\", \"first_last_name\" : \"NOVOA\", \"second_last_name\" : \"MARQUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALEJANDRA DOMINGUEZ GRASS LUCIA", "output": "{\"first_name\" : \"ALEJANDRA\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"GRASS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CEDYS VERGARA HOYOS MARIA", "output": "{\"first_name\" : \"CEDYS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"HOYOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PAOLA CONTRERAS ALVAREZ CRISTINA", "output": "{\"first_name\" : \"PAOLA\", \"middle_name\" : \"CRISTINA\", \"first_last_name\" : \"CONTRERAS\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELCIA CARDENA GOMEZ ROSARIO", "output": "{\"first_name\" : \"ELCIA\", \"middle_name\" : \"ROSARIO\", \"first_last_name\" : \"CARDENA\", \"second_last_name\" : \"GOMEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DILIO MENDEZ MENDEZ IGNACIO", "output": "{\"first_name\" : \"DILIO\", \"middle_name\" : \"IGNACIO\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GERMANIO AGUAS PERALTA DE JESUS", "output": "{\"first_name\" : \"GERMANIO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"AGUAS\", \"second_last_name\" : \"PERALTA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ISMAEL RIVERA GONZALEZ DE JESUS", "output": "{\"first_name\" : \"ISMAEL\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"RIVERA\", \"second_last_name\" : \"GONZALEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA RIVERA SALGADO ISABEL", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"RIVERA\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMONA MERLANO DIAZ DEL CARMEN", "output": "{\"first_name\" : \"RAMONA\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"MERLANO\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS VERGARA FLOREZ HERNANDO", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"HERNANDO\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"FLOREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DORA LOPEZ DOMINGUEZ ISABEL", "output": "{\"first_name\" : \"DORA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"DOMINGUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ENITH ROBLES MARTINEZ JOHANA", "output": "{\"first_name\" : \"ENITH\", \"middle_name\" : \"JOHANA\", \"first_last_name\" : \"ROBLES\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARCO GUERRA CONTRERAS TULIO", "output": "{\"first_name\" : \"MARCO\", \"middle_name\" : \"TULIO\", \"first_last_name\" : \"GUERRA\", \"second_last_name\" : \"CONTRERAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANGELA RAMBAUTH JIMENEZ DE LAS ME", "output": "{\"first_name\" : \"ANGELA\", \"middle_name\" : \"DE LAS ME\", \"first_last_name\" : \"RAMBAUTH\", \"second_last_name\" : \"JIMENEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDWIN SALCEDO CORENA RAFAEL", "output": "{\"first_name\" : \"EDWIN\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"CORENA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANGELA SANCHEZ VILORIA MARIA", "output": "{\"first_name\" : \"ANGELA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"SANCHEZ\", \"second_last_name\" : \"VILORIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NEYLA GOMEZ MARTINEZ MARIA", "output": "{\"first_name\" : \"NEYLA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JUAN MUÑOZ TAPIA DAVID", "output": "{\"first_name\" : \"JUAN\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"MUÑOZ\", \"second_last_name\" : \"TAPIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DEYANIRA CHAVEZ MADRID DEL ROSARI", "output": "{\"first_name\" : \"DEYANIRA\", \"middle_name\" : \"DEL ROSARI\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"MADRID\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELENA LOPEZ PEREZ", "output": "{\"first_name\" : \"ELENA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANTONIO MONROY ORTEGA MARIA", "output": "{\"first_name\" : \"ANTONIO\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MONROY\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BLEIDY GUZMAN QUIROZ LIBIA", "output": "{\"first_name\" : \"BLEIDY\", \"middle_name\" : \"LIBIA\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"QUIROZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA OVIEDO CARRASCAL CARLINA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"CARLINA\", \"first_last_name\" : \"OVIEDO\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARNALDO VERGARA ALBIS DE JESUS", "output": "{\"first_name\" : \"ARNALDO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"ALBIS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIEGO CHAVEZ GARCIA", "output": "{\"first_name\" : \"DIEGO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"GARCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA VERGARA ORTEGA ARGELIA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"ARGELIA\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALEJANDRO MONTES TOVAR JOSE", "output": "{\"first_name\" : \"ALEJANDRO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"MONTES\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NANCY AGUDELO HENAO AYDEE", "output": "{\"first_name\" : \"NANCY\", \"middle_name\" : \"AYDEE\", \"first_last_name\" : \"AGUDELO\", \"second_last_name\" : \"HENAO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSMIRA AGUAS YEPEZ DEL CARMEN", "output": "{\"first_name\" : \"ROSMIRA\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"AGUAS\", \"second_last_name\" : \"YEPEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROBINSON CHAMORRO ROMERO RAFAEL", "output": "{\"first_name\" : \"ROBINSON\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"CHAMORRO\", \"second_last_name\" : \"ROMERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FREDIS MARQUEZ CHAVEZ RAFAEL", "output": "{\"first_name\" : \"FREDIS\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"MARQUEZ\", \"second_last_name\" : \"CHAVEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS MARTINEZ PEREZ FRANCISCO", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"FRANCISCO\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YAKELINE SANCHEZ ORTEGA MARIA", "output": "{\"first_name\" : \"YAKELINE\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"SANCHEZ\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS SALGADO TOVAR DAVID", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIO GUERRA MARTINEZ FRANCISCO", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"FRANCISCO\", \"first_last_name\" : \"GUERRA\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DEINER DIAZ DIAZ DAVID", "output": "{\"first_name\" : \"DEINER\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMONA QUIROZ OLIVERA DE LA CRUZ", "output": "{\"first_name\" : \"RAMONA\", \"middle_name\" : \"DE LA CRUZ\", \"first_last_name\" : \"QUIROZ\", \"second_last_name\" : \"OLIVERA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ABEL FLOREZ BUELVAS DE JESUS", "output": "{\"first_name\" : \"ABEL\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YOMAIRA SALGADO MEDINA DEL ROSARIO", "output": "{\"first_name\" : \"YOMAIRA\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JUAN CASTELLANOS MEDINA CAMILO", "output": "{\"first_name\" : \"JUAN\", \"middle_name\" : \"CAMILO\", \"first_last_name\" : \"CASTELLANOS\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA PEÑARANDA SALCEDO JOSE", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"PEÑARANDA\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARELIS TORRES ORTEGA ENITH", "output": "{\"first_name\" : \"ARELIS\", \"middle_name\" : \"ENITH\", \"first_last_name\" : \"TORRES\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELIZABETH TAPIA BOLANO", "output": "{\"first_name\" : \"ELIZABETH\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"TAPIA\", \"second_last_name\" : \"BOLANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BERTULIO GUZMAN NOVOA ENRIQUE", "output": "{\"first_name\" : \"BERTULIO\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"NOVOA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ENGLE MACARENO MUÑOZ RAUL", "output": "{\"first_name\" : \"ENGLE\", \"middle_name\" : \"RAUL\", \"first_last_name\" : \"MACARENO\", \"second_last_name\" : \"MUÑOZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL MENDOZA QUINTERO FRANCISCO", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"FRANCISCO\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"QUINTERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NORMAN MERLANO SOTO DE JESUS", "output": "{\"first_name\" : \"NORMAN\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MERLANO\", \"second_last_name\" : \"SOTO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDITH PATERNINA PEREZ ISABEL", "output": "{\"first_name\" : \"EDITH\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"PATERNINA\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DIEGO TORRES ARIAS JOSE", "output": "{\"first_name\" : \"DIEGO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"TORRES\", \"second_last_name\" : \"ARIAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PABLO GOMEZ CORONADO JOSE", "output": "{\"first_name\" : \"PABLO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"CORONADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LINEY ORTEGA MERCADO MARIA", "output": "{\"first_name\" : \"LINEY\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"ORTEGA\", \"second_last_name\" : \"MERCADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FRANCISCO MARTINEZ BARBOZA ANTONIO", "output": "{\"first_name\" : \"FRANCISCO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"BARBOZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EMIS VERGARA VERBEL DEL SOCORRO", "output": "{\"first_name\" : \"EMIS\", \"middle_name\" : \"DEL SOCORRO\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"VERBEL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HECTOR PEREZ MENDEZ", "output": "{\"first_name\" : \"HECTOR\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "BLAS VILORIA MARQUEZ DEL CRISTO", "output": "{\"first_name\" : \"BLAS\", \"middle_name\" : \"DEL CRISTO\", \"first_last_name\" : \"VILORIA\", \"second_last_name\" : \"MARQUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE SOLORZANO GIL MIGUEL", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"MIGUEL\", \"first_last_name\" : \"SOLORZANO\", \"second_last_name\" : \"GIL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JUAN GUERRA MARTINEZ FRANCISCO", "output": "{\"first_name\" : \"JUAN\", \"middle_name\" : \"FRANCISCO\", \"first_last_name\" : \"GUERRA\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ASHLEY ORDONEZ NUNEZ", "output": "{\"first_name\" : \"ASHLEY\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"ORDONEZ\", \"second_last_name\" : \"NUNEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YULIETH BOHORQUEZ MERCADO PAOLA", "output": "{\"first_name\" : \"YULIETH\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"BOHORQUEZ\", \"second_last_name\" : \"MERCADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PATRICIA DIAZ BUELVAS ELENA", "output": "{\"first_name\" : \"PATRICIA\", \"middle_name\" : \"ELENA\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GRACIELA OLMOS TORO INES", "output": "{\"first_name\" : \"GRACIELA\", \"middle_name\" : \"INES\", \"first_last_name\" : \"OLMOS\", \"second_last_name\" : \"TORO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ADISLAO PENATE LEON", "output": "{\"first_name\" : \"ADISLAO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PENATE\", \"second_last_name\" : \"LEON\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TIVISAY MENDOZA FIOCCO SOFIA", "output": "{\"first_name\" : \"TIVISAY\", \"middle_name\" : \"SOFIA\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"FIOCCO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HILDA PEREZ LOPEZ MARIA", "output": "{\"first_name\" : \"HILDA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIO MEZA CARRASCAL ENRIQUE", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FRANCISCO PINEDA SIERRA", "output": "{\"first_name\" : \"FRANCISCO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PINEDA\", \"second_last_name\" : \"SIERRA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JEFFERSON MEJIA RINCON", "output": "{\"first_name\" : \"JEFFERSON\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MEJIA\", \"second_last_name\" : \"RINCON\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA CUELLO JIMENEZ ISABEL", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"CUELLO\", \"second_last_name\" : \"JIMENEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NATASHA VILLEGAS MONTOYA", "output": "{\"first_name\" : \"NATASHA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"VILLEGAS\", \"second_last_name\" : \"MONTOYA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ERMIDA GUZMAN TOVAR MARIA", "output": "{\"first_name\" : \"ERMIDA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "WILSON TERAN ESCOBAR DEL CRISTO", "output": "{\"first_name\" : \"WILSON\", \"middle_name\" : \"DEL CRISTO\", \"first_last_name\" : \"TERAN\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA MONTALVO SEVERICHE ALEJANDRA", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"ALEJANDRA\", \"first_last_name\" : \"MONTALVO\", \"second_last_name\" : \"SEVERICHE\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELVIRA SANTIZ JORGE DEYANIRA", "output": "{\"first_name\" : \"ELVIRA\", \"middle_name\" : \"DEYANIRA\", \"first_last_name\" : \"SANTIZ\", \"second_last_name\" : \"JORGE\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EVER CHAMORRO LLANOS LUIS", "output": "{\"first_name\" : \"EVER\", \"middle_name\" : \"LUIS\", \"first_last_name\" : \"CHAMORRO\", \"second_last_name\" : \"LLANOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ADELAIDA MEZA MARQUEZ ESPERANZA", "output": "{\"first_name\" : \"ADELAIDA\", \"middle_name\" : \"ESPERANZA\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"MARQUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIO ESPINOSA CHAGUI JOSE", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"ESPINOSA\", \"second_last_name\" : \"CHAGUI\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "KAREN MARTINEZ ALVAREZ SOFIA", "output": "{\"first_name\" : \"KAREN\", \"middle_name\" : \"SOFIA\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NICOLAZA ALVAREZ JARAVA MANUELA", "output": "{\"first_name\" : \"NICOLAZA\", \"middle_name\" : \"MANUELA\", \"first_last_name\" : \"ALVAREZ\", \"second_last_name\" : \"JARAVA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DANIEL RUIZ CANCHILA EMIRO", "output": "{\"first_name\" : \"DANIEL\", \"middle_name\" : \"EMIRO\", \"first_last_name\" : \"RUIZ\", \"second_last_name\" : \"CANCHILA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YOJAIRA RAMBAUTH DIAZ DEL ROSARIO", "output": "{\"first_name\" : \"YOJAIRA\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"RAMBAUTH\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SHIRLEY MONTERROZA MARTINEZ JANETH", "output": "{\"first_name\" : \"SHIRLEY\", \"middle_name\" : \"JANETH\", \"first_last_name\" : \"MONTERROZA\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YURIS JIMENEZ BARRAGAN MARIA", "output": "{\"first_name\" : \"YURIS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"JIMENEZ\", \"second_last_name\" : \"BARRAGAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LEONARD PEÑA CERVANTES DAVID", "output": "{\"first_name\" : \"LEONARD\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"PEÑA\", \"second_last_name\" : \"CERVANTES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSMARY PEREZ ALVAREZ DEL CARMEN", "output": "{\"first_name\" : \"ROSMARY\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OSCAR ZULUAGA PINEDA HERNANDO", "output": "{\"first_name\" : \"OSCAR\", \"middle_name\" : \"HERNANDO\", \"first_last_name\" : \"ZULUAGA\", \"second_last_name\" : \"PINEDA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUCELY NARVAEZ MARTINEZ DE LA CAN", "output": "{\"first_name\" : \"LUCELY\", \"middle_name\" : \"DE LA CAN\", \"first_last_name\" : \"NARVAEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VIVIANA ROBLES PEREZ LUZ", "output": "{\"first_name\" : \"VIVIANA\", \"middle_name\" : \"LUZ\", \"first_last_name\" : \"ROBLES\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN VIDAL SIERRA JULIA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"JULIA\", \"first_last_name\" : \"VIDAL\", \"second_last_name\" : \"SIERRA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LEONARDO VELILLA SORIANO DAVID", "output": "{\"first_name\" : \"LEONARDO\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"VELILLA\", \"second_last_name\" : \"SORIANO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JANETH CASTELLANOS ESCOBAR CONSTANZA", "output": "{\"first_name\" : \"JANETH\", \"middle_name\" : \"CONSTANZA\", \"first_last_name\" : \"CASTELLANOS\", \"second_last_name\" : \"ESCOBAR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA DE AVILA BRRETO MARIA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"DE AVILA\", \"second_last_name\" : \"BRRETO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YUDY MEZA CAMPO DEL ROSARIO", "output": "{\"first_name\" : \"YUDY\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"CAMPO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROBERTO GUERRA TEJADA DE JESUS", "output": "{\"first_name\" : \"ROBERTO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"GUERRA\", \"second_last_name\" : \"TEJADA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MIGUEL GARIZADO GOMEZ ANGEL", "output": "{\"first_name\" : \"MIGUEL\", \"middle_name\" : \"ANGEL\", \"first_last_name\" : \"GARIZADO\", \"second_last_name\" : \"GOMEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EMIRTO MIRANDA CHAMORRO RAFAEL", "output": "{\"first_name\" : \"EMIRTO\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"MIRANDA\", \"second_last_name\" : \"CHAMORRO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ MEZA COLON MARINA", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MARINA\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"COLON\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALCIRA MEDINA MEDINA DE JESUS", "output": "{\"first_name\" : \"ALCIRA\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MEDINA\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARCELIA ANAYA FERIA ROSA", "output": "{\"first_name\" : \"ARCELIA\", \"middle_name\" : \"ROSA\", \"first_last_name\" : \"ANAYA\", \"second_last_name\" : \"FERIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMONA MARTINEZ CASTILLO DE JESUS", "output": "{\"first_name\" : \"RAMONA\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"CASTILLO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FRANCISCO MARTINEZ NOVOA MANUEL", "output": "{\"first_name\" : \"FRANCISCO\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"NOVOA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALCIRA REYES PEREZ MARIA", "output": "{\"first_name\" : \"ALCIRA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"REYES\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN LOPEZ BUELVAS ANA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"ANA\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL CHAVEZ DOMINGUEZ ENRIQUE", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"DOMINGUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RODRIGO CASTIBLANCO GARCIA", "output": "{\"first_name\" : \"RODRIGO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CASTIBLANCO\", \"second_last_name\" : \"GARCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CAROLINA SARMIENTO GUATA", "output": "{\"first_name\" : \"CAROLINA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"SARMIENTO\", \"second_last_name\" : \"GUATA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL CHAVEZ BLANCO DE JESUS", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"BLANCO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUADALUPE HERAZO TRESPALACIOS CEC", "output": "{\"first_name\" : \"GUADALUPE\", \"middle_name\" : \"CEC\", \"first_last_name\" : \"HERAZO\", \"second_last_name\" : \"TRESPALACIOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA CUELLO PEREZ JOSEFA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"JOSEFA\", \"first_last_name\" : \"CUELLO\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARLOS BADEL RODRIGUEZ ALBERTO", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"BADEL\", \"second_last_name\" : \"RODRIGUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MANUEL BERTEL QUINTERO ANTONIO", "output": "{\"first_name\" : \"MANUEL\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"BERTEL\", \"second_last_name\" : \"QUINTERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EMINSON DIAZ MARQUEZ", "output": "{\"first_name\" : \"EMINSON\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"MARQUEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARCELINO SIERRA ANTONIO", "output": "{\"first_name\" : \"MARCELINO\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"NULL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALBA MARTINEZ YANEZ ROSA", "output": "{\"first_name\" : \"ALBA\", \"middle_name\" : \"ROSA\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"YANEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE TOVAR GONZALEZ FRUDENCIO", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"FRUDENCIO\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"GONZALEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSALBA VERGARA MARIA", "output": "{\"first_name\" : \"ROSALBA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA COLON FUNEZ GERTUDIS", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"GERTUDIS\", \"first_last_name\" : \"COLON\", \"second_last_name\" : \"FUNEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OLIBERTO MEZA MENDEZ RAFAEL", "output": "{\"first_name\" : \"OLIBERTO\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS GAMARRA TATIS ALFREDO", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"ALFREDO\", \"first_last_name\" : \"GAMARRA\", \"second_last_name\" : \"TATIS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALBA CASTRO OROZCO MILENA", "output": "{\"first_name\" : \"ALBA\", \"middle_name\" : \"MILENA\", \"first_last_name\" : \"CASTRO\", \"second_last_name\" : \"OROZCO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CAROLINA CORENA CARDENAS PAOLA", "output": "{\"first_name\" : \"CAROLINA\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"CORENA\", \"second_last_name\" : \"CARDENAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARLOS HERAZO URZOLA ENRIQUE", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"HERAZO\", \"second_last_name\" : \"URZOLA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JESUS CHICA DIAZ MARIA", "output": "{\"first_name\" : \"JESUS\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"CHICA\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE ORTEGA GUZMAN ROSVEL", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"ROSVEL\", \"first_last_name\" : \"ORTEGA\", \"second_last_name\" : \"GUZMAN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LACIDES CARRASCAL", "output": "{\"first_name\" : \"LACIDES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CARRASCAL\", \"second_last_name\" : \"NULL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CAROLINA SARMIENTO GUATA", "output": "{\"first_name\" : \"CAROLINA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"SARMIENTO\", \"second_last_name\" : \"GUATA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DORIS ROBLES HERAZO DEL CARMEN", "output": "{\"first_name\" : \"DORIS\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"ROBLES\", \"second_last_name\" : \"HERAZO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HIDALDO ALVAREZ ORTEGA DE JESUS", "output": "{\"first_name\" : \"HIDALDO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"ALVAREZ\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NIEVES ROBLES RIVERA ISABEL", "output": "{\"first_name\" : \"NIEVES\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"ROBLES\", \"second_last_name\" : \"RIVERA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JAIRO ANAYA VERILLA JAVIER", "output": "{\"first_name\" : \"JAIRO\", \"middle_name\" : \"JAVIER\", \"first_last_name\" : \"ANAYA\", \"second_last_name\" : \"VERILLA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MEDINSON MERCADO GONZALEZ JOSE", "output": "{\"first_name\" : \"MEDINSON\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"GONZALEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "XIOMARA CASTILLA JORDAN PAOLA", "output": "{\"first_name\" : \"XIOMARA\", \"middle_name\" : \"PAOLA\", \"first_last_name\" : \"CASTILLA\", \"second_last_name\" : \"JORDAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TOMAS SALCEDO RAMIREZ BEKET", "output": "{\"first_name\" : \"TOMAS\", \"middle_name\" : \"BEKET\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"RAMIREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JORGE JIMENEZ GONZALEZ LUIS", "output": "{\"first_name\" : \"JORGE\", \"middle_name\" : \"LUIS\", \"first_last_name\" : \"JIMENEZ\", \"second_last_name\" : \"GONZALEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LIDYS SERRANO CORENA MARGOTH", "output": "{\"first_name\" : \"LIDYS\", \"middle_name\" : \"MARGOTH\", \"first_last_name\" : \"SERRANO\", \"second_last_name\" : \"CORENA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ISABEL SALGADO ABAD MARIA", "output": "{\"first_name\" : \"ISABEL\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"SALGADO\", \"second_last_name\" : \"ABAD\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARLOS MENDOZA ARRIETA ALBERTO", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"ARRIETA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YANETH RODRIGUEZ ACOSTA DEL CARMEN", "output": "{\"first_name\" : \"YANETH\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"ACOSTA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MIGUEL ARRIETA GARCIA ANTONIO", "output": "{\"first_name\" : \"MIGUEL\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"ARRIETA\", \"second_last_name\" : \"GARCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JULIO TOVAR MERLANO EMIRO", "output": "{\"first_name\" : \"JULIO\", \"middle_name\" : \"EMIRO\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"MERLANO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE CHAVEZ BLANCO MARTIN", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"MARTIN\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"BLANCO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SANTIAGO ALCALA MUGNO EMEL", "output": "{\"first_name\" : \"SANTIAGO\", \"middle_name\" : \"EMEL\", \"first_last_name\" : \"ALCALA\", \"second_last_name\" : \"MUGNO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIS CHAVEZ ALQUERQUE DEL ROSARIO", "output": "{\"first_name\" : \"MARIS\", \"middle_name\" : \"DEL ROSARIO\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"ALQUERQUE\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "IVAN MORELOS BARRIOS DAVID", "output": "{\"first_name\" : \"IVAN\", \"middle_name\" : \"DAVID\", \"first_last_name\" : \"MORELOS\", \"second_last_name\" : \"BARRIOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HERNANDO BLANQUISETT MONTES ALFON", "output": "{\"first_name\" : \"HERNANDO\", \"middle_name\" : \"ALFON\", \"first_last_name\" : \"BLANQUISETT\", \"second_last_name\" : \"MONTES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ADELA PEREIRA RUIZ CRISTINA", "output": "{\"first_name\" : \"ADELA\", \"middle_name\" : \"CRISTINA\", \"first_last_name\" : \"PEREIRA\", \"second_last_name\" : \"RUIZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GERMAN SIERRA SALGADO RAFAEL", "output": "{\"first_name\" : \"GERMAN\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARCOS BARRETO", "output": "{\"first_name\" : \"MARCOS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BARRETO\", \"second_last_name\" : \"NULL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "AGUSTIN MENDEZ CARRASCAL", "output": "{\"first_name\" : \"AGUSTIN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELVIRA FLOREZ BUELVAS DE JESUS", "output": "{\"first_name\" : \"ELVIRA\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SEGUNDO BARRETO PEREZ MANUEL", "output": "{\"first_name\" : \"SEGUNDO\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"BARRETO\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YERALDIN CONTRERAS TUIRAN", "output": "{\"first_name\" : \"YERALDIN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CONTRERAS\", \"second_last_name\" : \"TUIRAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ARTURO GARCIA AGAMEZ RAFAEL", "output": "{\"first_name\" : \"ARTURO\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"GARCIA\", \"second_last_name\" : \"AGAMEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LIBARDO PEREZ PEREZ DE JESUS", "output": "{\"first_name\" : \"LIBARDO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARLON TIRADO GOMEZ RAFAEL", "output": "{\"first_name\" : \"MARLON\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"TIRADO\", \"second_last_name\" : \"GOMEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "REGINALDO PEREZ CARRASCAL RAFAEL", "output": "{\"first_name\" : \"REGINALDO\", \"middle_name\" : \"RAFAEL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS PEREZ NARVAEZ ENRIQUE", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"NARVAEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NOHEMI QUIROZ OLIVERA DEL CARMEN", "output": "{\"first_name\" : \"NOHEMI\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"QUIROZ\", \"second_last_name\" : \"OLIVERA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DENYS FLOREZ MENDEZ YOMAIRA", "output": "{\"first_name\" : \"DENYS\", \"middle_name\" : \"YOMAIRA\", \"first_last_name\" : \"FLOREZ\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ASTOLFO BUELVAS MERLANO BLAS", "output": "{\"first_name\" : \"ASTOLFO\", \"middle_name\" : \"BLAS\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"MERLANO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FREDYS SARMIENTO ESTRADA", "output": "{\"first_name\" : \"FREDYS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"SARMIENTO\", \"second_last_name\" : \"ESTRADA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDILMA PEREZ CARRASCAL DEL ROSARI", "output": "{\"first_name\" : \"EDILMA\", \"middle_name\" : \"DEL ROSARI\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FERNEY NUNEZ ERAZO DARIO", "output": "{\"first_name\" : \"FERNEY\", \"middle_name\" : \"DARIO\", \"first_last_name\" : \"NUNEZ\", \"second_last_name\" : \"ERAZO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ICELA DOMINGUEZ GUZMAN PATRICIA", "output": "{\"first_name\" : \"ICELA\", \"middle_name\" : \"PATRICIA\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"GUZMAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "AURA RODRIGUEZ SALGADO MARIA", "output": "{\"first_name\" : \"AURA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDIA SIERRA MENDOZA DEL SOCORRO", "output": "{\"first_name\" : \"EDIA\", \"middle_name\" : \"DEL SOCORRO\", \"first_last_name\" : \"SIERRA\", \"second_last_name\" : \"MENDOZA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LILIANA PALENCIA MARTINEZ ISABEL", "output": "{\"first_name\" : \"LILIANA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"PALENCIA\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FREDDY MACHADO GONZALEZ JULIAN", "output": "{\"first_name\" : \"FREDDY\", \"middle_name\" : \"JULIAN\", \"first_last_name\" : \"MACHADO\", \"second_last_name\" : \"GONZALEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YESITH PATERNINA MENDOZA ESTEVIN", "output": "{\"first_name\" : \"YESITH\", \"middle_name\" : \"ESTEVIN\", \"first_last_name\" : \"PATERNINA\", \"second_last_name\" : \"MENDOZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GRACIELA BORRERO DAVILA", "output": "{\"first_name\" : \"GRACIELA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BORRERO\", \"second_last_name\" : \"DAVILA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARTHA RODRIGUEZ GIL LUCIA", "output": "{\"first_name\" : \"MARTHA\", \"middle_name\" : \"LUCIA\", \"first_last_name\" : \"RODRIGUEZ\", \"second_last_name\" : \"GIL\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN TOVAR PADILLA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"PADILLA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS GOMEZ BARRIOS", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"BARRIOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YERI FANG SALCEDO ANTONIO", "output": "{\"first_name\" : \"YERI\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"FANG\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ DE LA CANDELARIA TEJEDOR LOPEZ ELENA", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"ELENA\", \"first_last_name\" : \"DE LA CANDELARIA\", \"second_last_name\" : \"TEJEDOR LOPEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YOLANDA CUELLO DIAZ ELENA", "output": "{\"first_name\" : \"YOLANDA\", \"middle_name\" : \"ELENA\", \"first_last_name\" : \"CUELLO\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEDRO HERNANDEZ MARTINEZ MANUEL", "output": "{\"first_name\" : \"PEDRO\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"HERNANDEZ\", \"second_last_name\" : \"MARTINEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALEJANDRO GARCIA ROSA DE JESUS", "output": "{\"first_name\" : \"ALEJANDRO\", \"middle_name\" : \"DE JESUS\", \"first_last_name\" : \"GARCIA\", \"second_last_name\" : \"ROSA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE PEREZ NAVARRO ALBERTO", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"NAVARRO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "PEDRO MUNOZ SALGADO JUAN", "output": "{\"first_name\" : \"PEDRO\", \"middle_name\" : \"JUAN\", \"first_last_name\" : \"MUNOZ\", \"second_last_name\" : \"SALGADO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LIBRADA CORPAS MENDEZ", "output": "{\"first_name\" : \"LIBRADA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CORPAS\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOHANA PEREZ ESTRADA MARIA", "output": "{\"first_name\" : \"JOHANA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"ESTRADA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "SOBEIDA BUELVAS MENDEZ MARIA", "output": "{\"first_name\" : \"SOBEIDA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"MENDEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS TORRES ZULUAGA ADRIAN", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"ADRIAN\", \"first_last_name\" : \"TORRES\", \"second_last_name\" : \"ZULUAGA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUCY TOVAR PALACIO AMPARO", "output": "{\"first_name\" : \"LUCY\", \"middle_name\" : \"AMPARO\", \"first_last_name\" : \"TOVAR\", \"second_last_name\" : \"PALACIO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ITALIA MERLANO FLOREZ", "output": "{\"first_name\" : \"ITALIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MERLANO\", \"second_last_name\" : \"FLOREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMONA PEREZ DE BARRIOS", "output": "{\"first_name\" : \"RAMONA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"DE BARRIOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMON MARTINEZ GARCIA DEL CRISTO", "output": "{\"first_name\" : \"RAMON\", \"middle_name\" : \"DEL CRISTO\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"GARCIA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAFAEL CASTILLO PEÑA AGUSTIN", "output": "{\"first_name\" : \"RAFAEL\", \"middle_name\" : \"AGUSTIN\", \"first_last_name\" : \"CASTILLO\", \"second_last_name\" : \"PEÑA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MILI MARQUEZ FRANCO MARIA", "output": "{\"first_name\" : \"MILI\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MARQUEZ\", \"second_last_name\" : \"FRANCO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FELIX DOMINGUEZ HERRERA ENANIAS", "output": "{\"first_name\" : \"FELIX\", \"middle_name\" : \"ENANIAS\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"HERRERA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "WILLIAM VERGARA VERGARA MIGUEL", "output": "{\"first_name\" : \"WILLIAM\", \"middle_name\" : \"MIGUEL\", \"first_last_name\" : \"VERGARA\", \"second_last_name\" : \"VERGARA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALVARO MENDEZ BORJA ENRIQUE", "output": "{\"first_name\" : \"ALVARO\", \"middle_name\" : \"ENRIQUE\", \"first_last_name\" : \"MENDEZ\", \"second_last_name\" : \"BORJA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUIS PEREZ HERAZO GABRIEL", "output": "{\"first_name\" : \"LUIS\", \"middle_name\" : \"GABRIEL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"HERAZO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDITH BARRERO LOPEZ YOJANA", "output": "{\"first_name\" : \"EDITH\", \"middle_name\" : \"YOJANA\", \"first_last_name\" : \"BARRERO\", \"second_last_name\" : \"LOPEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YANETH DOMINGUEZ OLMOS DEL CARMEN", "output": "{\"first_name\" : \"YANETH\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"DOMINGUEZ\", \"second_last_name\" : \"OLMOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARMEN SILGADO NADAD ALICIA", "output": "{\"first_name\" : \"CARMEN\", \"middle_name\" : \"ALICIA\", \"first_last_name\" : \"SILGADO\", \"second_last_name\" : \"NADAD\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OSCAR MONTERROZA ARRIETA GERARDO", "output": "{\"first_name\" : \"OSCAR\", \"middle_name\" : \"GERARDO\", \"first_last_name\" : \"MONTERROZA\", \"second_last_name\" : \"ARRIETA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA RAMOS VASQUEZ ROSA", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"ROSA\", \"first_last_name\" : \"RAMOS\", \"second_last_name\" : \"VASQUEZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YUTZY GUZMAN DE VILORIA YUDY", "output": "{\"first_name\" : \"YUTZY\", \"middle_name\" : \"YUDY\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"DE VILORIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MATILDE DANCUR PEREZ", "output": "{\"first_name\" : \"MATILDE\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DANCUR\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ADALGISA CHAVEZ ORTEGA MARIA", "output": "{\"first_name\" : \"ADALGISA\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"CHAVEZ\", \"second_last_name\" : \"ORTEGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "REGINA VILORIA DIAZ RUTH", "output": "{\"first_name\" : \"REGINA\", \"middle_name\" : \"RUTH\", \"first_last_name\" : \"VILORIA\", \"second_last_name\" : \"DIAZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NELIDA AMAYA GRANADOS MARGARITA", "output": "{\"first_name\" : \"NELIDA\", \"middle_name\" : \"MARGARITA\", \"first_last_name\" : \"AMAYA\", \"second_last_name\" : \"GRANADOS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CENOBIA CARDENAS RUIZ ISABEL", "output": "{\"first_name\" : \"CENOBIA\", \"middle_name\" : \"ISABEL\", \"first_last_name\" : \"CARDENAS\", \"second_last_name\" : \"RUIZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE PALENCIA RUIZ MARIA", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"PALENCIA\", \"second_last_name\" : \"RUIZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALFONSO RAMOS RAMOS MANUEL", "output": "{\"first_name\" : \"ALFONSO\", \"middle_name\" : \"MANUEL\", \"first_last_name\" : \"RAMOS\", \"second_last_name\" : \"RAMOS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUDYS GUZMAN ANAYA DEL CARMEN", "output": "{\"first_name\" : \"LUDYS\", \"middle_name\" : \"DEL CARMEN\", \"first_last_name\" : \"GUZMAN\", \"second_last_name\" : \"ANAYA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALEXANDER SUAREZ VERNA", "output": "{\"first_name\" : \"ALEXANDER\", \"middle_name\" : \"VERNA\", \"first_last_name\" : \"SUAREZ\", \"second_last_name\" : \"NULL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ENORDIS MERCADO PEREZ JOSE", "output": "{\"first_name\" : \"ENORDIS\", \"middle_name\" : \"JOSE\", \"first_last_name\" : \"MERCADO\", \"second_last_name\" : \"PEREZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JOSE CASTILLO BUELVAS DE LOS SANT", "output": "{\"first_name\" : \"JOSE\", \"middle_name\" : \"DE LOS SANT\", \"first_last_name\" : \"CASTILLO\", \"second_last_name\" : \"BUELVAS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EULISES DIAZ ROMERO ANTONIO", "output": "{\"first_name\" : \"EULISES\", \"middle_name\" : \"ANTONIO\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"ROMERO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ BUELVAS BLANCO MARINA", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"MARINA\", \"first_last_name\" : \"BUELVAS\", \"second_last_name\" : \"BLANCO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JAIME MEZA BERTEL ANDRES", "output": "{\"first_name\" : \"JAIME\", \"middle_name\" : \"ANDRES\", \"first_last_name\" : \"MEZA\", \"second_last_name\" : \"BERTEL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELSON LOPEZ CLEMEN ALBERTO", "output": "{\"first_name\" : \"ELSON\", \"middle_name\" : \"ALBERTO\", \"first_last_name\" : \"LOPEZ\", \"second_last_name\" : \"CLEMEN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "IRINIDA DIAZ DE LA OSSA", "output": "{\"first_name\" : \"IRINIDA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DIAZ\", \"second_last_name\" : \"DE LA OSSA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ANA ESPANA TOBIAS", "output": "{\"first_name\" : \"ANA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"ESPANA\", \"second_last_name\" : \"TOBIAS\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELIZABETH DE LA HOZ MADERA", "output": "{\"first_name\" : \"ELIZABETH\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DE LA HOZ\", \"second_last_name\" : \"MADERA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELIZABETH PINA ESTOR", "output": "{\"first_name\" : \"ELIZABETH\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PINA\", \"second_last_name\" : \"ESTOR\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARCELINA ARAUJO SATAMARIA", "output": "{\"first_name\" : \"MARCELINA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"ARAUJO\", \"second_last_name\" : \"SATAMARIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DUQUEZA MENDOZA REALES", "output": "{\"first_name\" : \"DUQUEZA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MENDOZA\", \"second_last_name\" : \"REALES\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LORENZO JARA ALBARRACIN", "output": "{\"first_name\" : \"LORENZO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"JARA\", \"second_last_name\" : \"ALBARRACIN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUILLERMO BEDOYA MONSALVE", "output": "{\"first_name\" : \"GUILLERMO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BEDOYA\", \"second_last_name\" : \"MONSALVE\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "GUILLERMO BEDOYA MONSALVE", "output": "{\"first_name\" : \"GUILLERMO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BEDOYA\", \"second_last_name\" : \"MONSALVE\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HERNEYDES MARTINEZ PINEROS", "output": "{\"first_name\" : \"HERNEYDES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"PINEROS\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "VIRGINIA ARIAS QUIROGA", "output": "{\"first_name\" : \"VIRGINIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"ARIAS\", \"second_last_name\" : \"QUIROGA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JUAN PEREZ YEPES", "output": "{\"first_name\" : \"JUAN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"PEREZ\", \"second_last_name\" : \"YEPES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NUIMINSON MARTINEZ CARRASCAL", "output": "{\"first_name\" : \"NUIMINSON\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MARTINEZ\", \"second_last_name\" : \"CARRASCAL\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "FELIPE MERLANO SALCEDO", "output": "{\"first_name\" : \"FELIPE\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MERLANO\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MODESTO BORJA TOVAR", "output": "{\"first_name\" : \"MODESTO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BORJA\", \"second_last_name\" : \"TOVAR\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAMONA SALCEDO MERLANO", "output": "{\"first_name\" : \"RAMONA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"SALCEDO\", \"second_last_name\" : \"MERLANO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELENA MERLANO SALCEDO", "output": "{\"first_name\" : \"ELENA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MERLANO\", \"second_last_name\" : \"SALCEDO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "NATASHA VILLEGAS MONTOYA", "output": "{\"first_name\" : \"NATASHA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"VILLEGAS\", \"second_last_name\" : \"MONTOYA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ROSALBA MARIA VERGARA", "output": "{\"first_name\" : \"ROSALBA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MARIA\", \"second_last_name\" : \"VERGARA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HERLEN FORERO MARTHA", "output": "{\"first_name\" : \"HERLEN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"FORERO\", \"second_last_name\" : \"MARTHA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "MARIA DOLORES MORENO", "output": "{\"first_name\" : \"MARIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DOLORES\", \"second_last_name\" : \"MORENO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CELINA DURAN MIRIAM", "output": "{\"first_name\" : \"CELINA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DURAN\", \"second_last_name\" : \"MIRIAM\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LETICIA MOJICA MENDIVELSO", "output": "{\"first_name\" : \"LETICIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MOJICA\", \"second_last_name\" : \"MENDIVELSO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OLDER BURGOS MILLAN", "output": "{\"first_name\" : \"OLDER\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BURGOS\", \"second_last_name\" : \"MILLAN\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "WILLIAM MORA MENDOZA", "output": "{\"first_name\" : \"WILLIAM\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MORA\", \"second_last_name\" : \"MENDOZA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "YOLMAN RIAÑO FUENTES", "output": "{\"first_name\" : \"YOLMAN\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"RIAÑO\", \"second_last_name\" : \"FUENTES\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "JAMES GARCIA NIÑO", "output": "{\"first_name\" : \"JAMES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"GARCIA\", \"second_last_name\" : \"NIÑO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "HUGO ARANGUREN BETANCOURT", "output": "{\"first_name\" : \"HUGO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"ARANGUREN\", \"second_last_name\" : \"BETANCOURT\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OLFREY CELIS SANCHEZ", "output": "{\"first_name\" : \"OLFREY\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"CELIS\", \"second_last_name\" : \"SANCHEZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ALEXANDER GOMEZ MOLINA", "output": "{\"first_name\" : \"ALEXANDER\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"GOMEZ\", \"second_last_name\" : \"MOLINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "OMAIRA YEPEZ ANAYA", "output": "{\"first_name\" : \"OMAIRA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"YEPEZ\", \"second_last_name\" : \"ANAYA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUCELY BETANCOURTH GARCIA", "output": "{\"first_name\" : \"LUCELY\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BETANCOURTH\", \"second_last_name\" : \"GARCIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "AMPARO OSPINA GLORIA", "output": "{\"first_name\" : \"AMPARO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"OSPINA\", \"second_last_name\" : \"GLORIA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "POLICARPA VELANDIA FARFAN", "output": "{\"first_name\" : \"POLICARPA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"VELANDIA\", \"second_last_name\" : \"FARFAN\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "INES DELGADO ALVAREZ", "output": "{\"first_name\" : \"INES\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"DELGADO\", \"second_last_name\" : \"ALVAREZ\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "TOMAS BARRAGAN MENDIVELSO", "output": "{\"first_name\" : \"TOMAS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"BARRAGAN\", \"second_last_name\" : \"MENDIVELSO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "CARLOS IBARRA MEDINA", "output": "{\"first_name\" : \"CARLOS\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"IBARRA\", \"second_last_name\" : \"MEDINA\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "ELVIA MUNOZ OSPINO", "output": "{\"first_name\" : \"ELVIA\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MUNOZ\", \"second_last_name\" : \"OSPINO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ RAMIREZ MOLINA", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"RAMIREZ\", \"second_last_name\" : \"MOLINA\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "RAFAELINO MORALES BELLO", "output": "{\"first_name\" : \"RAFAELINO\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"MORALES\", \"second_last_name\" : \"BELLO\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "LUZ NEIRA CASTILLO", "output": "{\"first_name\" : \"LUZ\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"NEIRA\", \"second_last_name\" : \"CASTILLO\", \"gender\" : \"1\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "EDGAR HERNANDEZ CRUZ", "output": "{\"first_name\" : \"EDGAR\", \"middle_name\" : \"NULL\", \"first_last_name\" : \"HERNANDEZ\", \"second_last_name\" : \"CRUZ\", \"gender\" : \"0\"}"} +{"instruction": "You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.", "input": "DOLORES MORENO MARIA", "output": "{\"first_name\" : \"DOLORES\", \"middle_name\" : \"MARIA\", \"first_last_name\" : \"MORENO\", \"second_last_name\" : \"NULL\", \"gender\" : \"1\"}"} \ No newline at end of file