Closed zprintz closed 6 months ago
Prompt v2: The following is performance data for golfers. Use the below training data to predict the standings at the Charles Schwab Challenge, which takes place on 5/23/23. Report the predictions by name and predicted finishing position. Do not use code interpreter to solve the problem. Here is a list of the players participating in the tournament:
Problems:
Prompt v3: The following is performance data for golfers. Use the below training data to predict the standings at the Charles Schwab Challenge, which takes place on 5/23/23. Report the predictions by name and predicted finishing position in the following format: player, predicted position; player predicted position, etc. Do not use code interpreter to solve the problem. Provide predictions for all 72 players in the specified field below. Here is a list of the players participating in the tournament:
Second prompt (for NDCG calculation): Great, here are the actual results. Now use code interpreter to calculate the NDCG for this tournament based on your predictions and the actual outcome below:
Problems:
Prompt v4: The following is performance data for golfers. Use the below training data to predict the standings at the Charles Schwab Challenge, which takes place on 5/23/23. Report the predictions in the following format instead of a list output: player: predicted position, player: predicted position, etc. Do not use code interpreter to solve the problem. Provide predictions for all 72 players in the specified field below. Here is a list of the players participating in the tournament:
Second prompt (for NDCG calculation): Great, here are the actual results. Now use code interpreter to calculate the NDCG for this tournament based on your predictions and the actual outcome below:
Problems:
Prompt v5: The following is performance data for golfers. Use the below training data to predict the standings at the Charles Schwab Challenge, which takes place on 5/23/23. I will be pasting this output into Python, so please report the predictions as a dictionary with the player name as the key and your predicted position as the value. {"Player 1": 1, "Player 2": 2, etc.}. Do not use code interpreter for the actual predictions themselves, but please use it to format your predictions in the specified format. Provide predictions for all 72 players in the specified field below. Here is a list of the players participating in the tournament:
Second prompt: Here are the actual results of the tournament. Please use the results to refine your prediction capabilities. The next tournament is the Memorial Tournament presented by Workday, which takes place on 6/4/23. Again, do not use code interpreter for the actual predictions themselves, but please use it to format your predictions in the specified format. Provide predictions for all the players in the specified field below.
Problems:
Going forward, I will proceed with the first prompt as is, but I will reword the second prompt to get more specified outputs.
Prompt v6: The following is performance data for golfers. Use the below training data to predict the standings at the Charles Schwab Challenge, which takes place on 5/23/23. I will be pasting this output into Python, so please report the predictions as a dictionary with the player name as the key and your predicted position as the value. {"Player 1": 1, "Player 2": 2, etc.}. Do not use code interpreter for the actual predictions themselves, but please use it to format your predictions in the specified format. Provide predictions for all 72 players in the specified field below. Here is a list of the players participating in the tournament:
Second prompt: Here are the actual results of the tournament. Please use the results to refine your prediction capabilities. The next tournament is the Memorial Tournament presented by Workday, which takes place on 6/4/23. As with the previous tournament, I will be pasting this output into Python, so please report the predictions as a dictionary with the player name as the key and your predicted position as the value. {"Player 1": 1, "Player 2": 2, etc.}. Do not use code interpreter for the actual predictions themselves, but please use it to format your predictions in the specified format. Provide exact predictions for all players in the specified field below.
This set of prompts seems to work well. I have compiled predictions for the first three tournaments (second and third prompts are identical). I have stored the dictionaries produced in a separate jupyter notebook file and have the following results for the NDCG scores of each tournament individually as well as cumulatively. Note these are without the two features we created. I am rerunning the in context learning predictions with the two new features included and will add them in the next comment: NDCG Charles Schwab Challenge: 0.589 NDCG Memorial Tournament: 0.547 NDCG RBC Canadian Open: 0.578 Cumulative NDCG Score: 0.571
Prompt v6: I used the same prompt as above, but this time included our two new features in the data. Below are the results. They represent a slight improvement relative to the same prompt without the field strength or recent form features. NDCG Charles Schwab Challenge: 0.542 NDCG Memorial Tournament: 0.648 NDCG RBC Canadian Open: 0.599 Cumulative NDCG Score: 0.596 NDCG of Pure Chance: 0.606
Prompt v1: The following is performance data for golfers. Use the below training data to predict the standings at the ___ tournament. Report the predictions by name and predicted finishing position. Problems: