Publish ThinkingBox-Bench viewer data - #21
Merged
Liang-Chun Tsai (ltsai-dev) merged 2 commits intoAug 24, 2026
Merged
Conversation
Add a standalone Hugging Face dataset bundle and deterministic exporter for the 507 benchmark tasks, five scenarios, and agent configuration. Link the public Microsoft dataset from the repository documentation. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4cbb7478-bf25-43a3-bcd3-ee1b047cc63c
Liang-Chun Tsai (ltsai-dev)
requested review from
a team
and
a lite review from Copilot
August 24, 2026 16:29
Copilot started reviewing on behalf of
Liang-Chun Tsai (ltsai-dev)
August 24, 2026 16:29
View session
There was a problem hiding this comment.
Pull request overview
This PR publishes a Hugging Face–friendly “viewer bundle” for the ThinkingBox-Bench v1.0 release, including a deterministic exporter that materializes three Parquet tables (tasks, scenarios, agents) plus the dataset card and license, and links that public dataset from the main repository docs.
Changes:
- Add
scripts/export_huggingface_viewer.pyto generate/check deterministic Parquet exports for Hugging Face Dataset Viewer usage. - Document the Hugging Face Dataset Viewer and maintainer publishing workflow in the v1.0 release README.
- Add a self-contained Hugging Face bundle (dataset card + license) and link the public Hugging Face dataset from the repo root README.
Reviewed changes
Copilot reviewed 5 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| scripts/export_huggingface_viewer.py | Deterministic exporter/checker that builds tasks, scenarios, and agents Parquet tables from canonical release sources. |
| releases/thinkingbox_bench_v1/README.md | Adds Viewer link + maintainer workflow for regenerating/checking and publishing the Hugging Face bundle. |
| releases/thinkingbox_bench_v1/huggingface/README.md | Adds dataset card (front-matter + documentation) describing subsets, fields, and evaluation materialization behavior. |
| releases/thinkingbox_bench_v1/huggingface/LICENSE.txt | Adds the license text to ship alongside the redistributed dataset bundle. |
| README.md | Links the public Hugging Face dataset and clarifies it’s a viewer-friendly representation (GitHub remains executable source). |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+266
to
+270
| if ( | ||
| not LICENSE_DESTINATION.exists() | ||
| or LICENSE_DESTINATION.read_bytes() != LICENSE_SOURCE.read_bytes() | ||
| ): | ||
| errors.append(f"Outdated {LICENSE_DESTINATION.relative_to(ROOT)}") |
Fail code quality checks when generated tables, license, dataset-card configs, bundle layout, or task-to-scenario relationships drift from the canonical sources. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4cbb7478-bf25-43a3-bcd3-ee1b047cc63c
Tuhin Kundu (TuhinKundu)
approved these changes
Aug 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
datasets