Datasets:
Upload folder using huggingface_hub
Browse files- README.md +115 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- grc
|
| 4 |
+
- la
|
| 5 |
+
- he
|
| 6 |
+
- en
|
| 7 |
+
license: cc-by-sa-4.0
|
| 8 |
+
task_categories:
|
| 9 |
+
- sentence-similarity
|
| 10 |
+
- translation
|
| 11 |
+
- text-retrieval
|
| 12 |
+
tags:
|
| 13 |
+
- ancient-greek
|
| 14 |
+
- latin
|
| 15 |
+
- hebrew
|
| 16 |
+
- classical-languages
|
| 17 |
+
- cross-lingual
|
| 18 |
+
- bilingual-pairs
|
| 19 |
+
- embeddings
|
| 20 |
+
- perseus
|
| 21 |
+
- bible
|
| 22 |
+
size_categories:
|
| 23 |
+
- 10K<n<100K
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
+
# ancient-aligned
|
| 27 |
+
|
| 28 |
+
bilingual aligned pairs between ancient languages (greek, latin, hebrew) and english, drawn from classical literature and biblical texts.
|
| 29 |
+
|
| 30 |
+
## overview
|
| 31 |
+
|
| 32 |
+
| | count |
|
| 33 |
+
|---|---:|
|
| 34 |
+
| total pairs | 70,381 |
|
| 35 |
+
| greek-english | 27,421 |
|
| 36 |
+
| latin-english | 28,248 |
|
| 37 |
+
| hebrew-english | 14,712 |
|
| 38 |
+
| perseus works | 168 |
|
| 39 |
+
| perseus authors | 28 |
|
| 40 |
+
| bible books | 39 |
|
| 41 |
+
|
| 42 |
+
## schema
|
| 43 |
+
|
| 44 |
+
| column | type | description |
|
| 45 |
+
|---|---|---|
|
| 46 |
+
| `id` | string | unique identifier (e.g. `perseus:homer:1.1.1`, `bible:greek:Gen.1.1`) |
|
| 47 |
+
| `source` | string | `perseus` or `bible` |
|
| 48 |
+
| `language` | string | `greek`, `latin`, or `hebrew` |
|
| 49 |
+
| `original` | string | ancient language text |
|
| 50 |
+
| `english` | string | english translation |
|
| 51 |
+
| `author` | string | author name (perseus only) |
|
| 52 |
+
| `work` | string | work title or bible book abbreviation |
|
| 53 |
+
| `ref` | string | section/verse reference |
|
| 54 |
+
| `urn` | string | canonical identifier: CTS URN for perseus (e.g. `urn:cts:greekLit:tlg0003.tlg001:1.1.1`), OSIS ref for bible (e.g. `osis:Gen.1.1`) |
|
| 55 |
+
|
| 56 |
+
## sources
|
| 57 |
+
|
| 58 |
+
### perseus digital library (16,004 pairs)
|
| 59 |
+
|
| 60 |
+
aligned passages from 168 works by 28 authors in the [perseus digital library](http://www.perseus.tufts.edu/), covering classical greek and latin literature.
|
| 61 |
+
|
| 62 |
+
authors include homer, thucydides, plutarch, cicero, livy, ovid, tacitus, aeschylus, pindar, hippocrates, lucian, julius caesar, pliny the elder, and others.
|
| 63 |
+
|
| 64 |
+
texts range from 5th century BCE (thucydides, aeschylus) through late antiquity (augustine, bede).
|
| 65 |
+
|
| 66 |
+
### bible (54,377 pairs)
|
| 67 |
+
|
| 68 |
+
verse-level alignments from:
|
| 69 |
+
- **greek**: SBLGNT (new testament) + swete's septuagint (old testament)
|
| 70 |
+
- **latin**: clementine vulgate
|
| 71 |
+
- **hebrew**: leningrad codex (old testament only, 14,712 verses)
|
| 72 |
+
- **english**: king james version
|
| 73 |
+
|
| 74 |
+
covers 39 books across old and new testaments. each verse produces separate greek-english, latin-english, and (where available) hebrew-english pairs.
|
| 75 |
+
|
| 76 |
+
## preprocessing
|
| 77 |
+
|
| 78 |
+
- pairs with either side under 20 characters were filtered (47 rows removed: roman numeral headings, single-word fragments)
|
| 79 |
+
- no deduplication applied (some bible verses appear in multiple books as cross-references)
|
| 80 |
+
- perseus texts preserve original polytonic greek diacriticals
|
| 81 |
+
- bible greek preserves editorial marks from SBLGNT
|
| 82 |
+
|
| 83 |
+
## intended use
|
| 84 |
+
|
| 85 |
+
- training and evaluating cross-lingual embedding models
|
| 86 |
+
- ancient language retrieval and search
|
| 87 |
+
- machine translation for classical languages
|
| 88 |
+
- cross-lingual alignment research
|
| 89 |
+
|
| 90 |
+
## length distribution (characters, original side)
|
| 91 |
+
|
| 92 |
+
| source | p10 | p25 | p50 | p75 | p90 |
|
| 93 |
+
|---|---:|---:|---:|---:|---:|
|
| 94 |
+
| bible:greek | 59 | 75 | 107 | 146 | 185 |
|
| 95 |
+
| bible:latin | 59 | 74 | 101 | 138 | 172 |
|
| 96 |
+
| bible:hebrew | 57 | 69 | 103 | 143 | 181 |
|
| 97 |
+
| perseus:greek | 154 | 225 | 363 | 693 | 1123 |
|
| 98 |
+
| perseus:latin | 133 | 179 | 225 | 299 | 870 |
|
| 99 |
+
|
| 100 |
+
## license
|
| 101 |
+
|
| 102 |
+
CC BY-SA 4.0. perseus texts are distributed under the same license by the perseus digital library. bible source texts are public domain.
|
| 103 |
+
|
| 104 |
+
## citation
|
| 105 |
+
|
| 106 |
+
if you use this dataset, please cite the perseus digital library:
|
| 107 |
+
|
| 108 |
+
```
|
| 109 |
+
@misc{perseus,
|
| 110 |
+
title={Perseus Digital Library},
|
| 111 |
+
author={Crane, Gregory R.},
|
| 112 |
+
url={http://www.perseus.tufts.edu/},
|
| 113 |
+
year={2024}
|
| 114 |
+
}
|
| 115 |
+
```
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1490a6c5d9a53600f16569e8969ea2ec2b52c51ace2030417bb77f41d1c9abde
|
| 3 |
+
size 19213362
|