Datasets:
Add frequency-preserving surname phonetic G2P evaluation dataset
Browse files- .gitattributes +1 -0
- README.md +52 -0
- excluded.jsonl +0 -0
- groups.jsonl +0 -0
- manifest.json +21 -0
- rows.jsonl +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
rows.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- g2p
|
| 7 |
+
- pronunciation
|
| 8 |
+
- names
|
| 9 |
+
- evaluation
|
| 10 |
+
configs:
|
| 11 |
+
- config_name: default
|
| 12 |
+
data_files:
|
| 13 |
+
- split: eval
|
| 14 |
+
path: rows.jsonl
|
| 15 |
+
- config_name: grouped
|
| 16 |
+
data_files:
|
| 17 |
+
- split: train
|
| 18 |
+
path: groups.jsonl
|
| 19 |
+
- config_name: audit
|
| 20 |
+
data_files:
|
| 21 |
+
- split: train
|
| 22 |
+
path: excluded.jsonl
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
+
# NetJets surname phonetic G2P evaluation
|
| 26 |
+
|
| 27 |
+
Source: `Namecoach/netjets-name-asr`, Hub revision `dd9ca45ff76c1cf5017d03bbd3558f625420928f`, train split.
|
| 28 |
+
|
| 29 |
+
This benchmark presents a written surname grapheme and expects one of the observed custom written phonetic spellings for that surname. The phonetic strings are retained exactly after outer whitespace trimming; capitalization encodes stress and hyphens/parentheses are meaningful notation.
|
| 30 |
+
|
| 31 |
+
## Files
|
| 32 |
+
|
| 33 |
+
- `rows.jsonl`: one row per retained source occurrence. Do not deduplicate this file: its repeated rows preserve the source pronunciation frequency.
|
| 34 |
+
- `groups.jsonl`: one row per grapheme with its observed variant counts and probabilities. Use this for distributional evaluation and allowed-output validation.
|
| 35 |
+
- `excluded.jsonl`: source rows that could not be mapped to one auditable grapheme token, with the reason and candidate scores.
|
| 36 |
+
- `manifest.json`: source hash, counts, extraction policy, and frequency policy.
|
| 37 |
+
|
| 38 |
+
## Row contract
|
| 39 |
+
|
| 40 |
+
Each row contains `grapheme`, `phonetic`, a stable source `id`, source provenance, and alignment metadata. A prediction is valid only if it exactly equals one of the `phonetic` variants listed for that row's `grapheme` in `groups.jsonl`.
|
| 41 |
+
|
| 42 |
+
## Alignment policy
|
| 43 |
+
|
| 44 |
+
The dataset's `name` field is an ASR/spoken reconstruction and can contain extra or missing tokens, so the final whitespace token is not always the labeled surname. The builder uses a documented token-to-phonetic character-similarity heuristic with a surname prior, removes common suffixes such as Jr/III, and excludes ambiguous or unalignable rows instead of fabricating grapheme labels.
|
| 45 |
+
|
| 46 |
+
## Counts
|
| 47 |
+
|
| 48 |
+
- Source rows: 36,704
|
| 49 |
+
- Retained eval occurrences: 35,891
|
| 50 |
+
- Unique graphemes: 15,938
|
| 51 |
+
- Unique grapheme/phonetic pairs: 27,644
|
| 52 |
+
- Excluded rows: 813
|
excluded.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
groups.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
manifest.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "Namecoach/netjets-name-asr",
|
| 3 |
+
"dataset_revision": "dd9ca45ff76c1cf5017d03bbd3558f625420928f",
|
| 4 |
+
"eval_rows": 35891,
|
| 5 |
+
"excluded_policy": "exclude missing fields, ambiguous token alignment, and unalignable token alignment; retain full details in excluded.jsonl",
|
| 6 |
+
"excluded_rows": 813,
|
| 7 |
+
"files": {
|
| 8 |
+
"excluded": "excluded.jsonl",
|
| 9 |
+
"groups": "groups.jsonl",
|
| 10 |
+
"rows": "rows.jsonl"
|
| 11 |
+
},
|
| 12 |
+
"frequency_policy": "one eval row per retained source occurrence; no deduplication or reweighting",
|
| 13 |
+
"grapheme_policy": "auditable token alignment; surname-prior when plausible, otherwise unique token similarity; suffixes are removed",
|
| 14 |
+
"phonetic_policy": "phonetic retained exactly after outer whitespace trimming; capitalization, hyphens, parentheses, and stress notation preserved",
|
| 15 |
+
"source_core_name_phonetic_sha256": "1b7c6b006d26a966605485d1865d07096baa1118cb3c4b85caf899d209ac6c4d",
|
| 16 |
+
"source_local_mirror": "/home/rezo/work/netjets_name_asr_pro/data",
|
| 17 |
+
"source_rows": 36704,
|
| 18 |
+
"source_split": "train",
|
| 19 |
+
"unique_grapheme_phonetic_pairs": 27644,
|
| 20 |
+
"unique_graphemes": 15938
|
| 21 |
+
}
|
rows.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6eea96de28ad321c9ca50f7c4f4c2290b05495c43750154c40581421a5cec29
|
| 3 |
+
size 15071353
|