Dongfu Jiang leaderboard-pr-bot commited on
Commit
77c4531
1 Parent(s): 4a71ce1

Adding Evaluation Results (#4)

Browse files

- Adding Evaluation Results (e788ecedadcc6274982bb16d8848d94505737ab2)


Co-authored-by: Open LLM Leaderboard PR Bot <leaderboard-pr-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +124 -8
README.md CHANGED
@@ -1,22 +1,125 @@
1
  ---
2
- license: mit
3
- datasets:
4
- - TIGER-Lab/MetricInstruct
5
  language:
6
  - en
7
  - zh
8
  - ru
9
  - cs
10
- metrics:
11
- - pearsonr
12
- - spearmanr
13
- pipeline_tag: text2text-generation
14
  tags:
15
  - text evaluation
16
  - metric
17
  - llm metric
18
  - llama
19
  - tigerscore
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ---
21
 
22
 
@@ -201,4 +304,17 @@ If you find our work useful, please cite our paper:
201
  journal={arXiv preprint arXiv:2310.00752},
202
  year={2023}
203
  }
204
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
2
  language:
3
  - en
4
  - zh
5
  - ru
6
  - cs
7
+ license: mit
 
 
 
8
  tags:
9
  - text evaluation
10
  - metric
11
  - llm metric
12
  - llama
13
  - tigerscore
14
+ datasets:
15
+ - TIGER-Lab/MetricInstruct
16
+ metrics:
17
+ - pearsonr
18
+ - spearmanr
19
+ pipeline_tag: text2text-generation
20
+ model-index:
21
+ - name: TIGERScore-13B
22
+ results:
23
+ - task:
24
+ type: text-generation
25
+ name: Text Generation
26
+ dataset:
27
+ name: AI2 Reasoning Challenge (25-Shot)
28
+ type: ai2_arc
29
+ config: ARC-Challenge
30
+ split: test
31
+ args:
32
+ num_few_shot: 25
33
+ metrics:
34
+ - type: acc_norm
35
+ value: 59.04
36
+ name: normalized accuracy
37
+ source:
38
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=TIGER-Lab/TIGERScore-13B
39
+ name: Open LLM Leaderboard
40
+ - task:
41
+ type: text-generation
42
+ name: Text Generation
43
+ dataset:
44
+ name: HellaSwag (10-Shot)
45
+ type: hellaswag
46
+ split: validation
47
+ args:
48
+ num_few_shot: 10
49
+ metrics:
50
+ - type: acc_norm
51
+ value: 82.79
52
+ name: normalized accuracy
53
+ source:
54
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=TIGER-Lab/TIGERScore-13B
55
+ name: Open LLM Leaderboard
56
+ - task:
57
+ type: text-generation
58
+ name: Text Generation
59
+ dataset:
60
+ name: MMLU (5-Shot)
61
+ type: cais/mmlu
62
+ config: all
63
+ split: test
64
+ args:
65
+ num_few_shot: 5
66
+ metrics:
67
+ - type: acc
68
+ value: 55.07
69
+ name: accuracy
70
+ source:
71
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=TIGER-Lab/TIGERScore-13B
72
+ name: Open LLM Leaderboard
73
+ - task:
74
+ type: text-generation
75
+ name: Text Generation
76
+ dataset:
77
+ name: TruthfulQA (0-shot)
78
+ type: truthful_qa
79
+ config: multiple_choice
80
+ split: validation
81
+ args:
82
+ num_few_shot: 0
83
+ metrics:
84
+ - type: mc2
85
+ value: 40.38
86
+ source:
87
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=TIGER-Lab/TIGERScore-13B
88
+ name: Open LLM Leaderboard
89
+ - task:
90
+ type: text-generation
91
+ name: Text Generation
92
+ dataset:
93
+ name: Winogrande (5-shot)
94
+ type: winogrande
95
+ config: winogrande_xl
96
+ split: validation
97
+ args:
98
+ num_few_shot: 5
99
+ metrics:
100
+ - type: acc
101
+ value: 74.74
102
+ name: accuracy
103
+ source:
104
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=TIGER-Lab/TIGERScore-13B
105
+ name: Open LLM Leaderboard
106
+ - task:
107
+ type: text-generation
108
+ name: Text Generation
109
+ dataset:
110
+ name: GSM8k (5-shot)
111
+ type: gsm8k
112
+ config: main
113
+ split: test
114
+ args:
115
+ num_few_shot: 5
116
+ metrics:
117
+ - type: acc
118
+ value: 28.73
119
+ name: accuracy
120
+ source:
121
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=TIGER-Lab/TIGERScore-13B
122
+ name: Open LLM Leaderboard
123
  ---
124
 
125
 
 
304
  journal={arXiv preprint arXiv:2310.00752},
305
  year={2023}
306
  }
307
+ ```
308
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
309
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_TIGER-Lab__TIGERScore-13B)
310
+
311
+ | Metric |Value|
312
+ |---------------------------------|----:|
313
+ |Avg. |56.79|
314
+ |AI2 Reasoning Challenge (25-Shot)|59.04|
315
+ |HellaSwag (10-Shot) |82.79|
316
+ |MMLU (5-Shot) |55.07|
317
+ |TruthfulQA (0-shot) |40.38|
318
+ |Winogrande (5-shot) |74.74|
319
+ |GSM8k (5-shot) |28.73|
320
+