Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
4f5b72bc
Commit
4f5b72bc
authored
Sep 04, 2023
by
lintangsutawika
Browse files
fixed template
parent
4a752867
Changes
109
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
lm_eval/tasks/bbh/flan_fewshot/web_of_lies.yaml
lm_eval/tasks/bbh/flan_fewshot/web_of_lies.yaml
+1
-1
lm_eval/tasks/bbh/flan_fewshot/word_sorting.yaml
lm_eval/tasks/bbh/flan_fewshot/word_sorting.yaml
+1
-1
lm_eval/tasks/bbh/flan_zeroshot/boolean_expressions.yaml
lm_eval/tasks/bbh/flan_zeroshot/boolean_expressions.yaml
+1
-1
lm_eval/tasks/bbh/flan_zeroshot/causal_judgement.yaml
lm_eval/tasks/bbh/flan_zeroshot/causal_judgement.yaml
+1
-1
lm_eval/tasks/bbh/flan_zeroshot/date_understanding.yaml
lm_eval/tasks/bbh/flan_zeroshot/date_understanding.yaml
+1
-1
lm_eval/tasks/bbh/flan_zeroshot/disambiguation_qa.yaml
lm_eval/tasks/bbh/flan_zeroshot/disambiguation_qa.yaml
+1
-1
lm_eval/tasks/bbh/flan_zeroshot/dyck_languages.yaml
lm_eval/tasks/bbh/flan_zeroshot/dyck_languages.yaml
+1
-1
lm_eval/tasks/bbh/flan_zeroshot/formal_fallacies.yaml
lm_eval/tasks/bbh/flan_zeroshot/formal_fallacies.yaml
+1
-1
lm_eval/tasks/bbh/flan_zeroshot/geometric_shapes.yaml
lm_eval/tasks/bbh/flan_zeroshot/geometric_shapes.yaml
+1
-1
lm_eval/tasks/bbh/flan_zeroshot/hyperbaton.yaml
lm_eval/tasks/bbh/flan_zeroshot/hyperbaton.yaml
+1
-1
lm_eval/tasks/bbh/flan_zeroshot/logical_deduction_five_objects.yaml
...sks/bbh/flan_zeroshot/logical_deduction_five_objects.yaml
+1
-1
lm_eval/tasks/bbh/flan_zeroshot/logical_deduction_seven_objects.yaml
...ks/bbh/flan_zeroshot/logical_deduction_seven_objects.yaml
+1
-1
lm_eval/tasks/bbh/flan_zeroshot/logical_deduction_three_objects.yaml
...ks/bbh/flan_zeroshot/logical_deduction_three_objects.yaml
+1
-1
lm_eval/tasks/bbh/flan_zeroshot/movie_recommendation.yaml
lm_eval/tasks/bbh/flan_zeroshot/movie_recommendation.yaml
+1
-1
lm_eval/tasks/bbh/flan_zeroshot/multistep_arithmetic_two.yaml
...val/tasks/bbh/flan_zeroshot/multistep_arithmetic_two.yaml
+1
-1
lm_eval/tasks/bbh/flan_zeroshot/navigate.yaml
lm_eval/tasks/bbh/flan_zeroshot/navigate.yaml
+1
-1
lm_eval/tasks/bbh/flan_zeroshot/object_counting.yaml
lm_eval/tasks/bbh/flan_zeroshot/object_counting.yaml
+1
-1
lm_eval/tasks/bbh/flan_zeroshot/penguins_in_a_table.yaml
lm_eval/tasks/bbh/flan_zeroshot/penguins_in_a_table.yaml
+1
-1
lm_eval/tasks/bbh/flan_zeroshot/reasoning_about_colored_objects.yaml
...ks/bbh/flan_zeroshot/reasoning_about_colored_objects.yaml
+1
-1
lm_eval/tasks/bbh/flan_zeroshot/ruin_names.yaml
lm_eval/tasks/bbh/flan_zeroshot/ruin_names.yaml
+1
-1
No files found.
lm_eval/tasks/bbh/flan_fewshot/web_of_lies.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
web_of_lies"
"
description"
:
"
Evaluate
a
random
boolean
function
expressed
as
a
word
problem.
\n\n
"
"
doc_to_text"
:
"
Q:
Question:
Fidel
tells
the
truth.
Jerry
says
Fidel
tells
the
truth.
Vina
says
Jerry
tells
the
truth.
Millicent
says
Vina
lies.
Raymond
says
Millicent
lies.
Does
Raymond
tell
the
truth?
\n
A:
Yes
\n\n
Q:
Question:
Kristian
lies.
Millie
says
Kristian
lies.
Maybelle
says
Millie
tells
the
truth.
Fidel
says
Maybelle
lies.
Leda
says
Fidel
lies.
Does
Leda
tell
the
truth?
\n
A:
Yes
\n\n
Q:
Question:
Kristian
tells
the
truth.
Michaela
says
Kristian
lies.
Raymond
says
Michaela
tells
the
truth.
Osvaldo
says
Raymond
tells
the
truth.
Jamey
says
Osvaldo
tells
the
truth.
Does
Jamey
tell
the
truth?
\n
A:
No
\n\n
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_fewshot_
template_yaml"
"
task"
:
"
bbh_flan_fewshot_web_of_lies"
lm_eval/tasks/bbh/flan_fewshot/word_sorting.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
word_sorting"
"
description"
:
"
Sort
a
list
of
words.
\n\n
"
"
doc_to_text"
:
"
Q:
Sort
the
following
words
alphabetically:
List:
oven
costume
counterpart
\n
A:
costume
counterpart
oven
\n\n
Q:
Sort
the
following
words
alphabetically:
List:
hypochlorite
ponderosa
phone
credulity
\n
A:
credulity
hypochlorite
phone
ponderosa
\n\n
Q:
Sort
the
following
words
alphabetically:
List:
newt
arson
parthia
seismography
mugho
aspect
census
\n
A:
arson
aspect
census
mugho
newt
parthia
seismography
\n\n
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_fewshot_
template_yaml"
"
task"
:
"
bbh_flan_fewshot_word_sorting"
lm_eval/tasks/bbh/flan_zeroshot/boolean_expressions.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
boolean_expressions"
"
description"
:
"
Evaluate
the
result
of
a
random
Boolean
expression.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_zeroshot_
template_yaml"
"
task"
:
"
bbh_flan_zeroshot_boolean_expressions"
lm_eval/tasks/bbh/flan_zeroshot/causal_judgement.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
causal_judgement"
"
description"
:
"
Answer
questions
about
causal
attribution.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_zeroshot_
template_yaml"
"
task"
:
"
bbh_flan_zeroshot_causal_judgement"
lm_eval/tasks/bbh/flan_zeroshot/date_understanding.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
date_understanding"
"
description"
:
"
Infer
the
date
from
context.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_zeroshot_
template_yaml"
"
task"
:
"
bbh_flan_zeroshot_date_understanding"
lm_eval/tasks/bbh/flan_zeroshot/disambiguation_qa.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
disambiguation_qa"
"
description"
:
"
Clarify
the
meaning
of
sentences
with
ambiguous
pronouns.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_zeroshot_
template_yaml"
"
task"
:
"
bbh_flan_zeroshot_disambiguation_qa"
lm_eval/tasks/bbh/flan_zeroshot/dyck_languages.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
dyck_languages"
"
description"
:
"
Correctly
close
a
Dyck-n
word.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_zeroshot_
template_yaml"
"
task"
:
"
bbh_flan_zeroshot_dyck_languages"
lm_eval/tasks/bbh/flan_zeroshot/formal_fallacies.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
formal_fallacies"
"
description"
:
"
Distinguish
deductively
valid
arguments
from
formal
fallacies.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_zeroshot_
template_yaml"
"
task"
:
"
bbh_flan_zeroshot_formal_fallacies"
lm_eval/tasks/bbh/flan_zeroshot/geometric_shapes.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
geometric_shapes"
"
description"
:
"
Name
geometric
shapes
from
their
SVG
paths.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_zeroshot_
template_yaml"
"
task"
:
"
bbh_flan_zeroshot_geometric_shapes"
lm_eval/tasks/bbh/flan_zeroshot/hyperbaton.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
hyperbaton"
"
description"
:
"
Order
adjectives
correctly
in
English
sentences.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_zeroshot_
template_yaml"
"
task"
:
"
bbh_flan_zeroshot_hyperbaton"
lm_eval/tasks/bbh/flan_zeroshot/logical_deduction_five_objects.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
logical_deduction_five_objects"
"
description"
:
"
A
logical
deduction
task
which
requires
deducing
the
order
of
a
sequence
of
objects.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_zeroshot_
template_yaml"
"
task"
:
"
bbh_flan_zeroshot_logical_deduction_five_objects"
lm_eval/tasks/bbh/flan_zeroshot/logical_deduction_seven_objects.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
logical_deduction_seven_objects"
"
description"
:
"
A
logical
deduction
task
which
requires
deducing
the
order
of
a
sequence
of
objects.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_zeroshot_
template_yaml"
"
task"
:
"
bbh_flan_zeroshot_logical_deduction_seven_objects"
lm_eval/tasks/bbh/flan_zeroshot/logical_deduction_three_objects.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
logical_deduction_three_objects"
"
description"
:
"
A
logical
deduction
task
which
requires
deducing
the
order
of
a
sequence
of
objects.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_zeroshot_
template_yaml"
"
task"
:
"
bbh_flan_zeroshot_logical_deduction_three_objects"
lm_eval/tasks/bbh/flan_zeroshot/movie_recommendation.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
movie_recommendation"
"
description"
:
"
Recommend
movies
similar
to
the
given
list
of
movies.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_zeroshot_
template_yaml"
"
task"
:
"
bbh_flan_zeroshot_movie_recommendation"
lm_eval/tasks/bbh/flan_zeroshot/multistep_arithmetic_two.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
multistep_arithmetic_two"
"
description"
:
"
Solve
multi-step
arithmetic
problems.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_zeroshot_
template_yaml"
"
task"
:
"
bbh_flan_zeroshot_multistep_arithmetic_two"
lm_eval/tasks/bbh/flan_zeroshot/navigate.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
navigate"
"
description"
:
"
Given
a
series
of
navigation
instructions,
determine
whether
one
would
end
up
back
at
the
starting
point.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_zeroshot_
template_yaml"
"
task"
:
"
bbh_flan_zeroshot_navigate"
lm_eval/tasks/bbh/flan_zeroshot/object_counting.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
object_counting"
"
description"
:
"
Questions
that
involve
enumerating
objects
and
asking
the
model
to
count
them.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_zeroshot_
template_yaml"
"
task"
:
"
bbh_flan_zeroshot_object_counting"
lm_eval/tasks/bbh/flan_zeroshot/penguins_in_a_table.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
penguins_in_a_table"
"
description"
:
"
Answer
questions
about
a
table
of
penguins
and
their
attributes.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_zeroshot_
template_yaml"
"
task"
:
"
bbh_flan_zeroshot_penguins_in_a_table"
lm_eval/tasks/bbh/flan_zeroshot/reasoning_about_colored_objects.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
reasoning_about_colored_objects"
"
description"
:
"
Answer
extremely
simple
questions
about
the
colors
of
objects
on
a
surface.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_zeroshot_
template_yaml"
"
task"
:
"
bbh_flan_zeroshot_reasoning_about_colored_objects"
lm_eval/tasks/bbh/flan_zeroshot/ruin_names.yaml
View file @
4f5b72bc
"
dataset_name"
:
"
ruin_names"
"
description"
:
"
Select
the
humorous
edit
that
'ruins'
the
input
movie
or
musical
artist
name.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_template_yaml"
"
include"
:
"
_
flan_zeroshot_
template_yaml"
"
task"
:
"
bbh_flan_zeroshot_ruin_names"
Prev
1
2
3
4
5
6
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment