davanstrien HF Staff commited on
Commit
b5fff7c
·
verified ·
1 Parent(s): c3e0735

Add dataset card (source credit, schema, caveats)

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md CHANGED
@@ -78,4 +78,74 @@ configs:
78
  data_files:
79
  - split: train
80
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  data_files:
79
  - split: train
80
  path: data/train-*
81
+ license: cc-by-4.0
82
+ language:
83
+ - akk
84
+ task_categories:
85
+ - token-classification
86
+ tags:
87
+ - akkadian
88
+ - assyriology
89
+ - cuneiform
90
+ - ancient-near-east
91
+ - dependency-parsing
92
+ - conllu
93
+ - glam
94
+ - cultural-heritage
95
+ size_categories:
96
+ - 1K<n<10K
97
  ---
98
+
99
+ # State Archives of Assyria — Morphosyntactic Letter Corpus
100
+
101
+ 7,355 fully annotated sentences from **2,586 Neo-Assyrian letters** — the royal
102
+ correspondence of the Assyrian empire, 8th–7th century BCE.
103
+
104
+ Every sentence carries full morphosyntactic annotation (lemma, UPOS, morphological
105
+ features, dependency head and relation) **and** the letter's archival context: who wrote it,
106
+ who received it, which archive it was excavated from, and where.
107
+
108
+ Row 0 is Adda-hati writing to the king, from the Northwest Palace at Nimrud:
109
+
110
+ > `ana šarri bēlīya urdaka Adda-hati` — *"To the king, my lord: your servant Adda-hati."*
111
+
112
+ ## Fields
113
+
114
+ - `tokens` — `{id, form, lemma, upos, xpos, feats, head, deprel}` (CoNLL-U)
115
+ - `text` — the normalised sentence
116
+ - `text_id` (ORACC/CDLI P-number), `sent_id`, `volume` (`saa01`–`saa21`), `sentence_idx`
117
+ - Letter metadata joined from the ORACC catalogue: `ancient_author`, `ancient_recipient`,
118
+ `archive`, `collection`, `provenience`, `genre`, `dialect`, `language`, `period`, `ruler`,
119
+ `script`, `object_type`, `material`, `museum_no`, `date_of_origin`, `designation`,
120
+ `vol_title`, `primary_publication`
121
+
122
+ Covers 10 of the 21 SAA volumes. All 2,586 letters join to a catalogue record.
123
+
124
+ ## Notes on the conversion
125
+
126
+ Two quirks of the deposit are handled here, and are worth knowing if you go back to the source:
127
+
128
+ - The deposit ships a `concatenated/` directory holding 10 per-volume merged files — **the
129
+ same letters again**, in UD-release form. They are excluded; including them would double
130
+ the corpus.
131
+ - The `*Renumbered` files open with a provenance pseudo-sentence (`saao / saa01 / P224395`,
132
+ tokenised but unlemmatised). These are dropped — they are not sentences of the letters.
133
+
134
+ Filenames in the source are not uniform (`P<id>lookup`, `P<id>Renumbered`,
135
+ `P<id>lookupRenumbered`, `P<id>_lookup`, `P<id>_intermediate`, plus a few `X`/`Q` ids), so
136
+ text ids are extracted by pattern rather than by stripping suffixes.
137
+
138
+ ## Caveats
139
+
140
+ - Akkadian is a **broken-text** tradition. Damaged/illegible signs appear as `x` runs in the
141
+ text; they are preserved, not cleaned.
142
+ - Annotation quality descends from ORACC's lemmatisation; `xpos` and `feats` are sparse in
143
+ some volumes.
144
+
145
+ ## Source & credit
146
+
147
+ Matthew Ong. *A Full Morphosyntactic Annotation of the State Archives of Assyria Letter
148
+ Corpus.* Zenodo, 2024-02-06. <https://zenodo.org/records/10622984> — deposit CC-BY-4.0.
149
+
150
+ Underlying text and lemmatisation from **ORACC** (<http://oracc.org/saao/>), released CC0;
151
+ adapted from the State Archives of Assyria print volumes. Please cite both.