jamartina commited on
Commit
cfb592c
·
verified ·
1 Parent(s): 0865b5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -19
README.md CHANGED
@@ -20,7 +20,7 @@ configs:
20
  - config_name: default
21
  data_files:
22
  - split: train
23
- path: data/gregory_dialogues_generated_oe.parquet
24
  dataset_info:
25
  config_name: default
26
  features:
@@ -72,24 +72,24 @@ rejected offending lines and generation continued until all 4,217 lines passed.
72
  ## Repository structure
73
 
74
  ```
75
- data/gregory_dialogues_generated_oe.parquet the generated text (4,217 rows, 3 columns)
76
- data/gregory_dialogues_generated_oe.tsv the same data as tab-separated text
77
- generation/PROMPT.md the generation instructions
78
- generation/build_lexicon.py compiles the allowed-forms lexicon
79
- generation/validate_batch.py the four-check validator
80
- generation/assemble_final.py assembles validated batches
81
- evaluation/scripts/parse_new_text.py parses the generated text (Stanza, ang)
82
- evaluation/scripts/bootstrap_cis.py bootstrap confidence intervals (1,000 replicates)
83
- evaluation/scripts/evaluate_native_pt_embeddings.py embedding-space comparison
84
- evaluation/results/*.json all quantitative results (9 files)
85
- parses/regenerated.conllu dependency parse of the generated text (UD)
86
- embeddings/ang_embeddings.pt Old English word embeddings (57,186 x 100)
87
  ```
88
 
89
  ## Data fields
90
 
91
- The dataset is loaded from `data/gregory_dialogues_generated_oe.parquet` (this is the
92
- file the Hub's dataset viewer reads); `data/gregory_dialogues_generated_oe.tsv` carries
93
  the same rows as UTF-8 tab-separated text with a header line. The fields are:
94
 
95
  | Field | Description |
@@ -128,18 +128,18 @@ the language at large). Full details are in the paper; the component scores are:
128
  | L (length fidelity) | 0.97550 |
129
  | **G (geometric mean)** | **0.9911** (95% CI [0.9906, 0.9916]) |
130
 
131
- All figures can be recomputed from `evaluation/results/` and the scripts provided.
132
- The parse in `parses/regenerated.conllu` was produced with the same Stanza *ang*
133
  pipeline used for the reference parses, trained on the Old English Dependency
134
  Treebank (OEDT).
135
 
136
  ## Embeddings
137
 
138
- `embeddings/ang_embeddings.pt` contains the 100-dimensional Old English word embeddings
139
  used in the evaluation (57,186 vocabulary items). Row *i* corresponds to token
140
  `id2unit[i+5]` of the Stanza *ang* pretrain `nerthus.pt`, with which the matrix is
141
  identical from row 5 onward; the mapping is verified in
142
- `evaluation/scripts/evaluate_native_pt_embeddings.py`.
143
 
144
  Previously published embeddings and models of the Nerthus Project are available at:
145
 
 
20
  - config_name: default
21
  data_files:
22
  - split: train
23
+ path: gregory-generated-old-english/data/gregory_dialogues_generated_oe.parquet
24
  dataset_info:
25
  config_name: default
26
  features:
 
72
  ## Repository structure
73
 
74
  ```
75
+ gregory-generated-old-english/data/gregory_dialogues_generated_oe.parquet the generated text (4,217 rows, 3 columns)
76
+ gregory-generated-old-english/data/gregory_dialogues_generated_oe.tsv the same data as tab-separated text
77
+ gregory-generated-old-english/generation/PROMPT.md the generation instructions
78
+ gregory-generated-old-english/generation/build_lexicon.py compiles the allowed-forms lexicon
79
+ gregory-generated-old-english/generation/validate_batch.py the four-check validator
80
+ gregory-generated-old-english/generation/assemble_final.py assembles validated batches
81
+ gregory-generated-old-english/evaluation/scripts/parse_new_text.py parses the generated text (Stanza, ang)
82
+ gregory-generated-old-english/evaluation/scripts/bootstrap_cis.py bootstrap confidence intervals (1,000 replicates)
83
+ gregory-generated-old-english/evaluation/scripts/evaluate_native_pt_embeddings.py embedding-space comparison
84
+ gregory-generated-old-english/evaluation/results/*.json all quantitative results (9 files)
85
+ gregory-generated-old-english/parses/regenerated.conllu dependency parse of the generated text (UD)
86
+ gregory-generated-old-english/embeddings/ang_embeddings.pt Old English word embeddings (57,186 x 100)
87
  ```
88
 
89
  ## Data fields
90
 
91
+ The dataset is loaded from `gregory-generated-old-english/data/gregory_dialogues_generated_oe.parquet` (this is the
92
+ file the Hub's dataset viewer reads); `gregory-generated-old-english/data/gregory_dialogues_generated_oe.tsv` carries
93
  the same rows as UTF-8 tab-separated text with a header line. The fields are:
94
 
95
  | Field | Description |
 
128
  | L (length fidelity) | 0.97550 |
129
  | **G (geometric mean)** | **0.9911** (95% CI [0.9906, 0.9916]) |
130
 
131
+ All figures can be recomputed from `gregory-generated-old-english/evaluation/results/` and the scripts provided.
132
+ The parse in `gregory-generated-old-english/parses/regenerated.conllu` was produced with the same Stanza *ang*
133
  pipeline used for the reference parses, trained on the Old English Dependency
134
  Treebank (OEDT).
135
 
136
  ## Embeddings
137
 
138
+ `gregory-generated-old-english/embeddings/ang_embeddings.pt` contains the 100-dimensional Old English word embeddings
139
  used in the evaluation (57,186 vocabulary items). Row *i* corresponds to token
140
  `id2unit[i+5]` of the Stanza *ang* pretrain `nerthus.pt`, with which the matrix is
141
  identical from row 5 onward; the mapping is verified in
142
+ `gregory-generated-old-english/evaluation/scripts/evaluate_native_pt_embeddings.py`.
143
 
144
  Previously published embeddings and models of the Nerthus Project are available at:
145