-
Notifications
You must be signed in to change notification settings - Fork 0
/
questions.json
27 lines (27 loc) · 5.63 KB
/
questions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[
{"question_number": "Q-01", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "Cosine", "question": "Count the successful passes did each team complete in the first half (minutes 41-47) and the second half (minutes 45-50), and what impact did these passes have on their game performance?"},
{"question_number": "Q-02", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "Cosine", "question": "Which players recorded the highest number of carries and passes in both halves, and how did their performances influence the overall strategies of the teams?"},
{"question_number": "Q-03", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "Cosine", "question": "Which players recorded the highest number of carries and passes in both halves in minutes 15 to 30 and impact in the game performance?"},
{"question_number": "Q-04", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "Cosine", "question": "Count the number of carries and passes per team in minutes between 15 to 30"},
{"question_number": "Q-05", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "Cosine", "question": "What were the average pass lengths for each team in each half, and which team showed higher pass accuracy by comparing completed passes to incomplete ones?"},
{"question_number": "Q-06", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "Cosine", "question": "What were the average pass lengths in minutes between 30 and 45?"},
{"question_number": "Q-07", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "InnerP", "question": "How many defensive actions, such as tackles, saves, and blocks, did each team execute, and show the top 3 players in these actions for each team?"},
{"question_number": "Q-08", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "Cosine", "question": "What defensive actions, such as tackles, saves, and blocks, did each team execute in second half?"},
{"question_number": "Q-09", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "Cosine", "question": "How many shots on goal did each team take, splitted in 30 minutes timeframes?"},
{"question_number": "Q-10", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "InnerP", "question": "What shots on goal did each team take, in minutes between 60 and 90?"},
{"question_number": "Q-11", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "InnerP", "question": "Show details of the goals scored"},
{"question_number": "Q-12", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "InnerP", "question": "What was the final scoreline of the match, including goals scored by each team and any additional time or penalty shootout results?"},
{"question_number": "Q-13", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "InnerP", "question": "Who scored the goals for each team in which minutes, and what types of goals were they, such as headers or penalties?"},
{"question_number": "Q-14", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "InnerP", "question": "Were there any yellow or red cards issued during the match, specifying the players involved and the reasons for the bookings?"},
{"question_number": "Q-15", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "Cosine", "question": "Which players were most effective in disrupting the play of the opponent through tackles, interceptions, and defensive actions?"},
{"question_number": "Q-16", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "L1", "question": "Identify the players who had the most possession in each half of the match."},
{"question_number": "Q-17", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "L1", "question": "Which team had the highest ball recovery rate in the first and second halves?"},
{"question_number": "Q-18", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "L1", "question": "How many goal attempts did each team make during the match, and in which minutes were these attempts made?"},
{"question_number": "Q-19", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "L1", "question": "Which players had the highest success rate in one-on-one duels throughout the match?"},
{"question_number": "Q-20", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "L1", "question": "Determine the average distance covered by each player and compare it between the two teams."},
{"question_number": "Q-21", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "L1", "question": "How many fouls were committed by each team in each half?"},
{"question_number": "Q-22", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "L1", "question": "How many yellow and red cards were given to each team, and at what times?"},
{"question_number": "Q-23", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "L1", "question": "How many substitutions were made by each team during the match, and at what times?"},
{"question_number": "Q-24", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "L1", "question": "Which players received yellow cards, and for what reason?"},
{"question_number": "Q-25", "add_match_info": "yes", "temperature": 0.1, "top_n": 10, "search_type": "L1", "question": "How many free kicks did each team receive, and what was the outcome of each free kick?"}
]