Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
Tags:
streaming-reasoning
rule-based-reasoning
explicit-reasoning
multi-turn-dialogue
life-assistant
supervised-fine-tuning
License:
Release v0.4 explicit streaming reasoning dataset
Browse files- .gitattributes +1 -0
- README.md +48 -17
- dataset_info.json +46 -28
- eval.jsonl +2 -2
- high_quality.jsonl +3 -0
- train.jsonl +2 -2
.gitattributes
CHANGED
|
@@ -60,3 +60,4 @@ saved_model/**/* 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 |
train.jsonl 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 |
train.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
high_quality.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -3,12 +3,13 @@ pretty_name: LifeMultiTurnStreamingCoT
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
license: apache-2.0
|
| 6 |
-
version: "v0.
|
| 7 |
task_categories:
|
| 8 |
- text-generation
|
| 9 |
tags:
|
| 10 |
- streaming-reasoning
|
| 11 |
- rule-based-reasoning
|
|
|
|
| 12 |
- multi-turn-dialogue
|
| 13 |
- life-assistant
|
| 14 |
- supervised-fine-tuning
|
|
@@ -17,35 +18,42 @@ configs:
|
|
| 17 |
data_files:
|
| 18 |
- split: train
|
| 19 |
path: train.jsonl
|
| 20 |
-
- split:
|
| 21 |
path: eval.jsonl
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
# LifeMultiTurnStreamingCoT
|
| 24 |
|
| 25 |
-
Version: v0.
|
| 26 |
|
| 27 |
LifeMultiTurnStreamingCoT 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.
|
| 28 |
|
| 29 |
-
This v0.
|
| 30 |
|
| 31 |
-
## Current
|
| 32 |
|
| 33 |
-
- Version: v0.
|
| 34 |
- Total rows: 30000
|
| 35 |
- Train rows: 24211
|
| 36 |
- Eval rows: 5789
|
| 37 |
-
- High-quality
|
| 38 |
-
- High-quality
|
|
|
|
| 39 |
- Average input turns: 9.705
|
| 40 |
- Average streaming chunks: 9.705
|
| 41 |
- Source distribution: {"DailyDialog": 10000, "MultiWOZ": 10000, "Taskmaster": 10000}
|
| 42 |
- Domain category distribution: {"customer_service": 204, "education_career": 2288, "finance_business": 180, "food_dining": 1262, "general_daily_life": 2881, "health_wellness": 221, "home_services": 226, "hospitality_lodging": 404, "personal_schedule": 688, "shopping_retail": 527, "social_relationship": 1984, "technology_support": 193, "travel_transportation": 18942}
|
| 43 |
- Intent category distribution: {"booking_or_reservation": 15758, "confirmation_clarification": 2710, "customer_support": 1241, "emotional_support": 232, "information_request": 6242, "instruction_following": 26, "negotiation_decision": 139, "planning_coordination": 1460, "problem_solving": 440, "recommendation": 739, "small_talk": 1013}
|
| 44 |
- Scenario category distribution: {"attraction_search": 455, "banking_support": 210, "customer_complaint": 218, "family_conversation": 600, "flight_booking": 9926, "food_ordering": 18, "friend_conversation": 456, "general_conversation": 3288, "home_repair": 101, "hotel_booking": 1557, "hotel_search": 184, "insurance_support": 95, "job_interview": 104, "medical_assistance": 291, "movie_ticketing": 218, "music_search": 141, "restaurant_booking": 1890, "restaurant_search": 819, "schedule_planning": 646, "school_life": 853, "shopping_assistance": 393, "taxi_booking": 1109, "technical_support": 453, "train_booking": 4317, "travel_planning": 253, "workplace_conversation": 1405}
|
| 45 |
-
- Taxonomy confidence distribution: {"high":
|
| 46 |
-
- Quality tier distribution: {"bronze":
|
| 47 |
- Safety category distribution: {"safe": 28743, "sensitive": 1257}
|
| 48 |
-
- Target answer quality distribution: {"drop":
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
- Unknown/other taxonomy ratio: 0.0
|
| 50 |
- Category distribution: {"daily_dialogue": 10000, "task_oriented_dialogue": 20000}
|
| 51 |
|
|
@@ -57,10 +65,26 @@ This v0.3 release keeps the real DailyDialog, MultiWOZ 2.2, and Taskmaster sourc
|
|
| 57 |
|
| 58 |
## Schema
|
| 59 |
|
| 60 |
-
Rows contain `id`, `source_dataset`, `source_id`, `dialogue_id`, `domain`, `task_type`, `dialogue_history`, `streaming_chunks`, `deep_reasoning`, `answer`, `metadata`, `quality_flags`, `quality_score`, `is_high_quality`, and `split`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
|
| 62 |
## Version History
|
| 63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
### v0.3 — Safety and Grounding Quality Release
|
| 65 |
|
| 66 |
- Added safety/content filtering for training suitability.
|
|
@@ -91,9 +115,9 @@ Each sample includes a coarse `metadata.category` and three additional taxonomy
|
|
| 91 |
- `metadata.intent_category`: interaction intent such as information request, recommendation, booking, planning, customer support, small talk, or emotional support.
|
| 92 |
- `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.
|
| 93 |
|
| 94 |
-
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.
|
| 95 |
|
| 96 |
-
##
|
| 97 |
|
| 98 |
Each row includes additional metadata fields:
|
| 99 |
|
|
@@ -108,6 +132,11 @@ Each row includes additional metadata fields:
|
|
| 108 |
- `metadata.taxonomy_confidence`
|
| 109 |
- `metadata.taxonomy_evidence`
|
| 110 |
- `metadata.quality_tier`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
|
| 112 |
Recommended default training filter:
|
| 113 |
|
|
@@ -115,17 +144,19 @@ Recommended default training filter:
|
|
| 115 |
row["is_high_quality"] is True
|
| 116 |
and row["metadata"]["is_safe_for_training"] is True
|
| 117 |
and row["metadata"]["quality_tier"] in ["gold", "silver"]
|
|
|
|
|
|
|
| 118 |
```
|
| 119 |
|
| 120 |
## Reasoning
|
| 121 |
|
| 122 |
-
Streaming reasoning is generated by deterministic rule-based state tracking over turn-level chunks. DailyDialog rows focus on daily
|
| 123 |
|
| 124 |
## Quality Filtering
|
| 125 |
|
| 126 |
-
The quality checks are category-aware and
|
| 127 |
|
| 128 |
-
`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, and role alternation. Raw external data is not committed to git; processed train/eval files are intended for upload to `skyzhou06/LifeMultiTurnStreamingCoT`.
|
| 129 |
|
| 130 |
## Leakage Control
|
| 131 |
|
|
|
|
| 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
|
|
|
|
| 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 |
# LifeMultiTurnStreamingCoT
|
| 27 |
|
| 28 |
+
Version: v0.4 — Explicit Streaming Reasoning Release
|
| 29 |
|
| 30 |
LifeMultiTurnStreamingCoT 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 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.
|
| 33 |
|
| 34 |
+
## Current Build Statistics
|
| 35 |
|
| 36 |
+
- Version: v0.4 — Explicit Streaming Reasoning Release
|
| 37 |
- Total rows: 30000
|
| 38 |
- Train rows: 24211
|
| 39 |
- Eval rows: 5789
|
| 40 |
+
- High-quality split rows: 17723
|
| 41 |
+
- High-quality train rows: 14339
|
| 42 |
+
- High-quality eval rows: 3384
|
| 43 |
- Average input turns: 9.705
|
| 44 |
- Average streaming chunks: 9.705
|
| 45 |
- Source distribution: {"DailyDialog": 10000, "MultiWOZ": 10000, "Taskmaster": 10000}
|
| 46 |
- Domain category distribution: {"customer_service": 204, "education_career": 2288, "finance_business": 180, "food_dining": 1262, "general_daily_life": 2881, "health_wellness": 221, "home_services": 226, "hospitality_lodging": 404, "personal_schedule": 688, "shopping_retail": 527, "social_relationship": 1984, "technology_support": 193, "travel_transportation": 18942}
|
| 47 |
- Intent category distribution: {"booking_or_reservation": 15758, "confirmation_clarification": 2710, "customer_support": 1241, "emotional_support": 232, "information_request": 6242, "instruction_following": 26, "negotiation_decision": 139, "planning_coordination": 1460, "problem_solving": 440, "recommendation": 739, "small_talk": 1013}
|
| 48 |
- Scenario category distribution: {"attraction_search": 455, "banking_support": 210, "customer_complaint": 218, "family_conversation": 600, "flight_booking": 9926, "food_ordering": 18, "friend_conversation": 456, "general_conversation": 3288, "home_repair": 101, "hotel_booking": 1557, "hotel_search": 184, "insurance_support": 95, "job_interview": 104, "medical_assistance": 291, "movie_ticketing": 218, "music_search": 141, "restaurant_booking": 1890, "restaurant_search": 819, "schedule_planning": 646, "school_life": 853, "shopping_assistance": 393, "taxi_booking": 1109, "technical_support": 453, "train_booking": 4317, "travel_planning": 253, "workplace_conversation": 1405}
|
| 49 |
+
- Taxonomy confidence distribution: {"high": 20506, "low": 2881, "medium": 6613}
|
| 50 |
+
- Quality tier distribution: {"bronze": 7505, "drop": 4772, "gold": 12479, "silver": 5244}
|
| 51 |
- Safety category distribution: {"safe": 28743, "sensitive": 1257}
|
| 52 |
+
- Target answer quality distribution: {"drop": 3924, "strong": 15129, "usable": 6819, "weak": 4128}
|
| 53 |
+
- Streaming reasoning quality distribution: {"strong": 14767, "usable": 15233}
|
| 54 |
+
- Streaming reasoning confidence distribution: {"high": 201954, "medium": 89194}
|
| 55 |
+
- Slot repair rows: 15233
|
| 56 |
+
- Suppressed slot reasons: {"generic_number_misread_as_budget": 36309, "percent_misread_as_budget": 13}
|
| 57 |
- Unknown/other taxonomy ratio: 0.0
|
| 58 |
- Category distribution: {"daily_dialogue": 10000, "task_oriented_dialogue": 20000}
|
| 59 |
|
|
|
|
| 65 |
|
| 66 |
## Schema
|
| 67 |
|
| 68 |
+
Rows contain `id`, `source_dataset`, `source_id`, `dialogue_id`, `domain`, `task_type`, `dialogue_history`, `streaming_chunks`, top-level `streaming_reasoning`, `deep_reasoning`, `answer`, `metadata`, `quality_flags`, `quality_score`, `is_high_quality`, and `split`.
|
| 69 |
+
|
| 70 |
+
`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`.
|
| 71 |
+
|
| 72 |
+
## Splits
|
| 73 |
+
|
| 74 |
+
- `train`: training rows after deterministic dialogue-level split.
|
| 75 |
+
- `eval`: evaluation rows after deterministic dialogue-level split.
|
| 76 |
+
- `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`.
|
| 77 |
|
| 78 |
## Version History
|
| 79 |
|
| 80 |
+
### v0.4 — Explicit Streaming Reasoning Release
|
| 81 |
+
|
| 82 |
+
- Added top-level `streaming_reasoning` aligned with `streaming_chunks`.
|
| 83 |
+
- Added per-chunk `state_delta`, `reasoning`, `reasoning_type`, and `reasoning_confidence`.
|
| 84 |
+
- Added deterministic slot repair/suppression for unsupported visible-prefix slot evidence, including budget numeric misreads.
|
| 85 |
+
- Added `metadata.streaming_reasoning_method`, `metadata.has_explicit_streaming_reasoning`, `metadata.streaming_reasoning_quality`, `metadata.slot_repair_applied`, and `metadata.suppressed_slots`.
|
| 86 |
+
- Added explicit reasoning quality flags and a `high_quality` split.
|
| 87 |
+
|
| 88 |
### v0.3 — Safety and Grounding Quality Release
|
| 89 |
|
| 90 |
- Added safety/content filtering for training suitability.
|
|
|
|
| 115 |
- `metadata.intent_category`: interaction intent such as information request, recommendation, booking, planning, customer support, small talk, or emotional support.
|
| 116 |
- `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.
|
| 117 |
|
| 118 |
+
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.
|
| 119 |
|
| 120 |
+
## Quality Metadata
|
| 121 |
|
| 122 |
Each row includes additional metadata fields:
|
| 123 |
|
|
|
|
| 132 |
- `metadata.taxonomy_confidence`
|
| 133 |
- `metadata.taxonomy_evidence`
|
| 134 |
- `metadata.quality_tier`
|
| 135 |
+
- `metadata.streaming_reasoning_method`
|
| 136 |
+
- `metadata.has_explicit_streaming_reasoning`
|
| 137 |
+
- `metadata.streaming_reasoning_quality`
|
| 138 |
+
- `metadata.slot_repair_applied`
|
| 139 |
+
- `metadata.suppressed_slots`
|
| 140 |
|
| 141 |
Recommended default training filter:
|
| 142 |
|
|
|
|
| 144 |
row["is_high_quality"] is True
|
| 145 |
and row["metadata"]["is_safe_for_training"] is True
|
| 146 |
and row["metadata"]["quality_tier"] in ["gold", "silver"]
|
| 147 |
+
and row["metadata"]["has_explicit_streaming_reasoning"] is True
|
| 148 |
+
and row["metadata"]["streaming_reasoning_quality"] in ["strong", "usable"]
|
| 149 |
```
|
| 150 |
|
| 151 |
## Reasoning
|
| 152 |
|
| 153 |
+
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.
|
| 154 |
|
| 155 |
## Quality Filtering
|
| 156 |
|
| 157 |
+
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.
|
| 158 |
|
| 159 |
+
`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/LifeMultiTurnStreamingCoT`.
|
| 160 |
|
| 161 |
## Leakage Control
|
| 162 |
|
dataset_info.json
CHANGED
|
@@ -58,16 +58,17 @@
|
|
| 58 |
"travel": 18530
|
| 59 |
},
|
| 60 |
"eval_rows": 5789,
|
|
|
|
| 61 |
"grounding_flag_distribution": {
|
| 62 |
-
"generic_number_misread_as_budget":
|
| 63 |
-
"
|
| 64 |
-
"suspicious_numeric_slot": 14679,
|
| 65 |
"weak_slot_evidence": 1625
|
| 66 |
},
|
| 67 |
-
"high_quality_eval_rows":
|
| 68 |
-
"high_quality_percentage": 0.
|
| 69 |
-
"high_quality_rows":
|
| 70 |
-
"
|
|
|
|
| 71 |
"intent_category_distribution": {
|
| 72 |
"booking_or_reservation": 15758,
|
| 73 |
"confirmation_clarification": 2710,
|
|
@@ -82,36 +83,36 @@
|
|
| 82 |
"small_talk": 1013
|
| 83 |
},
|
| 84 |
"quality_flag_distribution": {
|
| 85 |
-
"answer_not_grounded":
|
| 86 |
-
"deep_reasoning_too_long":
|
| 87 |
"excessive_repetition": 442,
|
| 88 |
"financial_context": 624,
|
| 89 |
"fragment_answer": 2611,
|
| 90 |
"generic_answer": 359,
|
| 91 |
-
"generic_number_misread_as_budget":
|
| 92 |
-
"grounding_issue":
|
| 93 |
"low_information_answer": 5011,
|
|
|
|
| 94 |
"medical_or_health_context": 327,
|
| 95 |
"mild_violence_or_conflict_context": 307,
|
| 96 |
-
"off_topic_answer":
|
| 97 |
-
"percent_misread_as_budget": 8,
|
| 98 |
"premature_respond": 4693,
|
| 99 |
"repeated_turns": 442,
|
| 100 |
"sensitive_content": 1257,
|
| 101 |
-
"suspicious_numeric_slot":
|
| 102 |
"target_leakage": 176,
|
| 103 |
"too_many_turns": 262,
|
| 104 |
"too_short_answer": 2759,
|
| 105 |
"too_short_average_turn": 8,
|
| 106 |
-
"weak_final_state":
|
| 107 |
"weak_slot_evidence": 1625,
|
| 108 |
"weak_target_answer": 2759
|
| 109 |
},
|
| 110 |
"quality_tier_distribution": {
|
| 111 |
-
"bronze":
|
| 112 |
-
"drop":
|
| 113 |
-
"gold":
|
| 114 |
-
"silver":
|
| 115 |
},
|
| 116 |
"safety_category_distribution": {
|
| 117 |
"safe": 28743,
|
|
@@ -150,32 +151,49 @@
|
|
| 150 |
"travel_planning": 253,
|
| 151 |
"workplace_conversation": 1405
|
| 152 |
},
|
|
|
|
| 153 |
"source_distribution": {
|
| 154 |
"DailyDialog": 10000,
|
| 155 |
"MultiWOZ": 10000,
|
| 156 |
"Taskmaster": 10000
|
| 157 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 158 |
"target_answer_flag_distribution": {
|
| 159 |
-
"answer_not_grounded":
|
| 160 |
"fragment_answer": 2611,
|
| 161 |
"generic_answer": 350,
|
| 162 |
"low_information_answer": 5011,
|
| 163 |
-
"off_topic_answer":
|
| 164 |
"too_short_answer": 2759
|
| 165 |
},
|
| 166 |
"target_answer_quality_distribution": {
|
| 167 |
-
"drop":
|
| 168 |
-
"strong":
|
| 169 |
-
"usable":
|
| 170 |
"weak": 4128
|
| 171 |
},
|
| 172 |
"taxonomy_confidence_distribution": {
|
| 173 |
-
"high":
|
| 174 |
-
"
|
|
|
|
| 175 |
},
|
| 176 |
"total_rows": 30000,
|
| 177 |
"train_rows": 24211,
|
| 178 |
"unknown_other_ratio": 0.0,
|
| 179 |
-
"version": "v0.
|
| 180 |
-
"version_label": "v0.
|
| 181 |
}
|
|
|
|
| 58 |
"travel": 18530
|
| 59 |
},
|
| 60 |
"eval_rows": 5789,
|
| 61 |
+
"explicit_streaming_reasoning_rows": 30000,
|
| 62 |
"grounding_flag_distribution": {
|
| 63 |
+
"generic_number_misread_as_budget": 432,
|
| 64 |
+
"suspicious_numeric_slot": 432,
|
|
|
|
| 65 |
"weak_slot_evidence": 1625
|
| 66 |
},
|
| 67 |
+
"high_quality_eval_rows": 3384,
|
| 68 |
+
"high_quality_percentage": 0.5908,
|
| 69 |
+
"high_quality_rows": 17723,
|
| 70 |
+
"high_quality_split_rows": 17723,
|
| 71 |
+
"high_quality_train_rows": 14339,
|
| 72 |
"intent_category_distribution": {
|
| 73 |
"booking_or_reservation": 15758,
|
| 74 |
"confirmation_clarification": 2710,
|
|
|
|
| 83 |
"small_talk": 1013
|
| 84 |
},
|
| 85 |
"quality_flag_distribution": {
|
| 86 |
+
"answer_not_grounded": 1718,
|
| 87 |
+
"deep_reasoning_too_long": 2,
|
| 88 |
"excessive_repetition": 442,
|
| 89 |
"financial_context": 624,
|
| 90 |
"fragment_answer": 2611,
|
| 91 |
"generic_answer": 359,
|
| 92 |
+
"generic_number_misread_as_budget": 432,
|
| 93 |
+
"grounding_issue": 432,
|
| 94 |
"low_information_answer": 5011,
|
| 95 |
+
"low_taxonomy_confidence": 2881,
|
| 96 |
"medical_or_health_context": 327,
|
| 97 |
"mild_violence_or_conflict_context": 307,
|
| 98 |
+
"off_topic_answer": 581,
|
|
|
|
| 99 |
"premature_respond": 4693,
|
| 100 |
"repeated_turns": 442,
|
| 101 |
"sensitive_content": 1257,
|
| 102 |
+
"suspicious_numeric_slot": 432,
|
| 103 |
"target_leakage": 176,
|
| 104 |
"too_many_turns": 262,
|
| 105 |
"too_short_answer": 2759,
|
| 106 |
"too_short_average_turn": 8,
|
| 107 |
+
"weak_final_state": 8951,
|
| 108 |
"weak_slot_evidence": 1625,
|
| 109 |
"weak_target_answer": 2759
|
| 110 |
},
|
| 111 |
"quality_tier_distribution": {
|
| 112 |
+
"bronze": 7505,
|
| 113 |
+
"drop": 4772,
|
| 114 |
+
"gold": 12479,
|
| 115 |
+
"silver": 5244
|
| 116 |
},
|
| 117 |
"safety_category_distribution": {
|
| 118 |
"safe": 28743,
|
|
|
|
| 151 |
"travel_planning": 253,
|
| 152 |
"workplace_conversation": 1405
|
| 153 |
},
|
| 154 |
+
"slot_repair_applied_rows": 15233,
|
| 155 |
"source_distribution": {
|
| 156 |
"DailyDialog": 10000,
|
| 157 |
"MultiWOZ": 10000,
|
| 158 |
"Taskmaster": 10000
|
| 159 |
},
|
| 160 |
+
"streaming_reasoning_confidence_distribution": {
|
| 161 |
+
"high": 201954,
|
| 162 |
+
"medium": 89194
|
| 163 |
+
},
|
| 164 |
+
"streaming_reasoning_quality_distribution": {
|
| 165 |
+
"strong": 14767,
|
| 166 |
+
"usable": 15233
|
| 167 |
+
},
|
| 168 |
+
"suppressed_slot_name_distribution": {
|
| 169 |
+
"budget": 36322
|
| 170 |
+
},
|
| 171 |
+
"suppressed_slot_reason_distribution": {
|
| 172 |
+
"generic_number_misread_as_budget": 36309,
|
| 173 |
+
"percent_misread_as_budget": 13
|
| 174 |
+
},
|
| 175 |
"target_answer_flag_distribution": {
|
| 176 |
+
"answer_not_grounded": 1687,
|
| 177 |
"fragment_answer": 2611,
|
| 178 |
"generic_answer": 350,
|
| 179 |
"low_information_answer": 5011,
|
| 180 |
+
"off_topic_answer": 581,
|
| 181 |
"too_short_answer": 2759
|
| 182 |
},
|
| 183 |
"target_answer_quality_distribution": {
|
| 184 |
+
"drop": 3924,
|
| 185 |
+
"strong": 15129,
|
| 186 |
+
"usable": 6819,
|
| 187 |
"weak": 4128
|
| 188 |
},
|
| 189 |
"taxonomy_confidence_distribution": {
|
| 190 |
+
"high": 20506,
|
| 191 |
+
"low": 2881,
|
| 192 |
+
"medium": 6613
|
| 193 |
},
|
| 194 |
"total_rows": 30000,
|
| 195 |
"train_rows": 24211,
|
| 196 |
"unknown_other_ratio": 0.0,
|
| 197 |
+
"version": "v0.4",
|
| 198 |
+
"version_label": "v0.4 — Explicit Streaming Reasoning Release"
|
| 199 |
}
|
eval.jsonl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06759fb1b8692bd95a4cb1487b6450e78aed565c9b4cf4492f7dcc41b0ed4393
|
| 3 |
+
size 165480673
|
high_quality.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4551d2d1bf0ced79e745a463d16a48be9ba79f4ccc8b40446ec0ab8b39d5ad18
|
| 3 |
+
size 504954397
|
train.jsonl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a42f65e6f1062f469e90b88d67b4d32e95e516addb559c78ecf5c2b82cb5fd1
|
| 3 |
+
size 698892272
|