--- license: cc-by-4.0 language: - en pretty_name: Australian Commonwealth Legislation (jurisd legislation-cth) tags: - legal - australian-law - legislation - commonwealth - statute - embeddings - retrieval - citation-graph size_categories: - 100K[384]`). | | `edges.parquet` | 927,210 | Citation graph: act–provision containment and cross-document `cites` edges. | | `unmatched_citations.parquet` | 25,399 | Detected citations that did not resolve to an in-corpus target (provenance / coverage honesty). | | `manifest.json` | — | Machine-readable module descriptor: per-file `sha256` + row counts, embedding descriptor, licence block, and the `base_uri` jurisd resolves files against. | The embeddings are **inline** in `chunks.parquet`, so the module is fully self-contained: no separate vector store and no embedding step needed to query it. ## Use with jurisd The jurisd MCP server installs and queries this module directly: ```bash jurisd fetch-module legislation-cth # downloads + verifies against manifest sha256 jurisd verify-module legislation-cth ``` A query is embedded locally with the same `bge-small-en-v1.5` model and ranked by cosine similarity over the inline chunk embeddings, entirely offline. ## Source and provenance Built from the [Open Australian Legal Corpus](https://huggingface.co/datasets/umarbutler/open-australian-legal-corpus), filtered to Commonwealth primary and secondary legislation. Provenance is pinned in `manifest.json` via the corpus sha256 and the recipe git commit; per-file integrity is enforced by jurisd's `fetch-module` against the manifest `sha256` values on download. ## Licence and attribution Released under **CC-BY-4.0**. When redistributing, retain: - Contains material from the Open Australian Legal Corpus, CC BY 4.0. - Federal Register of Legislation material © Commonwealth of Australia, CC BY 4.0. - Embeddings generated locally with `BAAI/bge-small-en-v1.5` (open, ONNX); offline module class. ## Citation ```bibtex @misc{jurisd_legislation_cth_2026, title = {legislation-cth: Australian Commonwealth Legislation retrieval module}, author = {Brenner, Russell}, year = {2026}, howpublished = {Hugging Face Datasets}, url = {https://huggingface.co/datasets/workingmem/legislation-cth} } ``` Contact: contact@workingmem.ai