File size: 2,502 Bytes
83afba1 d8f2ea1 83afba1 d8f2ea1 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 |
---
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
---
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
|