data_source
stringclasses
2 values
question
stringlengths
29
448
ability
stringclasses
1 value
reward_model
dict
extra_info
dict
musique_re_call
In which year was the performer of What You Got formed?
re_call
{ "ground_truth": [ "1995" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1700" }
musique_re_call
Who's sibling of the singer who sang this old house in the 1950s?
re_call
{ "ground_truth": [ "Betty Clooney" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1701" }
musique_re_call
The author of The Soul of Man under Socialism has who as a mother?
re_call
{ "ground_truth": [ "Jane Wilde" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1702" }
musique_re_call
Where is the college Jock Young attended located?
re_call
{ "ground_truth": [ "Westminster, central London, near the boundary between Covent Garden and Holborn", "London" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1703" }
musique_re_call
When was the band who performed Hold on Me formed?
re_call
{ "ground_truth": [ "1995" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1704" }
musique_re_call
Who is the child of the director of Mera Naam Joker?
re_call
{ "ground_truth": [ "Randhir Kapoor" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1705" }
musique_re_call
The star of A Monster Calls earlier played what role in Star Wars?
re_call
{ "ground_truth": [ "Qui - Gon Jinn", "Qui-Gon Jinn" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1706" }
musique_re_call
In which year was the performer of Lost Control formed?
re_call
{ "ground_truth": [ "1995" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1707" }
musique_re_call
Where is the university that educated Isaac Schapera located?
re_call
{ "ground_truth": [ "Westminster, central London, near the boundary between Covent Garden and Holborn", "London, England", "London" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1708" }
musique_re_call
Where is the school where James Jupp was educated located?
re_call
{ "ground_truth": [ "Westminster, central London, near the boundary between Covent Garden and Holborn", "London" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1709" }
musique_re_call
Who was the quarterback of Andrew DePaola's team when they won the superbowl?
re_call
{ "ground_truth": [ "Brad Johnson" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1710" }
musique_re_call
Who was the mother of the author of The Picture of Dorian Gray?
re_call
{ "ground_truth": [ "Jane Wilde" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1711" }
musique_re_call
What year did the band that played No Reason form?
re_call
{ "ground_truth": [ "1995" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1712" }
musique_re_call
What is the current strength of the group that elects the speaker of Lok Sabha?
re_call
{ "ground_truth": [ "545" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1713" }
musique_re_call
How many seats does bjp have in the political body responsible for electing the speaker of lok sabha?
re_call
{ "ground_truth": [ "282 seats" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1714" }
musique_re_call
What Star Wars character was played by the person who was the tree in A Monster Calls?
re_call
{ "ground_truth": [ "Qui - Gon Jinn", "Qui-Gon Jinn" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1715" }
musique_re_call
when was the first electric instrument that Mashasha played made?
re_call
{ "ground_truth": [ "the 1930s" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1716" }
musique_re_call
when was gst bill passed in the organization that elects the speaker of lok sabha?
re_call
{ "ground_truth": [ "8 August 2016" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1717" }
musique_re_call
In what year was the band that performed Chemical Heart formed?
re_call
{ "ground_truth": [ "1995" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1718" }
musique_re_call
When was Bondan Prakoso's musical instrument invented?
re_call
{ "ground_truth": [ "the 1930s" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1719" }
musique_re_call
Who does the star of the movie Taken play in Star Wars 1?
re_call
{ "ground_truth": [ "Qui - Gon Jinn", "Qui-Gon Jinn" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1720" }
musique_re_call
How many feet tall is the place where Tsewang Palijor died?
re_call
{ "ground_truth": [ "29,029" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1721" }
musique_re_call
When was the first electric version of Kasim Sulton's instrument made?
re_call
{ "ground_truth": [ "the 1930s" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1722" }
musique_re_call
Where is the college or university related to Tan Suee Chieh located?
re_call
{ "ground_truth": [ "Westminster, central London, near the boundary between Covent Garden and Holborn", "London" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1723" }
musique_re_call
When was the first electric version of the instrument the Hofner 500/1 is a subclass of made?
re_call
{ "ground_truth": [ "the 1930s" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1724" }
musique_re_call
When did the band which released Violent and Lazy form?
re_call
{ "ground_truth": [ "1995" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1725" }
musique_re_call
When was the first electric version of Shifty Henry's instrument made?
re_call
{ "ground_truth": [ "the 1930s" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1726" }
musique_re_call
What year was the performer of Ready 1 formed in?
re_call
{ "ground_truth": [ "1995" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1727" }
musique_re_call
When was Fred Smith's musical instrument developed?
re_call
{ "ground_truth": [ "the 1930s" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1728" }
musique_re_call
In which year did the performer of Lost Control form?
re_call
{ "ground_truth": [ "1995" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1729" }
musique_re_call
Which year witnessed the formation of the performer known for Better Off Alone?
re_call
{ "ground_truth": [ "1995" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1730" }
musique_re_call
Who presents the central budget in the assembly by whom the speaker of lok sabha is elected?
re_call
{ "ground_truth": [ "the Finance Minister of India", "IND", "in", "IN", "India", "Bharat", "Republic of India" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1731" }
musique_re_call
Where is the main campus of the school that started the white out in college football?
re_call
{ "ground_truth": [ "within the Borough of State College and College Township", "State College, Pennsylvania", "State College" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1732" }
musique_re_call
In which year was the performer of Six to Midnight formed?
re_call
{ "ground_truth": [ "1995" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1733" }
musique_re_call
Who did the actor that played the lion in chronicles of Narnia play in star wars?
re_call
{ "ground_truth": [ "Qui - Gon Jinn", "Qui-Gon Jinn" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1734" }
musique_re_call
In what year did the band that performed the song Minute by Minute form?
re_call
{ "ground_truth": [ "1995" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1735" }
musique_re_call
Who does the actor who was the tree in A Monster Calls play in Star Wars 1?
re_call
{ "ground_truth": [ "Qui - Gon Jinn", "Qui-Gon Jinn" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1736" }
musique_re_call
Who is the vice president of the house in the Parliament of India that elects it's own speaker?
re_call
{ "ground_truth": [ "M. Thambidurai" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1737" }
musique_re_call
Who beat the winner of the most Wimbledon singles titles in the US Open?
re_call
{ "ground_truth": [ "Novak Djokovic" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1738" }
musique_re_call
Who does the actor who played a tree in a Monster Calls play in Star Wars: Episode I.
re_call
{ "ground_truth": [ "Qui - Gon Jinn", "Qui-Gon Jinn" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1739" }
musique_re_call
Taka Hirose plays an instrument that was first made electric when?
re_call
{ "ground_truth": [ "the 1930s" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1740" }
musique_re_call
What year was the band that performed 1000 Miles formed?
re_call
{ "ground_truth": [ "1995" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1741" }
musique_re_call
Which year witnessed the formation of the performer of Rock Show?
re_call
{ "ground_truth": [ "1995" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1742" }
musique_re_call
How many feet tall is the place where Green Boots died?
re_call
{ "ground_truth": [ "29,029" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1743" }
musique_re_call
Where is the main campus of the school where Scott Radecic was educated located?
re_call
{ "ground_truth": [ "within the Borough of State College and College Township", "State College, Pennsylvania", "State College" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1744" }
musique_re_call
When was the first electric version of Mick Grondahl's instrument made?
re_call
{ "ground_truth": [ "the 1930s" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1745" }
musique_re_call
The institution Lionel Robbins took charge of in 1929 is found where?
re_call
{ "ground_truth": [ "Westminster, central London, near the boundary between Covent Garden and Holborn", "London" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1746" }
musique_re_call
Where is the main campus of Lance Mehl's alma mater located?
re_call
{ "ground_truth": [ "within the Borough of State College and College Township", "State College, Pennsylvania", "State College" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1747" }
musique_re_call
When was the first electric instrument that Kaveh Rastegar plays made?
re_call
{ "ground_truth": [ "the 1930s" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1748" }
musique_re_call
When was the first electric version of the instrument played by Alan Gorrie made?
re_call
{ "ground_truth": [ "the 1930s" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1749" }
musique_re_call
When was the first electric model made of the type of instrument played by Jim Creeggan?
re_call
{ "ground_truth": [ "the 1930s" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1750" }
musique_re_call
Where is the main campus of Rob Frieden's employer located?
re_call
{ "ground_truth": [ "within the Borough of State College and College Township", "State College, Pennsylvania", "State College" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1751" }
musique_re_call
What followed the 7th instance of the lower house of the Parliament of India which elects its own speaker?
re_call
{ "ground_truth": [ "8th Lok Sabha" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1752" }
musique_re_call
When was the first electric version of Paul D'amour's instrument made?
re_call
{ "ground_truth": [ "the 1930s" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1753" }
musique_re_call
Where is the main campus of Orrin Frink's employer located?
re_call
{ "ground_truth": [ "within the Borough of State College and College Township", "State College, Pennsylvania", "State College" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1754" }
musique_re_call
How many feet tall is the place where Lobsang Tshering died?
re_call
{ "ground_truth": [ "29,029" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1755" }
musique_re_call
Where is the main campus of Edward Zemprelli's university located?
re_call
{ "ground_truth": [ "within the Borough of State College and College Township", "State College, Pennsylvania", "State College" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1756" }
musique_re_call
How many members from Punjab are found in the political body that elects the speaker of lok sabha?
re_call
{ "ground_truth": [ "13" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1757" }
musique_re_call
When was the first electric version of Trefor Goronwy's instrument made?
re_call
{ "ground_truth": [ "the 1930s" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1758" }
musique_re_call
When was the first electric model made, of the instrument played by Lynda Stipe?
re_call
{ "ground_truth": [ "the 1930s" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1759" }
musique_re_call
Where is the main campus of the school where Bill Welch was educated?
re_call
{ "ground_truth": [ "within the Borough of State College and College Township", "State College, Pennsylvania", "State College" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1760" }
musique_re_call
Which year witnessed the formation of the performer of Black Tattoo?
re_call
{ "ground_truth": [ "1995" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1761" }
musique_re_call
When was the first electric instrument that Hartmut Enke plays made?
re_call
{ "ground_truth": [ "the 1930s" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1762" }
musique_re_call
Who beat the #1 ranked player in men's tennis in the US Open?
re_call
{ "ground_truth": [ "Novak Djokovic" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1763" }
musique_re_call
How tall, in feet, is the place where Francys Arsentiev died?
re_call
{ "ground_truth": [ "29,029" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1764" }
musique_re_call
When was the instrument of the type Mark Smith played first made?
re_call
{ "ground_truth": [ "the 1930s" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1765" }
musique_re_call
Who did the actor who was Aslan's voice in Narnia, play in Star Wars?
re_call
{ "ground_truth": [ "Qui - Gon Jinn", "Qui-Gon Jinn" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1766" }
musique_re_call
Where is the location of the main campus of the school where John Nessel was educated?
re_call
{ "ground_truth": [ "within the Borough of State College and College Township", "State College, Pennsylvania", "State College" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1767" }
musique_re_call
When was Bob Stroger's musical instrument invented?
re_call
{ "ground_truth": [ "the 1930s" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1768" }
musique_re_call
When was the first electric version of Garron DuPree's instrument made?
re_call
{ "ground_truth": [ "the 1930s" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1769" }
musique_re_call
Who is the first Indian climber of the mount where Francys Arsentiev died?
re_call
{ "ground_truth": [ "Bachendri Pal" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1770" }
musique_re_call
Who was quarterback of Timothy Thomas Ryan's team when they won the superbowl?
re_call
{ "ground_truth": [ "Brad Johnson" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1771" }
musique_re_call
Who was the first Indian to climb the mountain where Lobsang Tshering was killed?
re_call
{ "ground_truth": [ "Bachendri Pal" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1772" }
musique_re_call
Who the quarterback of the team that won Super Bowl XXXVII?
re_call
{ "ground_truth": [ "Brad Johnson" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1773" }
musique_re_call
Who was the first woman to reach the summit of the location where Green Boots died?
re_call
{ "ground_truth": [ "Junko Tabei" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1774" }
musique_re_call
Who beat the man named as a sports person of the year in 2018, in the U.S. Open?
re_call
{ "ground_truth": [ "Novak Djokovic" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1775" }
musique_re_call
Where is the main campus of the college where Gregory S. Forbes was educated located?
re_call
{ "ground_truth": [ "within the Borough of State College and College Township", "State College, Pennsylvania", "State College" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1776" }
musique_re_call
In what year did the performer of Hard Act to Follow form?
re_call
{ "ground_truth": [ "1995" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1777" }
musique_re_call
What was the tallest mountain before the place of death for Tsewang Paljor was discovered?
re_call
{ "ground_truth": [ "Kangchenjunga" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1778" }
musique_re_call
Who beat the winner of the 2017 Wimbledon's Men's Single in the U.S. Open?
re_call
{ "ground_truth": [ "Novak Djokovic" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1779" }
musique_re_call
Who beat the winner of the Wimbledon Men's Singles in 2017 in the US Open?
re_call
{ "ground_truth": [ "Novak Djokovic" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1780" }
musique_re_call
Who was the first woman to summit the place where Lobsang Tshering died?
re_call
{ "ground_truth": [ "Junko Tabei" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1781" }
musique_re_call
Who was the quarterback of the team which Ryan Fitzpatrick played for when they won the Super Bowl?
re_call
{ "ground_truth": [ "Brad Johnson" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1782" }
musique_re_call
Who is the first member from Himachal Pradesh of the group that elects the Speaker of Lok Sabha?
re_call
{ "ground_truth": [ "Mohinder Kaur", "Kaur" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1783" }
musique_re_call
Who is the first Indian climber of Tsewang Paljor's place of death?
re_call
{ "ground_truth": [ "Bachendri Pal" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1784" }
musique_re_call
Who beat the person who has won the most wimbledon men's singles titles in the U.S. open?
re_call
{ "ground_truth": [ "Novak Djokovic" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1785" }
musique_re_call
Where is the university established by Popper for for the philosophy of science in 1946 located?
re_call
{ "ground_truth": [ "Westminster, central London, near the boundary between Covent Garden and Holborn", "London" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1786" }
musique_re_call
In the U.S. Open, who beat the man who has the most Wimbledon singles titles?
re_call
{ "ground_truth": [ "Novak Djokovic" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1787" }
musique_re_call
Who climbed the place where Green Boots died with no legs?
re_call
{ "ground_truth": [ "Mark Joseph Inglis", "Mark Inglis" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1788" }
musique_re_call
Where is the main campus of Nelson L. Goldberg's alma mater located?
re_call
{ "ground_truth": [ "within the Borough of State College and College Township", "State College, Pennsylvania", "State College" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1789" }
musique_re_call
When was the artist that performed Chemical Heart formed?
re_call
{ "ground_truth": [ "1995" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1790" }
musique_re_call
The main campus of where James Price Dillard worked is now where?
re_call
{ "ground_truth": [ "within the Borough of State College and College Township", "State College, Pennsylvania", "State College" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1791" }
musique_re_call
How many seats are in the body that elects the speker of lok sabha in India?
re_call
{ "ground_truth": [ "545" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1792" }
musique_re_call
Who was the QB of the team that won the NFL Super Bowl in 2003?
re_call
{ "ground_truth": [ "Brad Johnson" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1793" }
musique_re_call
Who climbed the place where Tsewang Paljor died with no legs?
re_call
{ "ground_truth": [ "Mark Joseph Inglis", "Mark Inglis" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1794" }
musique_re_call
At the US Open, who beat the winner of the men's singles at the Australian Open?
re_call
{ "ground_truth": [ "Novak Djokovic" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1795" }
musique_re_call
When was the first electric model made, of the kind of bass played by John Cooper?
re_call
{ "ground_truth": [ "the 1930s" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1796" }
musique_re_call
Who was the first Indian to climb the mountain where Green Boots died?
re_call
{ "ground_truth": [ "Bachendri Pal" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1797" }
musique_re_call
Who was the first woman to summit the mountain where Francys Arsentiev died?
re_call
{ "ground_truth": [ "Junko Tabei" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1798" }
musique_re_call
Who did the actor of Schindler from Schindler's list play in Star Wars?
re_call
{ "ground_truth": [ "Qui - Gon Jinn", "Qui-Gon Jinn" ], "style": "rule" }
{ "env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text", "func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]", "id": "train_1799" }