skyzhou06 commited on
Commit
26ef827
·
verified ·
1 Parent(s): b66bb0c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -97
README.md CHANGED
@@ -1,25 +1,14 @@
1
  ---
2
- license: cc-by-nc-4.0
3
  language:
4
  - en
5
- pretty_name: LifeAudioMultiTurnStreamingCoT
6
  tags:
7
  - streaming-cot
8
- - life-scenarios
9
- - audio
10
- - multi-turn
11
- - dialogue
12
  - sft
13
- - reasoning
14
- - speech
15
- - timestamped
16
- task_categories:
17
- - text-generation
18
- - question-answering
19
- - automatic-speech-recognition
20
- task_ids:
21
- - language-modeling
22
- size_categories: 10K<n<100K
23
  configs:
24
  - config_name: default
25
  data_files:
@@ -35,111 +24,64 @@ configs:
35
  path: data/high_quality_eval.parquet
36
  ---
37
 
38
- # LifeAudioMultiTurnStreamingCoT v0.4
39
-
40
- **Final professional public release** — clean SFT schema, target field, canonical taxonomy.
41
-
42
- ## Overview
43
-
44
- - **Modality**: Audio
45
- - **Turn Type**: Multi Turn
46
- - **Version**: v0.4
47
- - **License**: cc-by-nc-4.0
48
- - **Language**: English
49
- - **HF Repo**: `skyzhou06/LifeAudioMultiTurnStreamingCoT`
50
 
51
- ## Row Counts
52
 
53
- | Split | Rows |
54
- |-------|------|
55
- | Train | 10,684 |
56
- | Eval | 2,671 |
57
- | High Quality Train | 10,588 |
58
- | High Quality Eval | 2,640 |
59
- | **Total** | **13,355** |
60
 
61
- ## Schema (v0.4)
62
 
63
- ### Top-Level Fields
64
 
65
- | Field | Type | Description |
66
- |-------|------|-------------|
67
- | `id` | string | Stable example ID |
68
- | `split` | string | `train` or `eval` |
69
- | `modality` | string | `audio` |
70
- | `turn_type` | string | `multi_turn` |
71
- | `input` | object | Input data |
72
- | `streaming` | object | Checkpoints with natural-language reasoning |
73
- | `target` | object | Training target: reasoning, answer, response |
74
- | `taxonomy` | object | Canonical content classification |
75
- | `quality` | object | Quality assessment |
76
- | `source` | object | Provenance |
77
- | `metadata` | object | Release metadata |
78
-
79
- ### `target`
80
 
 
81
  ```json
82
  {
83
- "reasoning": "Natural-language reasoning summary.",
84
- "answer": "The final answer.",
85
  "response": "Reasoning: ...\n\nAnswer: ..."
86
  }
87
  ```
88
 
89
- - `target.answer` for answer-only SFT
90
- - `target.response` — for reasoning-augmented SFT
91
 
92
- ### `taxonomy`
93
 
94
- Uses canonical enum categories: `daily_life`, `travel`, `education`, `work_productivity`, `finance_consumer`, `health_wellness_safe`, `tech_support`, `information_extraction`, `creative_planning`, `social_communication`.
 
 
 
 
 
 
 
95
 
96
- ### `quality`
97
 
98
- ```json
99
- {
100
- "is_high_quality": true,
101
- "sft_ready": true,
102
- "natural_reasoning": true,
103
- "reasoning_quality": "high",
104
- "taxonomy_quality": "high"
105
- }
106
- ```
107
 
108
- ## Changes from v0.3
109
 
110
- - `output` renamed to `target` with `reasoning`, `answer`, `response`
111
- - `streaming.trace` removed from active rows
112
- - `metadata.legacy` blobs removed
113
- - Taxonomy mapped to canonical enum with fixed category/subcategory pairs
114
- - `high_quality` split into `high_quality_train` / `high_quality_eval`
115
- - `metadata.release_version` = `"v0.4"`
116
 
117
- ## SFT Usage
118
 
119
  ```python
120
  from datasets import load_dataset
121
 
122
- # Default config
123
  ds = load_dataset("skyzhou06/LifeAudioMultiTurnStreamingCoT")
124
- # ds["train"]["target"]["response"] — reasoning + answer
125
- # ds["train"]["target"]["answer"] — answer only
126
 
127
- # High quality config
128
  ds_hq = load_dataset("skyzhou06/LifeAudioMultiTurnStreamingCoT", "high_quality")
129
  ```
130
-
131
- ## Source Licenses
132
-
133
- Dataset-level license: **cc-by-nc-4.0**. Individual rows include `source.license` and `source.dataset` fields with source-specific license information.
134
-
135
- **Audio availability**: Most audio is externally referenced (not bundled). See `audio.loadability` field per row.
136
-
137
- ## Limitations
138
-
139
- - Reasoning is rule-based (content-grounded)
140
- - Some answers are brief closing phrases (check `quality.sft_ready`)
141
- - Non-English examples not included
142
-
143
- ## Citation
144
-
145
- If you use this dataset, please cite the original source datasets and this release.
 
1
  ---
2
+ license: cc-by-4.0
3
  language:
4
  - en
 
5
  tags:
6
  - streaming-cot
7
+ - chain-of-thought
 
 
 
8
  - sft
9
+ - audio
10
+ size_categories:
11
+ - 1K<n<10K
 
 
 
 
 
 
 
12
  configs:
13
  - config_name: default
14
  data_files:
 
24
  path: data/high_quality_eval.parquet
25
  ---
26
 
27
+ # LifeAudioMultiTurnStreamingCoT
 
 
 
 
 
 
 
 
 
 
 
28
 
29
+ **Version:** vFinal
30
 
31
+ A multi-turn audio dataset with streaming chain-of-thought reasoning for SFT. 13349 active training rows with audio references.
 
 
 
 
 
 
32
 
33
+ ## Schema
34
 
35
+ Top-level fields: `id, split, modality, turn_type, dialogue, audio, input, streaming, target, taxonomy, quality, source, metadata`
36
 
37
+ - dialogue (list of turns with role/text)
38
+ - audio (path, reference, duration_sec, loadability)
39
+ - input (instruction, length_bucket)
40
+ - target (reasoning, answer, response)
41
+ - streaming (checkpoints with streaming_reasoning)
42
+ - taxonomy (category, subcategory, difficulty, intent_type)
 
 
 
 
 
 
 
 
 
43
 
44
+ ### Target Format
45
  ```json
46
  {
47
+ "reasoning": "Natural language reasoning about the task/input...",
48
+ "answer": "The actual task output...",
49
  "response": "Reasoning: ...\n\nAnswer: ..."
50
  }
51
  ```
52
 
53
+ Use `target.response` for SFT training. It includes both reasoning and final answer.
 
54
 
55
+ ## Quality
56
 
57
+ | Metric | Value |
58
+ |--------|-------|
59
+ | Active rows | 13,349 |
60
+ | Train | 10,679 |
61
+ | Eval | 2,670 |
62
+ | High quality | 13,349 |
63
+ | SFT-ready | 100.0% |
64
+ | Target grounded | 100.0% |
65
 
66
+ ## High-Quality Configuration
67
 
68
+ The `high_quality` config contains a filtered subset of default rows where `quality.sft_ready = true` and `quality.is_high_quality = true`. It is not additional unique data.
 
 
 
 
 
 
 
 
69
 
70
+ ## Limitations
71
 
72
+ - Audio is external reference only (HF URLs). No bundled audio bytes.
73
+ -
74
+ - Natural-language reasoning is template-generated, not LLM-written.
75
+ - Row counts reflect quality-filtered active splits suitable for direct SFT usage.
 
 
76
 
77
+ ## Usage
78
 
79
  ```python
80
  from datasets import load_dataset
81
 
82
+ # Load default config
83
  ds = load_dataset("skyzhou06/LifeAudioMultiTurnStreamingCoT")
 
 
84
 
85
+ # Load high-quality subset
86
  ds_hq = load_dataset("skyzhou06/LifeAudioMultiTurnStreamingCoT", "high_quality")
87
  ```