Commit ·
9e567c6
1
Parent(s): 5cdede5
License: switch to CC-BY-NC-4.0 to inherit DSBench non-commercial dataset terms
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
- tabular-classification
|
| 5 |
- tabular-regression
|
|
@@ -185,7 +185,7 @@ The `True column` column is the answer the clarification oracle returns when an
|
|
| 185 |
|
| 186 |
## License
|
| 187 |
|
| 188 |
-
The contents of this repository (prompts, manifests, task index, decoy recipes) are released under **CC-BY-4.0**. The `task.txt` files are factual paraphrases of publicly available Kaggle competition descriptions; the `task_ambig.txt` files, the decoy-generation recipes in `_manifest.json.ambig_recipe`, and the per-task diagnostics are original contributions.
|
| 189 |
|
| 190 |
The per-task `eval.py` evaluators are **redistributed unchanged from [DSBench](https://github.com/LiqiangJing/DSBench)** (Jing et al., 2024) so that grading remains bit-identical to upstream. Some still contain inline comments in Chinese — these are upstream artefacts.
|
| 191 |
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
task_categories:
|
| 4 |
- tabular-classification
|
| 5 |
- tabular-regression
|
|
|
|
| 185 |
|
| 186 |
## License
|
| 187 |
|
| 188 |
+
The contents of this repository (prompts, manifests, task index, decoy recipes) are released under **CC-BY-NC-4.0**, inheriting the non-commercial research-use restriction from the upstream DSBench dataset terms (DSBench code is MIT). The `task.txt` files are factual paraphrases of publicly available Kaggle competition descriptions; the `task_ambig.txt` files, the decoy-generation recipes in `_manifest.json.ambig_recipe`, and the per-task diagnostics are original contributions.
|
| 189 |
|
| 190 |
The per-task `eval.py` evaluators are **redistributed unchanged from [DSBench](https://github.com/LiqiangJing/DSBench)** (Jing et al., 2024) so that grading remains bit-identical to upstream. Some still contain inline comments in Chinese — these are upstream artefacts.
|
| 191 |
|