Datasets:
feat: updated the Croissant metadata
Browse files- 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 |
-
|
| 689 |
-
|
| 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 |
}
|