JaumePrats
commited on
Commit
•
3d4a6a3
1
Parent(s):
18aa25c
Add eval for gold-standard benchmarks
Browse files
README.md
CHANGED
@@ -616,7 +616,243 @@ This instruction-tuned variant has been trained with a mixture of 276k English,
|
|
616 |
|
617 |
## Evaluation
|
618 |
|
619 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
620 |
|
621 |
---
|
622 |
|
|
|
616 |
|
617 |
## Evaluation
|
618 |
|
619 |
+
### Gold-standard benchmarks
|
620 |
+
|
621 |
+
Evaluation is done using the Language Model Evaluation Harness (Gao et al., 2024). We evaluate on a set of tasks taken from [SpanishBench](https://github.com/EleutherAI/lm-evaluation-harness/tree/main/lm_eval/tasks/spanish_bench), [CatalanBench](https://github.com/EleutherAI/lm-evaluation-harness/tree/main/lm_eval/tasks/catalan_bench), [BasqueBench](https://github.com/EleutherAI/lm-evaluation-harness/tree/main/lm_eval/tasks/basque_bench) and [GalicianBench](https://github.com/EleutherAI/lm-evaluation-harness/tree/main/lm_eval/tasks/galician_bench). These benchmarks include both new and existing tasks and datasets. Given that this is an instructed model, we add LM Evaluation Harness's native feature of `chat-template` to the setup. In the tables below, we include the results in a selection of evaluation datasets that represent model's performance across a variety of tasks within these benchmarks.
|
622 |
+
|
623 |
+
We only use tasks that are either human generated, human translated, or with a strong human-in-the-loop (i.e., machine translation followed by professional revision or machine generation followed by human revision and annotation). This is the reason behind the variety in number of tasks reported across languages. As more tasks that fulfill these requirements are published, we will update the presented results. We also intend to expand the evaluation to other languages, as long as the datasets meet our quality standards.
|
624 |
+
|
625 |
+
During the implementation of the evaluation we observed a series of issues worth considering when replicating and interpreting the results presented. These issues include ≈1.5% variances in performance in some tasks depending on the version of the `transformers` library used, and depending on the use (or lack of use) of tensor parallelism when loading a model. When implementing existing tasks, we carry out a comprehensive quality evaluation of the dataset, the Harness task itself, and what kind of input models see during evaluation. Our implementation (see links above) addresses multiple existing problems such as errors in datasets and prompts, and lack of pre-processing. All this means that results will vary if using other Harness implementations, and may slightly vary depending on the replication setup.
|
626 |
+
|
627 |
+
It should be noted that these results are subject to all the drawbacks of every current gold-standard evaluation, and that the figures do not fully represent the models capabilities and potential. We thus advise caution when reading and interpreting the results.
|
628 |
+
|
629 |
+
A full list of results compared to other baselines, a discussion of the model's performance across tasks and its implications, and details regarding problem-solving with task implementation will soon be available in the technical report.
|
630 |
+
|
631 |
+
All results reported below are on a 0-shot setting.
|
632 |
+
|
633 |
+
#### Spanish
|
634 |
+
|
635 |
+
<table><thead>
|
636 |
+
<tr>
|
637 |
+
<th>Category</th>
|
638 |
+
<th>Task</th>
|
639 |
+
<th>Metric</th>
|
640 |
+
<th>Result</th>
|
641 |
+
</tr></thead>
|
642 |
+
<tbody>
|
643 |
+
<tr>
|
644 |
+
<td>Commonsense Reasoning</td>
|
645 |
+
<td>xstorycloze_es</td>
|
646 |
+
<td>acc</td>
|
647 |
+
<td>62.34</td>
|
648 |
+
</tr>
|
649 |
+
<tr>
|
650 |
+
<td rowspan="2">NLI</td>
|
651 |
+
<td>wnli_es</td>
|
652 |
+
<td>acc</td>
|
653 |
+
<td>47.89</td>
|
654 |
+
</tr>
|
655 |
+
<tr>
|
656 |
+
<td>xnli_es</td>
|
657 |
+
<td>acc</td>
|
658 |
+
<td>47.03</td>
|
659 |
+
</tr>
|
660 |
+
<tr>
|
661 |
+
<td>Paraphrasing</td>
|
662 |
+
<td>paws_es</td>
|
663 |
+
<td>acc</td>
|
664 |
+
<td>55.5</td>
|
665 |
+
</tr>
|
666 |
+
<tr>
|
667 |
+
<td>QA</td>
|
668 |
+
<td>xquad_es</td>
|
669 |
+
<td>acc</td>
|
670 |
+
<td>42.21</td>
|
671 |
+
</tr>
|
672 |
+
<tr>
|
673 |
+
<td>Translation</td>
|
674 |
+
<td>flores_es</td>
|
675 |
+
<td>bleu</td>
|
676 |
+
<td>20.27</td>
|
677 |
+
</tr>
|
678 |
+
</tbody>
|
679 |
+
</table>
|
680 |
+
|
681 |
+
#### Catalan
|
682 |
+
|
683 |
+
<table><thead>
|
684 |
+
<tr>
|
685 |
+
<th>Category</th>
|
686 |
+
<th>Task</th>
|
687 |
+
<th>Metric</th>
|
688 |
+
<th>Result</th>
|
689 |
+
</tr></thead>
|
690 |
+
<tbody>
|
691 |
+
<tr>
|
692 |
+
<td rowspan="2">Commonsense Reasoning</td>
|
693 |
+
<td>copa_ca</td>
|
694 |
+
<td>acc</td>
|
695 |
+
<td>70.4</td>
|
696 |
+
</tr>
|
697 |
+
<tr>
|
698 |
+
<td>xstorycloze_ca</td>
|
699 |
+
<td>acc</td>
|
700 |
+
<td>63.07</td>
|
701 |
+
</tr>
|
702 |
+
<tr>
|
703 |
+
<td rowspan="2">NLI</td>
|
704 |
+
<td>wnli_ca</td>
|
705 |
+
<td>acc</td>
|
706 |
+
<td>52.11</td>
|
707 |
+
</tr>
|
708 |
+
<tr>
|
709 |
+
<td>xnli_ca</td>
|
710 |
+
<td>acc</td>
|
711 |
+
<td>51.69</td>
|
712 |
+
</tr>
|
713 |
+
<tr>
|
714 |
+
<td rowspan="2">Paraphrasing</td>
|
715 |
+
<td>parafraseja</td>
|
716 |
+
<td>acc</td>
|
717 |
+
<td>61.88</td>
|
718 |
+
</tr>
|
719 |
+
<tr>
|
720 |
+
<td>paws_ca</td>
|
721 |
+
<td>acc</td>
|
722 |
+
<td>57.7</td>
|
723 |
+
</tr>
|
724 |
+
<tr>
|
725 |
+
<td rowspan="5">QA</td>
|
726 |
+
<td>arc_ca_easy</td>
|
727 |
+
<td>acc</td>
|
728 |
+
<td>51.94</td>
|
729 |
+
</tr>
|
730 |
+
<tr>
|
731 |
+
<td>arc_ca_challenge</td>
|
732 |
+
<td>acc</td>
|
733 |
+
<td>29.52</td>
|
734 |
+
</tr>
|
735 |
+
<tr>
|
736 |
+
<td>openbookqa_ca</td>
|
737 |
+
<td>acc</td>
|
738 |
+
<td>26.4</td>
|
739 |
+
</tr>
|
740 |
+
<tr>
|
741 |
+
<td>piqa_ca</td>
|
742 |
+
<td>acc</td>
|
743 |
+
<td>62.89</td>
|
744 |
+
</tr>
|
745 |
+
<tr>
|
746 |
+
<td>siqa_ca</td>
|
747 |
+
<td>acc</td>
|
748 |
+
<td>42.63</td>
|
749 |
+
</tr>
|
750 |
+
<tr>
|
751 |
+
<td>Translation</td>
|
752 |
+
<td>flores_ca</td>
|
753 |
+
<td>bleu</td>
|
754 |
+
<td>24.48</td>
|
755 |
+
</tr>
|
756 |
+
</tbody></table>
|
757 |
+
|
758 |
+
#### Basque
|
759 |
+
|
760 |
+
<table><thead>
|
761 |
+
<tr>
|
762 |
+
<th>Category</th>
|
763 |
+
<th>Task</th>
|
764 |
+
<th>Metric</th>
|
765 |
+
<th>Result</th>
|
766 |
+
</tr></thead>
|
767 |
+
<tbody>
|
768 |
+
<tr>
|
769 |
+
<td rowspan="2">Commonsense Reasoning</td>
|
770 |
+
<td>xcopa_eu</td>
|
771 |
+
<td>acc</td>
|
772 |
+
<td>53.6</td>
|
773 |
+
</tr>
|
774 |
+
<tr>
|
775 |
+
<td>xstorycloze_eu</td>
|
776 |
+
<td>acc</td>
|
777 |
+
<td>56.39</td>
|
778 |
+
</tr>
|
779 |
+
<tr>
|
780 |
+
<td rowspan="2">NLI</td>
|
781 |
+
<td>wnli_eu</td>
|
782 |
+
<td>acc</td>
|
783 |
+
<td>45.07</td>
|
784 |
+
</tr>
|
785 |
+
<tr>
|
786 |
+
<td>xnli_eu</td>
|
787 |
+
<td>acc</td>
|
788 |
+
<td>39.44</td>
|
789 |
+
</tr>
|
790 |
+
<tr>
|
791 |
+
<td rowspan="3">QA</td>
|
792 |
+
<td>eus_exams</td>
|
793 |
+
<td>acc</td>
|
794 |
+
<td>25.35</td>
|
795 |
+
</tr>
|
796 |
+
<tr>
|
797 |
+
<td>eus_proficiency</td>
|
798 |
+
<td>acc</td>
|
799 |
+
<td>26.37</td>
|
800 |
+
</tr>
|
801 |
+
<tr>
|
802 |
+
<td>eus_trivia</td>
|
803 |
+
<td>acc</td>
|
804 |
+
<td>26.24</td>
|
805 |
+
</tr>
|
806 |
+
<tr>
|
807 |
+
<td>Reading Comprehension</td>
|
808 |
+
<td>eus_reading</td>
|
809 |
+
<td>acc</td>
|
810 |
+
<td>24.72</td>
|
811 |
+
</tr>
|
812 |
+
<tr>
|
813 |
+
<td>Translation</td>
|
814 |
+
<td>flores_eu</td>
|
815 |
+
<td>bleu</td>
|
816 |
+
<td>9.67</td>
|
817 |
+
</tr>
|
818 |
+
</tbody></table>
|
819 |
+
|
820 |
+
#### Galician
|
821 |
+
|
822 |
+
<table><thead>
|
823 |
+
<tr>
|
824 |
+
<th>Category</th>
|
825 |
+
<th>Task</th>
|
826 |
+
<th>Metric</th>
|
827 |
+
<th>Result</th>
|
828 |
+
</tr></thead>
|
829 |
+
<tbody>
|
830 |
+
<tr>
|
831 |
+
<td rowspan="2">Paraphrasing</td>
|
832 |
+
<td>parafrases_gl</td>
|
833 |
+
<td>acc</td>
|
834 |
+
<td>50.00</td>
|
835 |
+
</tr>
|
836 |
+
<tr>
|
837 |
+
<td>paws_gl</td>
|
838 |
+
<td>acc</td>
|
839 |
+
<td>52.20</td>
|
840 |
+
</tr>
|
841 |
+
<tr>
|
842 |
+
<td>QA</td>
|
843 |
+
<td>openbookqa_gl</td>
|
844 |
+
<td>acc</td>
|
845 |
+
<td>33.2</td>
|
846 |
+
</tr>
|
847 |
+
<tr>
|
848 |
+
<td>Translation</td>
|
849 |
+
<td>flores_gl</td>
|
850 |
+
<td>bleu</td>
|
851 |
+
<td>22.39</td>
|
852 |
+
</tr>
|
853 |
+
</tbody>
|
854 |
+
</table>
|
855 |
+
|
856 |
|
857 |
---
|
858 |
|