mmmikolajczak commited on
Commit
8485357
·
verified ·
1 Parent(s): 8069990

Update HF README for CALM family

Browse files
Files changed (1) hide show
  1. README.md +197 -0
README.md CHANGED
@@ -830,6 +830,188 @@ Manifest / bookkeeping artifacts:
830
  - `manifests/tasks/flare_sm_cikm_stock_movement_v0/task_spec.json`
831
  - `manifests/publish/flare_sm_cikm_public_v0_publish_record.json`
832
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
833
  ## Labeling / split notes
834
 
835
  ### FinArg ECC
@@ -859,6 +1041,14 @@ Manifest / bookkeeping artifacts:
859
  - Default evaluation preserves the original-paper convention of reporting `accuracy` only; an optional FinBen-compatible view reports `accuracy + mcc`
860
  - Wrapper documentation drifts from original-paper CIKM18 on row counts, metric wording, and threshold wording; ST312 documents that drift rather than treating it as canonical truth
861
 
 
 
 
 
 
 
 
 
862
  ### Australian Credit UCI Statlog
863
 
864
  - Canonical source is the UCI Statlog (Australian Credit Approval) dataset, not the FLARE wrapper
@@ -894,6 +1084,13 @@ Manifest / bookkeeping artifacts:
894
  - `flare_edtsum_public_test_v0` — license_sensitive_research_access_gated_upstream
895
  - `bigdata22_official_v0` — license_not_explicit_tweets_and_market_data_publication_with_caution
896
  - `stocknet_acl18_paper_v0` — mit_with_twitter_yahoo_source_terms_caution
 
 
 
 
 
 
 
897
  - `flare_sm_cikm_public_v0` — public_wrapper_with_market_data_social_text_source_chain_caution
898
  - `finarg_auc_ecc_official_v0` — GPL-3.0 (inferred from public FinArg repo; local release lacks embedded license)
899
  - `finarg_arc_ecc_official_v0` — GPL-3.0 (inferred from public FinArg repo; local release lacks embedded license)
 
830
  - `manifests/tasks/flare_sm_cikm_stock_movement_v0/task_spec.json`
831
  - `manifests/publish/flare_sm_cikm_public_v0_publish_record.json`
832
 
833
+ ### 30) CALM LendingClub Public v0
834
+
835
+ - Dataset ID: `calm_lendingclub_public_v0`
836
+ - Task ID: `RM_CREDIT_LENDINGCLUB_CALM_v0`
837
+ - Publish record: `manifests/publish/calm_lendingclub_public_v0_publish_record.json`
838
+ - Notes: Published wrapper-based CALM family module from `Salesforce/FinEval` subset `CRA-LendingClub` pinned to revision `a911ec4dbd635228f216349c2f4eda8354ed15cc`. The public benchmark exposes only a `test` split, so ST312 preserves that surface exactly. Observed wrapper fields include likely post-outcome or downstream lending signals such as `lastPaymentAmount`, `grade`, and `interestRate`, so this module is documented as a benchmark wrapper rather than a source-canonical underwriting dataset.
839
+
840
+ Dataset artifacts:
841
+ - `datasets/calm/lendingclub/public/v0/test.jsonl`
842
+ - `datasets/calm/lendingclub/public/v0/label_inventory.json`
843
+ - `datasets/calm/lendingclub/public/v0/ingest_summary.json`
844
+ - `datasets/calm/lendingclub/public/v0/download_meta.json`
845
+
846
+ Task artifacts:
847
+ - `tasks/calm_lendingclub_risk_v0/requests/test_requests.jsonl`
848
+ - `tasks/calm_lendingclub_risk_v0/README.md`
849
+
850
+ Reports:
851
+ - `reports/calm_lendingclub_public/raw_schema_summary.json`
852
+
853
+ Manifest / bookkeeping artifacts:
854
+ - `manifests/datasets/calm_lendingclub_public_v0/checksums.sha256`
855
+ - `manifests/datasets/calm_lendingclub_public_v0/dataset_spec.json`
856
+ - `manifests/tasks/calm_lendingclub_risk_v0/task_spec.json`
857
+ - `manifests/publish/calm_lendingclub_public_v0_publish_record.json`
858
+
859
+ ### 31) CALM ccFraud Public v0
860
+
861
+ - Dataset ID: `calm_ccfraud_public_v0`
862
+ - Task ID: `RM_FRAUD_CCFRAUD_CALM_v0`
863
+ - Publish record: `manifests/publish/calm_ccfraud_public_v0_publish_record.json`
864
+ - Notes: Published wrapper-based CALM family module from `Salesforce/FinEval` subset `CRA-CCFraud` pinned to revision `a911ec4dbd635228f216349c2f4eda8354ed15cc`. The public benchmark exposes only a `test` split, so ST312 preserves that surface exactly and records CALM’s minority-resampling note as metadata only.
865
+
866
+ Dataset artifacts:
867
+ - `datasets/calm/ccfraud/public/v0/test.jsonl`
868
+ - `datasets/calm/ccfraud/public/v0/label_inventory.json`
869
+ - `datasets/calm/ccfraud/public/v0/ingest_summary.json`
870
+ - `datasets/calm/ccfraud/public/v0/download_meta.json`
871
+
872
+ Task artifacts:
873
+ - `tasks/calm_ccfraud_risk_v0/requests/test_requests.jsonl`
874
+ - `tasks/calm_ccfraud_risk_v0/README.md`
875
+
876
+ Reports:
877
+ - `reports/calm_ccfraud_public/raw_schema_summary.json`
878
+
879
+ Manifest / bookkeeping artifacts:
880
+ - `manifests/datasets/calm_ccfraud_public_v0/checksums.sha256`
881
+ - `manifests/datasets/calm_ccfraud_public_v0/dataset_spec.json`
882
+ - `manifests/tasks/calm_ccfraud_risk_v0/task_spec.json`
883
+ - `manifests/publish/calm_ccfraud_public_v0_publish_record.json`
884
+
885
+ ### 32) CALM Taiwan Public v0
886
+
887
+ - Dataset ID: `calm_taiwan_public_v0`
888
+ - Task ID: `RM_DISTRESS_TAIWAN_CALM_v0`
889
+ - Publish record: `manifests/publish/calm_taiwan_public_v0_publish_record.json`
890
+ - Notes: Published wrapper-based CALM family module from `Salesforce/FinEval` subset `CRA-Taiwan` pinned to revision `a911ec4dbd635228f216349c2f4eda8354ed15cc`. The public benchmark exposes only a `test` split, so ST312 preserves that surface exactly while recording the stronger UCI Taiwanese Bankruptcy Prediction lineage for future source-canonical audit work.
891
+
892
+ Dataset artifacts:
893
+ - `datasets/calm/taiwan/public/v0/test.jsonl`
894
+ - `datasets/calm/taiwan/public/v0/label_inventory.json`
895
+ - `datasets/calm/taiwan/public/v0/ingest_summary.json`
896
+ - `datasets/calm/taiwan/public/v0/download_meta.json`
897
+
898
+ Task artifacts:
899
+ - `tasks/calm_taiwan_risk_v0/requests/test_requests.jsonl`
900
+ - `tasks/calm_taiwan_risk_v0/README.md`
901
+
902
+ Reports:
903
+ - `reports/calm_taiwan_public/raw_schema_summary.json`
904
+
905
+ Manifest / bookkeeping artifacts:
906
+ - `manifests/datasets/calm_taiwan_public_v0/checksums.sha256`
907
+ - `manifests/datasets/calm_taiwan_public_v0/dataset_spec.json`
908
+ - `manifests/tasks/calm_taiwan_risk_v0/task_spec.json`
909
+ - `manifests/publish/calm_taiwan_public_v0_publish_record.json`
910
+
911
+ ### 33) CALM TravelInsurance Public v0
912
+
913
+ - Dataset ID: `calm_travelinsurance_public_v0`
914
+ - Task ID: `RM_CLAIM_TRAVELINSURANCE_CALM_v0`
915
+ - Publish record: `manifests/publish/calm_travelinsurance_public_v0_publish_record.json`
916
+ - Notes: Published wrapper-based CALM family module from `Salesforce/FinEval` subset `CRA-TravelInsurance` pinned to revision `a911ec4dbd635228f216349c2f4eda8354ed15cc`. The public benchmark exposes only a `test` split, so ST312 preserves that surface exactly and records CALM’s minority-resampling note as metadata only.
917
+
918
+ Dataset artifacts:
919
+ - `datasets/calm/travelinsurance/public/v0/test.jsonl`
920
+ - `datasets/calm/travelinsurance/public/v0/label_inventory.json`
921
+ - `datasets/calm/travelinsurance/public/v0/ingest_summary.json`
922
+ - `datasets/calm/travelinsurance/public/v0/download_meta.json`
923
+
924
+ Task artifacts:
925
+ - `tasks/calm_travelinsurance_risk_v0/requests/test_requests.jsonl`
926
+ - `tasks/calm_travelinsurance_risk_v0/README.md`
927
+
928
+ Reports:
929
+ - `reports/calm_travelinsurance_public/raw_schema_summary.json`
930
+
931
+ Manifest / bookkeeping artifacts:
932
+ - `manifests/datasets/calm_travelinsurance_public_v0/checksums.sha256`
933
+ - `manifests/datasets/calm_travelinsurance_public_v0/dataset_spec.json`
934
+ - `manifests/tasks/calm_travelinsurance_risk_v0/task_spec.json`
935
+ - `manifests/publish/calm_travelinsurance_public_v0_publish_record.json`
936
+
937
+ ### 34) CALM CCF Public v0
938
+
939
+ - Dataset ID: `calm_ccf_public_v0`
940
+ - Task ID: `RM_FRAUD_CCF_CALM_v0`
941
+ - Publish record: `manifests/publish/calm_ccf_public_v0_publish_record.json`
942
+ - Notes: Published wrapper-based CALM family module from `Salesforce/FinEval` subset `CRA-CCF` pinned to revision `a911ec4dbd635228f216349c2f4eda8354ed15cc`. The public benchmark exposes only a `test` split, so ST312 preserves that surface exactly and keeps the table-like wrapper feature formatting rather than inventing extra semantic decodings.
943
+
944
+ Dataset artifacts:
945
+ - `datasets/calm/ccf/public/v0/test.jsonl`
946
+ - `datasets/calm/ccf/public/v0/label_inventory.json`
947
+ - `datasets/calm/ccf/public/v0/ingest_summary.json`
948
+ - `datasets/calm/ccf/public/v0/download_meta.json`
949
+
950
+ Task artifacts:
951
+ - `tasks/calm_ccf_risk_v0/requests/test_requests.jsonl`
952
+ - `tasks/calm_ccf_risk_v0/README.md`
953
+
954
+ Reports:
955
+ - `reports/calm_ccf_public/raw_schema_summary.json`
956
+
957
+ Manifest / bookkeeping artifacts:
958
+ - `manifests/datasets/calm_ccf_public_v0/checksums.sha256`
959
+ - `manifests/datasets/calm_ccf_public_v0/dataset_spec.json`
960
+ - `manifests/tasks/calm_ccf_risk_v0/task_spec.json`
961
+ - `manifests/publish/calm_ccf_public_v0_publish_record.json`
962
+
963
+ ### 35) CALM Polish Public v0
964
+
965
+ - Dataset ID: `calm_polish_public_v0`
966
+ - Task ID: `RM_DISTRESS_POLISH_CALM_v0`
967
+ - Publish record: `manifests/publish/calm_polish_public_v0_publish_record.json`
968
+ - Notes: Published wrapper-based CALM family module from `Salesforce/FinEval` subset `CRA-Polish` pinned to revision `a911ec4dbd635228f216349c2f4eda8354ed15cc`. The public benchmark exposes only a `test` split, so ST312 preserves that surface exactly while recording the stronger UCI Polish Companies Bankruptcy lineage for future source-canonical audit work.
969
+
970
+ Dataset artifacts:
971
+ - `datasets/calm/polish/public/v0/test.jsonl`
972
+ - `datasets/calm/polish/public/v0/label_inventory.json`
973
+ - `datasets/calm/polish/public/v0/ingest_summary.json`
974
+ - `datasets/calm/polish/public/v0/download_meta.json`
975
+
976
+ Task artifacts:
977
+ - `tasks/calm_polish_risk_v0/requests/test_requests.jsonl`
978
+ - `tasks/calm_polish_risk_v0/README.md`
979
+
980
+ Reports:
981
+ - `reports/calm_polish_public/raw_schema_summary.json`
982
+
983
+ Manifest / bookkeeping artifacts:
984
+ - `manifests/datasets/calm_polish_public_v0/checksums.sha256`
985
+ - `manifests/datasets/calm_polish_public_v0/dataset_spec.json`
986
+ - `manifests/tasks/calm_polish_risk_v0/task_spec.json`
987
+ - `manifests/publish/calm_polish_public_v0_publish_record.json`
988
+
989
+ ### 36) CALM PortoSeguro Public v0
990
+
991
+ - Dataset ID: `calm_portoseguro_public_v0`
992
+ - Task ID: `RM_CLAIM_PORTOSEGURO_CALM_v0`
993
+ - Publish record: `manifests/publish/calm_portoseguro_public_v0_publish_record.json`
994
+ - Notes: Published wrapper-based CALM family module from `Salesforce/FinEval` subset `CRA-ProtoSeguro` pinned to revision `a911ec4dbd635228f216349c2f4eda8354ed15cc`. The public benchmark exposes only a `test` split, so ST312 standardizes the module naming to `portoseguro` while preserving the public wrapper text exactly.
995
+
996
+ Dataset artifacts:
997
+ - `datasets/calm/portoseguro/public/v0/test.jsonl`
998
+ - `datasets/calm/portoseguro/public/v0/label_inventory.json`
999
+ - `datasets/calm/portoseguro/public/v0/ingest_summary.json`
1000
+ - `datasets/calm/portoseguro/public/v0/download_meta.json`
1001
+
1002
+ Task artifacts:
1003
+ - `tasks/calm_portoseguro_risk_v0/requests/test_requests.jsonl`
1004
+ - `tasks/calm_portoseguro_risk_v0/README.md`
1005
+
1006
+ Reports:
1007
+ - `reports/calm_portoseguro_public/raw_schema_summary.json`
1008
+
1009
+ Manifest / bookkeeping artifacts:
1010
+ - `manifests/datasets/calm_portoseguro_public_v0/checksums.sha256`
1011
+ - `manifests/datasets/calm_portoseguro_public_v0/dataset_spec.json`
1012
+ - `manifests/tasks/calm_portoseguro_risk_v0/task_spec.json`
1013
+ - `manifests/publish/calm_portoseguro_public_v0_publish_record.json`
1014
+
1015
  ## Labeling / split notes
1016
 
1017
  ### FinArg ECC
 
1041
  - Default evaluation preserves the original-paper convention of reporting `accuracy` only; an optional FinBen-compatible view reports `accuracy + mcc`
1042
  - Wrapper documentation drifts from original-paper CIKM18 on row counts, metric wording, and threshold wording; ST312 documents that drift rather than treating it as canonical truth
1043
 
1044
+ ### CALM Family
1045
+
1046
+ - Canonical accessible benchmark release for the CALM family is `Salesforce/FinEval` pinned to revision `a911ec4dbd635228f216349c2f4eda8354ed15cc`
1047
+ - Public CALM-family onboarding preserves the released `test` split only for each subset; ST312 does not fabricate train or validation splits
1048
+ - CALM metadata fields such as `calm_role` (`train_eval` vs `eval_only`) and `calm_training_recipe_minority_resampled` are preserved as benchmark metadata only and do not imply corresponding public split files
1049
+ - Closed-label evaluation is shared across the family with `macro_f1`, `mcc`, `accuracy`, `format_valid_rate`, `completion_coverage`, and `nonempty_label_rate`
1050
+ - ST312 records best-known raw-source lineage separately from the canonical public benchmark release because the underlying source confidence varies across subsets
1051
+
1052
  ### Australian Credit UCI Statlog
1053
 
1054
  - Canonical source is the UCI Statlog (Australian Credit Approval) dataset, not the FLARE wrapper
 
1084
  - `flare_edtsum_public_test_v0` — license_sensitive_research_access_gated_upstream
1085
  - `bigdata22_official_v0` — license_not_explicit_tweets_and_market_data_publication_with_caution
1086
  - `stocknet_acl18_paper_v0` — mit_with_twitter_yahoo_source_terms_caution
1087
+ - `calm_lendingclub_public_v0` — cc-by-nc-4.0
1088
+ - `calm_ccfraud_public_v0` — cc-by-nc-4.0
1089
+ - `calm_taiwan_public_v0` — cc-by-nc-4.0
1090
+ - `calm_travelinsurance_public_v0` — cc-by-nc-4.0
1091
+ - `calm_ccf_public_v0` — cc-by-nc-4.0
1092
+ - `calm_polish_public_v0` — cc-by-nc-4.0
1093
+ - `calm_portoseguro_public_v0` — cc-by-nc-4.0
1094
  - `flare_sm_cikm_public_v0` — public_wrapper_with_market_data_social_text_source_chain_caution
1095
  - `finarg_auc_ecc_official_v0` — GPL-3.0 (inferred from public FinArg repo; local release lacks embedded license)
1096
  - `finarg_arc_ecc_official_v0` — GPL-3.0 (inferred from public FinArg repo; local release lacks embedded license)