data_source stringclasses 2 values | question stringlengths 29 448 | ability stringclasses 1 value | reward_model dict | extra_info dict |
|---|---|---|---|---|
musique_re_call | Who was the original broadcaster of season 1 of the show featuring a character named Captain Apollo? | re_call | {
"ground_truth": [
"Sci-Fi Channel"
],
"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_900"
} |
musique_re_call | What did some commentators think of the choice of the first researcher to describe facial expressions as pre-verbal, to change the closing sentence in his book? | re_call | {
"ground_truth": [
"some commentators have taken this as a concession to religion that Darwin later regretted"
],
"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_901"
} |
musique_re_call | What was the response of the man who coined the term "abominable mystery" to the claims that certain animals could not have evolved through natural selection? | re_call | {
"ground_truth": [
"Darwin proposed scenarios for the incremental evolution of each feature."
],
"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_902"
} |
musique_re_call | What family does the naked-backed fruit bat belong to from the area where Hoskins Airport is? | re_call | {
"ground_truth": [
"Dobsonia"
],
"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_903"
} |
musique_re_call | How many troops did the Turks send to the place served by Shirak International Airport? | re_call | {
"ground_truth": [
"30000"
],
"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_904"
} |
musique_re_call | How did the person the city where Eugene Blair died was named after respond to the claims that certain animals could not have evolved through natural selection? | re_call | {
"ground_truth": [
"Darwin proposed scenarios for the incremental evolution of each feature."
],
"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_905"
} |
musique_re_call | What language was used by the person who organized a march on Tanjore coast to break salt law in 1930? | re_call | {
"ground_truth": [
"Gujarati"
],
"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_906"
} |
musique_re_call | What was the response of the first research to suggest that face expressions are pre-verbal to the claims that animals could not have evolved through natural selection? | re_call | {
"ground_truth": [
"Darwin proposed scenarios for the incremental evolution of each feature."
],
"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_907"
} |
musique_re_call | Who is the one with the most wins at the masters? | re_call | {
"ground_truth": [
"an American retired professional golfer"
],
"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_908"
} |
musique_re_call | What is the occupation of the man who won the most majors in golf? | re_call | {
"ground_truth": [
"an American retired professional golfer"
],
"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_909"
} |
musique_re_call | What is the professional status of the man who won the most majors in golf? | re_call | {
"ground_truth": [
"an American retired professional golfer"
],
"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_910"
} |
musique_re_call | Who is the golfer having won the most masters green jackets? | re_call | {
"ground_truth": [
"an American retired professional golfer"
],
"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_911"
} |
musique_re_call | Who is the spouse of the person who directed Batman? | re_call | {
"ground_truth": [
"Helena Bonham Carter"
],
"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_912"
} |
musique_re_call | Who is the golfer with the most major golf titles? | re_call | {
"ground_truth": [
"an American retired professional golfer"
],
"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_913"
} |
musique_re_call | Who is the player with the most major golf tournament wins? | re_call | {
"ground_truth": [
"an American retired professional golfer"
],
"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_914"
} |
musique_re_call | What is the occupation of the man who won the most majors in golf? | re_call | {
"ground_truth": [
"an American retired professional golfer"
],
"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_915"
} |
musique_re_call | Who is the person who won the most pga major tournaments? | re_call | {
"ground_truth": [
"an American retired professional golfer"
],
"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_916"
} |
musique_re_call | What is the occupation of the man who has won the most green jackets in golf? | re_call | {
"ground_truth": [
"an American retired professional golfer"
],
"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_917"
} |
musique_re_call | What language is the museum where Wrestlers is located in? | re_call | {
"ground_truth": [
"Italian"
],
"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_918"
} |
musique_re_call | What genre of music was produced by the singer of the album Emerging? | re_call | {
"ground_truth": [
"contemporary Christian music",
"CCM",
"Contemporary Christian music"
],
"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_919"
} |
musique_re_call | What kind of golfer is the 1965 Masters Tournament winner? | re_call | {
"ground_truth": [
"an American retired professional golfer"
],
"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_920"
} |
musique_re_call | Who was the location of Wrestlers designed by? | re_call | {
"ground_truth": [
"Giorgio Vasari",
"Buontalenti",
"Alfonso Parigi",
"Vasari",
"vasari",
"Bernardo Buontalenti"
],
"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_921"
} |
musique_re_call | What is the occupation and nationality of the person who has won the most men's major golf championships? | re_call | {
"ground_truth": [
"an American retired professional golfer"
],
"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_922"
} |
musique_re_call | The person with the most second place finishes in Golf majors is now what? | re_call | {
"ground_truth": [
"an American retired professional golfer"
],
"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_923"
} |
musique_re_call | Who founded the company that made the VT100? | re_call | {
"ground_truth": [
"Ken Olsen"
],
"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_924"
} |
musique_re_call | Who founded the company which makes DECSYSTEM-20? | re_call | {
"ground_truth": [
"Ken Olsen"
],
"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_925"
} |
musique_re_call | Who is the winner at the 1971 PGA Championship? | re_call | {
"ground_truth": [
"an American retired professional golfer"
],
"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_926"
} |
musique_re_call | Who was the place where Pieta is located designed by? | re_call | {
"ground_truth": [
"Giorgio Vasari",
"Buontalenti",
"Alfonso Parigi",
"Vasari",
"vasari",
"Bernardo Buontalenti"
],
"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_927"
} |
musique_re_call | David Jones is an international in rugby union and another sport that was started when? | re_call | {
"ground_truth": [
"1895"
],
"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_928"
} |
musique_re_call | Who wed the actress portraying the wife in the king's speech? | re_call | {
"ground_truth": [
"Tim Burton"
],
"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_929"
} |
musique_re_call | What year did the league the Scone Thoroughbreds play for start? | re_call | {
"ground_truth": [
"1895"
],
"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_930"
} |
musique_re_call | Who founded the company known for manufacturing the LINC-8? | re_call | {
"ground_truth": [
"Ken Olsen"
],
"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_931"
} |
musique_re_call | The author of Bonfire of the Vanities also wrote what famous non-fiction book? | re_call | {
"ground_truth": [
"The Electric Kool-Aid Acid Test"
],
"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_932"
} |
musique_re_call | What is the capital of the county where Naples, Florida is located? | re_call | {
"ground_truth": [
"East Naples",
"East Naples, Florida"
],
"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_933"
} |
musique_re_call | What follows the character set into which ASCII was incorporated? | re_call | {
"ground_truth": [
"ISO 8859-1",
"ISO-8859-1",
"Latin-1"
],
"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_934"
} |
musique_re_call | Who founded the company that makes Rainbow 100? | re_call | {
"ground_truth": [
"Ken Olsen"
],
"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_935"
} |
musique_re_call | What award did the author of Bonfire of the Vanities receive? | re_call | {
"ground_truth": [
"Jefferson Lecture"
],
"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_936"
} |
musique_re_call | What is the county seat of the Florida county containing Marco Island? | re_call | {
"ground_truth": [
"East Naples",
"East Naples, Florida"
],
"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_937"
} |
musique_re_call | Who was the spouse of the composer of In the Hall of the Mountain King? | re_call | {
"ground_truth": [
"Nina Grieg"
],
"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_938"
} |
musique_re_call | What is the population of the Indian city where the National Physical Laboratory is located? | re_call | {
"ground_truth": [
"249,998"
],
"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_939"
} |
musique_re_call | What standard is described by the dominant scheme for internal processing? | re_call | {
"ground_truth": [
"ISO 8859-1",
"Latin-1"
],
"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_940"
} |
musique_re_call | What year did the sport that Christopher McKivat plays for start? | re_call | {
"ground_truth": [
"1895"
],
"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_941"
} |
musique_re_call | Who is the spouse of the actress who plays the Queen of Hearts in Alice and Wonderland? | re_call | {
"ground_truth": [
"Tim Burton"
],
"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_942"
} |
musique_re_call | What year was the start of the league that the video game NRL Mascot Mania is a depiction of? | re_call | {
"ground_truth": [
"1895"
],
"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_943"
} |
musique_re_call | Who was the place where Badia Polyptych can be found designed by? | re_call | {
"ground_truth": [
"Giorgio Vasari",
"Buontalenti",
"Alfonso Parigi",
"Vasari",
"vasari",
"Bernardo Buontalenti"
],
"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_944"
} |
musique_re_call | When did the Mirinda manufacturer switch from sugar to corn syrup? | re_call | {
"ground_truth": [
"the 1980s"
],
"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_945"
} |
musique_re_call | What year did the league start for the sport with a team named the New Broughton Rangers? | re_call | {
"ground_truth": [
"1895"
],
"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_946"
} |
musique_re_call | What year did the organization related to the sport played at the Sydney Sports Ground start? | re_call | {
"ground_truth": [
"1895"
],
"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_947"
} |
musique_re_call | Who is married to the actress of the woman ape from Planet of the Apes? | re_call | {
"ground_truth": [
"Tim Burton"
],
"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_948"
} |
musique_re_call | Who is the spouse of the person who plays queen of hearts in Alice in Wonderland? | re_call | {
"ground_truth": [
"Tim Burton"
],
"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_949"
} |
musique_re_call | Where did the writer of In the Hall of the Mountain King die? | re_call | {
"ground_truth": [
"Bergen"
],
"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_950"
} |
musique_re_call | Who is the spouse of Big Eye's main director? | re_call | {
"ground_truth": [
"Helena Bonham Carter"
],
"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_951"
} |
musique_re_call | What is character set incorporating ASCII available through Windows on? | re_call | {
"ground_truth": [
"Microsoft Layer",
"MS",
"Microsoft"
],
"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_952"
} |
musique_re_call | When did the owner of Izze change from sugar to corn syrup? | re_call | {
"ground_truth": [
"the 1980s"
],
"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_953"
} |
musique_re_call | What subset of the character set that ASCII was incorporated into is used by Windows? | re_call | {
"ground_truth": [
"WGL-4 with 652 characters"
],
"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_954"
} |
musique_re_call | When did the torch visit the place where the National Physical Laboratory is located in India? | re_call | {
"ground_truth": [
"April 17"
],
"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_955"
} |
musique_re_call | Who is the spouse of the actress who plays the fairy godmother in the new Cinderella? | re_call | {
"ground_truth": [
"Tim Burton"
],
"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_956"
} |
musique_re_call | What language is the location of The Test of Fire of Moses in? | re_call | {
"ground_truth": [
"Italian"
],
"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_957"
} |
musique_re_call | Who designed the place where Ognissanti Madonna can be found? | re_call | {
"ground_truth": [
"Giorgio Vasari",
"Buontalenti",
"Alfonso Parigi",
"Vasari",
"vasari",
"Bernardo Buontalenti"
],
"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_958"
} |
musique_re_call | Who is the spouse of the actress of the Red Queen from Alice in Wonderland? | re_call | {
"ground_truth": [
"Tim Burton"
],
"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_959"
} |
musique_re_call | When did the manufacturer of Josta change from sugar to corn syrup? | re_call | {
"ground_truth": [
"the 1980s"
],
"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_960"
} |
musique_re_call | who designed the building where The Test of Fire of Moses is located? | re_call | {
"ground_truth": [
"Giorgio Vasari",
"Buontalenti",
"Alfonso Parigi",
"Vasari",
"vasari",
"Bernardo Buontalenti"
],
"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_961"
} |
musique_re_call | When did the owner of Rice-A-Roni change from sugar to corn syrup? | re_call | {
"ground_truth": [
"the 1980s"
],
"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_962"
} |
musique_re_call | Who is the sibling of the director of Everyone Says I Love You? | re_call | {
"ground_truth": [
"Letty Aronson",
"Ellen Letty Aronson"
],
"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_963"
} |
musique_re_call | When did the manufacturer of Teem change from sugar to corn syrup? | re_call | {
"ground_truth": [
"the 1980s"
],
"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_964"
} |
musique_re_call | How many districts are in the city where the national physical laboratory is located in india? | re_call | {
"ground_truth": [
"11"
],
"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_965"
} |
musique_re_call | When did the manufacturer of Tava change from sugar to corn syrup? | re_call | {
"ground_truth": [
"the 1980s"
],
"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_966"
} |
musique_re_call | What subset of the dominant scheme for internal processing is used by Windows? | re_call | {
"ground_truth": [
"WGL-4 with 652 characters"
],
"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_967"
} |
musique_re_call | When did the manufacturer of Aspen Soda change from sugar to corn syrup? | re_call | {
"ground_truth": [
"the 1980s"
],
"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_968"
} |
musique_re_call | When does monsoon season happen in the city where India's national physical laboratory is located? | re_call | {
"ground_truth": [
"the middle of the summer"
],
"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_969"
} |
musique_re_call | What year was the beginning of the sports league that the 1999 Cairns Cyclones season is a part of? | re_call | {
"ground_truth": [
"1895"
],
"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_970"
} |
musique_re_call | The Latin characters used in POJ can be represented a character set that follows what standard? | re_call | {
"ground_truth": [
"ISO 8859-1",
"Latin-1"
],
"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_971"
} |
musique_re_call | When did the manufacturer of Manzanita Sol switch from sugar to corn syrup? | re_call | {
"ground_truth": [
"the 1980s"
],
"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_972"
} |
musique_re_call | Who designed the building where the Portrait of Guidobaldo da Montefeltro is on display? | re_call | {
"ground_truth": [
"Giorgio Vasari",
"Buontalenti",
"Alfonso Parigi",
"Vasari",
"vasari",
"Bernardo Buontalenti"
],
"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_973"
} |
musique_re_call | How many symbols are the same in the beginning of ASCII and the dominant scheme for internal processing? | re_call | {
"ground_truth": [
"128 symbols"
],
"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_974"
} |
musique_re_call | When did the state where the Acoma Pueblo Revolt of 1598 took place become part of the US? | re_call | {
"ground_truth": [
"January 6, 1912"
],
"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_975"
} |
musique_re_call | Who designed the place where Portrait of Francesco delle Opere can be found? | re_call | {
"ground_truth": [
"Giorgio Vasari",
"Buontalenti",
"Alfonso Parigi",
"Vasari",
"vasari",
"Bernardo Buontalenti"
],
"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_976"
} |
musique_re_call | In what county was Tim Meadows born? | re_call | {
"ground_truth": [
"Wayne County"
],
"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_977"
} |
musique_re_call | Where are the San Juan Mountains, in the state where the Acoma Pueblo Revolt of 1598 took place? | re_call | {
"ground_truth": [
"northwestern New Mexico",
"NM",
"New Mexico",
"New Mexico, United States"
],
"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_978"
} |
musique_re_call | what is the total area in square miles of the city where the national physical laboratory is located in india? | re_call | {
"ground_truth": [
"16.5 sq mi"
],
"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_979"
} |
musique_re_call | What language is used in the place where Portrait of Bia de' Medici can be found? | re_call | {
"ground_truth": [
"Italian"
],
"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_980"
} |
musique_re_call | In what city is the college Danny Manning played for located? | re_call | {
"ground_truth": [
"Lawrence"
],
"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_981"
} |
musique_re_call | When did the sponsor of super bowl's halftime show change from sugar to corn syrup? | re_call | {
"ground_truth": [
"the 1980s"
],
"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_982"
} |
musique_re_call | When was the league whose trophy an undefeated Arsenal team won in the 2003-2004 season established? | re_call | {
"ground_truth": [
"1992"
],
"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_983"
} |
musique_re_call | Who designed the place where the Portrait of Bia de' Medici can be found? | re_call | {
"ground_truth": [
"Giorgio Vasari",
"Buontalenti",
"Alfonso Parigi",
"Vasari",
"vasari",
"Bernardo Buontalenti"
],
"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_984"
} |
musique_re_call | When does monsoon season end in the state where the Acoma Pueblo Revolt of 1598 took place? | re_call | {
"ground_truth": [
"mid-September"
],
"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_985"
} |
musique_re_call | Who designed the museum that has the Portrait of Guidobaldo da Montefeltro? | re_call | {
"ground_truth": [
"Giorgio Vasari",
"Buontalenti",
"Alfonso Parigi",
"Vasari",
"vasari",
"Bernardo Buontalenti"
],
"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_986"
} |
musique_re_call | Windows uses what subset of the code in which all Latin characters required by POJ can be represented? | re_call | {
"ground_truth": [
"WGL-4 with 652 characters"
],
"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_987"
} |
musique_re_call | On what, through Windows, is the group of characters available, that can represent all Latin characters required by POJ? | re_call | {
"ground_truth": [
"Microsoft Layer",
"MS",
"Microsoft"
],
"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_988"
} |
musique_re_call | What county was Bobby Joe born in? | re_call | {
"ground_truth": [
"Wayne County"
],
"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_989"
} |
musique_re_call | When did the soda company Beyonce partnered with since 2002 change from sugar to corn syrup? | re_call | {
"ground_truth": [
"the 1980s"
],
"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_990"
} |
musique_re_call | What year was the formation of the league whose trophy Arsenal won in the 2003-2004 season without losing a match? | re_call | {
"ground_truth": [
"1992"
],
"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_991"
} |
musique_re_call | What magnitude earthquake struck the national physical laboratory in India on September 2011? | re_call | {
"ground_truth": [
"4.2-magnitude"
],
"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_992"
} |
musique_re_call | What standard is described by the scheme that is used almost exclusively for building new information processing systems? | re_call | {
"ground_truth": [
"ISO 8859-1",
"Latin-1"
],
"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_993"
} |
musique_re_call | What was the favorability rating during the 9/11 attacks, of the president who was the son of the former president who signed the Civil Rights Act of 1991? | re_call | {
"ground_truth": [
"surged to near 90%"
],
"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_994"
} |
musique_re_call | How many of the symbols are the same in the beginning of the ASCII and the code that all Latin characters required by POJ can be represented with? | re_call | {
"ground_truth": [
"128 symbols"
],
"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_995"
} |
musique_re_call | How did the signer of the Civil Rights Act of 1991 try to convey that he was the stronger, tougher candidate? | re_call | {
"ground_truth": [
"presenting himself as a decisive leader and contrasted Kerry as a \"flip-flopper.\""
],
"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_996"
} |
musique_re_call | When were the Asian games first hosted where India's national physical laboratory is located? | re_call | {
"ground_truth": [
"1951"
],
"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_997"
} |
musique_re_call | The Asian games were most recently held in the city where the National Physical Laboratory in India in what year? | re_call | {
"ground_truth": [
"1982"
],
"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_998"
} |
musique_re_call | What was a notable work by the person who influenced the development of the new journalism movement in the U.S.? | re_call | {
"ground_truth": [
"The Electric Kool-Aid Acid Test"
],
"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_999"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.