latent-research-lab commited on
Commit
229e5d6
·
verified ·
1 Parent(s): 33307ae

feat: updated the Croissant metadata

Browse files
Files changed (1) hide show
  1. croissant.json +38 -4
croissant.json CHANGED
@@ -684,8 +684,42 @@
684
  "description": "English Wikipedia Snapshot (January 1, 2023)"
685
  }
686
  ],
687
- "prov:wasGeneratedBy": {
688
- "@type": "prov:Activity",
689
- "description": "The dataset was generated through a multi-stage pipeline: (1) Breadth-First Search (BFS) Wikipedia category traversal, (2) Named Entity Recognition (NER) for factual density filtering, (3) Lexical and syntactic anonymization of pronouns and entity names, (4) Generational Proximity Filtering for distractor matching, and (5) a human-in-the-loop audit for bijective mapping and factual accuracy."
690
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
691
  }
 
684
  "description": "English Wikipedia Snapshot (January 1, 2023)"
685
  }
686
  ],
687
+ "prov:wasGeneratedBy": [
688
+ {
689
+ "@type": "prov:Activity",
690
+ "name": "Entity Discovery and Stratification",
691
+ "description": "Automated Breadth-First Search (BFS) traversal of English Wikipedia category graphs to identify candidate entities. Entities were ranked and stratified into Upper and Lower tiers using a multimodal popularity score (Sp).",
692
+ "wasAssociatedWith": {
693
+ "@type": "prov:SoftwareAgent",
694
+ "name": "ShadowBench Wiki-Crawler"
695
+ }
696
+ },
697
+ {
698
+ "@type": "prov:Activity",
699
+ "name": "Factual Mining and Hardening (v1-v3)",
700
+ "description": "Extraction of factual traits from the January 1, 2023 Wikipedia snapshot. Applied spaCy-based NER filtering for attribute density. Implemented an iterative hardening pipeline including lexical anonymization, pronoun neutralization, and the application of a 25-year Generational Proximity Filter (GPF).",
701
+ "wasAssociatedWith": {
702
+ "@type": "prov:SoftwareAgent",
703
+ "name": "spaCy NER and Anonymization Pipeline"
704
+ }
705
+ },
706
+ {
707
+ "@type": "prov:Activity",
708
+ "name": "Adversarial MCQ Synthesis",
709
+ "description": "Combinatorial permutation of traits (Trait A to Trait B) with gender-homogeneous hard-negative distractor matching to prevent non-semantic shortcut learning.",
710
+ "wasAssociatedWith": {
711
+ "@type": "prov:SoftwareAgent",
712
+ "name": "ShadowBench MCQ Generator"
713
+ }
714
+ },
715
+ {
716
+ "@type": "prov:Activity",
717
+ "name": "Human-in-the-loop Audit",
718
+ "description": "Manual quality review by the research team to ensure bijective mapping (uniqueness) of shadow descriptions and factual accuracy across all 7,000+ QA pairs.",
719
+ "wasAssociatedWith": {
720
+ "@type": "prov:Person",
721
+ "name": "ShadowBench Research Team"
722
+ }
723
+ }
724
+ ]
725
  }