Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I evaluated the performance of llama3 70b using the pipeline of adding new evaluators. The human agreement is 67.53, which is only slightly lower than the human agreement of 'alpaca_eval_gpt4_turbo_fn'. The cost is 0.41 per 1000 examples, and the speed is 208 seconds per 1000 examples. There might be ways to improve its human correlation further, like COT. But I met some bugs using the template from 'alpaca_eval_cot_gpt4_turbo_fn'. For now, I will use this setting as the primary evaluator in my paper to provide a cost-effective and rapid evaluation. Given the approaching deadline, this approach will also help meet the time constraints. I hope this method convinces the reviewers of its reliability and effectiveness.