patrickNLP commited on
Commit
1d90b77
Β·
verified Β·
1 Parent(s): 7d8d484

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -30,7 +30,7 @@ We are releasing a lite version of BIRD-Critic, `bird-critic-1.0-flash-exp`, whi
30
 
31
  # Model Performance Results
32
 
33
- | Rank | Model Name | Query Score | Management Score | Personalization Score | Efficiency Score | Overall Score | Level |
34
  |-----:|----------------------------------|-----------:|----------------:|-------------------:|-----------------:|-------------:|---------------|
35
  | 1 | o1-preview-2024-09-12 | 46.88 | 36.73 | 30.77 | 40.91 | **38.50** | πŸ† Leading |
36
  | 2 | deepseek-reasoner (r1) | 34.38 | 36.73 | 32.31 | 31.82 | 34.00 | 🌟 Elite |
@@ -38,7 +38,7 @@ We are releasing a lite version of BIRD-Critic, `bird-critic-1.0-flash-exp`, whi
38
  | 4 | o1-mini | 28.13 | 32.65 | 26.15 | 22.73 | 28.00 | πŸ’Ž Superior |
39
  | 5 | deepseek-V3 | 28.13 | 30.61 | 26.15 | 22.73 | 27.50 | πŸ’Ž Superior |
40
  | 6 | phi-4 | 25.00 | 30.61 | 20.00 | 22.73 | 24.50 | πŸ’Ž Superior |
41
- | 7 | claude-3-5-sonnet | 15.63 | 32.65 | 26.15 | 22.73 | 24.00 | πŸ”Έ Advanced |
42
  | 8 | gemini-2.0-flash-exp | 20.31 | 26.53 | 24.62 | 27.27 | 24.00 | πŸ”Έ Advanced |
43
  | 9 | Qwen2.5-Coder-32B-Instruct | 25.00 | 26.53 | 23.08 | 9.09 | 23.00 | πŸ”Έ Advanced |
44
  | 10 | gemini-2.0-flash-thinking-exp | 20.31 | 16.33 | 18.46 | 27.27 | 19.50 | πŸ”Έ Advanced |
@@ -64,10 +64,10 @@ We are releasing a lite version of BIRD-Critic, `bird-critic-1.0-flash-exp`, whi
64
  - βšͺ Basic: Bottom 30%
65
 
66
  **Instance Categories:**
67
- - **Query**: Instances that involve standard retrieval operations (i.e., SELECT).
68
- - **Efficiency**: Instances focused on performance optimization.
69
  - **Management**: Instances that perform database management (e.g, CREATE, UPDATE, INSERT).
70
- - **Personalization**: Instances requiring a custom approach to evaluate.
 
71
 
72
  Represent as `issue_type` in each data instance.
73
 
 
30
 
31
  # Model Performance Results
32
 
33
+ | Rank | Model Name | Query | Management | Personalization | Efficiency | Overall Score | Level |
34
  |-----:|----------------------------------|-----------:|----------------:|-------------------:|-----------------:|-------------:|---------------|
35
  | 1 | o1-preview-2024-09-12 | 46.88 | 36.73 | 30.77 | 40.91 | **38.50** | πŸ† Leading |
36
  | 2 | deepseek-reasoner (r1) | 34.38 | 36.73 | 32.31 | 31.82 | 34.00 | 🌟 Elite |
 
38
  | 4 | o1-mini | 28.13 | 32.65 | 26.15 | 22.73 | 28.00 | πŸ’Ž Superior |
39
  | 5 | deepseek-V3 | 28.13 | 30.61 | 26.15 | 22.73 | 27.50 | πŸ’Ž Superior |
40
  | 6 | phi-4 | 25.00 | 30.61 | 20.00 | 22.73 | 24.50 | πŸ’Ž Superior |
41
+ | 7 | Claude-3-5-sonnet | 15.63 | 32.65 | 26.15 | 22.73 | 24.00 | πŸ”Έ Advanced |
42
  | 8 | gemini-2.0-flash-exp | 20.31 | 26.53 | 24.62 | 27.27 | 24.00 | πŸ”Έ Advanced |
43
  | 9 | Qwen2.5-Coder-32B-Instruct | 25.00 | 26.53 | 23.08 | 9.09 | 23.00 | πŸ”Έ Advanced |
44
  | 10 | gemini-2.0-flash-thinking-exp | 20.31 | 16.33 | 18.46 | 27.27 | 19.50 | πŸ”Έ Advanced |
 
64
  - βšͺ Basic: Bottom 30%
65
 
66
  **Instance Categories:**
67
+ - **Query**: Instances that involve classic retrieval operations (i.e., SELECT).
 
68
  - **Management**: Instances that perform database management (e.g, CREATE, UPDATE, INSERT).
69
+ - **Personalization**: Instances requiring a custom approach to achieve.
70
+ - **Efficiency**: Instances focused on query optimization.
71
 
72
  Represent as `issue_type` in each data instance.
73