skyzhou06 commited on
Commit
5e5318a
·
verified ·
1 Parent(s): 6b8cf13

Release v0.4 explicit streaming reasoning dataset

Browse files
Files changed (7) hide show
  1. .gitattributes +3 -0
  2. README.md +179 -0
  3. dataset_card.md +179 -0
  4. dataset_info.json +212 -0
  5. eval.jsonl +3 -0
  6. high_quality.jsonl +3 -0
  7. train.jsonl +3 -0
.gitattributes CHANGED
@@ -58,3 +58,6 @@ 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
+ eval.jsonl filter=lfs diff=lfs merge=lfs -text
62
+ high_quality.jsonl filter=lfs diff=lfs merge=lfs -text
63
+ train.jsonl filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: LifeTextMultiTurnStreamingCoT
3
+ language:
4
+ - en
5
+ license: apache-2.0
6
+ version: "v0.4"
7
+ task_categories:
8
+ - text-generation
9
+ tags:
10
+ - streaming-reasoning
11
+ - rule-based-reasoning
12
+ - explicit-reasoning
13
+ - multi-turn-dialogue
14
+ - life-assistant
15
+ - supervised-fine-tuning
16
+ configs:
17
+ - config_name: default
18
+ data_files:
19
+ - split: train
20
+ path: train.jsonl
21
+ - split: eval
22
+ path: eval.jsonl
23
+ - split: high_quality
24
+ path: high_quality.jsonl
25
+ ---
26
+ # LifeTextMultiTurnStreamingCoT
27
+
28
+ Version: v0.4 — Explicit Streaming Reasoning Release
29
+
30
+ LifeTextMultiTurnStreamingCoT is a text-to-text multi-turn life-domain dataset. Each row uses previous user-assistant dialogue turns as input, deterministic turn-level streaming state tracking as intermediate supervision, a compact final-state-based deep reasoning summary, and the next assistant turn as the answer.
31
+
32
+ This canonical aligned repo supersedes the older `LifeMultiTurnStreamingCoT` naming convention. The old local/source name is kept only as historical metadata.
33
+
34
+ This v0.4 release keeps the real DailyDialog, MultiWOZ 2.2, and Taskmaster sources while adding explicit turn-aligned streaming reasoning. No LLM calls are used for construction. The reasoning traces are deterministic rule-based annotations over visible dialogue prefixes and repaired state deltas.
35
+
36
+ ## Current Build Statistics
37
+
38
+ - Version: v0.4 — Explicit Streaming Reasoning Release
39
+ - Total rows: 10000
40
+ - Train rows: 7955
41
+ - Eval rows: 2045
42
+ - High-quality split rows: 5923
43
+ - High-quality train rows: 4690
44
+ - High-quality eval rows: 1233
45
+ - Average input turns: 9.592
46
+ - Average streaming chunks: 9.592
47
+ - Source distribution: {"DailyDialog": 3334, "MultiWOZ": 3333, "Taskmaster": 3333}
48
+ - Domain category distribution: {"customer_service": 52, "education_career": 730, "finance_business": 65, "food_dining": 413, "general_daily_life": 925, "health_wellness": 106, "home_services": 104, "hospitality_lodging": 145, "personal_schedule": 202, "shopping_retail": 267, "social_relationship": 539, "technology_support": 86, "travel_transportation": 6366}
49
+ - Intent category distribution: {"booking_or_reservation": 5313, "confirmation_clarification": 899, "customer_support": 428, "emotional_support": 82, "information_request": 2037, "instruction_following": 8, "negotiation_decision": 49, "planning_coordination": 447, "problem_solving": 167, "recommendation": 264, "small_talk": 306}
50
+ - Scenario category distribution: {"attraction_search": 172, "banking_support": 113, "customer_complaint": 73, "family_conversation": 145, "flight_booking": 3281, "food_ordering": 9, "friend_conversation": 133, "general_conversation": 1052, "home_repair": 35, "hotel_booking": 550, "hotel_search": 53, "insurance_support": 58, "job_interview": 46, "medical_assistance": 117, "movie_ticketing": 109, "music_search": 31, "restaurant_booking": 586, "restaurant_search": 246, "schedule_planning": 201, "school_life": 194, "shopping_assistance": 193, "taxi_booking": 361, "technical_support": 166, "train_booking": 1503, "travel_planning": 103, "workplace_conversation": 470}
51
+ - Taxonomy confidence distribution: {"high": 6767, "low": 925, "medium": 2308}
52
+ - Quality tier distribution: {"bronze": 2483, "drop": 1594, "gold": 4136, "silver": 1787}
53
+ - Safety category distribution: {"safe": 9527, "sensitive": 473}
54
+ - Target answer quality distribution: {"drop": 1314, "strong": 4999, "usable": 2318, "weak": 1369}
55
+ - Streaming reasoning quality distribution: {"strong": 4676, "usable": 5324}
56
+ - Streaming reasoning confidence distribution: {"high": 66306, "medium": 29618}
57
+ - Slot repair rows: 5324
58
+ - Suppressed slot reasons: {"generic_number_misread_as_budget": 12533, "percent_misread_as_budget": 9}
59
+ - Unknown/other taxonomy ratio: 0.0
60
+ - Category distribution: {"daily_dialogue": 3334, "task_oriented_dialogue": 6666}
61
+
62
+ ## Sources
63
+
64
+ - DailyDialog: daily multi-turn dialogue.
65
+ - MultiWOZ 2.2: multi-domain task-oriented dialogue.
66
+ - Taskmaster: real task-oriented dialogue from Taskmaster conversations.
67
+
68
+ ## Schema
69
+
70
+ Rows contain `id`, `version`, `modality`, `turn_type`, `source_dataset`, `source_id`, `dialogue_id`, `domain`, `task_type`, `dialogue_history`, `streaming_chunks`, top-level `streaming_reasoning`, `deep_reasoning`, `answer`, `metadata`, normalized `taxonomy`, `quality_flags`, `quality_score`, `is_high_quality`, and `split`.
71
+
72
+ `streaming_chunks[i]` includes the original chunk fields plus `state_before`, `state_update`, `state_after`, `state_delta`, `reasoning`, `reasoning_type`, and `reasoning_confidence`. The top-level `streaming_reasoning[i]` list is aligned with `streaming_chunks[i]` by `chunk_id` and `turn_id`. The final schema remains unified across sources; source-specific details such as source, category, domain/services, scenario, original split, and raw file are kept in `metadata`.
73
+
74
+ ## Splits
75
+
76
+ - `train`: training rows after deterministic dialogue-level split.
77
+ - `eval`: evaluation rows after deterministic dialogue-level split.
78
+ - `high_quality`: rows from train+eval where `is_high_quality` is true, `quality_tier` is gold/silver, safety is safe, and explicit streaming reasoning is strong/usable. Each high-quality row keeps `metadata.original_release_split`.
79
+
80
+ ## Version History
81
+
82
+ ### v0.4 — Explicit Streaming Reasoning Release
83
+
84
+ - Added top-level `streaming_reasoning` aligned with `streaming_chunks`.
85
+ - Added per-chunk `state_delta`, `reasoning`, `reasoning_type`, and `reasoning_confidence`.
86
+ - Added deterministic slot repair/suppression for unsupported visible-prefix slot evidence, including budget numeric misreads.
87
+ - Added `metadata.streaming_reasoning_method`, `metadata.has_explicit_streaming_reasoning`, `metadata.streaming_reasoning_quality`, `metadata.slot_repair_applied`, and `metadata.suppressed_slots`.
88
+ - Added explicit reasoning quality flags and a `high_quality` split.
89
+
90
+ ### v0.3 — Safety and Grounding Quality Release
91
+
92
+ - Added safety/content filtering for training suitability.
93
+ - Added grounded slot extraction checks.
94
+ - Added target answer usefulness checks.
95
+ - Added taxonomy confidence and evidence fields.
96
+ - Added quality tiers: gold, silver, bronze, and drop.
97
+ - Updated `is_high_quality` to use quality tiers.
98
+ - Removed or downgraded unsafe, ungrounded, malformed, or low-usefulness samples.
99
+
100
+ ### v0.2 — Taxonomy-Aware Quality Release
101
+
102
+ - Added `domain_category`, `intent_category`, and `scenario_category`.
103
+ - Added deterministic source-aware taxonomy rules.
104
+ - Improved category-aware quality thresholds.
105
+ - Reduced false penalties for long task-oriented dialogues.
106
+
107
+ ### v0.1 — Initial Real-Source Release
108
+
109
+ - Added real DailyDialog, MultiWOZ 2.2, and Taskmaster data.
110
+ - Built a balanced multi-source dataset with rule-based streaming/deep reasoning.
111
+
112
+ ## Category Taxonomy
113
+
114
+ Each sample includes a coarse `metadata.category` and three additional taxonomy fields:
115
+
116
+ - `metadata.domain_category`: broad topic/domain such as travel, dining, lodging, entertainment, health, education, work, shopping, or general daily life.
117
+ - `metadata.intent_category`: interaction intent such as information request, recommendation, booking, planning, customer support, small talk, or emotional support.
118
+ - `metadata.scenario_category`: more specific scenario such as restaurant booking, hotel search, taxi booking, train booking, food ordering, movie ticketing, schedule planning, or workplace conversation.
119
+
120
+ The taxonomy is deterministic and source-aware. MultiWOZ uses domain/service annotations, Taskmaster uses scenario/file metadata when available, and DailyDialog uses lightweight keyword and dialogue-pattern rules. DailyDialog rows may have low taxonomy confidence when only weak keyword evidence is available.
121
+
122
+ ## Quality Metadata
123
+
124
+ Each row includes additional metadata fields:
125
+
126
+ - `metadata.safety_category`
127
+ - `metadata.safety_flags`
128
+ - `metadata.is_safe_for_training`
129
+ - `metadata.grounding_flags`
130
+ - `metadata.slot_grounding_score`
131
+ - `metadata.has_grounding_issue`
132
+ - `metadata.target_answer_flags`
133
+ - `metadata.target_answer_quality`
134
+ - `metadata.taxonomy_confidence`
135
+ - `metadata.taxonomy_evidence`
136
+ - `metadata.quality_tier`
137
+ - `metadata.streaming_reasoning_method`
138
+ - `metadata.has_explicit_streaming_reasoning`
139
+ - `metadata.streaming_reasoning_quality`
140
+ - `metadata.slot_repair_applied`
141
+ - `metadata.suppressed_slots`
142
+
143
+ Recommended default training filter:
144
+
145
+ ```python
146
+ row["is_high_quality"] is True
147
+ and row["metadata"]["is_safe_for_training"] is True
148
+ and row["metadata"]["quality_tier"] in ["gold", "silver"]
149
+ and row["metadata"]["has_explicit_streaming_reasoning"] is True
150
+ and row["metadata"]["streaming_reasoning_quality"] in ["strong", "usable"]
151
+ ```
152
+
153
+ ## Reasoning
154
+
155
+ Streaming reasoning is generated by deterministic rule-based state tracking over turn-level chunks. v0.4 explicit reasoning is generated only from visible prefix state, source metadata, repaired state deltas, and safety/taxonomy metadata. It does not call an LLM and does not rewrite the answer. DailyDialog rows focus on daily context and continuity. MultiWOZ and Taskmaster rows use task-oriented state changes, missing-slot status, and next-step policy. Deep reasoning is a compact global summary from the final tracked state, dialogue history, and target answer.
156
+
157
+ ## Quality Filtering
158
+
159
+ The quality checks are category-aware and include safety, grounding, target usefulness, explicit streaming reasoning quality, and tiering. Long task-oriented conversations are no longer penalized in the same way as short daily dialogues. Some heuristic checks, including weak final state and premature response detection, are kept as diagnostic warnings rather than hard filters.
160
+
161
+ `quality_flags` and `metadata.quality_checks` support filtering by real-source status, multi-turn context, non-empty reasoning, placeholder detection, category-aware length checks, malformed-row checks, repetition checks, grounding checks, safety checks, target-answer checks, explicit reasoning checks, and role alternation. Raw external data is not committed to git; processed train/eval/high_quality files are intended for upload to `skyzhou06/LifeTextMultiTurnStreamingCoT`.
162
+
163
+ ## Leakage Control
164
+
165
+ Train/eval splitting is performed by `dialogue_id`, so prefix samples from the same dialogue do not appear in both splits.
166
+
167
+ ## How to use for SFT
168
+
169
+ No separate `sft_messages` field is required. Map the rich schema directly:
170
+
171
+ - Input: dialogue prefix from `dialogue_history` plus the row instruction/task context.
172
+ - Target: `answer`.
173
+ - Optional reasoning target: `streaming_reasoning`, `deep_reasoning`, then `answer`.
174
+
175
+ ```python
176
+ from datasets import load_dataset
177
+
178
+ ds = load_dataset("skyzhou06/LifeTextMultiTurnStreamingCoT")
179
+ ```
dataset_card.md ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: LifeTextMultiTurnStreamingCoT
3
+ language:
4
+ - en
5
+ license: apache-2.0
6
+ version: "v0.4"
7
+ task_categories:
8
+ - text-generation
9
+ tags:
10
+ - streaming-reasoning
11
+ - rule-based-reasoning
12
+ - explicit-reasoning
13
+ - multi-turn-dialogue
14
+ - life-assistant
15
+ - supervised-fine-tuning
16
+ configs:
17
+ - config_name: default
18
+ data_files:
19
+ - split: train
20
+ path: train.jsonl
21
+ - split: eval
22
+ path: eval.jsonl
23
+ - split: high_quality
24
+ path: high_quality.jsonl
25
+ ---
26
+ # LifeTextMultiTurnStreamingCoT
27
+
28
+ Version: v0.4 — Explicit Streaming Reasoning Release
29
+
30
+ LifeTextMultiTurnStreamingCoT is a text-to-text multi-turn life-domain dataset. Each row uses previous user-assistant dialogue turns as input, deterministic turn-level streaming state tracking as intermediate supervision, a compact final-state-based deep reasoning summary, and the next assistant turn as the answer.
31
+
32
+ This canonical aligned repo supersedes the older `LifeMultiTurnStreamingCoT` naming convention. The old local/source name is kept only as historical metadata.
33
+
34
+ This v0.4 release keeps the real DailyDialog, MultiWOZ 2.2, and Taskmaster sources while adding explicit turn-aligned streaming reasoning. No LLM calls are used for construction. The reasoning traces are deterministic rule-based annotations over visible dialogue prefixes and repaired state deltas.
35
+
36
+ ## Current Build Statistics
37
+
38
+ - Version: v0.4 — Explicit Streaming Reasoning Release
39
+ - Total rows: 10000
40
+ - Train rows: 7955
41
+ - Eval rows: 2045
42
+ - High-quality split rows: 5923
43
+ - High-quality train rows: 4690
44
+ - High-quality eval rows: 1233
45
+ - Average input turns: 9.592
46
+ - Average streaming chunks: 9.592
47
+ - Source distribution: {"DailyDialog": 3334, "MultiWOZ": 3333, "Taskmaster": 3333}
48
+ - Domain category distribution: {"customer_service": 52, "education_career": 730, "finance_business": 65, "food_dining": 413, "general_daily_life": 925, "health_wellness": 106, "home_services": 104, "hospitality_lodging": 145, "personal_schedule": 202, "shopping_retail": 267, "social_relationship": 539, "technology_support": 86, "travel_transportation": 6366}
49
+ - Intent category distribution: {"booking_or_reservation": 5313, "confirmation_clarification": 899, "customer_support": 428, "emotional_support": 82, "information_request": 2037, "instruction_following": 8, "negotiation_decision": 49, "planning_coordination": 447, "problem_solving": 167, "recommendation": 264, "small_talk": 306}
50
+ - Scenario category distribution: {"attraction_search": 172, "banking_support": 113, "customer_complaint": 73, "family_conversation": 145, "flight_booking": 3281, "food_ordering": 9, "friend_conversation": 133, "general_conversation": 1052, "home_repair": 35, "hotel_booking": 550, "hotel_search": 53, "insurance_support": 58, "job_interview": 46, "medical_assistance": 117, "movie_ticketing": 109, "music_search": 31, "restaurant_booking": 586, "restaurant_search": 246, "schedule_planning": 201, "school_life": 194, "shopping_assistance": 193, "taxi_booking": 361, "technical_support": 166, "train_booking": 1503, "travel_planning": 103, "workplace_conversation": 470}
51
+ - Taxonomy confidence distribution: {"high": 6767, "low": 925, "medium": 2308}
52
+ - Quality tier distribution: {"bronze": 2483, "drop": 1594, "gold": 4136, "silver": 1787}
53
+ - Safety category distribution: {"safe": 9527, "sensitive": 473}
54
+ - Target answer quality distribution: {"drop": 1314, "strong": 4999, "usable": 2318, "weak": 1369}
55
+ - Streaming reasoning quality distribution: {"strong": 4676, "usable": 5324}
56
+ - Streaming reasoning confidence distribution: {"high": 66306, "medium": 29618}
57
+ - Slot repair rows: 5324
58
+ - Suppressed slot reasons: {"generic_number_misread_as_budget": 12533, "percent_misread_as_budget": 9}
59
+ - Unknown/other taxonomy ratio: 0.0
60
+ - Category distribution: {"daily_dialogue": 3334, "task_oriented_dialogue": 6666}
61
+
62
+ ## Sources
63
+
64
+ - DailyDialog: daily multi-turn dialogue.
65
+ - MultiWOZ 2.2: multi-domain task-oriented dialogue.
66
+ - Taskmaster: real task-oriented dialogue from Taskmaster conversations.
67
+
68
+ ## Schema
69
+
70
+ Rows contain `id`, `version`, `modality`, `turn_type`, `source_dataset`, `source_id`, `dialogue_id`, `domain`, `task_type`, `dialogue_history`, `streaming_chunks`, top-level `streaming_reasoning`, `deep_reasoning`, `answer`, `metadata`, normalized `taxonomy`, `quality_flags`, `quality_score`, `is_high_quality`, and `split`.
71
+
72
+ `streaming_chunks[i]` includes the original chunk fields plus `state_before`, `state_update`, `state_after`, `state_delta`, `reasoning`, `reasoning_type`, and `reasoning_confidence`. The top-level `streaming_reasoning[i]` list is aligned with `streaming_chunks[i]` by `chunk_id` and `turn_id`. The final schema remains unified across sources; source-specific details such as source, category, domain/services, scenario, original split, and raw file are kept in `metadata`.
73
+
74
+ ## Splits
75
+
76
+ - `train`: training rows after deterministic dialogue-level split.
77
+ - `eval`: evaluation rows after deterministic dialogue-level split.
78
+ - `high_quality`: rows from train+eval where `is_high_quality` is true, `quality_tier` is gold/silver, safety is safe, and explicit streaming reasoning is strong/usable. Each high-quality row keeps `metadata.original_release_split`.
79
+
80
+ ## Version History
81
+
82
+ ### v0.4 — Explicit Streaming Reasoning Release
83
+
84
+ - Added top-level `streaming_reasoning` aligned with `streaming_chunks`.
85
+ - Added per-chunk `state_delta`, `reasoning`, `reasoning_type`, and `reasoning_confidence`.
86
+ - Added deterministic slot repair/suppression for unsupported visible-prefix slot evidence, including budget numeric misreads.
87
+ - Added `metadata.streaming_reasoning_method`, `metadata.has_explicit_streaming_reasoning`, `metadata.streaming_reasoning_quality`, `metadata.slot_repair_applied`, and `metadata.suppressed_slots`.
88
+ - Added explicit reasoning quality flags and a `high_quality` split.
89
+
90
+ ### v0.3 — Safety and Grounding Quality Release
91
+
92
+ - Added safety/content filtering for training suitability.
93
+ - Added grounded slot extraction checks.
94
+ - Added target answer usefulness checks.
95
+ - Added taxonomy confidence and evidence fields.
96
+ - Added quality tiers: gold, silver, bronze, and drop.
97
+ - Updated `is_high_quality` to use quality tiers.
98
+ - Removed or downgraded unsafe, ungrounded, malformed, or low-usefulness samples.
99
+
100
+ ### v0.2 — Taxonomy-Aware Quality Release
101
+
102
+ - Added `domain_category`, `intent_category`, and `scenario_category`.
103
+ - Added deterministic source-aware taxonomy rules.
104
+ - Improved category-aware quality thresholds.
105
+ - Reduced false penalties for long task-oriented dialogues.
106
+
107
+ ### v0.1 — Initial Real-Source Release
108
+
109
+ - Added real DailyDialog, MultiWOZ 2.2, and Taskmaster data.
110
+ - Built a balanced multi-source dataset with rule-based streaming/deep reasoning.
111
+
112
+ ## Category Taxonomy
113
+
114
+ Each sample includes a coarse `metadata.category` and three additional taxonomy fields:
115
+
116
+ - `metadata.domain_category`: broad topic/domain such as travel, dining, lodging, entertainment, health, education, work, shopping, or general daily life.
117
+ - `metadata.intent_category`: interaction intent such as information request, recommendation, booking, planning, customer support, small talk, or emotional support.
118
+ - `metadata.scenario_category`: more specific scenario such as restaurant booking, hotel search, taxi booking, train booking, food ordering, movie ticketing, schedule planning, or workplace conversation.
119
+
120
+ The taxonomy is deterministic and source-aware. MultiWOZ uses domain/service annotations, Taskmaster uses scenario/file metadata when available, and DailyDialog uses lightweight keyword and dialogue-pattern rules. DailyDialog rows may have low taxonomy confidence when only weak keyword evidence is available.
121
+
122
+ ## Quality Metadata
123
+
124
+ Each row includes additional metadata fields:
125
+
126
+ - `metadata.safety_category`
127
+ - `metadata.safety_flags`
128
+ - `metadata.is_safe_for_training`
129
+ - `metadata.grounding_flags`
130
+ - `metadata.slot_grounding_score`
131
+ - `metadata.has_grounding_issue`
132
+ - `metadata.target_answer_flags`
133
+ - `metadata.target_answer_quality`
134
+ - `metadata.taxonomy_confidence`
135
+ - `metadata.taxonomy_evidence`
136
+ - `metadata.quality_tier`
137
+ - `metadata.streaming_reasoning_method`
138
+ - `metadata.has_explicit_streaming_reasoning`
139
+ - `metadata.streaming_reasoning_quality`
140
+ - `metadata.slot_repair_applied`
141
+ - `metadata.suppressed_slots`
142
+
143
+ Recommended default training filter:
144
+
145
+ ```python
146
+ row["is_high_quality"] is True
147
+ and row["metadata"]["is_safe_for_training"] is True
148
+ and row["metadata"]["quality_tier"] in ["gold", "silver"]
149
+ and row["metadata"]["has_explicit_streaming_reasoning"] is True
150
+ and row["metadata"]["streaming_reasoning_quality"] in ["strong", "usable"]
151
+ ```
152
+
153
+ ## Reasoning
154
+
155
+ Streaming reasoning is generated by deterministic rule-based state tracking over turn-level chunks. v0.4 explicit reasoning is generated only from visible prefix state, source metadata, repaired state deltas, and safety/taxonomy metadata. It does not call an LLM and does not rewrite the answer. DailyDialog rows focus on daily context and continuity. MultiWOZ and Taskmaster rows use task-oriented state changes, missing-slot status, and next-step policy. Deep reasoning is a compact global summary from the final tracked state, dialogue history, and target answer.
156
+
157
+ ## Quality Filtering
158
+
159
+ The quality checks are category-aware and include safety, grounding, target usefulness, explicit streaming reasoning quality, and tiering. Long task-oriented conversations are no longer penalized in the same way as short daily dialogues. Some heuristic checks, including weak final state and premature response detection, are kept as diagnostic warnings rather than hard filters.
160
+
161
+ `quality_flags` and `metadata.quality_checks` support filtering by real-source status, multi-turn context, non-empty reasoning, placeholder detection, category-aware length checks, malformed-row checks, repetition checks, grounding checks, safety checks, target-answer checks, explicit reasoning checks, and role alternation. Raw external data is not committed to git; processed train/eval/high_quality files are intended for upload to `skyzhou06/LifeTextMultiTurnStreamingCoT`.
162
+
163
+ ## Leakage Control
164
+
165
+ Train/eval splitting is performed by `dialogue_id`, so prefix samples from the same dialogue do not appear in both splits.
166
+
167
+ ## How to use for SFT
168
+
169
+ No separate `sft_messages` field is required. Map the rich schema directly:
170
+
171
+ - Input: dialogue prefix from `dialogue_history` plus the row instruction/task context.
172
+ - Target: `answer`.
173
+ - Optional reasoning target: `streaming_reasoning`, `deep_reasoning`, then `answer`.
174
+
175
+ ```python
176
+ from datasets import load_dataset
177
+
178
+ ds = load_dataset("skyzhou06/LifeTextMultiTurnStreamingCoT")
179
+ ```
dataset_info.json ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "avg_num_chunks": 9.592,
3
+ "avg_num_turns": 9.592,
4
+ "build_stats": {
5
+ "candidate_rows_before_limit": 215796,
6
+ "cleaned_dialogues": 40201,
7
+ "constructed_samples": 216519,
8
+ "filtered_dialogues": 77,
9
+ "raw_dialogues": 40278,
10
+ "released_rows": 10000,
11
+ "safety_filtered_reason_distribution": {
12
+ "dangerous_activity": 89,
13
+ "explicit_criminal_instruction": 340,
14
+ "financial_context": 8,
15
+ "illegal_drug_sale_or_purchase": 5,
16
+ "medical_or_health_context": 23,
17
+ "mild_violence_or_conflict_context": 27,
18
+ "self_harm_or_suicide": 3,
19
+ "sexual_or_adult_content": 7,
20
+ "weapons_or_violent_threat": 279
21
+ },
22
+ "safety_filtered_rows": 723
23
+ },
24
+ "category_distribution": {
25
+ "daily_dialogue": 3334,
26
+ "task_oriented_dialogue": 6666
27
+ },
28
+ "dataset_name": "LifeTextMultiTurnStreamingCoT",
29
+ "domain_category_distribution": {
30
+ "customer_service": 52,
31
+ "education_career": 730,
32
+ "finance_business": 65,
33
+ "food_dining": 413,
34
+ "general_daily_life": 925,
35
+ "health_wellness": 106,
36
+ "home_services": 104,
37
+ "hospitality_lodging": 145,
38
+ "personal_schedule": 202,
39
+ "shopping_retail": 267,
40
+ "social_relationship": 539,
41
+ "technology_support": 86,
42
+ "travel_transportation": 6366
43
+ },
44
+ "domain_distribution": {
45
+ "cooking": 425,
46
+ "customer_service": 70,
47
+ "daily_advice": 239,
48
+ "emotional_support": 19,
49
+ "fitness": 108,
50
+ "health_routine": 83,
51
+ "home": 206,
52
+ "other_life": 837,
53
+ "personal_finance": 61,
54
+ "schedule": 778,
55
+ "shopping": 517,
56
+ "social_planning": 96,
57
+ "study": 257,
58
+ "travel": 6304
59
+ },
60
+ "eval_rows": 2045,
61
+ "explicit_streaming_reasoning_rows": 10000,
62
+ "grounding_flag_distribution": {
63
+ "generic_number_misread_as_budget": 164,
64
+ "suspicious_numeric_slot": 164,
65
+ "weak_slot_evidence": 489
66
+ },
67
+ "hf_repo_url": "https://huggingface.co/datasets/skyzhou06/LifeTextMultiTurnStreamingCoT",
68
+ "high_quality_eval_rows": 1233,
69
+ "high_quality_percentage": 0.5923,
70
+ "high_quality_rows": 5923,
71
+ "high_quality_split_rows": 5923,
72
+ "high_quality_train_rows": 4690,
73
+ "intent_category_distribution": {
74
+ "booking_or_reservation": 5313,
75
+ "confirmation_clarification": 899,
76
+ "customer_support": 428,
77
+ "emotional_support": 82,
78
+ "information_request": 2037,
79
+ "instruction_following": 8,
80
+ "negotiation_decision": 49,
81
+ "planning_coordination": 447,
82
+ "problem_solving": 167,
83
+ "recommendation": 264,
84
+ "small_talk": 306
85
+ },
86
+ "modality": "text",
87
+ "old_dataset_name": "LifeMultiTurnStreamingCoT",
88
+ "old_repo_id": "skyzhou06/LifeMultiTurnStreamingCoT",
89
+ "publishability_gate": {
90
+ "blockers": [],
91
+ "status": "PASS"
92
+ },
93
+ "quality_flag_distribution": {
94
+ "answer_not_grounded": 587,
95
+ "excessive_repetition": 114,
96
+ "financial_context": 222,
97
+ "fragment_answer": 862,
98
+ "generic_answer": 124,
99
+ "generic_number_misread_as_budget": 164,
100
+ "grounding_issue": 164,
101
+ "low_information_answer": 1680,
102
+ "low_taxonomy_confidence": 925,
103
+ "medical_or_health_context": 135,
104
+ "mild_violence_or_conflict_context": 116,
105
+ "off_topic_answer": 202,
106
+ "premature_respond": 1571,
107
+ "repeated_turns": 114,
108
+ "sensitive_content": 473,
109
+ "suspicious_numeric_slot": 164,
110
+ "target_leakage": 53,
111
+ "too_many_turns": 42,
112
+ "too_short_answer": 915,
113
+ "too_short_average_turn": 2,
114
+ "weak_final_state": 2866,
115
+ "weak_slot_evidence": 489,
116
+ "weak_target_answer": 915
117
+ },
118
+ "quality_tier_distribution": {
119
+ "bronze": 2483,
120
+ "drop": 1594,
121
+ "gold": 4136,
122
+ "silver": 1787
123
+ },
124
+ "repo_id": "skyzhou06/LifeTextMultiTurnStreamingCoT",
125
+ "safety_category_distribution": {
126
+ "safe": 9527,
127
+ "sensitive": 473
128
+ },
129
+ "safety_flag_distribution": {
130
+ "financial_context": 222,
131
+ "medical_or_health_context": 135,
132
+ "mild_violence_or_conflict_context": 116
133
+ },
134
+ "scenario_category_distribution": {
135
+ "attraction_search": 172,
136
+ "banking_support": 113,
137
+ "customer_complaint": 73,
138
+ "family_conversation": 145,
139
+ "flight_booking": 3281,
140
+ "food_ordering": 9,
141
+ "friend_conversation": 133,
142
+ "general_conversation": 1052,
143
+ "home_repair": 35,
144
+ "hotel_booking": 550,
145
+ "hotel_search": 53,
146
+ "insurance_support": 58,
147
+ "job_interview": 46,
148
+ "medical_assistance": 117,
149
+ "movie_ticketing": 109,
150
+ "music_search": 31,
151
+ "restaurant_booking": 586,
152
+ "restaurant_search": 246,
153
+ "schedule_planning": 201,
154
+ "school_life": 194,
155
+ "shopping_assistance": 193,
156
+ "taxi_booking": 361,
157
+ "technical_support": 166,
158
+ "train_booking": 1503,
159
+ "travel_planning": 103,
160
+ "workplace_conversation": 470
161
+ },
162
+ "sft_readiness": {
163
+ "blockers": [],
164
+ "status": "PASS"
165
+ },
166
+ "slot_repair_applied_rows": 5324,
167
+ "source_distribution": {
168
+ "DailyDialog": 3334,
169
+ "MultiWOZ": 3333,
170
+ "Taskmaster": 3333
171
+ },
172
+ "streaming_reasoning_confidence_distribution": {
173
+ "high": 66306,
174
+ "medium": 29618
175
+ },
176
+ "streaming_reasoning_quality_distribution": {
177
+ "strong": 4676,
178
+ "usable": 5324
179
+ },
180
+ "suppressed_slot_name_distribution": {
181
+ "budget": 12542
182
+ },
183
+ "suppressed_slot_reason_distribution": {
184
+ "generic_number_misread_as_budget": 12533,
185
+ "percent_misread_as_budget": 9
186
+ },
187
+ "target_answer_flag_distribution": {
188
+ "answer_not_grounded": 578,
189
+ "fragment_answer": 862,
190
+ "generic_answer": 121,
191
+ "low_information_answer": 1680,
192
+ "off_topic_answer": 202,
193
+ "too_short_answer": 915
194
+ },
195
+ "target_answer_quality_distribution": {
196
+ "drop": 1314,
197
+ "strong": 4999,
198
+ "usable": 2318,
199
+ "weak": 1369
200
+ },
201
+ "taxonomy_confidence_distribution": {
202
+ "high": 6767,
203
+ "low": 925,
204
+ "medium": 2308
205
+ },
206
+ "total_rows": 10000,
207
+ "train_rows": 7955,
208
+ "turn_type": "multi_turn",
209
+ "unknown_other_ratio": 0.0,
210
+ "version": "v0.4",
211
+ "version_label": "v0.4 — Explicit Streaming Reasoning Release"
212
+ }
eval.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64b966d6e7c49faa99d487de92667d2a8c277a2ff22d17c2fe97cf3144f6f97a
3
+ size 60035042
high_quality.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b3718a8914221c998c6bca7399b82de3bd650a6344bee93b38375839361f354
3
+ size 169479311
train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8fe10c7cc7b6f128f5abb05db27dea14d622f2dccc539e1df3b3c1a8da78f61
3
+ size 227886814