Update dataset (9 interviews)
Browse files- README.md +23 -34
- 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 |
-
#
|
| 17 |
|
| 18 |
-
|
| 19 |
|
| 20 |
## Dataset Summary
|
| 21 |
|
| 22 |
-
- **
|
| 23 |
-
- **
|
| 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 |
-
|
|
|
|
|
|
|
|
|
|
|
| 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 |
|
| 43 |
-
|
|
| 44 |
-
|
|
| 45 |
-
|
|
|
|
|
| 46 |
| interview_year | int | Year of recording |
|
| 47 |
| duration_minutes | float | Audio duration |
|
| 48 |
| transcript_words | int | Word count |
|
| 49 |
-
| transcript_corrected | string | Full
|
| 50 |
-
| entities | list | Extracted people and places
|
| 51 |
| k_factor | int | Unique people mentioned |
|
| 52 |
-
| biography_markdown | string | Generated biography
|
| 53 |
-
|
|
| 54 |
-
|
|
| 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 |
-
##
|
| 60 |
|
| 61 |
-
|
| 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 |
-
##
|
| 69 |
|
| 70 |
-
|
|
|
|
| 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
|
|
|