Datasets:
Update evaluations/tasks/sfe/utils.py
Browse files
evaluations/tasks/sfe/utils.py
CHANGED
|
@@ -33,7 +33,7 @@ API_TYPE = os.getenv("API_TYPE", "openai")
|
|
| 33 |
MODEL_VERSION = os.getenv("MODEL_VERSION", "gpt-4o-2024-08-06")
|
| 34 |
FILE_NAME = os.getenv("FILE_NAME", "sfe_test.json")
|
| 35 |
|
| 36 |
-
JUDGE_RULES = """You are a strict evaluator assessing answer correctness. You must score the model's prediction on a scale from 0 to
|
| 37 |
# Input
|
| 38 |
Question:
|
| 39 |
```
|
|
@@ -60,7 +60,7 @@ Model Prediction:
|
|
| 60 |
- For questions requiring units, both value and unit must be correct
|
| 61 |
|
| 62 |
# Scoring Guide
|
| 63 |
-
Provide a single integer from 0 to
|
| 64 |
|
| 65 |
# Strict Output format example
|
| 66 |
4"""
|
|
|
|
| 33 |
MODEL_VERSION = os.getenv("MODEL_VERSION", "gpt-4o-2024-08-06")
|
| 34 |
FILE_NAME = os.getenv("FILE_NAME", "sfe_test.json")
|
| 35 |
|
| 36 |
+
JUDGE_RULES = """You are a strict evaluator assessing answer correctness. You must score the model's prediction on a scale from 0 to 10, where 0 represents an entirely incorrect answer and 10 indicates a highly correct answer.
|
| 37 |
# Input
|
| 38 |
Question:
|
| 39 |
```
|
|
|
|
| 60 |
- For questions requiring units, both value and unit must be correct
|
| 61 |
|
| 62 |
# Scoring Guide
|
| 63 |
+
Provide a single integer from 0 to 10 to reflect your judgment of the answer's correctness.
|
| 64 |
|
| 65 |
# Strict Output format example
|
| 66 |
4"""
|