Skip to content

Commit 48ade7e

Browse files
rbawdenRachel BawdenVictorSanh
authored
Flores 101 prompts (#779)
* added first templates for DiaBLa dataset rbawden/DiaBLa * declared previous_ref at beginning of templates * declared more variables at beginning of templates * declared more variables at beginning of templates * declared more variables at beginning of templates * declared more variables at beginning of templates * corrected ref for mt in one template * corrected ref for mt in one template * moved condition to just target side rather than around entire prompt * allow template even when no context (beginning of dialogue) * corrected templates that use past history * corrected multiple choice answer field * updated templates - simplified some targets and added translation completion tasks (simpler?) * updated templates - simplified some targets and added translation completion tasks (simpler?) * corrected duplicate name * updated duplicate definition * corrected error of only two pipes in answer choices * corrected -2 index to -1 - duplicate defintiions * pulled new branch eval-hackathon & added diabla templates * merged with eval-hackathon updates * corrected discriminate mt ref * removed directional templates and only keep both directions (analysis to be done separately later. Also some slight modifs such as removing excess words and quotes * simplified names, changed random to choice * added automatically generated prompts for flores-101 (all subset) - all possible BS language directions * changed choice of template to one of the form: SRC: src_text = TRG: ||| trg_text * style and format * update with new prompt Co-authored-by: Rachel Bawden <[email protected]@users.noreply.github.com> Co-authored-by: Victor SANH <[email protected]>
1 parent 29afd13 commit 48ade7e

File tree

2 files changed

+7460
-10
lines changed

2 files changed

+7460
-10
lines changed

promptsource/templates.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,7 @@
2727
# These are users whose datasets should be included in the results returned by
2828
# filter_english_datasets (regardless of their metadata)
2929

30-
INCLUDED_USERS = {
31-
"Zaid",
32-
"craffel",
33-
"GEM",
34-
"aps",
35-
"khalidalt",
36-
"shanya",
37-
"rbawden",
38-
"BigScienceBiasEval",
39-
}
30+
INCLUDED_USERS = {"Zaid", "craffel", "GEM", "aps", "khalidalt", "shanya", "rbawden", "BigScienceBiasEval", "gsarti"}
4031

4132

4233
def highlight(input):

0 commit comments

Comments
 (0)