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
bf26d979
"src/vscode:/vscode.git/clone" did not exist on "a9e411fdb9715bbe5f015586dcd84e81a54c7b83"
Unverified
Commit
bf26d979
authored
Nov 28, 2023
by
Lintang Sutawika
Committed by
GitHub
Nov 28, 2023
Browse files
Merge pull request #1029 from EleutherAI/bbh-fixup
[Refactor] BBH fixup
parents
e7afee52
3b9640b8
Changes
114
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
41 additions
and
39 deletions
+41
-39
lm_eval/tasks/bbh/fewshot/temporal_sequences.yaml
lm_eval/tasks/bbh/fewshot/temporal_sequences.yaml
+2
-2
lm_eval/tasks/bbh/fewshot/tracking_shuffled_objects_five_objects.yaml
...s/bbh/fewshot/tracking_shuffled_objects_five_objects.yaml
+2
-2
lm_eval/tasks/bbh/fewshot/tracking_shuffled_objects_seven_objects.yaml
.../bbh/fewshot/tracking_shuffled_objects_seven_objects.yaml
+2
-2
lm_eval/tasks/bbh/fewshot/tracking_shuffled_objects_three_objects.yaml
.../bbh/fewshot/tracking_shuffled_objects_three_objects.yaml
+2
-2
lm_eval/tasks/bbh/fewshot/web_of_lies.yaml
lm_eval/tasks/bbh/fewshot/web_of_lies.yaml
+2
-2
lm_eval/tasks/bbh/fewshot/word_sorting.yaml
lm_eval/tasks/bbh/fewshot/word_sorting.yaml
+2
-2
lm_eval/tasks/bbh/zeroshot/_zeroshot_template_yaml
lm_eval/tasks/bbh/zeroshot/_zeroshot_template_yaml
+3
-1
lm_eval/tasks/bbh/zeroshot/boolean_expressions.yaml
lm_eval/tasks/bbh/zeroshot/boolean_expressions.yaml
+2
-2
lm_eval/tasks/bbh/zeroshot/causal_judgement.yaml
lm_eval/tasks/bbh/zeroshot/causal_judgement.yaml
+2
-2
lm_eval/tasks/bbh/zeroshot/date_understanding.yaml
lm_eval/tasks/bbh/zeroshot/date_understanding.yaml
+2
-2
lm_eval/tasks/bbh/zeroshot/disambiguation_qa.yaml
lm_eval/tasks/bbh/zeroshot/disambiguation_qa.yaml
+2
-2
lm_eval/tasks/bbh/zeroshot/dyck_languages.yaml
lm_eval/tasks/bbh/zeroshot/dyck_languages.yaml
+2
-2
lm_eval/tasks/bbh/zeroshot/formal_fallacies.yaml
lm_eval/tasks/bbh/zeroshot/formal_fallacies.yaml
+2
-2
lm_eval/tasks/bbh/zeroshot/geometric_shapes.yaml
lm_eval/tasks/bbh/zeroshot/geometric_shapes.yaml
+2
-2
lm_eval/tasks/bbh/zeroshot/hyperbaton.yaml
lm_eval/tasks/bbh/zeroshot/hyperbaton.yaml
+2
-2
lm_eval/tasks/bbh/zeroshot/logical_deduction_five_objects.yaml
...al/tasks/bbh/zeroshot/logical_deduction_five_objects.yaml
+2
-2
lm_eval/tasks/bbh/zeroshot/logical_deduction_seven_objects.yaml
...l/tasks/bbh/zeroshot/logical_deduction_seven_objects.yaml
+2
-2
lm_eval/tasks/bbh/zeroshot/logical_deduction_three_objects.yaml
...l/tasks/bbh/zeroshot/logical_deduction_three_objects.yaml
+2
-2
lm_eval/tasks/bbh/zeroshot/movie_recommendation.yaml
lm_eval/tasks/bbh/zeroshot/movie_recommendation.yaml
+2
-2
lm_eval/tasks/bbh/zeroshot/multistep_arithmetic_two.yaml
lm_eval/tasks/bbh/zeroshot/multistep_arithmetic_two.yaml
+2
-2
No files found.
lm_eval/tasks/bbh/
flan_
fewshot/temporal_sequences.yaml
→
lm_eval/tasks/bbh/fewshot/temporal_sequences.yaml
View file @
bf26d979
"
dataset_name"
:
"
temporal_sequences"
"
dataset_name"
:
"
temporal_sequences"
"
description"
:
"
Task
description:
Answer
questions
about
which
times
certain
events
could
have
occurred.
\n\n
"
"
description"
:
"
Task
description:
Answer
questions
about
which
times
certain
events
could
have
occurred.
\n\n
"
"
doc_to_text"
:
"
Q:
Today,
Emily
went
to
the
museum.
Between
what
times
could
they
have
gone?
\n
We
know
that:
\n
Emily
woke
up
at
1pm.
\n
Elizabeth
saw
Emily
reading
at
the
library
from
2pm
to
4pm.
\n
Jessica
saw
Emily
watching
a
movie
at
the
theater
from
4pm
to
5pm.
\n
Leslie
saw
Emily
waiting
at
the
airport
from
5pm
to
6pm.
\n
William
saw
Emily
buying
clothes
at
the
mall
from
6pm
to
7pm.
\n
The
museum
was
closed
after
7pm.
\n
Between
what
times
could
Emily
have
gone
to
the
museum?
\n
Options:
\n
(A)
1pm
to
2pm
\n
(B)
6pm
to
7pm
\n
(C)
5pm
to
6pm
\n
(D)
2pm
to
4pm
\n
A:
(A)
\n\n
Q:
Today,
Elizabeth
went
to
the
amusement
park.
Between
what
times
could
they
have
gone?
\n
We
know
that:
\n
Elizabeth
woke
up
at
7am.
\n
David
saw
Elizabeth
fixing
their
computer
at
the
electronic
store
from
1pm
to
2pm.
\n
Sarah
saw
Elizabeth
playing
tennis
at
the
tennis
court
from
2pm
to
3pm.
\n
Susan
saw
Elizabeth
walking
towards
the
Statue
of
Liberty
from
3pm
to
6pm.
\n
Andrew
saw
Elizabeth
taking
photos
near
the
Eiffel
Tower
from
6pm
to
9pm.
\n
Emily
saw
Elizabeth
getting
a
coffee
at
the
cafe
from
9pm
to
10pm.
\n
The
amusement
park
was
closed
after
10pm.
\n
Between
what
times
could
Elizabeth
have
gone
to
the
amusement
park?
\n
Options:
\n
(A)
7am
to
1pm
\n
(B)
9pm
to
10pm
\n
(C)
1pm
to
2pm
\n
(D)
3pm
to
6pm
\n
A:
(A)
\n\n
Q:
Today,
Tiffany
went
to
the
beach.
Between
what
times
could
they
have
gone?
\n
We
know
that:
\n
Tiffany
woke
up
at
5am.
\n
Betty
saw
Tiffany
getting
a
coffee
at
the
cafe
from
5am
to
6am.
\n
Jessica
saw
Tiffany
working
at
the
office
from
6am
to
9am.
\n
John
saw
Tiffany
stretching
at
a
yoga
studio
from
9am
to
12pm.
\n
Sean
saw
Tiffany
sitting
on
a
rooftop
from
12pm
to
2pm.
\n
Sarah
saw
Tiffany
playing
tennis
at
the
tennis
court
from
2pm
to
3pm.
\n
The
beach
was
closed
after
4pm.
\n
Between
what
times
could
Tiffany
have
gone
to
the
beach?
\n
Options:
\n
(A)
9am
to
12pm
\n
(B)
12pm
to
2pm
\n
(C)
5am
to
6am
\n
(D)
3pm
to
4pm
\n
A:
(D)
\n\n
Q:
{{input}}
\n
A:"
"
doc_to_text"
:
"
Q:
Today,
Emily
went
to
the
museum.
Between
what
times
could
they
have
gone?
\n
We
know
that:
\n
Emily
woke
up
at
1pm.
\n
Elizabeth
saw
Emily
reading
at
the
library
from
2pm
to
4pm.
\n
Jessica
saw
Emily
watching
a
movie
at
the
theater
from
4pm
to
5pm.
\n
Leslie
saw
Emily
waiting
at
the
airport
from
5pm
to
6pm.
\n
William
saw
Emily
buying
clothes
at
the
mall
from
6pm
to
7pm.
\n
The
museum
was
closed
after
7pm.
\n
Between
what
times
could
Emily
have
gone
to
the
museum?
\n
Options:
\n
(A)
1pm
to
2pm
\n
(B)
6pm
to
7pm
\n
(C)
5pm
to
6pm
\n
(D)
2pm
to
4pm
\n
A:
(A)
\n\n
Q:
Today,
Elizabeth
went
to
the
amusement
park.
Between
what
times
could
they
have
gone?
\n
We
know
that:
\n
Elizabeth
woke
up
at
7am.
\n
David
saw
Elizabeth
fixing
their
computer
at
the
electronic
store
from
1pm
to
2pm.
\n
Sarah
saw
Elizabeth
playing
tennis
at
the
tennis
court
from
2pm
to
3pm.
\n
Susan
saw
Elizabeth
walking
towards
the
Statue
of
Liberty
from
3pm
to
6pm.
\n
Andrew
saw
Elizabeth
taking
photos
near
the
Eiffel
Tower
from
6pm
to
9pm.
\n
Emily
saw
Elizabeth
getting
a
coffee
at
the
cafe
from
9pm
to
10pm.
\n
The
amusement
park
was
closed
after
10pm.
\n
Between
what
times
could
Elizabeth
have
gone
to
the
amusement
park?
\n
Options:
\n
(A)
7am
to
1pm
\n
(B)
9pm
to
10pm
\n
(C)
1pm
to
2pm
\n
(D)
3pm
to
6pm
\n
A:
(A)
\n\n
Q:
Today,
Tiffany
went
to
the
beach.
Between
what
times
could
they
have
gone?
\n
We
know
that:
\n
Tiffany
woke
up
at
5am.
\n
Betty
saw
Tiffany
getting
a
coffee
at
the
cafe
from
5am
to
6am.
\n
Jessica
saw
Tiffany
working
at
the
office
from
6am
to
9am.
\n
John
saw
Tiffany
stretching
at
a
yoga
studio
from
9am
to
12pm.
\n
Sean
saw
Tiffany
sitting
on
a
rooftop
from
12pm
to
2pm.
\n
Sarah
saw
Tiffany
playing
tennis
at
the
tennis
court
from
2pm
to
3pm.
\n
The
beach
was
closed
after
4pm.
\n
Between
what
times
could
Tiffany
have
gone
to
the
beach?
\n
Options:
\n
(A)
9am
to
12pm
\n
(B)
12pm
to
2pm
\n
(C)
5am
to
6am
\n
(D)
3pm
to
4pm
\n
A:
(D)
\n\n
Q:
{{input}}
\n
A:"
"
include"
:
"
_
flan_
fewshot_template_yaml"
"
include"
:
"
_fewshot_template_yaml"
"
task"
:
"
bbh_
flan_
fewshot_temporal_sequences"
"
task"
:
"
bbh_fewshot_temporal_sequences"
lm_eval/tasks/bbh/
flan_
fewshot/tracking_shuffled_objects_five_objects.yaml
→
lm_eval/tasks/bbh/fewshot/tracking_shuffled_objects_five_objects.yaml
View file @
bf26d979
"
dataset_name"
:
"
tracking_shuffled_objects_five_objects"
"
dataset_name"
:
"
tracking_shuffled_objects_five_objects"
"
description"
:
"
A
task
requiring
determining
the
final
positions
of
a
set
of
objects
given
their
initial
positions
and
a
description
of
a
sequence
of
swaps.
\n\n
"
"
description"
:
"
A
task
requiring
determining
the
final
positions
of
a
set
of
objects
given
their
initial
positions
and
a
description
of
a
sequence
of
swaps.
\n\n
"
"
doc_to_text"
:
"
Q:
Alice,
Bob,
and
Claire
are
playing
a
game.
At
the
start
of
the
game,
they
are
each
holding
a
ball:
Alice
has
a
yellow
ball,
Bob
has
a
blue
ball,
and
Claire
has
a
pink
ball.
\n
As
the
game
progresses,
pairs
of
players
trade
balls.
First,
Claire
and
Alice
swap
balls.
Then,
Alice
and
Bob
swap
balls.
Finally,
Claire
and
Bob
swap
balls.
At
the
end
of
the
game,
Bob
has
the
\n
Options:
\n
(A)
yellow
ball
\n
(B)
blue
ball
\n
(C)
pink
ball
\n
A:
(A)
\n\n
Q:
Alice,
Bob,
and
Claire
are
playing
a
game.
At
the
start
of
the
game,
they
are
each
holding
a
ball:
Alice
has
a
white
ball,
Bob
has
a
purple
ball,
and
Claire
has
a
pink
ball.
\n
As
the
game
progresses,
pairs
of
players
trade
balls.
First,
Bob
and
Alice
swap
balls.
Then,
Bob
and
Claire
swap
balls.
Finally,
Bob
and
Alice
swap
balls.
At
the
end
of
the
game,
Alice
has
the
\n
Options:
\n
(A)
white
ball
\n
(B)
purple
ball
\n
(C)
pink
ball
\n
A:
(C)
\n\n
Q:
Alice,
Bob,
and
Claire
are
dancers
at
a
square
dance.
At
the
start
of
a
song,
they
each
have
a
partner:
Alice
is
dancing
with
Lola,
Bob
is
dancing
with
Rodrigo,
and
Claire
is
dancing
with
Patrick.
\n
Throughout
the
song,
the
dancers
often
trade
partners.
First,
Alice
and
Bob
switch
partners.
Then,
Claire
and
Bob
switch
partners.
Finally,
Bob
and
Alice
switch
partners.
At
the
end
of
the
dance,
Alice
is
dancing
with
\n
Options:
\n
(A)
Lola
\n
(B)
Rodrigo
\n
(C)
Patrick
\n
A:
(C)
\n\n
Q:
{{input}}
\n
A:"
"
doc_to_text"
:
"
Q:
Alice,
Bob,
and
Claire
are
playing
a
game.
At
the
start
of
the
game,
they
are
each
holding
a
ball:
Alice
has
a
yellow
ball,
Bob
has
a
blue
ball,
and
Claire
has
a
pink
ball.
\n
As
the
game
progresses,
pairs
of
players
trade
balls.
First,
Claire
and
Alice
swap
balls.
Then,
Alice
and
Bob
swap
balls.
Finally,
Claire
and
Bob
swap
balls.
At
the
end
of
the
game,
Bob
has
the
\n
Options:
\n
(A)
yellow
ball
\n
(B)
blue
ball
\n
(C)
pink
ball
\n
A:
(A)
\n\n
Q:
Alice,
Bob,
and
Claire
are
playing
a
game.
At
the
start
of
the
game,
they
are
each
holding
a
ball:
Alice
has
a
white
ball,
Bob
has
a
purple
ball,
and
Claire
has
a
pink
ball.
\n
As
the
game
progresses,
pairs
of
players
trade
balls.
First,
Bob
and
Alice
swap
balls.
Then,
Bob
and
Claire
swap
balls.
Finally,
Bob
and
Alice
swap
balls.
At
the
end
of
the
game,
Alice
has
the
\n
Options:
\n
(A)
white
ball
\n
(B)
purple
ball
\n
(C)
pink
ball
\n
A:
(C)
\n\n
Q:
Alice,
Bob,
and
Claire
are
dancers
at
a
square
dance.
At
the
start
of
a
song,
they
each
have
a
partner:
Alice
is
dancing
with
Lola,
Bob
is
dancing
with
Rodrigo,
and
Claire
is
dancing
with
Patrick.
\n
Throughout
the
song,
the
dancers
often
trade
partners.
First,
Alice
and
Bob
switch
partners.
Then,
Claire
and
Bob
switch
partners.
Finally,
Bob
and
Alice
switch
partners.
At
the
end
of
the
dance,
Alice
is
dancing
with
\n
Options:
\n
(A)
Lola
\n
(B)
Rodrigo
\n
(C)
Patrick
\n
A:
(C)
\n\n
Q:
{{input}}
\n
A:"
"
include"
:
"
_
flan_
fewshot_template_yaml"
"
include"
:
"
_fewshot_template_yaml"
"
task"
:
"
bbh_
flan_
fewshot_tracking_shuffled_objects_five_objects"
"
task"
:
"
bbh_fewshot_tracking_shuffled_objects_five_objects"
lm_eval/tasks/bbh/
flan_
fewshot/tracking_shuffled_objects_seven_objects.yaml
→
lm_eval/tasks/bbh/fewshot/tracking_shuffled_objects_seven_objects.yaml
View file @
bf26d979
"
dataset_name"
:
"
tracking_shuffled_objects_seven_objects"
"
dataset_name"
:
"
tracking_shuffled_objects_seven_objects"
"
description"
:
"
A
task
requiring
determining
the
final
positions
of
a
set
of
objects
given
their
initial
positions
and
a
description
of
a
sequence
of
swaps.
\n\n
"
"
description"
:
"
A
task
requiring
determining
the
final
positions
of
a
set
of
objects
given
their
initial
positions
and
a
description
of
a
sequence
of
swaps.
\n\n
"
"
doc_to_text"
:
"
Q:
Alice,
Bob,
and
Claire
are
playing
a
game.
At
the
start
of
the
game,
they
are
each
holding
a
ball:
Alice
has
a
yellow
ball,
Bob
has
a
blue
ball,
and
Claire
has
a
pink
ball.
\n
As
the
game
progresses,
pairs
of
players
trade
balls.
First,
Claire
and
Alice
swap
balls.
Then,
Alice
and
Bob
swap
balls.
Finally,
Claire
and
Bob
swap
balls.
At
the
end
of
the
game,
Bob
has
the
\n
Options:
\n
(A)
yellow
ball
\n
(B)
blue
ball
\n
(C)
pink
ball
\n
A:
(A)
\n\n
Q:
Alice,
Bob,
and
Claire
are
playing
a
game.
At
the
start
of
the
game,
they
are
each
holding
a
ball:
Alice
has
a
white
ball,
Bob
has
a
purple
ball,
and
Claire
has
a
pink
ball.
\n
As
the
game
progresses,
pairs
of
players
trade
balls.
First,
Bob
and
Alice
swap
balls.
Then,
Bob
and
Claire
swap
balls.
Finally,
Bob
and
Alice
swap
balls.
At
the
end
of
the
game,
Alice
has
the
\n
Options:
\n
(A)
white
ball
\n
(B)
purple
ball
\n
(C)
pink
ball
\n
A:
(C)
\n\n
Q:
Alice,
Bob,
and
Claire
are
dancers
at
a
square
dance.
At
the
start
of
a
song,
they
each
have
a
partner:
Alice
is
dancing
with
Lola,
Bob
is
dancing
with
Rodrigo,
and
Claire
is
dancing
with
Patrick.
\n
Throughout
the
song,
the
dancers
often
trade
partners.
First,
Alice
and
Bob
switch
partners.
Then,
Claire
and
Bob
switch
partners.
Finally,
Bob
and
Alice
switch
partners.
At
the
end
of
the
dance,
Alice
is
dancing
with
\n
Options:
\n
(A)
Lola
\n
(B)
Rodrigo
\n
(C)
Patrick
\n
A:
(C)
\n\n
Q:
{{input}}
\n
A:"
"
doc_to_text"
:
"
Q:
Alice,
Bob,
and
Claire
are
playing
a
game.
At
the
start
of
the
game,
they
are
each
holding
a
ball:
Alice
has
a
yellow
ball,
Bob
has
a
blue
ball,
and
Claire
has
a
pink
ball.
\n
As
the
game
progresses,
pairs
of
players
trade
balls.
First,
Claire
and
Alice
swap
balls.
Then,
Alice
and
Bob
swap
balls.
Finally,
Claire
and
Bob
swap
balls.
At
the
end
of
the
game,
Bob
has
the
\n
Options:
\n
(A)
yellow
ball
\n
(B)
blue
ball
\n
(C)
pink
ball
\n
A:
(A)
\n\n
Q:
Alice,
Bob,
and
Claire
are
playing
a
game.
At
the
start
of
the
game,
they
are
each
holding
a
ball:
Alice
has
a
white
ball,
Bob
has
a
purple
ball,
and
Claire
has
a
pink
ball.
\n
As
the
game
progresses,
pairs
of
players
trade
balls.
First,
Bob
and
Alice
swap
balls.
Then,
Bob
and
Claire
swap
balls.
Finally,
Bob
and
Alice
swap
balls.
At
the
end
of
the
game,
Alice
has
the
\n
Options:
\n
(A)
white
ball
\n
(B)
purple
ball
\n
(C)
pink
ball
\n
A:
(C)
\n\n
Q:
Alice,
Bob,
and
Claire
are
dancers
at
a
square
dance.
At
the
start
of
a
song,
they
each
have
a
partner:
Alice
is
dancing
with
Lola,
Bob
is
dancing
with
Rodrigo,
and
Claire
is
dancing
with
Patrick.
\n
Throughout
the
song,
the
dancers
often
trade
partners.
First,
Alice
and
Bob
switch
partners.
Then,
Claire
and
Bob
switch
partners.
Finally,
Bob
and
Alice
switch
partners.
At
the
end
of
the
dance,
Alice
is
dancing
with
\n
Options:
\n
(A)
Lola
\n
(B)
Rodrigo
\n
(C)
Patrick
\n
A:
(C)
\n\n
Q:
{{input}}
\n
A:"
"
include"
:
"
_
flan_
fewshot_template_yaml"
"
include"
:
"
_fewshot_template_yaml"
"
task"
:
"
bbh_
flan_
fewshot_tracking_shuffled_objects_seven_objects"
"
task"
:
"
bbh_fewshot_tracking_shuffled_objects_seven_objects"
lm_eval/tasks/bbh/
flan_
fewshot/tracking_shuffled_objects_three_objects.yaml
→
lm_eval/tasks/bbh/fewshot/tracking_shuffled_objects_three_objects.yaml
View file @
bf26d979
"
dataset_name"
:
"
tracking_shuffled_objects_three_objects"
"
dataset_name"
:
"
tracking_shuffled_objects_three_objects"
"
description"
:
"
A
task
requiring
determining
the
final
positions
of
a
set
of
objects
given
their
initial
positions
and
a
description
of
a
sequence
of
swaps.
\n\n
"
"
description"
:
"
A
task
requiring
determining
the
final
positions
of
a
set
of
objects
given
their
initial
positions
and
a
description
of
a
sequence
of
swaps.
\n\n
"
"
doc_to_text"
:
"
Q:
Alice,
Bob,
and
Claire
are
playing
a
game.
At
the
start
of
the
game,
they
are
each
holding
a
ball:
Alice
has
a
yellow
ball,
Bob
has
a
blue
ball,
and
Claire
has
a
pink
ball.
\n
As
the
game
progresses,
pairs
of
players
trade
balls.
First,
Claire
and
Alice
swap
balls.
Then,
Alice
and
Bob
swap
balls.
Finally,
Claire
and
Bob
swap
balls.
At
the
end
of
the
game,
Bob
has
the
\n
Options:
\n
(A)
yellow
ball
\n
(B)
blue
ball
\n
(C)
pink
ball
\n
A:
(A)
\n\n
Q:
Alice,
Bob,
and
Claire
are
playing
a
game.
At
the
start
of
the
game,
they
are
each
holding
a
ball:
Alice
has
a
white
ball,
Bob
has
a
purple
ball,
and
Claire
has
a
pink
ball.
\n
As
the
game
progresses,
pairs
of
players
trade
balls.
First,
Bob
and
Alice
swap
balls.
Then,
Bob
and
Claire
swap
balls.
Finally,
Bob
and
Alice
swap
balls.
At
the
end
of
the
game,
Alice
has
the
\n
Options:
\n
(A)
white
ball
\n
(B)
purple
ball
\n
(C)
pink
ball
\n
A:
(C)
\n\n
Q:
Alice,
Bob,
and
Claire
are
dancers
at
a
square
dance.
At
the
start
of
a
song,
they
each
have
a
partner:
Alice
is
dancing
with
Lola,
Bob
is
dancing
with
Rodrigo,
and
Claire
is
dancing
with
Patrick.
\n
Throughout
the
song,
the
dancers
often
trade
partners.
First,
Alice
and
Bob
switch
partners.
Then,
Claire
and
Bob
switch
partners.
Finally,
Bob
and
Alice
switch
partners.
At
the
end
of
the
dance,
Alice
is
dancing
with
\n
Options:
\n
(A)
Lola
\n
(B)
Rodrigo
\n
(C)
Patrick
\n
A:
(C)
\n\n
Q:
{{input}}
\n
A:"
"
doc_to_text"
:
"
Q:
Alice,
Bob,
and
Claire
are
playing
a
game.
At
the
start
of
the
game,
they
are
each
holding
a
ball:
Alice
has
a
yellow
ball,
Bob
has
a
blue
ball,
and
Claire
has
a
pink
ball.
\n
As
the
game
progresses,
pairs
of
players
trade
balls.
First,
Claire
and
Alice
swap
balls.
Then,
Alice
and
Bob
swap
balls.
Finally,
Claire
and
Bob
swap
balls.
At
the
end
of
the
game,
Bob
has
the
\n
Options:
\n
(A)
yellow
ball
\n
(B)
blue
ball
\n
(C)
pink
ball
\n
A:
(A)
\n\n
Q:
Alice,
Bob,
and
Claire
are
playing
a
game.
At
the
start
of
the
game,
they
are
each
holding
a
ball:
Alice
has
a
white
ball,
Bob
has
a
purple
ball,
and
Claire
has
a
pink
ball.
\n
As
the
game
progresses,
pairs
of
players
trade
balls.
First,
Bob
and
Alice
swap
balls.
Then,
Bob
and
Claire
swap
balls.
Finally,
Bob
and
Alice
swap
balls.
At
the
end
of
the
game,
Alice
has
the
\n
Options:
\n
(A)
white
ball
\n
(B)
purple
ball
\n
(C)
pink
ball
\n
A:
(C)
\n\n
Q:
Alice,
Bob,
and
Claire
are
dancers
at
a
square
dance.
At
the
start
of
a
song,
they
each
have
a
partner:
Alice
is
dancing
with
Lola,
Bob
is
dancing
with
Rodrigo,
and
Claire
is
dancing
with
Patrick.
\n
Throughout
the
song,
the
dancers
often
trade
partners.
First,
Alice
and
Bob
switch
partners.
Then,
Claire
and
Bob
switch
partners.
Finally,
Bob
and
Alice
switch
partners.
At
the
end
of
the
dance,
Alice
is
dancing
with
\n
Options:
\n
(A)
Lola
\n
(B)
Rodrigo
\n
(C)
Patrick
\n
A:
(C)
\n\n
Q:
{{input}}
\n
A:"
"
include"
:
"
_
flan_
fewshot_template_yaml"
"
include"
:
"
_fewshot_template_yaml"
"
task"
:
"
bbh_
flan_
fewshot_tracking_shuffled_objects_three_objects"
"
task"
:
"
bbh_fewshot_tracking_shuffled_objects_three_objects"
lm_eval/tasks/bbh/
flan_
fewshot/web_of_lies.yaml
→
lm_eval/tasks/bbh/fewshot/web_of_lies.yaml
View file @
bf26d979
"
dataset_name"
:
"
web_of_lies"
"
dataset_name"
:
"
web_of_lies"
"
description"
:
"
Evaluate
a
random
boolean
function
expressed
as
a
word
problem.
\n\n
"
"
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:"
"
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"
:
"
_
flan_
fewshot_template_yaml"
"
include"
:
"
_fewshot_template_yaml"
"
task"
:
"
bbh_
flan_
fewshot_web_of_lies"
"
task"
:
"
bbh_fewshot_web_of_lies"
lm_eval/tasks/bbh/
flan_
fewshot/word_sorting.yaml
→
lm_eval/tasks/bbh/fewshot/word_sorting.yaml
View file @
bf26d979
"
dataset_name"
:
"
word_sorting"
"
dataset_name"
:
"
word_sorting"
"
description"
:
"
Sort
a
list
of
words.
\n\n
"
"
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:"
"
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"
:
"
_
flan_
fewshot_template_yaml"
"
include"
:
"
_fewshot_template_yaml"
"
task"
:
"
bbh_
flan_
fewshot_word_sorting"
"
task"
:
"
bbh_fewshot_word_sorting"
lm_eval/tasks/bbh/
flan_
zeroshot/_
flan_
zeroshot_template_yaml
→
lm_eval/tasks/bbh/zeroshot/_zeroshot_template_yaml
View file @
bf26d979
group: bbh_
flan_
zeroshot
group: bbh_zeroshot
dataset_path: lukaemon/bbh
dataset_path: lukaemon/bbh
output_type: generate_until
output_type: generate_until
test_split: test
test_split: test
...
@@ -12,5 +12,7 @@ metric_list:
...
@@ -12,5 +12,7 @@ metric_list:
generation_kwargs:
generation_kwargs:
until:
until:
- "</s>"
- "</s>"
- "Q:"
- "\n\n"
do_sample: false
do_sample: false
temperature: 0.0
temperature: 0.0
lm_eval/tasks/bbh/
flan_
zeroshot/boolean_expressions.yaml
→
lm_eval/tasks/bbh/zeroshot/boolean_expressions.yaml
View file @
bf26d979
"
dataset_name"
:
"
boolean_expressions"
"
dataset_name"
:
"
boolean_expressions"
"
description"
:
"
Evaluate
the
result
of
a
random
Boolean
expression.
\n\n
"
"
description"
:
"
Evaluate
the
result
of
a
random
Boolean
expression.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_
flan_
zeroshot_template_yaml"
"
include"
:
"
_zeroshot_template_yaml"
"
task"
:
"
bbh_
flan_
zeroshot_boolean_expressions"
"
task"
:
"
bbh_zeroshot_boolean_expressions"
lm_eval/tasks/bbh/
flan_
zeroshot/causal_judgement.yaml
→
lm_eval/tasks/bbh/zeroshot/causal_judgement.yaml
View file @
bf26d979
"
dataset_name"
:
"
causal_judgement"
"
dataset_name"
:
"
causal_judgement"
"
description"
:
"
Answer
questions
about
causal
attribution.
\n\n
"
"
description"
:
"
Answer
questions
about
causal
attribution.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_
flan_
zeroshot_template_yaml"
"
include"
:
"
_zeroshot_template_yaml"
"
task"
:
"
bbh_
flan_
zeroshot_causal_judgement"
"
task"
:
"
bbh_zeroshot_causal_judgement"
lm_eval/tasks/bbh/
flan_
zeroshot/date_understanding.yaml
→
lm_eval/tasks/bbh/zeroshot/date_understanding.yaml
View file @
bf26d979
"
dataset_name"
:
"
date_understanding"
"
dataset_name"
:
"
date_understanding"
"
description"
:
"
Infer
the
date
from
context.
\n\n
"
"
description"
:
"
Infer
the
date
from
context.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_
flan_
zeroshot_template_yaml"
"
include"
:
"
_zeroshot_template_yaml"
"
task"
:
"
bbh_
flan_
zeroshot_date_understanding"
"
task"
:
"
bbh_zeroshot_date_understanding"
lm_eval/tasks/bbh/
flan_
zeroshot/disambiguation_qa.yaml
→
lm_eval/tasks/bbh/zeroshot/disambiguation_qa.yaml
View file @
bf26d979
"
dataset_name"
:
"
disambiguation_qa"
"
dataset_name"
:
"
disambiguation_qa"
"
description"
:
"
Clarify
the
meaning
of
sentences
with
ambiguous
pronouns.
\n\n
"
"
description"
:
"
Clarify
the
meaning
of
sentences
with
ambiguous
pronouns.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_
flan_
zeroshot_template_yaml"
"
include"
:
"
_zeroshot_template_yaml"
"
task"
:
"
bbh_
flan_
zeroshot_disambiguation_qa"
"
task"
:
"
bbh_zeroshot_disambiguation_qa"
lm_eval/tasks/bbh/
flan_
zeroshot/dyck_languages.yaml
→
lm_eval/tasks/bbh/zeroshot/dyck_languages.yaml
View file @
bf26d979
"
dataset_name"
:
"
dyck_languages"
"
dataset_name"
:
"
dyck_languages"
"
description"
:
"
Correctly
close
a
Dyck-n
word.
\n\n
"
"
description"
:
"
Correctly
close
a
Dyck-n
word.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_
flan_
zeroshot_template_yaml"
"
include"
:
"
_zeroshot_template_yaml"
"
task"
:
"
bbh_
flan_
zeroshot_dyck_languages"
"
task"
:
"
bbh_zeroshot_dyck_languages"
lm_eval/tasks/bbh/
flan_
zeroshot/formal_fallacies.yaml
→
lm_eval/tasks/bbh/zeroshot/formal_fallacies.yaml
View file @
bf26d979
"
dataset_name"
:
"
formal_fallacies"
"
dataset_name"
:
"
formal_fallacies"
"
description"
:
"
Distinguish
deductively
valid
arguments
from
formal
fallacies.
\n\n
"
"
description"
:
"
Distinguish
deductively
valid
arguments
from
formal
fallacies.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_
flan_
zeroshot_template_yaml"
"
include"
:
"
_zeroshot_template_yaml"
"
task"
:
"
bbh_
flan_
zeroshot_formal_fallacies"
"
task"
:
"
bbh_zeroshot_formal_fallacies"
lm_eval/tasks/bbh/
flan_
zeroshot/geometric_shapes.yaml
→
lm_eval/tasks/bbh/zeroshot/geometric_shapes.yaml
View file @
bf26d979
"
dataset_name"
:
"
geometric_shapes"
"
dataset_name"
:
"
geometric_shapes"
"
description"
:
"
Name
geometric
shapes
from
their
SVG
paths.
\n\n
"
"
description"
:
"
Name
geometric
shapes
from
their
SVG
paths.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_
flan_
zeroshot_template_yaml"
"
include"
:
"
_zeroshot_template_yaml"
"
task"
:
"
bbh_
flan_
zeroshot_geometric_shapes"
"
task"
:
"
bbh_zeroshot_geometric_shapes"
lm_eval/tasks/bbh/
flan_
zeroshot/hyperbaton.yaml
→
lm_eval/tasks/bbh/zeroshot/hyperbaton.yaml
View file @
bf26d979
"
dataset_name"
:
"
hyperbaton"
"
dataset_name"
:
"
hyperbaton"
"
description"
:
"
Order
adjectives
correctly
in
English
sentences.
\n\n
"
"
description"
:
"
Order
adjectives
correctly
in
English
sentences.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_
flan_
zeroshot_template_yaml"
"
include"
:
"
_zeroshot_template_yaml"
"
task"
:
"
bbh_
flan_
zeroshot_hyperbaton"
"
task"
:
"
bbh_zeroshot_hyperbaton"
lm_eval/tasks/bbh/
flan_
zeroshot/logical_deduction_five_objects.yaml
→
lm_eval/tasks/bbh/zeroshot/logical_deduction_five_objects.yaml
View file @
bf26d979
"
dataset_name"
:
"
logical_deduction_five_objects"
"
dataset_name"
:
"
logical_deduction_five_objects"
"
description"
:
"
A
logical
deduction
task
which
requires
deducing
the
order
of
a
sequence
of
objects.
\n\n
"
"
description"
:
"
A
logical
deduction
task
which
requires
deducing
the
order
of
a
sequence
of
objects.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_
flan_
zeroshot_template_yaml"
"
include"
:
"
_zeroshot_template_yaml"
"
task"
:
"
bbh_
flan_
zeroshot_logical_deduction_five_objects"
"
task"
:
"
bbh_zeroshot_logical_deduction_five_objects"
lm_eval/tasks/bbh/
flan_
zeroshot/logical_deduction_seven_objects.yaml
→
lm_eval/tasks/bbh/zeroshot/logical_deduction_seven_objects.yaml
View file @
bf26d979
"
dataset_name"
:
"
logical_deduction_seven_objects"
"
dataset_name"
:
"
logical_deduction_seven_objects"
"
description"
:
"
A
logical
deduction
task
which
requires
deducing
the
order
of
a
sequence
of
objects.
\n\n
"
"
description"
:
"
A
logical
deduction
task
which
requires
deducing
the
order
of
a
sequence
of
objects.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_
flan_
zeroshot_template_yaml"
"
include"
:
"
_zeroshot_template_yaml"
"
task"
:
"
bbh_
flan_
zeroshot_logical_deduction_seven_objects"
"
task"
:
"
bbh_zeroshot_logical_deduction_seven_objects"
lm_eval/tasks/bbh/
flan_
zeroshot/logical_deduction_three_objects.yaml
→
lm_eval/tasks/bbh/zeroshot/logical_deduction_three_objects.yaml
View file @
bf26d979
"
dataset_name"
:
"
logical_deduction_three_objects"
"
dataset_name"
:
"
logical_deduction_three_objects"
"
description"
:
"
A
logical
deduction
task
which
requires
deducing
the
order
of
a
sequence
of
objects.
\n\n
"
"
description"
:
"
A
logical
deduction
task
which
requires
deducing
the
order
of
a
sequence
of
objects.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_
flan_
zeroshot_template_yaml"
"
include"
:
"
_zeroshot_template_yaml"
"
task"
:
"
bbh_
flan_
zeroshot_logical_deduction_three_objects"
"
task"
:
"
bbh_zeroshot_logical_deduction_three_objects"
lm_eval/tasks/bbh/
flan_
zeroshot/movie_recommendation.yaml
→
lm_eval/tasks/bbh/zeroshot/movie_recommendation.yaml
View file @
bf26d979
"
dataset_name"
:
"
movie_recommendation"
"
dataset_name"
:
"
movie_recommendation"
"
description"
:
"
Recommend
movies
similar
to
the
given
list
of
movies.
\n\n
"
"
description"
:
"
Recommend
movies
similar
to
the
given
list
of
movies.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_
flan_
zeroshot_template_yaml"
"
include"
:
"
_zeroshot_template_yaml"
"
task"
:
"
bbh_
flan_
zeroshot_movie_recommendation"
"
task"
:
"
bbh_zeroshot_movie_recommendation"
lm_eval/tasks/bbh/
flan_
zeroshot/multistep_arithmetic_two.yaml
→
lm_eval/tasks/bbh/zeroshot/multistep_arithmetic_two.yaml
View file @
bf26d979
"
dataset_name"
:
"
multistep_arithmetic_two"
"
dataset_name"
:
"
multistep_arithmetic_two"
"
description"
:
"
Solve
multi-step
arithmetic
problems.
\n\n
"
"
description"
:
"
Solve
multi-step
arithmetic
problems.
\n\n
"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
doc_to_text"
:
"
Q:
{{input}}
\n
A:"
"
include"
:
"
_
flan_
zeroshot_template_yaml"
"
include"
:
"
_zeroshot_template_yaml"
"
task"
:
"
bbh_
flan_
zeroshot_multistep_arithmetic_two"
"
task"
:
"
bbh_zeroshot_multistep_arithmetic_two"
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