data_source
stringclasses
2 values
question
stringlengths
29
448
ability
stringclasses
1 value
reward_model
dict
extra_info
dict
musique_re_call
Which dynasty gave birth to the empire containing Palatinate-Sulzbach?
re_call
{ "ground_truth": [ "the Carolingian family" ], "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_2100" }
musique_re_call
When was Christine M. Jolls' employer created?
re_call
{ "ground_truth": [ "1843" ], "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_2101" }
musique_re_call
When was Arthur Allen Leff's employer founded?
re_call
{ "ground_truth": [ "1843" ], "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_2102" }
musique_re_call
When was William O. Douglas's employer founded?
re_call
{ "ground_truth": [ "1843" ], "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_2103" }
musique_re_call
When was Wesley Alba Sturges's alma matter founded?
re_call
{ "ground_truth": [ "1843" ], "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_2104" }
musique_re_call
In what year did the dominating force Brandenburg was part of dissolve?
re_call
{ "ground_truth": [ "1806" ], "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_2105" }
musique_re_call
The institution where Myres S. McDougal lectured was formed when?
re_call
{ "ground_truth": [ "1843" ], "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_2106" }
musique_re_call
In the Lorax, what character was played by the performer of Back to December?
re_call
{ "ground_truth": [ "Audrey" ], "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_2107" }
musique_re_call
What year did the country of Prince-Bishopric of Utrecht dissolve?
re_call
{ "ground_truth": [ "1806" ], "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_2108" }
musique_re_call
Who did the performer of Should've Said No play in the Lorax?
re_call
{ "ground_truth": [ "Audrey" ], "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_2109" }
musique_re_call
What dynasty gave birth to the country in which the House of Luxembourg was located?
re_call
{ "ground_truth": [ "the Carolingian family" ], "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_2110" }
musique_re_call
What is the dynasty that gave birth to the empire that the Prince-Bishopric of Utrecht belonged to?
re_call
{ "ground_truth": [ "the Carolingian family" ], "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_2111" }
musique_re_call
What dynasty gave birth to the dominating force which Brandenburg was part of?
re_call
{ "ground_truth": [ "the Carolingian family" ], "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_2112" }
musique_re_call
When did the empire that provided many students to Strasbourg university dissolve?
re_call
{ "ground_truth": [ "1806" ], "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_2113" }
musique_re_call
Who did the performer of the song Welcome to New York play in The Lorax?
re_call
{ "ground_truth": [ "Audrey" ], "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_2114" }
musique_re_call
In the movie Lorax, what character was played by the singer Kanye grabbed the mic from to make a statement?
re_call
{ "ground_truth": [ "Audrey" ], "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_2115" }
musique_re_call
What dynasty gave birth to the empire that the Electorate of Cologne is part of?
re_call
{ "ground_truth": [ "the Carolingian family" ], "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_2116" }
musique_re_call
What dynasty gave birth to the empire that the Burgraviate of Nuremberg was part of?
re_call
{ "ground_truth": [ "the Carolingian family" ], "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_2117" }
musique_re_call
What's the dynasty that gave birth to Imperial Diet's country?
re_call
{ "ground_truth": [ "the Carolingian family" ], "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_2118" }
musique_re_call
Who did the singer of Look What You Made Me Do play in The Lorax?
re_call
{ "ground_truth": [ "Audrey" ], "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_2119" }
musique_re_call
When was Jonathan R. Macey's law school created?
re_call
{ "ground_truth": [ "1843" ], "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_2120" }
musique_re_call
Who did the artist Kanye profusely apologized to play in The Lorax?
re_call
{ "ground_truth": [ "Audrey" ], "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_2121" }
musique_re_call
What is the total world population of people who shattered the fragments of a grand Mithraeum?
re_call
{ "ground_truth": [ "approximately 2.4 billion" ], "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_2122" }
musique_re_call
When was Charles Edward Clark's alma mater created?
re_call
{ "ground_truth": [ "1843" ], "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_2123" }
musique_re_call
Why did China need to resettle people into the city where Xu was born?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2124" }
musique_re_call
What dynasty gave birth to the empire that included the Principality of Lüneburg?
re_call
{ "ground_truth": [ "the Carolingian family" ], "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_2125" }
musique_re_call
What was the dynasty, that birthed the empire, that had the Electorate of Baden as one of its states?
re_call
{ "ground_truth": [ "the Carolingian family" ], "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_2126" }
musique_re_call
When was the institute that published Yale Law & Policy Review created?
re_call
{ "ground_truth": [ "1843" ], "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_2127" }
musique_re_call
What region is the city encompassing WZND-LP located?
re_call
{ "ground_truth": [ "Hennepin County", "Hennepin County, Minnesota" ], "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_2128" }
musique_re_call
In which county is WBNQ located?
re_call
{ "ground_truth": [ "Hennepin County", "Hennepin County, Minnesota" ], "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_2129" }
musique_re_call
When was the publisher of Yale Law & Policy Review created?
re_call
{ "ground_truth": [ "1843" ], "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_2130" }
musique_re_call
What was depicted on the banners during the First Crusade of the same religious group who shattered a grand Mithraeum in Strasbourg
re_call
{ "ground_truth": [ "a red cross on a white field", "Red Cross" ], "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_2131" }
musique_re_call
What is the total world population of the only people accepted as members by Freemasons most common in Scandinavia?
re_call
{ "ground_truth": [ "approximately 2.4 billion" ], "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_2132" }
musique_re_call
Which dynasty gave birth to the empire that Austria took over in 1848?
re_call
{ "ground_truth": [ "the Carolingian family" ], "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_2133" }
musique_re_call
Which dynasty gave birth to the empire from which students come to attend Strasbourg?
re_call
{ "ground_truth": [ "the Carolingian family" ], "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_2134" }
musique_re_call
What is the record label for the performer of Trio (Victoriaville) 2007?
re_call
{ "ground_truth": [ "BYG Actuel" ], "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_2135" }
musique_re_call
When was the institute containing Yale Center for Environmental Law and Policy created?
re_call
{ "ground_truth": [ "1843" ], "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_2136" }
musique_re_call
What is the total world population of the target of the Great Persecution in 303?
re_call
{ "ground_truth": [ "approximately 2.4 billion" ], "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_2137" }
musique_re_call
Why did China need to resettle people into the birth city of Zhao Hejing?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2138" }
musique_re_call
Why did China need to resettle people into the headquarters location of Haifu?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2139" }
musique_re_call
Who did the youngest artist to win a Grammy for Album of the Year play in The Lorax?
re_call
{ "ground_truth": [ "Audrey" ], "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_2140" }
musique_re_call
Whose life does the group which shattered the fragments of a grand Mithraeum learn from?
re_call
{ "ground_truth": [ "Jesus Christ", "Christ", "Jesus" ], "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_2141" }
musique_re_call
Who did the writer of Better Man for Little Big Town play in The Lorax?
re_call
{ "ground_truth": [ "Audrey" ], "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_2142" }
musique_re_call
What is the record label for the performer of Quintet (Basel) 1977?
re_call
{ "ground_truth": [ "BYG Actuel" ], "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_2143" }
musique_re_call
Why did China need to resettle people into the birthplace of Xing Xin?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2144" }
musique_re_call
What record label did the musician who originally recorded Alto Saxophone Improvisations 1979 sign?
re_call
{ "ground_truth": [ "BYG Actuel" ], "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_2145" }
musique_re_call
Why did China need to resettle people into Yin Mingshan's birthplace?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2146" }
musique_re_call
Why did China need to resettle people into Yan Xing's birthplace?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2147" }
musique_re_call
Why did China need to resettle people into the birthplace of Wei Xin?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2148" }
musique_re_call
Why did China need to resettle people into Nan Lin's birthplace?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2149" }
musique_re_call
Why did China need to resettle people to the place where Neil Heywood died?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2150" }
musique_re_call
Whose life teaches the members of the religion targeted in the great persecution that began in 303?
re_call
{ "ground_truth": [ "Jesus Christ", "Christ", "Jesus" ], "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_2151" }
musique_re_call
The religious group targeted in the Great Persecution had what depicted on their banners during the first crusade?
re_call
{ "ground_truth": [ "a red cross on a white field", "Red Cross" ], "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_2152" }
musique_re_call
Why did China need to resettle people into Ma Mingyu's place of birth?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2153" }
musique_re_call
What is the record label of the performer who released Four Compositions (Quartet) in 1983?
re_call
{ "ground_truth": [ "BYG Actuel" ], "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_2154" }
musique_re_call
What was depicted on First crusade banners, used by members of the religion, who are commonly the only ones accepted as Freemasons in Scandinavia?
re_call
{ "ground_truth": [ "a red cross on a white field", "Red Cross" ], "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_2155" }
musique_re_call
Whose life do the only people accepted by Freemasons most common in Scandinavia as members learn from?
re_call
{ "ground_truth": [ "Jesus Christ", "Christ", "Jesus" ], "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_2156" }
musique_re_call
Who did the writer of Better Man (Little Big Town song) play in The Lorax?
re_call
{ "ground_truth": [ "Audrey" ], "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_2157" }
musique_re_call
Why did China need to resettle people in the Cao Yongjing's birthplace?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2158" }
musique_re_call
Who did the singer that co-wrote the song "Shake It Off" with Max Martin and Shellback play in the lorax?
re_call
{ "ground_truth": [ "Audrey" ], "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_2159" }
musique_re_call
What is the total population of the religion group that strongly opposed the idea of Neoplatonism in the world?
re_call
{ "ground_truth": [ "approximately 2.4 billion" ], "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_2160" }
musique_re_call
Who did the person whose speech was ruined by Kanye West at the 2009 MTV Awards play in The Lorax?
re_call
{ "ground_truth": [ "Audrey" ], "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_2161" }
musique_re_call
Why did China need to resettle people into the place where Paul Guillaume Farges died?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2162" }
musique_re_call
What was depicted on the banners of the religious group strongly opposing the idea of Neoplatonism in the First crusade?
re_call
{ "ground_truth": [ "a red cross on a white field", "Red Cross" ], "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_2163" }
musique_re_call
What is the total world population of the group accused of starting the great fire of 64 AD?
re_call
{ "ground_truth": [ "approximately 2.4 billion" ], "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_2164" }
musique_re_call
Why did China need to resettle people in the place where Liangping District is located?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2165" }
musique_re_call
Why did China need to resettle people into the city that encompassed Qijiang District?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2166" }
musique_re_call
Why did China need to resettle people into the place where Fuling Stadium is located?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2167" }
musique_re_call
Whose life do people from the group accused of starting the Great Fire of 64 AD learn from?
re_call
{ "ground_truth": [ "Jesus Christ", "Christ", "Jesus" ], "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_2168" }
musique_re_call
Why did China need to resettle people into municipality containing the Yubei District?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2169" }
musique_re_call
Why did China need to resettle people into the city where Dazu district is located?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2170" }
musique_re_call
Why did China need to resettle people into the place where Caiyuanba Bridge is located?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2171" }
musique_re_call
Why did China need to resettle people into the administrative territorial entity that contains Wuxi County?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2172" }
musique_re_call
What was depicted on banners of people from the group accused of starting the Great Fire of 64 AD during the First Crusade?
re_call
{ "ground_truth": [ "a red cross on a white field", "Red Cross" ], "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_2173" }
musique_re_call
In Lorax which character is voiced by the singer whose award was interrupted by Kanye West at the 2009 MTV VMAs?
re_call
{ "ground_truth": [ "Audrey" ], "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_2174" }
musique_re_call
Why did China need to resettle people into the city where Concord International Centre is found?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2175" }
musique_re_call
What is the total population of people in the world from the religion which, along with Judaism, produced notable theological works under the Umayyads?
re_call
{ "ground_truth": [ "approximately 2.4 billion" ], "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_2176" }
musique_re_call
Why did China need to resettle people in to the city the Chinese capitol was relocated during the Japanese occupation on 20th century?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2177" }
musique_re_call
Who won the popular vote in the 2000 election of presidency over the person who was accused of not fulfilling their military service in 2004?
re_call
{ "ground_truth": [ "Al Gore" ], "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_2178" }
musique_re_call
In the First Crusade what could be found on the banners of the creators of notable theological works under the Umayyads who were not Muslims or Jews?
re_call
{ "ground_truth": [ "a red cross on a white field", "Red Cross" ], "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_2179" }
musique_re_call
Whose life is learned from by members of the non-Muslim religion that, along with Judaism, produced notable theological works under the Umayyads?
re_call
{ "ground_truth": [ "Jesus Christ", "Christ", "Jesus" ], "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_2180" }
musique_re_call
Why did China need to resettle people into the place where Shizhu Tujia Autonomous County is located?
re_call
{ "ground_truth": [ "the Three Gorges Dam project.", "Three Gorges Dam" ], "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_2181" }
musique_re_call
Who was the wife of the director of The Captive Heart?
re_call
{ "ground_truth": [ "Melissa Stribling" ], "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_2182" }
musique_re_call
Who is the owner of the team that Boston beat in the 2004 World Series?
re_call
{ "ground_truth": [ "William DeWitt, Jr." ], "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_2183" }
musique_re_call
Who is the spouse of the director of The Man Who Haunted Himself?
re_call
{ "ground_truth": [ "Melissa Stribling" ], "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_2184" }
musique_re_call
What was the record label of the artist who recorded Roses in the Snow?
re_call
{ "ground_truth": [ "Jubilee" ], "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_2185" }
musique_re_call
Who is the child of the performer of Greetings from LA?
re_call
{ "ground_truth": [ "Jeff Buckley" ], "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_2186" }
musique_re_call
On what date did the battle end at the location where John Jonston died?
re_call
{ "ground_truth": [ "9 April 1241" ], "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_2187" }
musique_re_call
When did East Germany and the country Hayek moved to in 1962 unite?
re_call
{ "ground_truth": [ "1990" ], "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_2188" }
musique_re_call
When did East Germany and the country that hosted the 1965–66 season of the Bundesliga football league unite?
re_call
{ "ground_truth": [ "1990" ], "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_2189" }
musique_re_call
Where can you find the show that is named after the network that airs Bull Session Tonight?
re_call
{ "ground_truth": [ "CNBC Asia" ], "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_2190" }
musique_re_call
When did East Germany and The Aggression's country of origin unite?
re_call
{ "ground_truth": [ "1990" ], "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_2191" }
musique_re_call
Who is the owner of the sports team Seth Maness plays for?
re_call
{ "ground_truth": [ "William DeWitt, Jr." ], "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_2192" }
musique_re_call
Where does the team that lost the 2004 World Series to Boston have spring training?
re_call
{ "ground_truth": [ "Roger Dean Chevrolet Stadium" ], "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_2193" }
musique_re_call
When was the stadium built for the team that was beat by Boston in the 2004 World Series?
re_call
{ "ground_truth": [ "April 4, 2006" ], "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_2194" }
musique_re_call
Who owns Sam Fishburn's team?
re_call
{ "ground_truth": [ "William DeWitt, Jr." ], "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_2195" }
musique_re_call
What's the ending date of Battle of Liegnitz?
re_call
{ "ground_truth": [ "9 April 1241" ], "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_2196" }
musique_re_call
Who is the owner of team which played the Red Sox in the 2004 World Series?
re_call
{ "ground_truth": [ "William DeWitt, Jr." ], "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_2197" }
musique_re_call
When did East Germany unite with the country Boney M. came from?
re_call
{ "ground_truth": [ "1990" ], "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_2198" }
musique_re_call
On what network can you find the Tonight show that bears the name of the channel that broadcast Market Wrap?
re_call
{ "ground_truth": [ "CNBC Asia" ], "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_2199" }