File size: 2,205 Bytes
bf6b02a
 
 
 
4bc74c5
bf6b02a
4bc74c5
bf6b02a
4bc74c5
bf6b02a
4bc74c5
bf6b02a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4bc74c5
bf6b02a
4bc74c5
 
bf6b02a
 
 
 
 
d291fb8
 
 
 
 
 
 
 
 
bf6b02a
d291fb8
beff60c
d291fb8
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: full_audio
    dtype: audio
  - name: snake_audio
    dtype: audio
  - name: snack_audio
    dtype: audio
  - name: bags_audio
    dtype: audio
  - name: snake_incontext_transcription
    dtype: string
  - name: snack_incontext_transcription
    dtype: string
  - name: bags_incontext_transcription
    dtype: string
  - name: snake_nocontext_transcription
    dtype: string
  - name: snack_nocontext_transcription
    dtype: string
  - name: bags_nocontext_transcription
    dtype: string
  - name: full_facebook_transcription
    dtype: string
  - name: age
    dtype: int64
  - name: birthplace
    dtype: string
  - name: native_language
    dtype: string
  - name: sex
    dtype: string
  - name: country
    dtype: string
  - name: speakerid
    dtype: int64
  splits:
  - name: train
    num_bytes: 1851995457.892
    num_examples: 2138
  download_size: 1965023997
  dataset_size: 1851995457.892
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: agpl-3.0
language:
- en
tags:
- speech
- ipa
pretty_name: sac
size_categories:
- 1K<n<10K
---

2138 English speakers from a variety of language backgrounds (pulled from the [Speech Accent Archive](https://accent.gmu.edu/)) saying the sentence 

"Please call Stella.  Ask her to bring these things with her from the store:  Six spoons of fresh snow peas, five thick slabs of blue cheese, and maybe a snack for her brother Bob.  We also need a small plastic snake and a big toy frog for the kids.  She can scoop these things into three red bags, and we will go meet her Wednesday at the train station." 

We focus on three words -- "snack", "snake", "bags" -- which are notoriously tricky for humans to identify out-of-context.
We use an automated script to transcribe them both in-context and clipped with no-context using the Facebook 60 phoneme transcription model.
For cases of mispronunciation, the results show that in-context, the transformer layers of the Wav2Vec2 model act as a language model to hallucinate the more "standard" g2p transcription of the words whereas out-of-context, the model predicts a transcription closer to what the speaker actually said.