template_aliases:"{%setanswer_choices=answers|map(attribute='atext')|list%}{%setgold=ra-1%}"# set the list of possible answer choices, and set what this doc's gold label idx is
doc_to_text:"Question:{{qtext}}\nAnswer:"
doc_to_target:"{{answer_choices[gold]}}"
gold_alias:"{{gold}}"# this will be cast to an int.
doc_to_target:"{{ra-1}}"
doc_to_choice:"{{answers|map(attribute='atext')|list}}"# this will be cast to an int.