Update README.md
Browse files
README.md
CHANGED
@@ -43,119 +43,97 @@ dataset_info:
|
|
43 |
features:
|
44 |
- name: dialogue
|
45 |
dtype: string
|
46 |
-
description: Technical support conversation
|
47 |
- name: equipment
|
48 |
dtype: string
|
49 |
-
description: Drone model
|
50 |
- name: software_version
|
51 |
dtype: string
|
52 |
-
description:
|
53 |
- name: OS
|
54 |
dtype: string
|
55 |
-
description:
|
56 |
- name: error_code
|
57 |
dtype: string
|
58 |
-
description:
|
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
|
65 |
- name: diagnostic_tools
|
66 |
dtype: string
|
67 |
-
description: Tools mentioned
|
68 |
- name: technical_references
|
69 |
dtype: string
|
70 |
-
description:
|
71 |
---
|
72 |
|
73 |
-
|
74 |
-
|
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 |
-
|
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 |
-
|
117 |
-
- Equipment involved
|
118 |
-
- Software versions
|
119 |
-
- Error codes
|
120 |
-
- Operating systems
|
121 |
-
- Troubleshooting steps
|
122 |
-
- Diagnostic tools
|
123 |
-
- Technical references
|
124 |
|
125 |
-
|
126 |
|
127 |
-
|
|
|
128 |
|
129 |
-
|
130 |
|
131 |
-
|
132 |
|
133 |
-
|
134 |
|
135 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
136 |
|
137 |
-
|
138 |
|
139 |
-
|
140 |
|
141 |
-
|
142 |
-
2. Simulated dialogues may not capture all real-world support scenarios
|
143 |
-
3. Focuses on specific drone models and software versions
|
144 |
|
145 |
-
|
|
|
146 |
|
147 |
-
|
148 |
|
149 |
-
|
150 |
|
151 |
-
|
152 |
|
153 |
-
|
|
|
|
|
154 |
|
155 |
-
|
156 |
|
157 |
-
|
158 |
|
159 |
-
|
|
|
|
|
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 |
|
|