Description
The field giver_username_if_known can be exploited by agent to achieve perfect prediction
This field directly reveals the outcome:
- If
giver_username_if_known != "N/A" → Someone gave pizza → Request was successful (100% correlation)
- If
giver_username_if_known == "N/A" → No known giver → Request likely failed
The solution would be removing this field. Let me know if this makes sense, if so, could the team please add this to known issue section in README? Thank you in advance!
Description
The field
giver_username_if_knowncan be exploited by agent to achieve perfect predictionThis field directly reveals the outcome:
giver_username_if_known!= "N/A" → Someone gave pizza → Request was successful (100% correlation)giver_username_if_known== "N/A" → No known giver → Request likely failedThe solution would be removing this field. Let me know if this makes sense, if so, could the team please add this to known issue section in README? Thank you in advance!