Views
No views yet
xHSCIC: permutation-free conditional independence testing and method
reconstruction from a paper-plus-code corpus.cauchy: higher-order causal discovery with hypergraph structure and kernel
interaction tests.artifacts/ surface for finalized eval runs, reports, and
model outputs later.lab/environments/poolside_env/ contains the Prime/Verifiers environment
used to standardize raw scientific material before prompting or judging.lab/environments/poolside_env/reference/xhscic/ bundles the xHSCIC paper,
implementation, and experiment assets.lab/environments/poolside_env/reference/causal-higher-order/ bundles the
cauchy paper scaffold, code, and smoke tests.lab/configs/eval/ contains the Laguna XS.2 eval suites for both tracks.scripts/publish_to_hf.py syncs this staged repo to Hugging Face.scripts/stage_release_artifacts.py prepares future public eval artifacts in
a cleaner release layout.1cd lab
2prime env install poolside-env -p ./environments --plain
3prime eval run configs/eval/laguna-xs2-causal-research.toml
4prime eval run configs/eval/laguna-xs2-conditional-higher-order.tomloutputs/ directories.artifacts/:metadata.json and results.jsonl1artifacts/
2├── evals/ curated eval releases
3├── manifests/ machine-readable indices for published artifacts
4├── models/ adapters, merged checkpoints, quantized exports
5└── reports/ plots, tables, short writeups, and benchmark noteslab/outputs/evals/ into the
public layout without copying over every transient log by default:1python scripts/stage_release_artifacts.py --track laguna-xs2-causal-research --dry-run
2python scripts/stage_release_artifacts.py --track laguna-xs2-conditional-higher-order --dry-run--dry-run and
then sync the repo.1cd lab
2uv run python -c "from huggingface_hub import login; login(add_to_git_credential=True)"1cd lab
2uv run python ../scripts/publish_to_hf.py \
3 --repo-id poolside-laguna-hackathon/causal-discovery-researchpublish_to_hf.py defaults to a model repo because that is the most visible
artifact type in the hackathon org, but --repo-type dataset and
--repo-type space are also supported.