erikvill commited on
Commit
89ba96c
·
verified ·
1 Parent(s): d284632

Update dataset (9 interviews)

Browse files
Files changed (2) hide show
  1. README.md +23 -34
  2. dataset.jsonl +0 -0
README.md CHANGED
@@ -1,70 +1,59 @@
1
  ---
2
  license: cc-by-4.0
3
  language:
4
- - en
5
  - sv
6
  tags:
7
  - oral-history
8
- - swedish-american
9
- - emigration
10
  - biography
11
  - interview
 
12
  size_categories:
13
  - n<1K
14
  ---
15
 
16
- # Setterdahl Swedish Emigrant Interview Corpus
17
 
18
- Processed interviews from the Lennart Setterdahl collection at Kulturparken Småland (Växjö, Sweden). Setterdahl interviewed ~3,000 first-generation Swedish immigrants across the United States between 1960–1990.
19
 
20
  ## Dataset Summary
21
 
22
- - **Interviews processed:** 9
23
- - **Source:** [DigitalMuseum](https://digitaltmuseum.se) (Kulturparken Småland, S-KPS)
24
- - **License:** CC-BY (original audio), generated content by Wundrblock
25
- - **Languages:** English (primary), Swedish (code-switching)
26
- - **Time period:** Interviews recorded 1960s–1990s, subjects born N/A
27
 
28
  ## Key Statistics
29
 
30
  | Metric | Value |
31
  |--------|-------|
32
- | K-factor (mean unique people/interview) | N/A |
 
 
 
33
  | K-factor (median) | N/A |
34
- | K-factor (range) | N/A |
35
  | Total processing cost | $0.00 |
36
- | Avg cost/interview | $0.00 |
37
 
38
  ## Fields
39
 
40
  | Field | Type | Description |
41
  |-------|------|-------------|
42
- | interview_id | string | LS identifier (e.g., "LS 0238") |
43
- | subject_name | string | Interviewee name |
44
- | birth_year | int | Subject's birth year |
45
- | birth_place | string | Subject's birthplace (Sweden) |
 
46
  | interview_year | int | Year of recording |
47
  | duration_minutes | float | Audio duration |
48
  | transcript_words | int | Word count |
49
- | transcript_corrected | string | Full corrected transcript with speaker labels |
50
- | entities | list | Extracted people and places with mention counts |
51
  | k_factor | int | Unique people mentioned |
52
- | biography_markdown | string | Generated biography in Pandoc markdown (if available) |
53
- | biography_words | int | Biography word count |
54
- | processing_costs | list | Per-step cost breakdown |
55
- | total_cost_usd | float | Total processing cost |
56
- | audio_url | string | Direct MP3 download URL |
57
- | dimu_url | string | DigitalMuseum page URL |
58
 
59
- ## Pipeline
60
 
61
- 1. Audio download from DigitalMuseum (CC-BY)
62
- 2. Transcription via OpenAI Whisper
63
- 3. Speaker labeling via Claude Haiku
64
- 4. Transcript correction via Claude Sonnet (Swedish names/places)
65
- 5. Entity extraction via Claude Sonnet
66
- 6. Biography generation via Claude Sonnet (optional)
67
 
68
- ## Citation
69
 
70
- This dataset is derived from the Lennart Setterdahl interview collection held by Kulturparken Småland / Svenska Emigrantinstitutet, Växjö, Sweden. Original recordings are CC-BY licensed.
 
1
  ---
2
  license: cc-by-4.0
3
  language:
 
4
  - sv
5
  tags:
6
  - oral-history
 
 
7
  - biography
8
  - interview
9
+ - life-narrative
10
  size_categories:
11
  - n<1K
12
  ---
13
 
14
+ # Sommar & Vinter i P1 Corpus
15
 
16
+ Personal narrative monologues from Sveriges Radio's iconic Sommar i P1 program. Public figures tell their life story in ~55-minute episodes. Running since 1959.
17
 
18
  ## Dataset Summary
19
 
20
+ - **Records:** 9
21
+ - **Languages:** sv
 
 
 
22
 
23
  ## Key Statistics
24
 
25
  | Metric | Value |
26
  |--------|-------|
27
+ | Records | 9 |
28
+ | With transcript | 9 |
29
+ | With entities | 0 |
30
+ | K-factor (mean) | N/A |
31
  | K-factor (median) | N/A |
 
32
  | Total processing cost | $0.00 |
 
33
 
34
  ## Fields
35
 
36
  | Field | Type | Description |
37
  |-------|------|-------------|
38
+ | interview_id | string | Unique identifier |
39
+ | source_id | string | Source-specific ID |
40
+ | subject_name | string | Subject/speaker name |
41
+ | birth_year | int | Birth year (if known) |
42
+ | birth_place | string | Birthplace (if known) |
43
  | interview_year | int | Year of recording |
44
  | duration_minutes | float | Audio duration |
45
  | transcript_words | int | Word count |
46
+ | transcript_corrected | string | Full transcript |
47
+ | entities | list | Extracted people and places |
48
  | k_factor | int | Unique people mentioned |
49
+ | biography_markdown | string | Generated biography (if available) |
50
+ | audio_url | string | Audio download URL (if available) |
51
+ | source_url | string | Source page URL |
 
 
 
52
 
53
+ ## Citation
54
 
55
+ Source audio from Sveriges Radio (sverigesradio.se/sommar-i-p1). Transcription and processing by Wundrblock.
 
 
 
 
 
56
 
57
+ ## Processing
58
 
59
+ Processed by [Wundrblock](https://wundrblock.com) using Claude (Anthropic) and Whisper (OpenAI).
dataset.jsonl CHANGED
The diff for this file is too large to render. See raw diff