Skip to content

Commit

Permalink
added new reasoning q
Browse files Browse the repository at this point in the history
  • Loading branch information
vprelovac committed Aug 13, 2023
1 parent bd5f31f commit 79d6560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llms/llms.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ def benchmark(self, problems=None, evaluator=None, show_outputs=False, html=Fals
There is a flight from city B to city D\
There is a flight from city J to city C\
Question: Is there a series of flights that goes from city F to city I?", "No"),
('Bob (a boy) has 3 sisters. Each sister has 2 brothers. How many brothers does Bob have?', '1')
]

def evaluate_answers(
Expand Down

0 comments on commit 79d6560

Please sign in to comment.