Align CISR24 metadata with CDTFNet manuscript
Browse filesMetadata-only correction. Dataset payload, DOI revision, version, manifests, audits, and licenses are unchanged.
- CHANGELOG.md +11 -0
- CITATION.cff +1 -0
- README.md +4 -4
- RELEASE.md +8 -4
- SHA256SUMS +61 -61
- docs/DATA_CARD.md +3 -3
- docs/PUBLIC_RELEASE.md +6 -5
- docs/REPRODUCIBILITY.md +3 -3
- files.csv +7 -7
CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
| 1 |
# Changelog
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
## 1.1.1
|
| 4 |
|
| 5 |
- adopt the paper dataset name `CISR24` across public generation and storage;
|
|
|
|
| 1 |
# Changelog
|
| 2 |
|
| 3 |
+
## 2026-07-28 metadata correction
|
| 4 |
+
|
| 5 |
+
- align the accompanying paper title and model name with the final manuscript:
|
| 6 |
+
`CDTFNet: A Cross-Domain Token-Fusion Transformer for Waveform-Level
|
| 7 |
+
Electromagnetic Awareness in Low-Altitude Intelligent Networks`;
|
| 8 |
+
- record the registered dataset DOI in current metadata.
|
| 9 |
+
|
| 10 |
+
No HDF5 payload, manifest, class definition, generator, audit result, license,
|
| 11 |
+
or release version changed. DOI 10.57967/hf/9724 remains bound to the immutable
|
| 12 |
+
`v1.1.1` revision; the mutable repository HEAD contains this metadata correction.
|
| 13 |
+
|
| 14 |
## 1.1.1
|
| 15 |
|
| 16 |
- adopt the paper dataset name `CISR24` across public generation and storage;
|
CITATION.cff
CHANGED
|
@@ -9,6 +9,7 @@ authors:
|
|
| 9 |
given-names: "Maoqian"
|
| 10 |
repository-code: "https://github.com/chaser1780/CISR24"
|
| 11 |
url: "https://huggingface.co/datasets/okra123/CISR24"
|
|
|
|
| 12 |
license: CC-BY-4.0
|
| 13 |
keywords:
|
| 14 |
- integrated sensing and communication
|
|
|
|
| 9 |
given-names: "Maoqian"
|
| 10 |
repository-code: "https://github.com/chaser1780/CISR24"
|
| 11 |
url: "https://huggingface.co/datasets/okra123/CISR24"
|
| 12 |
+
doi: "10.57967/hf/9724"
|
| 13 |
license: CC-BY-4.0
|
| 14 |
keywords:
|
| 15 |
- integrated sensing and communication
|
README.md
CHANGED
|
@@ -15,8 +15,8 @@ tags:
|
|
| 15 |
# CISR24
|
| 16 |
|
| 17 |
CISR24 is the controlled complex-baseband benchmark introduced in the paper
|
| 18 |
-
"
|
| 19 |
-
|
| 20 |
10 communication, 6 sensing, and 8 integrated sensing and communication (ISAC)
|
| 21 |
classes.
|
| 22 |
|
|
@@ -112,5 +112,5 @@ follows [docs/SHORTCUT_AUDIT.md](docs/SHORTCUT_AUDIT.md).
|
|
| 112 |
|
| 113 |
CISR24 is authored by QI Maoqian. Dataset artifacts are licensed under CC BY
|
| 114 |
4.0 and source code is licensed under Apache License 2.0. Release locations and
|
| 115 |
-
version status are recorded in [RELEASE.md](RELEASE.md). The version
|
| 116 |
-
|
|
|
|
| 15 |
# CISR24
|
| 16 |
|
| 17 |
CISR24 is the controlled complex-baseband benchmark introduced in the paper
|
| 18 |
+
"CDTFNet: A Cross-Domain Token-Fusion Transformer for Waveform-Level
|
| 19 |
+
Electromagnetic Awareness in Low-Altitude Intelligent Networks." It defines one closed-set task over 24 waveform classes:
|
| 20 |
10 communication, 6 sensing, and 8 integrated sensing and communication (ISAC)
|
| 21 |
classes.
|
| 22 |
|
|
|
|
| 112 |
|
| 113 |
CISR24 is authored by QI Maoqian. Dataset artifacts are licensed under CC BY
|
| 114 |
4.0 and source code is licensed under Apache License 2.0. Release locations and
|
| 115 |
+
version status are recorded in [RELEASE.md](RELEASE.md). The dataset version is
|
| 116 |
+
registered as [DOI 10.57967/hf/9724](https://doi.org/10.57967/hf/9724).
|
RELEASE.md
CHANGED
|
@@ -1,12 +1,16 @@
|
|
| 1 |
# CISR24 v1.1.1 release
|
| 2 |
|
|
|
|
|
|
|
| 3 |
- Dataset: <https://huggingface.co/datasets/okra123/CISR24>
|
| 4 |
-
- Source code: <https://github.com/chaser1780/CISR24>
|
| 5 |
- Source release: <https://github.com/chaser1780/CISR24/releases/tag/v1.1.1>
|
| 6 |
- Author: QI Maoqian
|
| 7 |
- Data license: CC BY 4.0
|
| 8 |
- Code license: Apache License 2.0
|
| 9 |
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# CISR24 v1.1.1 release
|
| 2 |
|
| 3 |
+
- Dataset DOI: <https://doi.org/10.57967/hf/9724>
|
| 4 |
+
- DOI revision: `e2c10d038b98b0821acca7f09a6b51dcee2a2ba2`
|
| 5 |
- Dataset: <https://huggingface.co/datasets/okra123/CISR24>
|
|
|
|
| 6 |
- Source release: <https://github.com/chaser1780/CISR24/releases/tag/v1.1.1>
|
| 7 |
- Author: QI Maoqian
|
| 8 |
- Data license: CC BY 4.0
|
| 9 |
- Code license: Apache License 2.0
|
| 10 |
|
| 11 |
+
Use the DOI for the dataset citation and the tagged GitHub release for the
|
| 12 |
+
generation, validation, and loader source snapshot.
|
| 13 |
+
|
| 14 |
+
Metadata correction (2026-07-28): the mutable repository HEAD aligns the paper
|
| 15 |
+
title and model name with the final CDTFNet manuscript. The dataset payload and
|
| 16 |
+
DOI revision are unchanged.
|
SHA256SUMS
CHANGED
|
@@ -1,61 +1,61 @@
|
|
| 1 |
-
8aaf48cb04fc245cf37248a77003a3f32bfba5ea95ca80a8443b0507c106d86d audit/effective_snr_grid.json
|
| 2 |
-
6e2eb4d8c86c09ac141e097192dc07d554e8ddb169d1124b45973a37450cd04f audit/name_migration_iq_integrity.json
|
| 3 |
-
a54172ac3eadbc4f13885326a0b0332b9842dac653e5c482652a6df141b99986 audit/naming.json
|
| 4 |
-
0b1a4c82be2ecd04b36d38a45ace625cc72815ba6be031ffdf7c143713aadab5 audit/paper_alignment.json
|
| 5 |
-
c0351e60fa2021fd2c02d385fc8d12c56fb53f30592a556aa074a561830706de audit/release_gate.json
|
| 6 |
-
5772db7fc712d4a1d3c17d0b0e62dd33120f65165a87b3744458344dd289480d audit/release_meta.json
|
| 7 |
-
0a9dbada883b6c0da4d711741d0e456e37e7523ccce32b8e6e6ecf911bb42c23 audit/shortcut/active_length_contingency.pdf
|
| 8 |
-
5b83ca1513f3c4538761296101a446baf9ae1e6cad19618ecebe200e80f4a20c audit/shortcut/active_length_contingency.png
|
| 9 |
-
042ca5e774c8793286c53ff771e74421500400bef87770706e24cb4d72d73570 audit/shortcut/metadata_assisted_class_median_heatmap.pdf
|
| 10 |
-
5537271da52fb05de76e62e5947b07f1ecce2bf1d94934838681183790e9f519 audit/shortcut/metadata_assisted_class_median_heatmap.png
|
| 11 |
-
e0a50ee24a09bdec9c606a63f39136a252a98e15a31d8bc2da2af64ef5235dec audit/shortcut/metadata_assisted_feature_distributions.pdf
|
| 12 |
-
f4c730dbed3488713f2959728d894c56b5e5576506c1868e278eb41e357faf29 audit/shortcut/metadata_assisted_feature_distributions.png
|
| 13 |
-
30cb9e6e0c213a88c1453603140fbc7fcedb13111cfbad0b591844a4a3c51fb3 audit/shortcut/metadata_assisted_mutual_information.pdf
|
| 14 |
-
2e2062e693be880055db7294070deb400e58a53aae3471701cd79a6a596645d9 audit/shortcut/metadata_assisted_mutual_information.png
|
| 15 |
-
a2c30bbe530e9adab3cc7d6ca7a9c702461cea49182764eddfba226ee95d1247 audit/shortcut/record_only_class_median_heatmap.pdf
|
| 16 |
-
e2de926f80ba142b1d2efcc8954ccfdc429589a0083446a196c430826a25ceb8 audit/shortcut/record_only_class_median_heatmap.png
|
| 17 |
-
b47efe9a9eae076f176116a448f5cc14e63e01ed96b1e34f19ed95d9e57a0f41 audit/shortcut/record_only_feature_distributions.pdf
|
| 18 |
-
d7d66fd9e71ef1ea39ade6484c7c91c790f2c433f1e168f58ade981d17556085 audit/shortcut/record_only_feature_distributions.png
|
| 19 |
-
cdbf1d73f25fae6573f0534a32ae920106b7f603273fed9d282b29c7dcf1caaf audit/shortcut/record_only_mutual_information.pdf
|
| 20 |
-
69593c41439cc4fc7ccd9500aee962fdae33b91d5e466b4ec2ec298fb5f1deb7 audit/shortcut/record_only_mutual_information.png
|
| 21 |
-
01fa1461296b095b7fa679f46c79379f8a08f6ad0e18b6274f3a564a8553a3fd audit/shortcut/shortcut_accuracy_by_snr.csv
|
| 22 |
-
0f6de741abf8400814bc227bb363cd072fddea7f377d27c018e7b4506643c7cf audit/shortcut/shortcut_accuracy_by_snr.pdf
|
| 23 |
-
20cfb7473f6ceafea6673744473afb87c9db037eab36cae0aef31a3c64be9f1a audit/shortcut/shortcut_accuracy_by_snr.png
|
| 24 |
-
55bdad4003c7b064c477a6bcf33ab32ccdfa2f1df16893689442d8d364585d1b audit/shortcut/shortcut_confusion_matrices.csv
|
| 25 |
-
9d0d339c39c6c060546ad82c1fe088cce0bc99682541ef3ac1c7ae753fd638d3 audit/shortcut/shortcut_feature_summary.csv
|
| 26 |
-
db471f49c19ca9c550c56b773c9a0e0f1ba8b7badcfca7e179f26e1862f4bcdf audit/shortcut/shortcut_features.csv.gz
|
| 27 |
-
020746aa4a11f6f5376bdb5f8799221ed7393f483032d940fe0bd60e979d59d4 audit/shortcut/shortcut_features_test.npz
|
| 28 |
-
2338c75986f642288fd0d69ab6e06135690316bdc8c1a9ad4c835ea3d08ee183 audit/shortcut/shortcut_features_train.npz
|
| 29 |
-
f95ea9169ed455eed682838daf2258c818901eb4bb0b7585622706c4a6b020b4 audit/shortcut/shortcut_model_metrics.csv
|
| 30 |
-
bddbaef79976d4eb307ebe4be785f31d8acbeb642f3d9c8e483bc5f8fede922d audit/shortcut/shortcut_mutual_information.csv
|
| 31 |
-
dcacd24f5aad945ceb7461dbd71df9ccb35e8fb102377f56367867b2643fa38f audit/shortcut_audit_train.json
|
| 32 |
-
5c4d3d886bdaa5f44bbe09dc9625ee9e2f4d16eff1c0a6aa01b43e452adf0e0f audit/validate_release.json
|
| 33 |
-
83b813107826ebc186b96d2e073e52717721c6386361d314feabab4428b08719 audit/waveform_conformance.json
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
4c7306cb12e5c27b99220dc1ef802ce1aeccc7635d0afff93ec0d96474134bea classes.csv
|
| 37 |
-
|
| 38 |
-
344d84c30bb85646d25ca93ea3cd6eed62a645064378ff6d72419d6a15d5cd97 docs/DATASET_SPEC.md
|
| 39 |
-
fd521d4bb46f9a6d9ce6cdf35a136eced3762a44ef2d250fef70ff791b1ef40c docs/GENERATION_ALGORITHM.md
|
| 40 |
-
3d1bd8723ee1f475bd8c670751599774d1bfe0fc52b84cb1d31829c3e1174ed5 docs/PAPER_ALIGNMENT.md
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
222fb0ccf4f2a294ac87b258a09b89849852cc5572ab59f1da6ef6e9c8c61d5e docs/SCHEMA.md
|
| 44 |
-
361aa379e6f620ae6cbfc36580e5d47da2b14ac07c9b13a069fc0425c72f8dd2 docs/SHORTCUT_AUDIT.md
|
| 45 |
-
7a474a1e8ac3deee09e6b299766090bf2d554773cf363cf763376276dbbf4f27 hdf5/cisr24_test.h5
|
| 46 |
-
3953c8c9e3aca5ce6f9e0bec1d0d8980a238a27f761ac957f549d10481976d0a hdf5/cisr24_train.h5
|
| 47 |
-
348740ad96890deecb9c46c898c8227c301adb4448d27d96c35d0a9a7efba450 hdf5/cisr24_val.h5
|
| 48 |
-
8b440b18c51752a95a4befab4828759e642864a82debfd26b837e67a60d33fa2 label_names.txt
|
| 49 |
-
b30e15d599c4802ff569fd4ec899b78d96278e2aa12c1cc7bf386944e8c475e9 LICENSE-CODE
|
| 50 |
-
100aed16e118e82ea7d0e0ab9c5e68b972158a97c14d37cf40d55d9f11733932 LICENSE-DATA
|
| 51 |
-
7a154bea32cd2721bbb2d4e0408f4e89cbe94078bc54a76f12feecdbea3e11a1 loaders/cisr24.py
|
| 52 |
-
c7685a60a24a1013f6f7e6379c1b0992581775087a30a86496f61143d52fe732 manifests/cisr24_test_manifest.csv
|
| 53 |
-
c56313fc959ae1f947051129ee9a4b98bc5b5d5d49aa3937c2c765a28ab3e36f manifests/cisr24_test_manifest.csv.gz
|
| 54 |
-
4263534d4ceb65ea2b7c775bb080859626eedb126cee21c8f47cf1fa47080387 manifests/cisr24_train_manifest.csv
|
| 55 |
-
15e300f83ad99d7fc22c38f7a005c2ebf9d0f044518c8b8012fe9f8f38bcce4e manifests/cisr24_train_manifest.csv.gz
|
| 56 |
-
426f7cf65c04125cb4bb33385b0d98583ca2e5549ec75d39e498f94299ade8d8 manifests/cisr24_val_manifest.csv
|
| 57 |
-
cc6b9a1b04d1f2b75da079e2f13f0bd61fb74d25b7ca32fb95924226b5dcfb6d manifests/cisr24_val_manifest.csv.gz
|
| 58 |
-
462b932542edf6157b7b934a891e0df311c2a48c0167dc9ad4e3c3863a307d62 provenance/CISR24-source.tar.gz
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 SUCCESS
|
|
|
|
| 1 |
+
8aaf48cb04fc245cf37248a77003a3f32bfba5ea95ca80a8443b0507c106d86d audit/effective_snr_grid.json
|
| 2 |
+
6e2eb4d8c86c09ac141e097192dc07d554e8ddb169d1124b45973a37450cd04f audit/name_migration_iq_integrity.json
|
| 3 |
+
a54172ac3eadbc4f13885326a0b0332b9842dac653e5c482652a6df141b99986 audit/naming.json
|
| 4 |
+
0b1a4c82be2ecd04b36d38a45ace625cc72815ba6be031ffdf7c143713aadab5 audit/paper_alignment.json
|
| 5 |
+
c0351e60fa2021fd2c02d385fc8d12c56fb53f30592a556aa074a561830706de audit/release_gate.json
|
| 6 |
+
5772db7fc712d4a1d3c17d0b0e62dd33120f65165a87b3744458344dd289480d audit/release_meta.json
|
| 7 |
+
0a9dbada883b6c0da4d711741d0e456e37e7523ccce32b8e6e6ecf911bb42c23 audit/shortcut/active_length_contingency.pdf
|
| 8 |
+
5b83ca1513f3c4538761296101a446baf9ae1e6cad19618ecebe200e80f4a20c audit/shortcut/active_length_contingency.png
|
| 9 |
+
042ca5e774c8793286c53ff771e74421500400bef87770706e24cb4d72d73570 audit/shortcut/metadata_assisted_class_median_heatmap.pdf
|
| 10 |
+
5537271da52fb05de76e62e5947b07f1ecce2bf1d94934838681183790e9f519 audit/shortcut/metadata_assisted_class_median_heatmap.png
|
| 11 |
+
e0a50ee24a09bdec9c606a63f39136a252a98e15a31d8bc2da2af64ef5235dec audit/shortcut/metadata_assisted_feature_distributions.pdf
|
| 12 |
+
f4c730dbed3488713f2959728d894c56b5e5576506c1868e278eb41e357faf29 audit/shortcut/metadata_assisted_feature_distributions.png
|
| 13 |
+
30cb9e6e0c213a88c1453603140fbc7fcedb13111cfbad0b591844a4a3c51fb3 audit/shortcut/metadata_assisted_mutual_information.pdf
|
| 14 |
+
2e2062e693be880055db7294070deb400e58a53aae3471701cd79a6a596645d9 audit/shortcut/metadata_assisted_mutual_information.png
|
| 15 |
+
a2c30bbe530e9adab3cc7d6ca7a9c702461cea49182764eddfba226ee95d1247 audit/shortcut/record_only_class_median_heatmap.pdf
|
| 16 |
+
e2de926f80ba142b1d2efcc8954ccfdc429589a0083446a196c430826a25ceb8 audit/shortcut/record_only_class_median_heatmap.png
|
| 17 |
+
b47efe9a9eae076f176116a448f5cc14e63e01ed96b1e34f19ed95d9e57a0f41 audit/shortcut/record_only_feature_distributions.pdf
|
| 18 |
+
d7d66fd9e71ef1ea39ade6484c7c91c790f2c433f1e168f58ade981d17556085 audit/shortcut/record_only_feature_distributions.png
|
| 19 |
+
cdbf1d73f25fae6573f0534a32ae920106b7f603273fed9d282b29c7dcf1caaf audit/shortcut/record_only_mutual_information.pdf
|
| 20 |
+
69593c41439cc4fc7ccd9500aee962fdae33b91d5e466b4ec2ec298fb5f1deb7 audit/shortcut/record_only_mutual_information.png
|
| 21 |
+
01fa1461296b095b7fa679f46c79379f8a08f6ad0e18b6274f3a564a8553a3fd audit/shortcut/shortcut_accuracy_by_snr.csv
|
| 22 |
+
0f6de741abf8400814bc227bb363cd072fddea7f377d27c018e7b4506643c7cf audit/shortcut/shortcut_accuracy_by_snr.pdf
|
| 23 |
+
20cfb7473f6ceafea6673744473afb87c9db037eab36cae0aef31a3c64be9f1a audit/shortcut/shortcut_accuracy_by_snr.png
|
| 24 |
+
55bdad4003c7b064c477a6bcf33ab32ccdfa2f1df16893689442d8d364585d1b audit/shortcut/shortcut_confusion_matrices.csv
|
| 25 |
+
9d0d339c39c6c060546ad82c1fe088cce0bc99682541ef3ac1c7ae753fd638d3 audit/shortcut/shortcut_feature_summary.csv
|
| 26 |
+
db471f49c19ca9c550c56b773c9a0e0f1ba8b7badcfca7e179f26e1862f4bcdf audit/shortcut/shortcut_features.csv.gz
|
| 27 |
+
020746aa4a11f6f5376bdb5f8799221ed7393f483032d940fe0bd60e979d59d4 audit/shortcut/shortcut_features_test.npz
|
| 28 |
+
2338c75986f642288fd0d69ab6e06135690316bdc8c1a9ad4c835ea3d08ee183 audit/shortcut/shortcut_features_train.npz
|
| 29 |
+
f95ea9169ed455eed682838daf2258c818901eb4bb0b7585622706c4a6b020b4 audit/shortcut/shortcut_model_metrics.csv
|
| 30 |
+
bddbaef79976d4eb307ebe4be785f31d8acbeb642f3d9c8e483bc5f8fede922d audit/shortcut/shortcut_mutual_information.csv
|
| 31 |
+
dcacd24f5aad945ceb7461dbd71df9ccb35e8fb102377f56367867b2643fa38f audit/shortcut_audit_train.json
|
| 32 |
+
5c4d3d886bdaa5f44bbe09dc9625ee9e2f4d16eff1c0a6aa01b43e452adf0e0f audit/validate_release.json
|
| 33 |
+
83b813107826ebc186b96d2e073e52717721c6386361d314feabab4428b08719 audit/waveform_conformance.json
|
| 34 |
+
b3244f4ef6d4d3c1b06cbbc6a77d299adcbaf770374906ce54ee635e81aa66d2 CHANGELOG.md
|
| 35 |
+
414737a74d5e62099f8f6932c1cfe9b209102c5cf5d83b675b5d24223792bac1 CITATION.cff
|
| 36 |
+
4c7306cb12e5c27b99220dc1ef802ce1aeccc7635d0afff93ec0d96474134bea classes.csv
|
| 37 |
+
35a30b6bfa66ac71a0ffd44a15a60c93d0a3864706a0b76b53833fa1a238b872 docs/DATA_CARD.md
|
| 38 |
+
344d84c30bb85646d25ca93ea3cd6eed62a645064378ff6d72419d6a15d5cd97 docs/DATASET_SPEC.md
|
| 39 |
+
fd521d4bb46f9a6d9ce6cdf35a136eced3762a44ef2d250fef70ff791b1ef40c docs/GENERATION_ALGORITHM.md
|
| 40 |
+
3d1bd8723ee1f475bd8c670751599774d1bfe0fc52b84cb1d31829c3e1174ed5 docs/PAPER_ALIGNMENT.md
|
| 41 |
+
fdade2ee51bc03499a802168e47a4881fe02a18f0d81cda8c40527be8be4e1a8 docs/PUBLIC_RELEASE.md
|
| 42 |
+
56a8839a697039d2cf5b26d3a5c5fb3588d74d004920e97578e77b87fd816cfb docs/REPRODUCIBILITY.md
|
| 43 |
+
222fb0ccf4f2a294ac87b258a09b89849852cc5572ab59f1da6ef6e9c8c61d5e docs/SCHEMA.md
|
| 44 |
+
361aa379e6f620ae6cbfc36580e5d47da2b14ac07c9b13a069fc0425c72f8dd2 docs/SHORTCUT_AUDIT.md
|
| 45 |
+
7a474a1e8ac3deee09e6b299766090bf2d554773cf363cf763376276dbbf4f27 hdf5/cisr24_test.h5
|
| 46 |
+
3953c8c9e3aca5ce6f9e0bec1d0d8980a238a27f761ac957f549d10481976d0a hdf5/cisr24_train.h5
|
| 47 |
+
348740ad96890deecb9c46c898c8227c301adb4448d27d96c35d0a9a7efba450 hdf5/cisr24_val.h5
|
| 48 |
+
8b440b18c51752a95a4befab4828759e642864a82debfd26b837e67a60d33fa2 label_names.txt
|
| 49 |
+
b30e15d599c4802ff569fd4ec899b78d96278e2aa12c1cc7bf386944e8c475e9 LICENSE-CODE
|
| 50 |
+
100aed16e118e82ea7d0e0ab9c5e68b972158a97c14d37cf40d55d9f11733932 LICENSE-DATA
|
| 51 |
+
7a154bea32cd2721bbb2d4e0408f4e89cbe94078bc54a76f12feecdbea3e11a1 loaders/cisr24.py
|
| 52 |
+
c7685a60a24a1013f6f7e6379c1b0992581775087a30a86496f61143d52fe732 manifests/cisr24_test_manifest.csv
|
| 53 |
+
c56313fc959ae1f947051129ee9a4b98bc5b5d5d49aa3937c2c765a28ab3e36f manifests/cisr24_test_manifest.csv.gz
|
| 54 |
+
4263534d4ceb65ea2b7c775bb080859626eedb126cee21c8f47cf1fa47080387 manifests/cisr24_train_manifest.csv
|
| 55 |
+
15e300f83ad99d7fc22c38f7a005c2ebf9d0f044518c8b8012fe9f8f38bcce4e manifests/cisr24_train_manifest.csv.gz
|
| 56 |
+
426f7cf65c04125cb4bb33385b0d98583ca2e5549ec75d39e498f94299ade8d8 manifests/cisr24_val_manifest.csv
|
| 57 |
+
cc6b9a1b04d1f2b75da079e2f13f0bd61fb74d25b7ca32fb95924226b5dcfb6d manifests/cisr24_val_manifest.csv.gz
|
| 58 |
+
462b932542edf6157b7b934a891e0df311c2a48c0167dc9ad4e3c3863a307d62 provenance/CISR24-source.tar.gz
|
| 59 |
+
57a197f0113fd421d6c1206c869f1571469d47e7de832f0c9021c2656bc4ecea README.md
|
| 60 |
+
df9feddd6407e59a9b84efb437698a9554d3496cd3aa9c0a112b6047b40f5457 RELEASE.md
|
| 61 |
+
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 SUCCESS
|
docs/DATA_CARD.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
|
| 5 |
CISR24 is a synthetic complex-baseband IQ benchmark for unified recognition of
|
| 6 |
24 communication, sensing, and ISAC waveforms. It is intended to accompany the
|
| 7 |
-
|
| 8 |
|
| 9 |
## Composition
|
| 10 |
|
|
@@ -56,5 +56,5 @@ CISR24 is authored by QI Maoqian. Dataset artifacts are licensed under CC BY
|
|
| 56 |
4.0, while generators, loaders, and validation tools are licensed under Apache
|
| 57 |
License 2.0. Source code is hosted at
|
| 58 |
<https://github.com/chaser1780/CISR24>, and the full release is hosted at
|
| 59 |
-
<https://huggingface.co/datasets/okra123/CISR24>. The
|
| 60 |
-
|
|
|
|
| 4 |
|
| 5 |
CISR24 is a synthetic complex-baseband IQ benchmark for unified recognition of
|
| 6 |
24 communication, sensing, and ISAC waveforms. It is intended to accompany the
|
| 7 |
+
CDTFNet paper and uses one shared label space across all three superclasses.
|
| 8 |
|
| 9 |
## Composition
|
| 10 |
|
|
|
|
| 56 |
4.0, while generators, loaders, and validation tools are licensed under Apache
|
| 57 |
License 2.0. Source code is hosted at
|
| 58 |
<https://github.com/chaser1780/CISR24>, and the full release is hosted at
|
| 59 |
+
<https://huggingface.co/datasets/okra123/CISR24>. The registered dataset version
|
| 60 |
+
is [DOI 10.57967/hf/9724](https://doi.org/10.57967/hf/9724).
|
docs/PUBLIC_RELEASE.md
CHANGED
|
@@ -69,8 +69,9 @@ Do not upload until all of the following are complete:
|
|
| 69 |
- select data/code licenses and confirm citation authors and DOI;
|
| 70 |
- create a clean Git commit and record it in release metadata.
|
| 71 |
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
|
|
|
|
|
| 69 |
- select data/code licenses and confirm citation authors and DOI;
|
| 70 |
- create a clean Git commit and record it in release metadata.
|
| 71 |
|
| 72 |
+
The finalized Hugging Face revision is registered as
|
| 73 |
+
[DOI 10.57967/hf/9724](https://doi.org/10.57967/hf/9724), and the matching source
|
| 74 |
+
release is tagged as
|
| 75 |
+
[v1.1.1](https://github.com/chaser1780/CISR24/releases/tag/v1.1.1). The attached
|
| 76 |
+
paper PDF is the source of truth for this alignment and is not modified by this
|
| 77 |
+
release workflow. Do not cite only a mutable branch URL.
|
docs/REPRODUCIBILITY.md
CHANGED
|
@@ -5,8 +5,8 @@ location. A mutable branch URL is not a substitute for a release tag or DOI.
|
|
| 5 |
|
| 6 |
| Artifact | Canonical release content | Public location |
|
| 7 |
| --- | --- | --- |
|
| 8 |
-
| HDF5 payload | `hdf5/cisr24_{train,val,test}.h5` | [
|
| 9 |
-
| Manifests and seeds | `manifests/cisr24_*_manifest.csv[.gz]` | same
|
| 10 |
| Generator source | `provenance/CISR24-source.tar.gz` | [GitHub v1.1.1](https://github.com/chaser1780/CISR24/releases/tag/v1.1.1) and data revision |
|
| 11 |
| Taxonomy and schema | `classes.csv`, `docs/SCHEMA.md` | GitHub tag and data revision |
|
| 12 |
| Release configuration | `audit/release_meta.json` | same dataset revision |
|
|
@@ -15,7 +15,7 @@ location. A mutable branch URL is not a substitute for a release tag or DOI.
|
|
| 15 |
| Integrity index | `files.csv`, `SHA256SUMS` | same dataset revision |
|
| 16 |
| Code license | `LICENSE-CODE` | GitHub tag and data revision |
|
| 17 |
| Data license | `LICENSE-DATA` | GitHub tag and data revision |
|
| 18 |
-
| Citation | `CITATION.cff` | GitHub tag and data DOI |
|
| 19 |
|
| 20 |
## Determinism
|
| 21 |
|
|
|
|
| 5 |
|
| 6 |
| Artifact | Canonical release content | Public location |
|
| 7 |
| --- | --- | --- |
|
| 8 |
+
| HDF5 payload | `hdf5/cisr24_{train,val,test}.h5` | [DOI 10.57967/hf/9724](https://doi.org/10.57967/hf/9724) |
|
| 9 |
+
| Manifests and seeds | `manifests/cisr24_*_manifest.csv[.gz]` | same data DOI |
|
| 10 |
| Generator source | `provenance/CISR24-source.tar.gz` | [GitHub v1.1.1](https://github.com/chaser1780/CISR24/releases/tag/v1.1.1) and data revision |
|
| 11 |
| Taxonomy and schema | `classes.csv`, `docs/SCHEMA.md` | GitHub tag and data revision |
|
| 12 |
| Release configuration | `audit/release_meta.json` | same dataset revision |
|
|
|
|
| 15 |
| Integrity index | `files.csv`, `SHA256SUMS` | same dataset revision |
|
| 16 |
| Code license | `LICENSE-CODE` | GitHub tag and data revision |
|
| 17 |
| Data license | `LICENSE-DATA` | GitHub tag and data revision |
|
| 18 |
+
| Citation | `CITATION.cff` | GitHub tag and [data DOI](https://doi.org/10.57967/hf/9724) |
|
| 19 |
|
| 20 |
## Determinism
|
| 21 |
|
files.csv
CHANGED
|
@@ -32,15 +32,15 @@ audit/shortcut/shortcut_mutual_information.csv,audit,3818,bddbaef79976d4eb307ebe
|
|
| 32 |
audit/shortcut_audit_train.json,audit,17872,dcacd24f5aad945ceb7461dbd71df9ccb35e8fb102377f56367867b2643fa38f
|
| 33 |
audit/validate_release.json,audit,2049,5c4d3d886bdaa5f44bbe09dc9625ee9e2f4d16eff1c0a6aa01b43e452adf0e0f
|
| 34 |
audit/waveform_conformance.json,audit,3185,83b813107826ebc186b96d2e073e52717721c6386361d314feabab4428b08719
|
| 35 |
-
CHANGELOG.md,metadata,
|
| 36 |
-
CITATION.cff,metadata,
|
| 37 |
classes.csv,metadata,1676,4c7306cb12e5c27b99220dc1ef802ce1aeccc7635d0afff93ec0d96474134bea
|
| 38 |
-
docs/DATA_CARD.md,metadata,
|
| 39 |
docs/DATASET_SPEC.md,metadata,8921,344d84c30bb85646d25ca93ea3cd6eed62a645064378ff6d72419d6a15d5cd97
|
| 40 |
docs/GENERATION_ALGORITHM.md,metadata,2434,fd521d4bb46f9a6d9ce6cdf35a136eced3762a44ef2d250fef70ff791b1ef40c
|
| 41 |
docs/PAPER_ALIGNMENT.md,metadata,3202,3d1bd8723ee1f475bd8c670751599774d1bfe0fc52b84cb1d31829c3e1174ed5
|
| 42 |
-
docs/PUBLIC_RELEASE.md,metadata,
|
| 43 |
-
docs/REPRODUCIBILITY.md,metadata,
|
| 44 |
docs/SCHEMA.md,metadata,1740,222fb0ccf4f2a294ac87b258a09b89849852cc5572ab59f1da6ef6e9c8c61d5e
|
| 45 |
docs/SHORTCUT_AUDIT.md,metadata,1899,361aa379e6f620ae6cbfc36580e5d47da2b14ac07c9b13a069fc0425c72f8dd2
|
| 46 |
hdf5/cisr24_test.h5,data,827412808,7a474a1e8ac3deee09e6b299766090bf2d554773cf363cf763376276dbbf4f27
|
|
@@ -57,6 +57,6 @@ manifests/cisr24_train_manifest.csv.gz,manifest,6513093,15e300f83ad99d7fc22c38f7
|
|
| 57 |
manifests/cisr24_val_manifest.csv,manifest,28905735,426f7cf65c04125cb4bb33385b0d98583ca2e5549ec75d39e498f94299ade8d8
|
| 58 |
manifests/cisr24_val_manifest.csv.gz,manifest,1288696,cc6b9a1b04d1f2b75da079e2f13f0bd61fb74d25b7ca32fb95924226b5dcfb6d
|
| 59 |
provenance/CISR24-source.tar.gz,provenance,237112,462b932542edf6157b7b934a891e0df311c2a48c0167dc9ad4e3c3863a307d62
|
| 60 |
-
README.md,metadata,
|
| 61 |
-
RELEASE.md,metadata,
|
| 62 |
SUCCESS,metadata,0,e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
|
|
|
| 32 |
audit/shortcut_audit_train.json,audit,17872,dcacd24f5aad945ceb7461dbd71df9ccb35e8fb102377f56367867b2643fa38f
|
| 33 |
audit/validate_release.json,audit,2049,5c4d3d886bdaa5f44bbe09dc9625ee9e2f4d16eff1c0a6aa01b43e452adf0e0f
|
| 34 |
audit/waveform_conformance.json,audit,3185,83b813107826ebc186b96d2e073e52717721c6386361d314feabab4428b08719
|
| 35 |
+
CHANGELOG.md,metadata,1387,b3244f4ef6d4d3c1b06cbbc6a77d299adcbaf770374906ce54ee635e81aa66d2
|
| 36 |
+
CITATION.cff,metadata,570,414737a74d5e62099f8f6932c1cfe9b209102c5cf5d83b675b5d24223792bac1
|
| 37 |
classes.csv,metadata,1676,4c7306cb12e5c27b99220dc1ef802ce1aeccc7635d0afff93ec0d96474134bea
|
| 38 |
+
docs/DATA_CARD.md,metadata,2499,35a30b6bfa66ac71a0ffd44a15a60c93d0a3864706a0b76b53833fa1a238b872
|
| 39 |
docs/DATASET_SPEC.md,metadata,8921,344d84c30bb85646d25ca93ea3cd6eed62a645064378ff6d72419d6a15d5cd97
|
| 40 |
docs/GENERATION_ALGORITHM.md,metadata,2434,fd521d4bb46f9a6d9ce6cdf35a136eced3762a44ef2d250fef70ff791b1ef40c
|
| 41 |
docs/PAPER_ALIGNMENT.md,metadata,3202,3d1bd8723ee1f475bd8c670751599774d1bfe0fc52b84cb1d31829c3e1174ed5
|
| 42 |
+
docs/PUBLIC_RELEASE.md,metadata,2285,fdade2ee51bc03499a802168e47a4881fe02a18f0d81cda8c40527be8be4e1a8
|
| 43 |
+
docs/REPRODUCIBILITY.md,metadata,2113,56a8839a697039d2cf5b26d3a5c5fb3588d74d004920e97578e77b87fd816cfb
|
| 44 |
docs/SCHEMA.md,metadata,1740,222fb0ccf4f2a294ac87b258a09b89849852cc5572ab59f1da6ef6e9c8c61d5e
|
| 45 |
docs/SHORTCUT_AUDIT.md,metadata,1899,361aa379e6f620ae6cbfc36580e5d47da2b14ac07c9b13a069fc0425c72f8dd2
|
| 46 |
hdf5/cisr24_test.h5,data,827412808,7a474a1e8ac3deee09e6b299766090bf2d554773cf363cf763376276dbbf4f27
|
|
|
|
| 57 |
manifests/cisr24_val_manifest.csv,manifest,28905735,426f7cf65c04125cb4bb33385b0d98583ca2e5549ec75d39e498f94299ade8d8
|
| 58 |
manifests/cisr24_val_manifest.csv.gz,manifest,1288696,cc6b9a1b04d1f2b75da079e2f13f0bd61fb74d25b7ca32fb95924226b5dcfb6d
|
| 59 |
provenance/CISR24-source.tar.gz,provenance,237112,462b932542edf6157b7b934a891e0df311c2a48c0167dc9ad4e3c3863a307d62
|
| 60 |
+
README.md,metadata,4167,57a197f0113fd421d6c1206c869f1571469d47e7de832f0c9021c2656bc4ecea
|
| 61 |
+
RELEASE.md,metadata,669,df9feddd6407e59a9b84efb437698a9554d3496cd3aa9c0a112b6047b40f5457
|
| 62 |
SUCCESS,metadata,0,e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|