Files
GENIES/distribution_shifts/extreme/skill.json
T
JoshuaClymer 70bd2ea15d Initial commit
2023-11-11 19:44:09 +00:00

14 lines
622 B
JSON

[
{"source": "code", "target": "us_history"},
{"source": "code", "target": "change_my_view"},
{"source": "cooking", "target": "math"},
{"source": "cooking", "target": "raven_matrices"},
{"source": "math", "target": "change_my_view"},
{"source": "math", "target": "cooking"},
{"source": "change_my_view", "target": "raven_matrices"},
{"source": "change_my_view", "target": "cooking"},
{"source": "raven_matrices", "target": "us_history"},
{"source": "raven_matrices", "target": "code"},
{"source": "us_history", "target": "math"},
{"source": "us_history", "target": "code"}
]