CoolFace
Datasetpublic

reasoning-degeneration-dev/t1-strategy-countdown-treesearch-together_ai-moonshotai-kimi-k2-thinking-kimi-think

t1-strategy-countdown-treesearch-together_ai-moonshotai-kimi-k2-thinking-kimi-think Strategy compliance evaluation on countdown arithmetic — tree-search variant. Model was instructed to use a systematic tree search with explicit backtracking. Compliance is scored by an LLM judge (1-5 Likert). Results Metric Value pass@1 0.2000 Strategy compliance (mean) 1.20 Strategy compliance (min) 1 Strategy compliance (max) 2 Total problems 10… See the full description on the dataset page: https://huggingface.co/datasets/reasoning-degeneration-dev/t1-strategy-countdown-treesearch-together_ai-moonshotai-kimi-k2-thinking-kimi-think.

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes25downloads
Dataset Card

t1-strategy-countdown-treesearch-together_ai-moonshotai-kimi-k2-thinking-kimi-think

Strategy compliance evaluation on countdown arithmetic — tree-search variant.

Model was instructed to use a systematic tree search with explicit backtracking. Compliance is scored by an LLM judge (1-5 Likert).

Results

MetricValue
pass@10.2000
Strategy compliance (mean)1.20
Strategy compliance (min)1
Strategy compliance (max)2
Total problems10

Compliance Distribution

ScoreCountMeaning
18Non-compliant
22Minimal
30Partial
40Mostly compliant
50Fully compliant

Details

ParameterValue
Modeltogether_ai/moonshotai/Kimi-K2-Thinking
ThinkingTrue
Temperature0.7
Max tokens32768
Judge modelopenai/gpt-4o-mini
Num examples10
Num args8
Varianttree-search

Usage

python
from datasets import load_dataset
ds = load_dataset("reasoning-degeneration-dev/t1-strategy-countdown-treesearch-together_ai-moonshotai-kimi-k2-thinking-kimi-think", split="train")
scores = ds["strategy_compliance"]
print(f"Mean compliance: {sum(scores) / len(scores):.2f}")

Tracked in [reasoning-degeneration-dev/PROJECT-MANIFEST](https://huggingface.co/datasets/reasoning-degeneration-dev/PROJECT-MANIFEST)