skyzhou06 commited on
Commit
da3ac8e
·
verified ·
1 Parent(s): 21f3821

Delete reports/build_report.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. reports/build_report.json +0 -104
reports/build_report.json DELETED
@@ -1,104 +0,0 @@
1
- {
2
- "dataset": "LifeTextMultiTurnStreamingCoT",
3
- "version": "v0.3",
4
- "modality": "text",
5
- "turn_type": "multi_turn",
6
- "build_timestamp": "2026-06-06T23:05:34.290351",
7
- "row_counts": {
8
- "train": 7955,
9
- "eval": 2045,
10
- "high_quality": 5923,
11
- "total": 10000
12
- },
13
- "schema_changes": {
14
- "description": "v0.3 clean public schema. Removed: domain, source_dataset, dialogue_history, dialogue_id, streaming_chunks, streaming_reasoning, deep_reasoning, answer, quality_flags, quality_score, is_high_quality, version, source_id, task_type, task_domain. No slot syntax in reasoning.",
15
- "output_fields": [
16
- "dialogue",
17
- "id",
18
- "input",
19
- "metadata",
20
- "modality",
21
- "output",
22
- "quality",
23
- "source",
24
- "split",
25
- "streaming",
26
- "taxonomy",
27
- "turn_type"
28
- ],
29
- "output_field_count": 12
30
- },
31
- "reasoning_upgrade": {
32
- "description": "Turn-level reasoning is now content-grounded. No safety-conservative boilerplate, no state_delta references, no 'only the visible dialogue prefix is used' language.",
33
- "method": "content_grounded_rule_based"
34
- },
35
- "quality_distribution": {
36
- "high": 10000
37
- },
38
- "sft_ready_count": 9779,
39
- "sft_ready_pct": 97.8,
40
- "taxonomy_distribution": {
41
- "social_communication": 3205,
42
- "information_extraction": 2487,
43
- "travel_transportation": 1972,
44
- "food_dining": 614,
45
- "tech_support": 587,
46
- "shopping_retail": 318,
47
- "education": 231,
48
- "finance_consumer": 187,
49
- "health_wellness": 137,
50
- "daily_life": 90,
51
- "emotional_support": 74,
52
- "work_productivity": 54,
53
- "creative_planning": 44
54
- },
55
- "source_distribution": {
56
- "DailyDialog": 3334,
57
- "MultiWOZ": 3333,
58
- "Taskmaster": 3333
59
- },
60
- "sample_rows": [
61
- {
62
- "id": "life_mt_sct_DailyDialog_test_000002_target4",
63
- "turns": 3,
64
- "checkpoint_count": 3,
65
- "first_reasoning": "The user mentions The taxi drivers are on strike again. It is not yet clear whether the user needs the full scope of the user's request. The assistant should acknowledge the user's input and wait for ",
66
- "deep_reasoning": "The dialogue is about \"The taxi drivers are on strike.\" The user later explains \"They want the government to reduce the price of the.\" The answer should treat this as a discussion of the topic, not as",
67
- "answer": "It is really a hot potato.",
68
- "taxonomy": {
69
- "category": "social_communication",
70
- "subcategory": "social_issue",
71
- "intent_type": "information_request",
72
- "difficulty": "medium"
73
- }
74
- },
75
- {
76
- "id": "life_mt_sct_DailyDialog_test_000015_target4",
77
- "turns": 3,
78
- "checkpoint_count": 3,
79
- "first_reasoning": "The user mentions Do you have maps of downtown area?. It is not yet clear whether the user needs what specific help the user needs. The assistant should ask clarifying questions before providing a ful",
80
- "deep_reasoning": "Across the dialogue, the user discusses \"Do you have maps of downtown.\" over 3 turns. The answer should respond to the latest user turn naturally, maintaining the conversational tone.",
81
- "answer": "It's free of charge.",
82
- "taxonomy": {
83
- "category": "information_extraction",
84
- "subcategory": "general_query",
85
- "intent_type": "information_request",
86
- "difficulty": "easy"
87
- }
88
- },
89
- {
90
- "id": "life_mt_sct_MultiWOZ_PMUL4828.json_target4",
91
- "turns": 3,
92
- "checkpoint_count": 3,
93
- "first_reasoning": "The user mentions I need a train going to bishops stortford. It is not yet clear whether the user needs the full scope of the user's request. The assistant should acknowledge the user's input and wait",
94
- "deep_reasoning": "Across the dialogue, the user is talking about train going to bishops stortford. Key context: I need a train going to bishops stortford; and where are you departing from; I'll be departing from Cambri",
95
- "answer": "And what day will you be traveling on?",
96
- "taxonomy": {
97
- "category": "information_extraction",
98
- "subcategory": "general_query",
99
- "intent_type": "information_request",
100
- "difficulty": "medium"
101
- }
102
- }
103
- ]
104
- }