bigscience-workshop / promptsource

Toolkit for creating, sharing and using natural language prompts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possibly incorrect prompt

xuanqing94 opened this issue · comments

Yes or no, is the answer "{{ [options.0,options.1,options.2,options.3][{"A":0,"B":1,"C":2,"D":3}[answer]]

options[answer] is always a correct answer. I guess you mean options[candidate] (candidate is defined a few lines before)?

yes, good catch!
Want to open a PR to fix this?