zhilinw commited on
Commit
da92707
·
verified ·
1 Parent(s): 92fa348

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. report_generation.jsonl +2 -0
app.py CHANGED
@@ -111,7 +111,7 @@ with gr.Blocks(theme=theme) as app:
111
  with gr.TabItem("Report Generation"):
112
  with gr.Row():
113
  with gr.Column(scale=7):
114
- gr.Markdown("Report Generation Leaderboard: LLMs generate reports with just the prompt, which are then evaluated by gpt-oss-120b (mixed) judge with the lite dataset (160 samples) \nEvaluation and cost estimation last performed on 21 Mar 2026.")
115
 
116
  with gr.Tabs(elem_id="inner-tabs", elem_classes="tabs-small") as tabs:
117
  with gr.TabItem("Leaderboard"):
 
111
  with gr.TabItem("Report Generation"):
112
  with gr.Row():
113
  with gr.Column(scale=7):
114
+ gr.Markdown("Report Generation Leaderboard: LLMs generate reports with just the prompt, which are then evaluated by gpt-oss-120b (mixed) judge with the lite dataset (160 samples) \nEvaluation and cost estimation last performed on 29 Mar 2026.")
115
 
116
  with gr.Tabs(elem_id="inner-tabs", elem_classes="tabs-small") as tabs:
117
  with gr.TabItem("Leaderboard"):
report_generation.jsonl CHANGED
@@ -66,3 +66,5 @@
66
  {"Model": "OpenAI/GPT-5.3-Codex (xhigh)", "Category": "Closed-source Reasoning", "Overall": 57.2, "Physics": 39.5, "Chemistry": 67.4, "Finance": 51.9, "Consulting": 69.9, "Extraction": 51.4, "Reasoning": 58.2, "Style": 75.5, "Response Characters": 3596, "Input Tokens": 467, "Output Tokens": 15414, "Cost": 34.66}
67
  {"Model": "OpenAI/GPT-5.3-Chat", "Category": "Closed-source Instruct", "Overall": 40.7, "Physics": 36.1, "Chemistry": 53.5, "Finance": 18.6, "Consulting": 54.6, "Extraction": 29.6, "Reasoning": 41.4, "Style": 59.2, "Response Characters": 3108, "Input Tokens": 467, "Output Tokens": 1328, "Cost": 3.11}
68
  {"Model": "xAI/grok-4.20 Beta (Thinking)", "Category": "Closed-source Reasoning", "Overall": 43.8, "Physics": 34.4, "Chemistry": 64.8, "Finance": 19.6, "Consulting": 56.2, "Extraction": 32.9, "Reasoning": 43.0, "Style": 65.6, "Response Characters": 4003, "Input Tokens": 566, "Output Tokens": 9507, "Cost": 9.31}
 
 
 
66
  {"Model": "OpenAI/GPT-5.3-Codex (xhigh)", "Category": "Closed-source Reasoning", "Overall": 57.2, "Physics": 39.5, "Chemistry": 67.4, "Finance": 51.9, "Consulting": 69.9, "Extraction": 51.4, "Reasoning": 58.2, "Style": 75.5, "Response Characters": 3596, "Input Tokens": 467, "Output Tokens": 15414, "Cost": 34.66}
67
  {"Model": "OpenAI/GPT-5.3-Chat", "Category": "Closed-source Instruct", "Overall": 40.7, "Physics": 36.1, "Chemistry": 53.5, "Finance": 18.6, "Consulting": 54.6, "Extraction": 29.6, "Reasoning": 41.4, "Style": 59.2, "Response Characters": 3108, "Input Tokens": 467, "Output Tokens": 1328, "Cost": 3.11}
68
  {"Model": "xAI/grok-4.20 Beta (Thinking)", "Category": "Closed-source Reasoning", "Overall": 43.8, "Physics": 34.4, "Chemistry": 64.8, "Finance": 19.6, "Consulting": 56.2, "Extraction": 32.9, "Reasoning": 43.0, "Style": 65.6, "Response Characters": 4003, "Input Tokens": 566, "Output Tokens": 9507, "Cost": 9.31}
69
+ {"Model": "MiniMax/MiniMax-M2.7 (Thinking)", "Category": "Open-weight Reasoning", "Overall": 45.2, "Physics": 32.2, "Chemistry": 54.1, "Finance": 32.0, "Consulting": 62.6, "Extraction": 36.7, "Reasoning": 45.2, "Style": 62.1, "Response Characters": 8349, "Input Tokens": 486, "Output Tokens": 20522, "Cost": 3.96}
70
+ {"Model": "MiniMax/MiniMax-M2.7", "Category": "Open-weight Instruct", "Overall": 40.2, "Physics": 28.0, "Chemistry": 49.8, "Finance": 25.7, "Consulting": 57.4, "Extraction": 30.7, "Reasoning": 37.2, "Style": 61.6, "Response Characters": 8124, "Input Tokens": 486, "Output Tokens": 17623, "Cost": 3.41}