CJJones commited on
Commit
24dd6fc
·
verified ·
1 Parent(s): aa45335

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -75
README.md CHANGED
@@ -43,119 +43,97 @@ dataset_info:
43
  features:
44
  - name: dialogue
45
  dtype: string
46
- description: Technical support conversation between user and support agent
47
  - name: equipment
48
  dtype: string
49
- description: Drone model or software involved in the issue
50
  - name: software_version
51
  dtype: string
52
- description: Version of the software/firmware
53
  - name: OS
54
  dtype: string
55
- description: Operating system of the controller device
56
  - name: error_code
57
  dtype: string
58
- description: Technical error code reported
59
  - name: reproduction_steps
60
  dtype: string
61
- description: Steps to reproduce the issue
62
  - name: troubleshooting_steps
63
  dtype: string
64
- description: Recommended troubleshooting steps
65
  - name: diagnostic_tools
66
  dtype: string
67
- description: Tools mentioned for diagnostics
68
  - name: technical_references
69
  dtype: string
70
- description: Knowledge base articles or manuals referenced
71
  ---
72
 
73
-
74
- # Drone Technical Support Dialogue Dataset
75
-
76
- ## Dataset Description
77
 
78
  This is a sample dataset containing simulated technical support conversations between drone operators and support technicians, covering various hardware and software issues across multiple drone platforms (DJI, Autel, Skydio) and cloud services.
79
  🔗 [Full dataset available on Gumroad](https://cadenlight1.gumroad.com/l/tgnvjf)
80
 
81
- ### Supported Tasks
82
-
83
- - Technical support dialogue systems
84
- - Troubleshooting sequence prediction
85
- - Error code classification
86
- - Multi-step problem resolution modeling
87
-
88
- ### Languages
89
-
90
- English
91
-
92
- ## Dataset Structure
93
-
94
- Each instance contains:
95
- - Full dialogue between user and support technician
96
- - Equipment details (drone model/software)
97
- - Software/firmware version
98
- - Operating system information
99
- - Error codes encountered
100
- - Troubleshooting steps attempted
101
- - Diagnostic tools recommended
102
- - Technical references mentioned
103
-
104
- ## Dataset Creation
105
-
106
- ### Curation Rationale
107
-
108
- Created to support development of AI assistants for drone technical support, capturing realistic troubleshooting workflows across common UAV platforms.
109
-
110
- ### Source Data
111
-
112
- Simulated technical support conversations based on real-world drone support scenarios.
113
-
114
- ### Annotations
115
 
116
- Each dialogue includes metadata about:
117
- - Equipment involved
118
- - Software versions
119
- - Error codes
120
- - Operating systems
121
- - Troubleshooting steps
122
- - Diagnostic tools
123
- - Technical references
124
 
125
- ### Personal and Sensitive Information
126
 
127
- No real personal information is included - all dialogues are simulated.
 
128
 
129
- ## Considerations for Using the Data
130
 
131
- ### Social Impact
132
 
133
- This dataset can help improve technical support systems for drone operators, potentially reducing downtime for critical operations like search & rescue, infrastructure inspection, and agricultural surveying.
134
 
135
- ### Discussion of Biases
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
136
 
137
- The dataset focuses primarily on commercial drone platforms (DJI, Autel, Skydio) and may not represent issues with less common systems.
138
 
139
- ### Other Known Limitations
140
 
141
- 1. Limited to English language interactions
142
- 2. Simulated dialogues may not capture all real-world support scenarios
143
- 3. Focuses on specific drone models and software versions
144
 
145
- ## Additional Information
 
146
 
147
- ### Dataset Curators
148
 
149
- C.J. Jones
150
 
151
- ### Licensing Information
152
 
153
- Creative Commons Attribution 4.0 International (CC BY 4.0)
 
 
154
 
155
- ### Citation Information
156
 
157
- If you use this dataset in your research, please cite it appropriately.
158
 
159
- ### Contributions
 
 
160
 
161
- C.J. Jones created and maintains this dataset.
 
43
  features:
44
  - name: dialogue
45
  dtype: string
46
+ description: "Technical support conversation with <h>context</h>, <b>user input</b>, and <eot> turn markers"
47
  - name: equipment
48
  dtype: string
49
+ description: "Drone model (e.g. DJI Matrice 350 RTK)"
50
  - name: software_version
51
  dtype: string
52
+ description: "Firmware/software version (e.g. v2.1.3)"
53
  - name: OS
54
  dtype: string
55
+ description: "Controller OS (Windows/macOS/Android/iOS version)"
56
  - name: error_code
57
  dtype: string
58
+ description: "Reported error codes (e.g. GIMBAL_PITCH_LIMIT)"
59
  - name: reproduction_steps
60
  dtype: string
61
+ description: "Steps to reproduce the issue"
62
  - name: troubleshooting_steps
63
  dtype: string
64
+ description: "Recommended troubleshooting sequence"
65
  - name: diagnostic_tools
66
  dtype: string
67
+ description: "Tools mentioned (e.g. DJI Assistant 2)"
68
  - name: technical_references
69
  dtype: string
70
+ description: "KB articles/manuals referenced (e.g. KB-2678)"
71
  ---
72
 
73
+ Drone Technical Support Dialogue Dataset
74
+ Dataset Description
75
+ Simulated technical support conversations for commercial drone platforms, featuring structured troubleshooting dialogues with complete technical metadata.
 
76
 
77
  This is a sample dataset containing simulated technical support conversations between drone operators and support technicians, covering various hardware and software issues across multiple drone platforms (DJI, Autel, Skydio) and cloud services.
78
  🔗 [Full dataset available on Gumroad](https://cadenlight1.gumroad.com/l/tgnvjf)
79
 
80
+ Special Tokens
81
+ <h> Context/header information
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
 
83
+ <b> User input marker
 
 
 
 
 
 
 
84
 
85
+ <eot> End of turn marker
86
 
87
+ Supported Tasks
88
+ Technical support dialogue generation
89
 
90
+ Error code classification
91
 
92
+ Multi-step troubleshooting prediction
93
 
94
+ Diagnostic tool recommendation
95
 
96
+ Dataset Structure
97
+ json
98
+ {
99
+ "dialogue": "<h>context</h> <b>user message</b> response <eot>",
100
+ "equipment": "DJI Matrice 350 RTK",
101
+ "software_version": "v2.1.3",
102
+ "OS": "Windows 10 21H2",
103
+ "error_code": "GIMBAL_PITCH_LIMIT",
104
+ "reproduction_steps": "Occurs during automated missions",
105
+ "troubleshooting_steps": "1. Verify GPS lock\n2. Calibrate compass",
106
+ "diagnostic_tools": "DJI Assistant 2",
107
+ "technical_references": "KB-2678, TB-174"
108
+ }
109
+ Dataset Creation
110
+ Curation Rationale
111
+ Designed to train AI systems for drone technical support with:
112
 
113
+ Realistic troubleshooting workflows
114
 
115
+ Platform-specific error patterns
116
 
117
+ Complete diagnostic contexts
 
 
118
 
119
+ Source Data
120
+ Professionally simulated dialogues based on:
121
 
122
+ DJI/Autel/Skydio documentation
123
 
124
+ Real support forum patterns
125
 
126
+ Certified technician input
127
 
128
+ Considerations
129
+ Limitations
130
+ English-only technical dialogues
131
 
132
+ Focuses on mainstream commercial platforms
133
 
134
+ Simulated error codes may vary from production systems
135
 
136
+ Licensing
137
+ Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
138
+ CC BY-NC-SA 4.0
139