An observation-grounded benchmark framework for scientific modeling and design.
Project description
SciModelingBench
SciModelingBench is a Python framework for reproducible scientific modeling and design benchmarks. Version 0.1.0 provides the first experimental package surface for loading versioned observations, validating scientific schemas, constructing agent-visible inputs, and evaluating candidates against trusted objectives.
Installation
SciModelingBench requires Python 3.10 or later.
From PyPI:
python -m pip install "sci-modeling-bench==0.1.0"
From the GitHub v0.1.0 source tag:
python -m pip install \
"git+https://github.com/xukp20/sci-modeling-bench.git@v0.1.0"
Scope
SciModelingBench provides:
- revision-pinned loading of scientific datasets hosted on Hugging Face;
- semantic manifests, schemas, provenance metadata, and structured validation;
- trusted Objectives for candidate-to-target evaluation;
- Protocols that construct the information exposed to an optimization agent;
- optional, lazily loaded domain-knowledge resources.
The package does not yet define Tasks, submission formats, metrics, query budgets, agent workflows, or evaluation harnesses.
Minimal TFBind8 Example
The first integration exposes the canonical TFBind8 SIX6_REF_R1 landscape,
an exact black-box Objective, and the Design-Bench bottom-50% offline-data
Protocol:
from sci_modeling_bench.suites.design_bench import (
TFBind8Dataset,
TFBind8DesignBenchProtocol,
TFBind8ExactObjective,
)
dataset = TFBind8Dataset.from_hub(
revision="2ee2856f4255bb6a64c11b6c2660a6f41418e654"
)
offline_data = TFBind8DesignBenchProtocol().build_input(dataset)
score = TFBind8ExactObjective(dataset).evaluate({"sequence": "AACCGGTT"})
The TFBind8 observations are downloaded from the public SciModelingBench Hugging Face organization and are not bundled in the Python wheel.
Core Concepts
- Dataset binds immutable observations to metadata, semantic fields, validation rules, splits, and optional knowledge.
- Objective validates candidates and returns declared target values while preserving batch order and repeated candidates.
- Protocol derives the data or context visible to an agent without modifying the underlying Dataset.
- Knowledge provides read-only explanatory resources pinned to the same dataset revision.
Dataset Artifacts
Dataset artifacts are hosted separately from this package. Neither the PyPI distribution nor the GitHub source repository bundles observation tables. Loaders resolve dedicated Hugging Face Dataset repositories at pinned commits; the package contains the framework, integrations, validators, and reproducible builders.
Documentation
- Documentation index
- Architecture and core concepts
- Dataset API
- Objective API
- Protocol API
- TFBind8 integration
- Changelog
Release Status
Version 0.1.0 is the initial experimental release. Dataset, Objective, and Protocol interfaces are implemented but may change as additional scientific benchmarks are integrated. The TFBind8 code path has been validated against the pinned public Hugging Face artifact and the legacy Design-Bench arrays.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sci_modeling_bench-0.1.0.tar.gz.
File metadata
- Download URL: sci_modeling_bench-0.1.0.tar.gz
- Upload date:
- Size: 48.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af59ff7a3af30fc6c9f54f21640933b1e21d5d57ffef3cbbb276566ab98f691e
|
|
| MD5 |
bba60686df4a105ee4f5f56e003c18e4
|
|
| BLAKE2b-256 |
96559024ae3b35c8ee9c1a4b1fe555b989356c4d5c752c25293878c871f0fa2f
|
Provenance
The following attestation bundles were made for sci_modeling_bench-0.1.0.tar.gz:
Publisher:
release.yml on xukp20/sci-modeling-bench
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sci_modeling_bench-0.1.0.tar.gz -
Subject digest:
af59ff7a3af30fc6c9f54f21640933b1e21d5d57ffef3cbbb276566ab98f691e - Sigstore transparency entry: 2181140056
- Sigstore integration time:
-
Permalink:
xukp20/sci-modeling-bench@87fdf9331eefc79e7062c2a218a7e3211fce6921 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/xukp20
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@87fdf9331eefc79e7062c2a218a7e3211fce6921 -
Trigger Event:
push
-
Statement type:
File details
Details for the file sci_modeling_bench-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sci_modeling_bench-0.1.0-py3-none-any.whl
- Upload date:
- Size: 32.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e23ec7f7124ec4ea270a7e6fc5cb4306d818daa78d4e97d8db8a43302d02aca
|
|
| MD5 |
3df2328d161941d6652f6d338cf104ff
|
|
| BLAKE2b-256 |
a4116989c298564640f5cc9d0bc4573a83a9d0815a3de6afc7c59fd554bc8870
|
Provenance
The following attestation bundles were made for sci_modeling_bench-0.1.0-py3-none-any.whl:
Publisher:
release.yml on xukp20/sci-modeling-bench
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sci_modeling_bench-0.1.0-py3-none-any.whl -
Subject digest:
6e23ec7f7124ec4ea270a7e6fc5cb4306d818daa78d4e97d8db8a43302d02aca - Sigstore transparency entry: 2181140102
- Sigstore integration time:
-
Permalink:
xukp20/sci-modeling-bench@87fdf9331eefc79e7062c2a218a7e3211fce6921 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/xukp20
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@87fdf9331eefc79e7062c2a218a7e3211fce6921 -
Trigger Event:
push
-
Statement type: