File size: 3,712 Bytes
97710b8
06282c2
341d627
 
97710b8
 
 
 
 
 
f769145
7e7d01c
f769145
 
5e65d5d
 
 
 
 
 
 
 
f769145
 
788f166
 
97710b8
 
788f166
5e65d5d
788f166
 
 
 
 
 
 
97710b8
03d7408
97710b8
571bdfb
 
 
 
d94cc7e
571bdfb
 
 
 
 
 
 
 
 
 
 
 
 
5483a2d
634db0a
 
 
cc6a083
634db0a
 
47306db
634db0a
 
 
 
 
5483a2d
571bdfb
 
 
634db0a
 
 
 
47306db
 
634db0a
 
 
 
571bdfb
 
 
 
 
 
 
 
 
 
 
02d7fa2
571bdfb
 
 
634db0a
571bdfb
 
 
634db0a
571bdfb
 
 
 
 
634db0a
571bdfb
 
 
634db0a
571bdfb
 
 
 
 
634db0a
571bdfb
 
 
706f766
571bdfb
 
 
03d7408
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
---
license: cc-by-sa-4.0
language:
- en
dataset_info:
  features:
  - name: id
    dtype: string
  - name: text
    dtype: string
  - name: thml
    dtype: string
  - name: refs
    sequence: string
  - name: author
    dtype: string
  - name: title
    dtype: string
  - name: rights
    dtype: string
  - name: published
    dtype: string
  - name: all-MiniLM-L6-v2
    sequence: float64
  - name: author-short-form
    dtype: string
  splits:
  - name: train
    num_bytes: 9917465847
    num_examples: 2215132
  download_size: 6996528130
  dataset_size: 9917465847
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# CCEL Paragraphs

# Dataset Description

### Dataset Summary

This dataset includes all paragraphs from the [Christian Classics Ethereal Library](https://ccel.org/). It also includes scripture references extracted from the [ThML](https://en.wikipedia.org/wiki/Theological_Markup_Language).

### Supported Tasks and Leaderboards

It is expected that this dataset can be used as part of the training pipeline for large language models. In particular, it could be used to create a clustering benchmark by using scripture references as labels.

### Languages

This dataset is primarily in English, but the dialects of English vary and span many centuries.

## Dataset Structure

### Data Instances

```json
{
  "id": "ccel/c/calvin/calcom42.xml:v.i-p11",
  "text": "In the first place, it is abundantly evident...",
  "thml": "<p id=\"v.i-p11\">In the first place, it is abundantly evident...",
  "refs": [ "Bible:Col.2.8" ],
  "author": "calvin",
  "author-short-form": "John Calvin",
  "title": null,
  "rights": "Public Domain",
  "published": null,
  "all-MiniLM-L6-v2": [ -0.048882219940423965, 0.08679354935884476, 0.011388723738491535...]
}
```

### Data Fields

- id: Unique id for this paragraph as an particular id from a specific xml source
- text: The extracted text of this paragraph
- thml: The complete ThML for this paragraph
- refs: Any references extracted from the ThML
- author: Author ID of the work if available
- author-short-form: Human-readable author name
- title: Title of the work if available
- rights: License info for the work if available
- published: Publication date if available
- all-MiniLM-L6-v2: Embedding for this paragraph. This is the result of running languagemodels.embed() on the text field.

### Data Splits

This includes a single "train" split with all paragraphs included.

## Dataset Creation

### Source Data

#### Initial Data Collection and Normalization

The source data (found in `ccel` directory) consists of freely licensed works from the CCEL.

#### Who are the source language producers?

This data has numerous authors. All are human. Dates of authorship vary and span several millenia.

### Personal and Sensitive Information

There should be no personally identifiable information for living humans in this dataset.

## Considerations for Using the Data

### Social Impact of Dataset

This dataset provides opportunities for ongoing research and exploration of classic Christian literature.

### Discussion of Biases

This dataset is biased towards classical Christian beliefs and perspectives.

## Additional Information

### Dataset Curators

This dataset was created by Jon Craton. The source dataset was curated and maintained by the numerous contributors to the CCEL.

### Licensing Information

[CCEL Paragraphs](https://huggingface.co/datasets/jncraton/ccel-paragraphs) by [Jon Craton](https://joncraton.com) is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).

### Contributions

Thanks to [@jncraton](https://github.com/jncraton) for adding this dataset.