Lukas Helff
commited on
Commit
·
0f1c352
1
Parent(s):
1fe4885
make eval config obligatory
Browse files
VerifiableRewardsForScalableLogicalReasoning.py
CHANGED
|
@@ -261,7 +261,10 @@ class VerifiableRewardsForScalableLogicalReasoning(evaluate.Metric):
|
|
| 261 |
'predictions': datasets.Value('string'),
|
| 262 |
'references': {
|
| 263 |
'validation_program': datasets.Value('string'),
|
| 264 |
-
'evaluation_config':
|
|
|
|
|
|
|
|
|
|
| 265 |
},
|
| 266 |
}),
|
| 267 |
codebase_urls=["https://github.com/AIML-TUDA/SLR-Bench"],
|
|
|
|
| 261 |
'predictions': datasets.Value('string'),
|
| 262 |
'references': {
|
| 263 |
'validation_program': datasets.Value('string'),
|
| 264 |
+
'evaluation_config': {
|
| 265 |
+
'positive_predicate': datasets.Value('string'),
|
| 266 |
+
'negative_predicate': datasets.Value('string')
|
| 267 |
+
}
|
| 268 |
},
|
| 269 |
}),
|
| 270 |
codebase_urls=["https://github.com/AIML-TUDA/SLR-Bench"],
|