Datasets:
Open Reason v1.3.8 dataset card (Apache-2.0)
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
pretty_name: Open Reason
|
| 3 |
-
license:
|
| 4 |
task_categories:
|
| 5 |
- text-generation
|
| 6 |
- question-answering
|
|
@@ -61,7 +61,7 @@ configs:
|
|
| 61 |
|
| 62 |
Open Reason is a provenance-aware corpus plus a reproducible pipeline. It is intended for training and evaluating systems on coding, mathematics, science, structured decision-making, and human problem solving.
|
| 63 |
|
| 64 |
-
**Open Reason does not use Reddit as a data source.** Quora is not a primary source of truth.
|
| 65 |
|
| 66 |
## Supported tasks
|
| 67 |
|
|
@@ -74,15 +74,15 @@ Open Reason is a provenance-aware corpus plus a reproducible pipeline. It is int
|
|
| 74 |
|
| 75 |
## Languages
|
| 76 |
|
| 77 |
-
Prompts and solutions are English. Verified coding languages in v1.
|
| 78 |
|
| 79 |
## Source information
|
| 80 |
|
| 81 |
-
| Kind | How to recognize | v1.
|
| 82 |
| --- | --- | --- |
|
| 83 |
| Human-authored | `provenance.source_type = human_authored` | Teaching, synthesis, qualitative items |
|
| 84 |
| Synthetic | `provenance.source_type = synthetic` plus `generator` | Math, science, most reasoning/coding, curriculum |
|
| 85 |
-
| Source-derived | `open_source` / `
|
| 86 |
| Verified | `quality.verified = true` and `verification.passed = true` | Coding sandbox, sympy, numeric, constraint checks |
|
| 87 |
| Unverified | `quality.verified = false` | Reviewed teaching and misconception items (tier A) |
|
| 88 |
|
|
@@ -90,7 +90,7 @@ Never treat synthetic rows as human-authored. Never treat unverified rows as exe
|
|
| 90 |
|
| 91 |
## Licensing
|
| 92 |
|
| 93 |
-
Original dataset content
|
| 94 |
|
| 95 |
## Provenance
|
| 96 |
|
|
@@ -110,7 +110,7 @@ Exact SHA-256 of canonical fields, normalized prompt/answer hashes, 64-bit simha
|
|
| 110 |
|
| 111 |
## Quality controls
|
| 112 |
|
| 113 |
-
Schema, SPDX allowlist, Reddit rejection, Quora-as-source rejection, PII heuristics, sandbox/sympy/numeric checks, community-votes-are-not-verification. Tiers S/A/B/C: [docs/quality.md](docs/quality.md). `evidence_confidence` is not a claim of truth.
|
| 114 |
|
| 115 |
## Intended uses
|
| 116 |
|
|
@@ -118,7 +118,7 @@ Research on reasoning and code models; filtering by domain, language, tier, and
|
|
| 118 |
|
| 119 |
## Limitations
|
| 120 |
|
| 121 |
-
Small v1.
|
| 122 |
|
| 123 |
## Bias considerations
|
| 124 |
|
|
@@ -126,34 +126,35 @@ Synthetic generators encode the authors' choice of topics (software engineering,
|
|
| 126 |
|
| 127 |
## Ethical considerations
|
| 128 |
|
| 129 |
-
No Reddit/social dumps. Defensive security only. Minimize PII. Do not present this as a universal "human reasoning" sample.
|
| 130 |
|
| 131 |
## Maintenance
|
| 132 |
|
| 133 |
Issues and PRs: https://github.com/theworker02/open-reason
|
| 134 |
Hugging Face dataset: https://huggingface.co/datasets/theworker02/open-reason
|
|
|
|
| 135 |
Releases are immutable; GitHub tags map to Hub revisions. Fixes ship in a new version. Shards are not stored in the GitHub git tree.
|
| 136 |
|
| 137 |
## Citation
|
| 138 |
|
| 139 |
See `CITATION.cff` and the README BibTeX entry.
|
| 140 |
|
| 141 |
-
## v1.
|
| 142 |
|
| 143 |
<!-- BEGIN_RELEASE_SNAPSHOT -->
|
| 144 |
-
Pipeline version **1.
|
| 145 |
|
| 146 |
| Configuration | Examples | Verified | Human-authored |
|
| 147 |
| --- | ---: | ---: | ---: |
|
| 148 |
-
| coding |
|
| 149 |
-
| reasoning |
|
| 150 |
-
| science |
|
| 151 |
-
| mathematics |
|
| 152 |
| human | 268 | 240 | 28 |
|
| 153 |
-
| education |
|
| 154 |
-
| core |
|
| 155 |
-
| verified |
|
| 156 |
-
| all |
|
| 157 |
|
| 158 |
Rebuild with `open-reason build --config all --seed 42 --out data/release`.
|
| 159 |
Full tables: `data/release/statistics.md`.
|
|
|
|
| 1 |
---
|
| 2 |
pretty_name: Open Reason
|
| 3 |
+
license: apache-2.0
|
| 4 |
task_categories:
|
| 5 |
- text-generation
|
| 6 |
- question-answering
|
|
|
|
| 61 |
|
| 62 |
Open Reason is a provenance-aware corpus plus a reproducible pipeline. It is intended for training and evaluating systems on coding, mathematics, science, structured decision-making, and human problem solving.
|
| 63 |
|
| 64 |
+
**Open Reason does not use Reddit as a data source.** Quora is not a primary source of truth. Case study: [docs/why-not-reddit.md](docs/why-not-reddit.md).
|
| 65 |
|
| 66 |
## Supported tasks
|
| 67 |
|
|
|
|
| 74 |
|
| 75 |
## Languages
|
| 76 |
|
| 77 |
+
Prompts and solutions are English. Verified coding languages in v1.3.8: Python, SQL, JavaScript (when the sandbox can run them). Other languages appear as original concept tasks and are not marked verified.
|
| 78 |
|
| 79 |
## Source information
|
| 80 |
|
| 81 |
+
| Kind | How to recognize | v1.3.8 |
|
| 82 |
| --- | --- | --- |
|
| 83 |
| Human-authored | `provenance.source_type = human_authored` | Teaching, synthesis, qualitative items |
|
| 84 |
| Synthetic | `provenance.source_type = synthetic` plus `generator` | Math, science, most reasoning/coding, curriculum |
|
| 85 |
+
| Source-derived | `open_source` / `community` with provenance URL/commit | GitHub-permissive original tasks; Stack Overflow *seeds* (`verbatim=false`) |
|
| 86 |
| Verified | `quality.verified = true` and `verification.passed = true` | Coding sandbox, sympy, numeric, constraint checks |
|
| 87 |
| Unverified | `quality.verified = false` | Reviewed teaching and misconception items (tier A) |
|
| 88 |
|
|
|
|
| 90 |
|
| 91 |
## Licensing
|
| 92 |
|
| 93 |
+
Original dataset content and pipeline: [Apache 2.0](LICENSE). Per-row `provenance.license_spdx` is authoritative for upstream GitHub/SO snippets.
|
| 94 |
|
| 95 |
## Provenance
|
| 96 |
|
|
|
|
| 110 |
|
| 111 |
## Quality controls
|
| 112 |
|
| 113 |
+
Schema, SPDX allowlist, Reddit rejection, Quora-as-source rejection, PII heuristics, sandbox/sympy/numeric checks, community-votes-are-not-verification. Tiers S/A/B/C: [docs/quality.md](docs/quality.md). Reddit case study: [docs/why-not-reddit.md](docs/why-not-reddit.md). `evidence_confidence` is not a claim of truth.
|
| 114 |
|
| 115 |
## Intended uses
|
| 116 |
|
|
|
|
| 118 |
|
| 119 |
## Limitations
|
| 120 |
|
| 121 |
+
Small v1.3.8 corpus; still English-centric; verified coding languages limited to sandbox runtimes; teaching items are not executable oracles unless a numeric/sympy/sandbox check exists; third-party educational sites are registered but not scraped; denylists cannot be complete.
|
| 122 |
|
| 123 |
## Bias considerations
|
| 124 |
|
|
|
|
| 126 |
|
| 127 |
## Ethical considerations
|
| 128 |
|
| 129 |
+
No Reddit/social dumps. Case study: [docs/why-not-reddit.md](docs/why-not-reddit.md). Defensive security only. Minimize PII. Do not present this as a universal "human reasoning" sample.
|
| 130 |
|
| 131 |
## Maintenance
|
| 132 |
|
| 133 |
Issues and PRs: https://github.com/theworker02/open-reason
|
| 134 |
Hugging Face dataset: https://huggingface.co/datasets/theworker02/open-reason
|
| 135 |
+
Small CPU model (not 1B): https://huggingface.co/theworker02/open-reason-small
|
| 136 |
Releases are immutable; GitHub tags map to Hub revisions. Fixes ship in a new version. Shards are not stored in the GitHub git tree.
|
| 137 |
|
| 138 |
## Citation
|
| 139 |
|
| 140 |
See `CITATION.cff` and the README BibTeX entry.
|
| 141 |
|
| 142 |
+
## v1.3.8 snapshot
|
| 143 |
|
| 144 |
<!-- BEGIN_RELEASE_SNAPSHOT -->
|
| 145 |
+
Pipeline version **1.3.8**.
|
| 146 |
|
| 147 |
| Configuration | Examples | Verified | Human-authored |
|
| 148 |
| --- | ---: | ---: | ---: |
|
| 149 |
+
| coding | 354 | 340 | 0 |
|
| 150 |
+
| reasoning | 381 | 381 | 0 |
|
| 151 |
+
| science | 368 | 368 | 0 |
|
| 152 |
+
| mathematics | 648 | 648 | 0 |
|
| 153 |
| human | 268 | 240 | 28 |
|
| 154 |
+
| education | 337 | 103 | 0 |
|
| 155 |
+
| core | 2348 | 2072 | 28 |
|
| 156 |
+
| verified | 2072 | 2072 | 0 |
|
| 157 |
+
| all | 2348 | 2072 | 28 |
|
| 158 |
|
| 159 |
Rebuild with `open-reason build --config all --seed 42 --out data/release`.
|
| 160 |
Full tables: `data/release/statistics.md`.
|