temporal-twins-anon commited on
Commit
2c3d57f
·
verified ·
1 Parent(s): a3682cf

Replace hosted code and metadata placeholders

Browse files
Files changed (5) hide show
  1. ANONYMIZATION.md +5 -3
  2. DATASET_CARD.md +4 -0
  3. MANIFEST.sha256 +4 -4
  4. README.md +2 -0
  5. docs/DETERMINISM.md +7 -0
ANONYMIZATION.md CHANGED
@@ -8,10 +8,9 @@ This repository has been prepared for anonymous reviewer access without changing
8
 
9
  - Local absolute filesystem paths were removed from review-facing documentation and replaced with repository-relative references or `<repo-root>`.
10
  - Review-facing metadata notes were updated to avoid personal machine paths.
11
- - Anonymous release placeholders are used where author or institution details may need to be restored later:
12
  - `Anonymous Authors`
13
  - `Anonymous Institution`
14
- - `TODO_REVEAL_AFTER_REVIEW`
15
 
16
  ## How To Reproduce Results Anonymously
17
 
@@ -26,7 +25,10 @@ This repository has been prepared for anonymous reviewer access without changing
26
 
27
  - Author names: `Anonymous Authors`
28
  - Institution names: `Anonymous Institution`
29
- - Public release URLs, repository URLs, and citation metadata currently marked `TODO_REVEAL_AFTER_REVIEW`
 
 
 
30
  - Any optional acknowledgments withheld for double-blind compliance
31
 
32
  ## Data Statement
 
8
 
9
  - Local absolute filesystem paths were removed from review-facing documentation and replaced with repository-relative references or `<repo-root>`.
10
  - Review-facing metadata notes were updated to avoid personal machine paths.
11
+ - Anonymous placeholders are used where author or institution details may need to be restored later:
12
  - `Anonymous Authors`
13
  - `Anonymous Institution`
 
14
 
15
  ## How To Reproduce Results Anonymously
16
 
 
25
 
26
  - Author names: `Anonymous Authors`
27
  - Institution names: `Anonymous Institution`
28
+ - Public dataset repository: `https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins`
29
+ - Public code repository: `https://huggingface.co/temporal-twins-benchmark/temporal-twins-code`
30
+ - Croissant metadata: `https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/raw/main/metadata/temporal_twins_croissant.json`
31
+ - Paper or preprint: not available during double-blind review and to be added after publication
32
  - Any optional acknowledgments withheld for double-blind compliance
33
 
34
  ## Data Statement
DATASET_CARD.md CHANGED
@@ -428,6 +428,7 @@ The benchmark is currently generated from code in this repository rather than di
428
  Current status:
429
 
430
  - dataset hosting location: [https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins](https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins)
 
431
  - canonical pre-generated release archive: [https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins](https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins)
432
  - Croissant metadata URL: [https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/raw/main/metadata/temporal_twins_croissant.json](https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/raw/main/metadata/temporal_twins_croissant.json)
433
  - Croissant metadata browser page: [https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/blob/main/metadata/temporal_twins_croissant.json](https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/blob/main/metadata/temporal_twins_croissant.json)
@@ -435,6 +436,7 @@ Current status:
435
  - results: [https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/tree/main/results](https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/tree/main/results)
436
  - configs: [https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/tree/main/configs](https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/tree/main/configs)
437
  - metadata directory: [https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/tree/main/metadata](https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/tree/main/metadata)
 
438
  - reference paper-suite results: `results/paper_suite_20260503_202810/`
439
 
440
  ### License
@@ -444,6 +446,8 @@ Current status:
444
 
445
  ### Citation
446
 
 
 
447
  `TODO` placeholder BibTeX:
448
 
449
  ```bibtex
 
428
  Current status:
429
 
430
  - dataset hosting location: [https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins](https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins)
431
+ - code repository: [https://huggingface.co/temporal-twins-benchmark/temporal-twins-code](https://huggingface.co/temporal-twins-benchmark/temporal-twins-code)
432
  - canonical pre-generated release archive: [https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins](https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins)
433
  - Croissant metadata URL: [https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/raw/main/metadata/temporal_twins_croissant.json](https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/raw/main/metadata/temporal_twins_croissant.json)
434
  - Croissant metadata browser page: [https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/blob/main/metadata/temporal_twins_croissant.json](https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/blob/main/metadata/temporal_twins_croissant.json)
 
436
  - results: [https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/tree/main/results](https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/tree/main/results)
437
  - configs: [https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/tree/main/configs](https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/tree/main/configs)
438
  - metadata directory: [https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/tree/main/metadata](https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/tree/main/metadata)
439
+ - paper or preprint: Not available during double-blind review; to be added after publication.
440
  - reference paper-suite results: `results/paper_suite_20260503_202810/`
441
 
442
  ### License
 
446
 
447
  ### Citation
448
 
449
+ The final paper or preprint citation is not available during double-blind review and will be added after publication.
450
+
451
  `TODO` placeholder BibTeX:
452
 
453
  ```bibtex
MANIFEST.sha256 CHANGED
@@ -1,15 +1,15 @@
1
  7adc439bb6ec2d84515ee245678df924aeacedabd5fa1ba5f938f9a97c49ebd0 .gitignore
2
- 2d3984102043d74ab1fb0879bbb6f2f66f720fb1f7f82cb237e36a625e1202fc ANONYMIZATION.md
3
- 6bebd0daf847a3885b372df91ca9bbb5548e7b84d162db9e1f3c6178af6a9465 DATASET_CARD.md
4
  15b001b0571fac1a30ea353be175df2724e7368d9c7ac9b433b9ac7afe2eb698 LICENSE
5
  6da8eaaf7b897c14b497468e485beae1b5c3d0514f1b1461e30133b890be996b LICENSE-DATA
6
- 78c1e0b4e746a91ddfd1ba8ba639842f37afb8a870999b8b5d542cede3ddd51a README.md
7
  7417423f35a909ebf8ed2e26b9124d00d677a0f10830b75db556c58dd3610b50 config/default.yaml
8
  5e1fc6d481fbdbe40c781302932ec8ab2813ec42ffd57c6cfd67550b7fb7cede config/temporal_twins_calib.yaml
9
  7417423f35a909ebf8ed2e26b9124d00d677a0f10830b75db556c58dd3610b50 configs/default.yaml
10
  c6433ed207c65b7be4ae74607f4badfff019f24ed2e5db0136c8c34f7b6d5d0c configs/paper_suite_reference.yaml
11
  5e1fc6d481fbdbe40c781302932ec8ab2813ec42ffd57c6cfd67550b7fb7cede configs/temporal_twins_calib.yaml
12
- 05dce3d72f62dd1ffafefc6363f22c40d6433a416d5a463e1f598489c43ad14f docs/DETERMINISM.md
13
  671346708915369bd339edff9a00ec02b1c9b87800d6dbaac0245f7fef41ba52 environment.yml
14
  bbabcb3b369296d7bfbda0c6e8fa116b431d0e29811b79443a4dd144f0cdd02b experiments/__init__.py
15
  e2605f7472f9974be447966fbc7790eddbfbfd9b99179630e5c07850e4dcd332 experiments/run_all.py
 
1
  7adc439bb6ec2d84515ee245678df924aeacedabd5fa1ba5f938f9a97c49ebd0 .gitignore
2
+ 0ee54ada2d8baedbae7140be31bd57d661bacdda05e1ae900b36ede2aec92fe8 ANONYMIZATION.md
3
+ 9850c4e44e9e453a5735c46aed3488512edef56352790d85f3f3cb78bdc77513 DATASET_CARD.md
4
  15b001b0571fac1a30ea353be175df2724e7368d9c7ac9b433b9ac7afe2eb698 LICENSE
5
  6da8eaaf7b897c14b497468e485beae1b5c3d0514f1b1461e30133b890be996b LICENSE-DATA
6
+ 3cb53d555957c38026b27a197d7e2899761a5c48dbda7d3db96469ffa72bc941 README.md
7
  7417423f35a909ebf8ed2e26b9124d00d677a0f10830b75db556c58dd3610b50 config/default.yaml
8
  5e1fc6d481fbdbe40c781302932ec8ab2813ec42ffd57c6cfd67550b7fb7cede config/temporal_twins_calib.yaml
9
  7417423f35a909ebf8ed2e26b9124d00d677a0f10830b75db556c58dd3610b50 configs/default.yaml
10
  c6433ed207c65b7be4ae74607f4badfff019f24ed2e5db0136c8c34f7b6d5d0c configs/paper_suite_reference.yaml
11
  5e1fc6d481fbdbe40c781302932ec8ab2813ec42ffd57c6cfd67550b7fb7cede configs/temporal_twins_calib.yaml
12
+ e98bdd751f4af69b71b31f2f7a0c114326c04c22de72c797f6c359f0e86d1243 docs/DETERMINISM.md
13
  671346708915369bd339edff9a00ec02b1c9b87800d6dbaac0245f7fef41ba52 environment.yml
14
  bbabcb3b369296d7bfbda0c6e8fa116b431d0e29811b79443a4dd144f0cdd02b experiments/__init__.py
15
  e2605f7472f9974be447966fbc7790eddbfbfd9b99179630e5c07850e4dcd332 experiments/run_all.py
README.md CHANGED
@@ -19,6 +19,8 @@ Synthetic UPI-style temporal transaction benchmark where fraud and benign trajec
19
 
20
  - Dataset repository: [https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins](https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins)
21
  - Code repository: [https://huggingface.co/temporal-twins-benchmark/temporal-twins-code](https://huggingface.co/temporal-twins-benchmark/temporal-twins-code)
 
 
22
 
23
  ## Installation
24
 
 
19
 
20
  - Dataset repository: [https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins](https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins)
21
  - Code repository: [https://huggingface.co/temporal-twins-benchmark/temporal-twins-code](https://huggingface.co/temporal-twins-benchmark/temporal-twins-code)
22
+ - Croissant metadata URL: [https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/raw/main/metadata/temporal_twins_croissant.json](https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/raw/main/metadata/temporal_twins_croissant.json)
23
+ - Paper or preprint: Not available during double-blind review; to be added after publication.
24
 
25
  ## Installation
26
 
docs/DETERMINISM.md CHANGED
@@ -38,3 +38,10 @@ The deterministic paper suite was run in a CPU-oriented deterministic configurat
38
  ## Runtime Tradeoff
39
 
40
  Deterministic execution is slower than unconstrained training because it restricts thread-level and backend-level nondeterministic optimizations. This is expected, especially for larger non-fast calibration runs and the full paper suite.
 
 
 
 
 
 
 
 
38
  ## Runtime Tradeoff
39
 
40
  Deterministic execution is slower than unconstrained training because it restricts thread-level and backend-level nondeterministic optimizations. This is expected, especially for larger non-fast calibration runs and the full paper suite.
41
+
42
+ ## Hosted Resources
43
+
44
+ - Dataset URL: `https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins`
45
+ - Code repository URL: `https://huggingface.co/temporal-twins-benchmark/temporal-twins-code`
46
+ - Croissant metadata URL: `https://huggingface.co/datasets/temporal-twins-benchmark/temporal-twins/raw/main/metadata/temporal_twins_croissant.json`
47
+ - Paper or preprint: Not available during double-blind review; to be added after publication.