andersoncliffb commited on
Commit
758d7bd
·
verified ·
1 Parent(s): c9f439f

Added dataset card

Browse files
Files changed (1) hide show
  1. README.md +118 -3
README.md CHANGED
@@ -1,3 +1,118 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ ---
5
+
6
+ # Wikipedia Women in Religion - Dataset Card
7
+
8
+ ## Dataset Description
9
+
10
+ The "Wikipedia Women in Religion" dataset is a comprehensive collection of Wikipedia articles focused on women in religious and spiritual contexts across various traditions. The dataset includes structured metadata, user-generated prompts for creating these articles, and the raw Wikipedia markup content.
11
+
12
+ ### Dataset Summary
13
+
14
+ This dataset contains 779 entries related to women in religious roles, sacred feminine figures, religious organizations focused on women, and female religious scholars. Each entry includes metadata about the article's importance rating, quality assessment, and dates of evaluation, along with a simulated user prompt that could be used to generate stub articles with an LLM, and the actual Wikipedia markup content.
15
+
16
+ The dataset serves as a valuable resource for research in natural language processing, particularly for tasks involving Wikipedia content generation, religious studies text analysis, and evaluation of LLM capabilities in specialist knowledge domains.
17
+
18
+ ## Dataset Structure
19
+
20
+ ### Data Instances
21
+
22
+ Each instance in the dataset represents a Wikipedia article and contains:
23
+
24
+ ```
25
+ {
26
+ "Prompt": "Could you provide a neutral, factual summary about Stassi D. Cramm in Wikipedia style?",
27
+ "ID": 1207,
28
+ "Title": "Stassi D. Cramm",
29
+ "Importance": "???",
30
+ "Importance_Date": "2024-12-22",
31
+ "Quality": "Stub",
32
+ "Quality_Date": "2025-01-08",
33
+ "Wikipedia_URL": "https://en.wikipedia.org/w/index.php?title=Stassi_D._Cramm&oldid=1234567890",
34
+ "Wiki_Content": "{{Short description|Prophet-President designate of Community of Christ}}\n'''Stassi D. Cramm''' is the [[Prophet-President]] designate of [[Community of Christ]]..."
35
+ }
36
+ ```
37
+
38
+ ### Data Fields
39
+
40
+ - **Prompt**: A simulated user query requesting an LLM to generate a Wikipedia stub article
41
+ - **ID**: Numerical identifier for the entry
42
+ - **Title**: Article title on Wikipedia
43
+ - **Importance**: Assessed importance rating (Top, Mid, Low, or ???)
44
+ - **Importance_Date**: Date when the importance rating was assigned
45
+ - **Quality**: Quality rating (primarily "Stub")
46
+ - **Quality_Date**: Date when the quality rating was assigned
47
+ - **Wikipedia_URL**: Link to the Wikipedia article
48
+ - **Wiki_Content**: Raw Wikipedia markup content of the article
49
+
50
+ ### Data Splits
51
+
52
+ The dataset does not contain predefined splits. Users can create custom splits based on importance ratings, article topics, or other attributes for specific research purposes.
53
+
54
+ ## Dataset Creation
55
+
56
+ ### Source Data
57
+
58
+ #### Initial Data Collection and Normalization
59
+
60
+ The source data was collected from Wikipedia's WP 1.0 Web Interface, which provides assessment data for articles. The dataset specifically focuses on articles related to women in religion and spirituality. Article content was extracted using Wikipedia's API to retrieve the raw wikitext markup.
61
+
62
+ #### Who are the source data authors?
63
+
64
+ The source data authors are Wikipedia contributors who created and edited the articles, as well as Wikipedia assessment participants who evaluated the articles' importance and quality.
65
+
66
+ ### Annotations
67
+
68
+ #### Annotation process
69
+
70
+ The dataset includes simulated user prompts added to demonstrate how one might request an LLM to generate these articles. These prompts were algorithmically generated with variation patterns to reflect real-world usage.
71
+
72
+ ## Considerations for Using the Data
73
+
74
+ ### Social Impact of Dataset
75
+
76
+ This dataset focuses specifically on women in religious contexts, which helps address potential gender imbalances in religious studies and documentation. It provides a resource for research into how women's contributions to religious traditions are documented and represented in encyclopedic resources.
77
+
78
+ ### Discussion of Biases
79
+
80
+ The dataset inherits biases present in Wikipedia, including:
81
+ - Western and English-language focus
82
+ - Potential underrepresentation of women from certain religious traditions
83
+ - Varying depth of coverage based on article age and contributor interest
84
+
85
+ Researchers should consider these biases when using the dataset for model training or analysis.
86
+
87
+ ### Other Known Limitations
88
+
89
+ - All articles are rated as "Stub" quality, indicating they are in early development stages
90
+ - The dataset contains 779 entries, which is a subset of the broader corpus of articles related to the topic
91
+ - Article content may have changed on Wikipedia since the dataset was created
92
+
93
+ ## Additional Information
94
+
95
+ ### Dataset Curators
96
+
97
+ This dataset was curated by gathering and structuring data from Wikipedia's assessment projects and article content.
98
+
99
+ ### Licensing Information
100
+
101
+ The dataset follows Wikipedia's licensing, with content available under the Creative Commons Attribution-ShareAlike License (CC BY-SA). Users must provide attribution and share modifications under the same license.
102
+
103
+ ### Citation Information
104
+
105
+ If you use this dataset in your research, please cite it as:
106
+
107
+ ```
108
+ @dataset{wikipedia_women_in_religion,
109
+ author = {Dataset Contributors},
110
+ title = {Wikipedia Women in Religion Dataset},
111
+ year = {2025},
112
+ url = {https://huggingface.co/datasets/username/wikipedia-women-in-religion}
113
+ }
114
+ ```
115
+
116
+ ### Contributions
117
+
118
+ This dataset is intended as a resource for research and education. Contributions to expand, improve, or update the dataset are welcome. Please follow the contribution guidelines in the repository.