File size: 763 Bytes
5ae10f8 | 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 | ---
license: apache-2.0
---
# Robot Spatial Instructions (Turkish)
## Description
This dataset contains Turkish natural language spatial instructions given to a household robot and their structured goal representations.
The goal is to help robots understand spatial relations such as:
- left / right
- behind / in front of
- between objects
- approach without contact
## Purpose
Designed for training embodied AI and service robots in:
- navigation planning
- language grounding
- human-robot interaction
## Format
Each example contains:
- instruction: natural Turkish command
- parsed_goal: structured robot-understandable goal
## Example
Instruction: "Sandalyenin arkasına git"
Parsed Goal: "go behind chair"
## Language
Turkish
## License
Apache 2.0
|