Update uncertainty_gym.py
#2
by Jasonbruck - opened
YAML Metadata Error:Invalid content in eval.yaml.
Check out the documentation for more information.
Show details
✖ Invalid input
→ at evaluation_framework
- uncertainty_gym.py +4 -2
uncertainty_gym.py
CHANGED
|
@@ -14,10 +14,12 @@ _CITATION = """\
|
|
| 14 |
title={UncertaintyGym: A Benchmark for LLM Meta-Cognitive Calibration and Explicit Uncertainty Expression},
|
| 15 |
author={UncertaintyGym Contributors},
|
| 16 |
year={2026},
|
| 17 |
-
howpublished={\\url{https://huggingface.co/datasets/
|
| 18 |
}
|
| 19 |
"""
|
| 20 |
|
|
|
|
|
|
|
| 21 |
_DESCRIPTION = """\
|
| 22 |
UncertaintyGym is a rigorous evaluation benchmark designed to measure an LLM's ability to
|
| 23 |
express uncertainty, disambiguate missing context, reject false premises, and recognize
|
|
@@ -28,7 +30,7 @@ inherently unknowable queries across 4 distinct categories:
|
|
| 28 |
- Category D: Inherently Unknowable / Future / Undecidable
|
| 29 |
"""
|
| 30 |
|
| 31 |
-
_HOMEPAGE = "https://huggingface.co/datasets/
|
| 32 |
_LICENSE = "apache-2.0"
|
| 33 |
|
| 34 |
_URLS = {
|
|
|
|
| 14 |
title={UncertaintyGym: A Benchmark for LLM Meta-Cognitive Calibration and Explicit Uncertainty Expression},
|
| 15 |
author={UncertaintyGym Contributors},
|
| 16 |
year={2026},
|
| 17 |
+
howpublished={\\url{https://huggingface.co/datasets/Muse-Ltd/UncertaintyGym}}
|
| 18 |
}
|
| 19 |
"""
|
| 20 |
|
| 21 |
+
_HOMEPAGE = "https://huggingface.co/datasets/Muse-Ltd/UncertaintyGym"
|
| 22 |
+
|
| 23 |
_DESCRIPTION = """\
|
| 24 |
UncertaintyGym is a rigorous evaluation benchmark designed to measure an LLM's ability to
|
| 25 |
express uncertainty, disambiguate missing context, reject false premises, and recognize
|
|
|
|
| 30 |
- Category D: Inherently Unknowable / Future / Undecidable
|
| 31 |
"""
|
| 32 |
|
| 33 |
+
_HOMEPAGE = "https://huggingface.co/datasets/Muse-Ltd/UncertaintyGym"
|
| 34 |
_LICENSE = "apache-2.0"
|
| 35 |
|
| 36 |
_URLS = {
|