File size: 3,555 Bytes
83afba1 d8f2ea1 83afba1 d8f2ea1 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 0d98cd3 da3be3a 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 24dd6fc 83afba1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 | ---
license: cc-by-nc-sa-4.0
language:
- en
task_categories:
- text-generation
- question-answering
- text2text-generation
task_ids:
- dialogue-modeling
- closed-domain-qa
- explanation-generation
tags:
- drones
- technical-support
- troubleshooting
- UAV
- robotics
- DJI
- Autel
- Skydio
- cloud-services
- error-codes
- diagnostics
- flight-software
- hardware-issues
- battery-management
- camera-systems
- mission-planning
- authentication
- API-errors
- firmware
- telemetry
- gimbal
- obstacle-avoidance
- geofencing
- live-streaming
- iOS
- Android
- Windows
- macOS
dataset_info:
features:
- name: dialogue
dtype: string
description: "Technical support conversation with <h>context</h>, <b>user input</b>, and <eot> turn markers"
- name: equipment
dtype: string
description: "Drone model (e.g. DJI Matrice 350 RTK)"
- name: software_version
dtype: string
description: "Firmware/software version (e.g. v2.1.3)"
- name: OS
dtype: string
description: "Controller OS (Windows/macOS/Android/iOS version)"
- name: error_code
dtype: string
description: "Reported error codes (e.g. GIMBAL_PITCH_LIMIT)"
- name: reproduction_steps
dtype: string
description: "Steps to reproduce the issue"
- name: troubleshooting_steps
dtype: string
description: "Recommended troubleshooting sequence"
- name: diagnostic_tools
dtype: string
description: "Tools mentioned (e.g. DJI Assistant 2)"
- name: technical_references
dtype: string
description: "KB articles/manuals referenced (e.g. KB-2678)"
---
Drone Technical Support Dialogue Dataset
Dataset Description
Simulated technical support conversations for commercial drone platforms, featuring structured troubleshooting dialogues with complete technical metadata.
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.
🔗 [Full dataset available on Gumroad](https://datadeveloper1.gumroad.com/l/tgnvjf)
Special Tokens
<h> Context/header information
<b> User input marker
<eot> End of turn marker
Supported Tasks
Technical support dialogue generation
Error code classification
Multi-step troubleshooting prediction
Diagnostic tool recommendation
Dataset Structure
json
{
"dialogue": "<h>context</h> <b>user message</b> response <eot>",
"equipment": "DJI Matrice 350 RTK",
"software_version": "v2.1.3",
"OS": "Windows 10 21H2",
"error_code": "GIMBAL_PITCH_LIMIT",
"reproduction_steps": "Occurs during automated missions",
"troubleshooting_steps": "1. Verify GPS lock\n2. Calibrate compass",
"diagnostic_tools": "DJI Assistant 2",
"technical_references": "KB-2678, TB-174"
}
Dataset Creation
Curation Rationale
Designed to train AI systems for drone technical support with:
Realistic troubleshooting workflows
Platform-specific error patterns
Complete diagnostic contexts
Source Data
Professionally simulated dialogues based on:
DJI/Autel/Skydio documentation
Real support forum patterns
Certified technician input
Considerations
Limitations
English-only technical dialogues
Focuses on mainstream commercial platforms
Simulated error codes may vary from production systems
Licensing
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
CC BY-NC-SA 4.0
|