Skip to main content

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

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

sci_modeling_bench-0.1.0.tar.gz (48.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sci_modeling_bench-0.1.0-py3-none-any.whl (32.9 kB view details)

Uploaded Python 3

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

Hashes for sci_modeling_bench-0.1.0.tar.gz
Algorithm Hash digest
SHA256 af59ff7a3af30fc6c9f54f21640933b1e21d5d57ffef3cbbb276566ab98f691e
MD5 bba60686df4a105ee4f5f56e003c18e4
BLAKE2b-256 96559024ae3b35c8ee9c1a4b1fe555b989356c4d5c752c25293878c871f0fa2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sci_modeling_bench-0.1.0.tar.gz:

Publisher: release.yml on xukp20/sci-modeling-bench

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sci_modeling_bench-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for sci_modeling_bench-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6e23ec7f7124ec4ea270a7e6fc5cb4306d818daa78d4e97d8db8a43302d02aca
MD5 3df2328d161941d6652f6d338cf104ff
BLAKE2b-256 a4116989c298564640f5cc9d0bc4573a83a9d0815a3de6afc7c59fd554bc8870

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page