reasoning-degeneration-dev/test-updated-extractor-v2
test-updated-extractor-v2 LLM-based math span extraction with canonicalization Dataset Info Rows: 1 Columns: 26 Columns Column Type Description question Value('string') No description provided metadata Value('string') No description provided task_source Value('string') No description provided formatted_prompt List({'content': Value('string'), 'role': Value('string')}) No description provided responses_by_sample… See the full description on the dataset page: https://huggingface.co/datasets/reasoning-degeneration-dev/test-updated-extractor-v2.
test-updated-extractor-v2
LLM-based math span extraction with canonicalization
Dataset Info
- Rows: 1
- Columns: 26
Columns
Generation Parameters
{
"script_name": "stage_02_alternative_llm_extractor.py",
"model": "gpt-4o-mini",
"hyperparameters": {
"chunking_mode": "paragraph"
},
"input_datasets": [
"reasoning-degeneration-dev/EAS-Qwen3-30B-A3B-Thinking-2507-cd8arg-iterative"
],
"description": "LLM-based math span extraction with canonicalization"
}Experiment Documentation
For complete experiment details, see https://github.com/reasoning-degeneration/ReasoningDegeneration/tree/main/experiments/degen_test_1_countdown/documentation
Usage
from datasets import load_dataset
dataset = load_dataset("reasoning-degeneration-dev/test-updated-extractor-v2", split="train")
print(f"Loaded {len(dataset)} rows")This dataset is tracked in [reasoning-degeneration-dev/PROJECT-MANIFEST](https://huggingface.co/datasets/reasoning-degeneration-dev/PROJECT-MANIFEST)
