data_source
stringclasses 2
values | question
stringlengths 29
448
| ability
stringclasses 1
value | reward_model
dict | extra_info
dict |
---|---|---|---|---|
musique_re_call
|
When did the person who said "I think, therefore I am" live?
|
re_call
|
{
"ground_truth": [
"1596-1650"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_100"
}
|
musique_re_call
|
What record label does the singer in 4 non blondes sign?
|
re_call
|
{
"ground_truth": [
"Custard Records",
"Custard"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_101"
}
|
musique_re_call
|
When was the record label that released Buried In Your Black Heart created?
|
re_call
|
{
"ground_truth": [
"2003"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_102"
}
|
musique_re_call
|
What family does the mother of Louise of Great Britain belong to?
|
re_call
|
{
"ground_truth": [
"House of Hohenzollern",
"Hohenzollern"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_103"
}
|
musique_re_call
|
When was the last time the team that beat the Patriots in the Super Bowl was 0-5?
|
re_call
|
{
"ground_truth": [
"October 6",
"6 October"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_104"
}
|
musique_re_call
|
What is the record label for the singer of 4 Non Blondes?
|
re_call
|
{
"ground_truth": [
"Custard Records",
"Custard"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_105"
}
|
musique_re_call
|
When did the organization that gives out the Frank P. Brown Medal open?
|
re_call
|
{
"ground_truth": [
"1824"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_106"
}
|
musique_re_call
|
when was the last Super Bowl won by the team the Patriots lost to in the Super Bowl?
|
re_call
|
{
"ground_truth": [
"2011"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_107"
}
|
musique_re_call
|
Who is the child of the host of the gathering where Frédéric was introduced to George Sand?
|
re_call
|
{
"ground_truth": [
"Cosima Wagner"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_108"
}
|
musique_re_call
|
What is the family of Prince George William of Great Britain's mother
|
re_call
|
{
"ground_truth": [
"House of Hohenzollern",
"Hohenzollern"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_109"
}
|
musique_re_call
|
Which family is the mother of Anne, Princess Royal and Princess of Orange's a member of?
|
re_call
|
{
"ground_truth": [
"House of Hohenzollern",
"Hohenzollern"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_110"
}
|
musique_re_call
|
Who was the first president from the party following the Anti-Administration Party?
|
re_call
|
{
"ground_truth": [
"Jefferson"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_111"
}
|
musique_re_call
|
When was the super bowl won by the team that the Patriots lost to?
|
re_call
|
{
"ground_truth": [
"2011"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_112"
}
|
musique_re_call
|
During what years did Frédéric take lessons at the academy where Chopin's father once had a teaching position?
|
re_call
|
{
"ground_truth": [
"1823 to 1826"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_113"
}
|
musique_re_call
|
Who mothered the hostess of the party where Chopin met George Sand?
|
re_call
|
{
"ground_truth": [
"Cosima Wagner"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_114"
}
|
musique_re_call
|
In what year did the agency that maintains the Presidential Library system become independent?
|
re_call
|
{
"ground_truth": [
"1985"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_115"
}
|
musique_re_call
|
In what year did the South Korean car manufacturer that purchased the factor in 1995 dissolve?
|
re_call
|
{
"ground_truth": [
"1999"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_116"
}
|
musique_re_call
|
What was a notable work of the Chet Holifield Federal Building designer?
|
re_call
|
{
"ground_truth": [
"Transamerica Pyramid"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_117"
}
|
musique_re_call
|
What establishment today contains what was known as the place Chopin's father got a teaching position during that time?
|
re_call
|
{
"ground_truth": [
"Warsaw University"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_118"
}
|
musique_re_call
|
When did the sports team having Gerónimo Berroa win their last world series?
|
re_call
|
{
"ground_truth": [
"1993"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_119"
}
|
musique_re_call
|
When did the sports team that Junior Félix played for win their last World Series?
|
re_call
|
{
"ground_truth": [
"1993"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_120"
}
|
musique_re_call
|
Who was the first president from the newly evolved political party Jeremiah Morrow was a member of?
|
re_call
|
{
"ground_truth": [
"Jefferson"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_121"
}
|
musique_re_call
|
Where was the artist of Honeyburst born?
|
re_call
|
{
"ground_truth": [
"Copenhagen"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_122"
}
|
musique_re_call
|
Who published the work that Bosko is present in?
|
re_call
|
{
"ground_truth": [
"Warner Bros."
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_123"
}
|
musique_re_call
|
What company published the cartoon that included Barnyard Dawg?
|
re_call
|
{
"ground_truth": [
"Warner Bros."
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_124"
}
|
musique_re_call
|
Who produced the series A-Haunting We Will Go was part of?
|
re_call
|
{
"ground_truth": [
"Warner Bros."
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_125"
}
|
musique_re_call
|
The town where Renzo Zorzi died is an instance of what?
|
re_call
|
{
"ground_truth": [
"comune",
"Comune"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_126"
}
|
musique_re_call
|
Who produced the series Acme Animation Factory is part of?
|
re_call
|
{
"ground_truth": [
"Warner Bros."
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_127"
}
|
musique_re_call
|
When did person who supervised the design and implementation of the iPod user interface die?
|
re_call
|
{
"ground_truth": [
"2011"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_128"
}
|
musique_re_call
|
What language was used by the author of Train to Pakistan?
|
re_call
|
{
"ground_truth": [
"English language",
"en",
"English",
"eng"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_129"
}
|
musique_re_call
|
The city where WNZK is located is in what county?
|
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_130"
}
|
musique_re_call
|
What language was used by Renana Jhabvala's mother?
|
re_call
|
{
"ground_truth": [
"English language",
"en",
"English",
"eng"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_131"
}
|
musique_re_call
|
When did the person who admitted that Apple was late to the party with writeable CD technology die?
|
re_call
|
{
"ground_truth": [
"2011"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_132"
}
|
musique_re_call
|
In which county is the city in which KZOI is licensed?
|
re_call
|
{
"ground_truth": [
"Dakota County",
"Dakota County, Nebraska"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_133"
}
|
musique_re_call
|
What language is spoken by the director of Teesri Manzil?
|
re_call
|
{
"ground_truth": [
"Hindi",
"hi"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_134"
}
|
musique_re_call
|
In which county is the place where Brandon Teena died?
|
re_call
|
{
"ground_truth": [
"Allen County",
"Allen County, Kansas"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_135"
}
|
musique_re_call
|
Who was president of the united states immediately following the first global war after which indoor toilets became common in America?
|
re_call
|
{
"ground_truth": [
"Thomas Woodrow Wilson",
"Woodrow Wilson"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_136"
}
|
musique_re_call
|
Who led the force that later pushed deep into Polish territory?
|
re_call
|
{
"ground_truth": [
"Marshal Mikhail Tukhachevsky",
"Mikhail Tukhachevsky"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_137"
}
|
musique_re_call
|
where was the initial german offensive during the war just before toilets became common in London?
|
re_call
|
{
"ground_truth": [
"First Battle of the Marne",
"Battle of the Marne"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_138"
}
|
musique_re_call
|
In which year did the company that made SS.11 end?
|
re_call
|
{
"ground_truth": [
"1970"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_139"
}
|
musique_re_call
|
In what year did the designer of SS.11 end?
|
re_call
|
{
"ground_truth": [
"1970"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_140"
}
|
musique_re_call
|
When did the company that made the AA.20 end by merging?
|
re_call
|
{
"ground_truth": [
"1970"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_141"
}
|
musique_re_call
|
In which year did the SS.11 manufacturer end?
|
re_call
|
{
"ground_truth": [
"1970"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_142"
}
|
musique_re_call
|
What year was the end of the manufacturer of the Hudson Wasp?
|
re_call
|
{
"ground_truth": [
"1954"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_143"
}
|
musique_re_call
|
What was the last year of the company that made the Hudson Commodore?
|
re_call
|
{
"ground_truth": [
"1954"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_144"
}
|
musique_re_call
|
What year was the end of the company which made the Hudson Commodore?
|
re_call
|
{
"ground_truth": [
"1954"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_145"
}
|
musique_re_call
|
What year was the end of the producer of the Hudson Wasp?
|
re_call
|
{
"ground_truth": [
"1954"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_146"
}
|
musique_re_call
|
What was the record label of the songwriter of Up on Cripple Creek?
|
re_call
|
{
"ground_truth": [
"Capitol Records",
"Capitol"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_147"
}
|
musique_re_call
|
Who is the employer of the person who said the greatest good for the greatest number?
|
re_call
|
{
"ground_truth": [
"New York University"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_148"
}
|
musique_re_call
|
Who disarmed the combined body of all Estonia military?
|
re_call
|
{
"ground_truth": [
"the Red Army",
"Red Army"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_149"
}
|
musique_re_call
|
In which year did the manufacturer of the Nord 1500 Griffon end?
|
re_call
|
{
"ground_truth": [
"1970"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_150"
}
|
musique_re_call
|
When did the force that brought the tank to the battlefields of world war I invade the island?
|
re_call
|
{
"ground_truth": [
"1773"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_151"
}
|
musique_re_call
|
Which company owns the company through which the TCM Vault Collection was released?
|
re_call
|
{
"ground_truth": [
"Warner Bros.",
"Warner Bros. Pictures"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_152"
}
|
musique_re_call
|
What year was the end of the Hudson Greater Eight manufacturer?
|
re_call
|
{
"ground_truth": [
"1954"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_153"
}
|
musique_re_call
|
Who owns the studio which produced Scooby-Doo and the Ghoul School?
|
re_call
|
{
"ground_truth": [
"Warner Bros.",
"Warner Bros. Pictures"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_154"
}
|
musique_re_call
|
Who was the first torchbearer in the place where Manuel John Johnson was born?
|
re_call
|
{
"ground_truth": [
"Leong Hong Man"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_155"
}
|
musique_re_call
|
The writer of The Night They Drove Old Dixie Down falls under which record label?
|
re_call
|
{
"ground_truth": [
"Capitol Records",
"Capitol"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_156"
}
|
musique_re_call
|
What record label is the musician who wrote the day they drove old dixie down affiliated?
|
re_call
|
{
"ground_truth": [
"Capitol Records",
"Capitol"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_157"
}
|
musique_re_call
|
When did the military which introduced the tank to the battlefields of WWI start using the SA80?
|
re_call
|
{
"ground_truth": [
"1987"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_158"
}
|
musique_re_call
|
Who employs the person who wrote the book Animal Liberation?
|
re_call
|
{
"ground_truth": [
"New York University"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_159"
}
|
musique_re_call
|
In what county is WGLB located?
|
re_call
|
{
"ground_truth": [
"Waukesha County",
"Waukesha County, Wisconsin"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_160"
}
|
musique_re_call
|
When did the army that introduced tanks to battlefields in WWI start wearing khaki?
|
re_call
|
{
"ground_truth": [
"early 1900s"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_161"
}
|
musique_re_call
|
When did the torch visit Manuel John Johnson's birthplace?
|
re_call
|
{
"ground_truth": [
"May 3"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_162"
}
|
musique_re_call
|
In which county can you find WWGC?
|
re_call
|
{
"ground_truth": [
"Marshall County",
"Marshall County, Alabama"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_163"
}
|
musique_re_call
|
What municipality is the city CFLT-FM is located a part of?
|
re_call
|
{
"ground_truth": [
"Halifax Regional Municipality",
"Halifax"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_164"
}
|
musique_re_call
|
What's the record label of the songwriter of The Night They Drove Old Dixie Down?
|
re_call
|
{
"ground_truth": [
"Capitol Records",
"Capitol"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_165"
}
|
musique_re_call
|
What language was used by the cast member of Black Emanuelle?
|
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_166"
}
|
musique_re_call
|
How many times did the athlete who won the 2015 Royal Rumble win the WWE championship?
|
re_call
|
{
"ground_truth": [
"three"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_167"
}
|
musique_re_call
|
What region is Lewis Croft's city of death located?
|
re_call
|
{
"ground_truth": [
"Bingham County",
"Bingham County, Idaho"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_168"
}
|
musique_re_call
|
What language is spoken, written or signed by the actress who removed herself from participation in the relay?
|
re_call
|
{
"ground_truth": [
"Hindi",
"hi"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_169"
}
|
musique_re_call
|
How many WWE championships did the winner of the 2018 WWE elimination chamber win?
|
re_call
|
{
"ground_truth": [
"three"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_170"
}
|
musique_re_call
|
Who was the first person to carry the torch in Manuel John Johnson's birthplace?
|
re_call
|
{
"ground_truth": [
"Leong Hong Man"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_171"
}
|
musique_re_call
|
How many times did the winner of the 2018 WWE Elimination Chamber win the WWE championship?
|
re_call
|
{
"ground_truth": [
"three"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_172"
}
|
musique_re_call
|
what language is spoken by the actress who decided not to participate in April 15?
|
re_call
|
{
"ground_truth": [
"Hindi",
"hi"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_173"
}
|
musique_re_call
|
How many times did the winner of the 7 man elimination chamber match win the WWE championship?
|
re_call
|
{
"ground_truth": [
"three"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_174"
}
|
musique_re_call
|
How many times has the wrestler who won the WWE Elimination Chamber in 2018, won the WWE Championship?
|
re_call
|
{
"ground_truth": [
"three"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_175"
}
|
musique_re_call
|
What language is used by the cast member of Emanuelle and the White Slave Trade?
|
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_176"
}
|
musique_re_call
|
What is the enrollment at the owner of Benficence?
|
re_call
|
{
"ground_truth": [
"22,513 students"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_177"
}
|
musique_re_call
|
What is the enrollment at the university where Beneficence is located?
|
re_call
|
{
"ground_truth": [
"22,513 students"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_178"
}
|
musique_re_call
|
Who is the mother of the screenwriter of Fatal Attraction?
|
re_call
|
{
"ground_truth": [
"Melissa Stribling"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_179"
}
|
musique_re_call
|
When was the inception of the record label which released W?
|
re_call
|
{
"ground_truth": [
"2001"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_180"
}
|
musique_re_call
|
Who is the mother of the director of Rogue Trader?
|
re_call
|
{
"ground_truth": [
"Melissa Stribling"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_181"
}
|
musique_re_call
|
When was the inception of the record label of Planningtorock?
|
re_call
|
{
"ground_truth": [
"2001"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_182"
}
|
musique_re_call
|
What is the enrolment at the university where Frog Baby Fountain is located?
|
re_call
|
{
"ground_truth": [
"22,513 students"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_183"
}
|
musique_re_call
|
When did the person who resigned due to the attempt on Napoleon's life die?
|
re_call
|
{
"ground_truth": [
"1865"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_184"
}
|
musique_re_call
|
When was the record label of Factory Floor established?
|
re_call
|
{
"ground_truth": [
"2001"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_185"
}
|
musique_re_call
|
What is the enrollment at the school where the Frog Baby Fountain is located?
|
re_call
|
{
"ground_truth": [
"22,513 students"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_186"
}
|
musique_re_call
|
Which title is used for the leader of the organization that has always opposed Freemasonry?
|
re_call
|
{
"ground_truth": [
"the Bishop of Rome, who is known as the Pope",
"Pope",
"pope",
"Bishop of Rome"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_187"
}
|
musique_re_call
|
What year did the person who resigned due to the attempt on Napoleon's life die?
|
re_call
|
{
"ground_truth": [
"1865"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_188"
}
|
musique_re_call
|
Who plays the creator of Gradgrind in the man who invented christmas?
|
re_call
|
{
"ground_truth": [
"Dan Stevens",
"Daniel Jonathan Stevens"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_189"
}
|
musique_re_call
|
The singer of "You don't know her like I do" was born in what city?
|
re_call
|
{
"ground_truth": [
"Jefferson",
"Jefferson, Georgia"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_190"
}
|
musique_re_call
|
Where were the people who imposed military might on Tibet in the past trying to raise?
|
re_call
|
{
"ground_truth": [
"Ming China",
"Ming dynasty"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_191"
}
|
musique_re_call
|
Who was the founder of Titus Lucretius Tricipitinus' country of citizenship?
|
re_call
|
{
"ground_truth": [
"L. Junius Brutus"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_192"
}
|
musique_re_call
|
What record label was the person who wrote the theme song to Charlie Brown signed with?
|
re_call
|
{
"ground_truth": [
"Warner Bros."
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_193"
}
|
musique_re_call
|
What is the record label for the singer of Cast Your Fate to the Wind?
|
re_call
|
{
"ground_truth": [
"Warner Bros."
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_194"
}
|
musique_re_call
|
Why were the Uighurs ranked higher by the people who imposed on the military might of Tibet in the past?
|
re_call
|
{
"ground_truth": [
"the Uighurs surrendered peacefully without violently resisting"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_195"
}
|
musique_re_call
|
When did the museum of the war where Boston was the location of many important events open?
|
re_call
|
{
"ground_truth": [
"April 19, 2017"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_196"
}
|
musique_re_call
|
What is the record label for the singer of Wings of a Dove?
|
re_call
|
{
"ground_truth": [
"Capitol Records",
"Capitol"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_197"
}
|
musique_re_call
|
Where was the person who wrote the song my kinda party by Jason Aldean born?
|
re_call
|
{
"ground_truth": [
"Jefferson",
"Jefferson, Georgia"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_198"
}
|
musique_re_call
|
When did the college Danny Manning played for start issuing engineering degrees?
|
re_call
|
{
"ground_truth": [
"1873"
],
"style": "rule"
}
|
{
"env": "import requests\n\ndef wikipedia_search(query: str, top_n: int = 5):\n url = \"<search-url-placeholder>/search\"\n \n if query == '':\n return 'invalid query'\n \n data = {'query': query, 'top_n': top_n}\n response = requests.post(url, json=data)\n retrieval_text = ''\n for line in response.json():\n retrieval_text += f\"{line['contents']}\\n\\n\"\n retrieval_text = retrieval_text.strip()\n \n return retrieval_text",
"func_schemas": "[\n {\n \"type\": \"function\",\n \"function\": {\n \"name\": \"wikipedia_search\",\n \"description\": \"Search Wikipedia for a given query.\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"query\": {\n \"type\": \"string\",\n \"description\": \"Query to search for.\"\n },\n \"top_n\": {\n \"type\": \"integer\",\n \"description\": \"Number of results to return. The default value is 5.\",\n \"default\": 5\n }\n },\n \"required\": [\n \"query\"\n ]\n }\n }\n }\n]",
"id": "train_199"
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.