The dataset is modified based on the following projects, in which we replace the task related descriptions, into task independent descriptions
task related NL2TL example (from
Efficient-Eng-2-LTL)
1"globally ( and ( until ( scan , not ( any cubes ) ) , finally ( any cubes ) ) )": {
2 "formula": "globally ( and ( until ( scan , not ( any cubes ) ) , finally ( any cubes ) ) )",
3 "raw": "G & U S ! A F A"
4 },
1cd to/this/folder
2pip install -e .
3python finetune/fastapi_server.py
1@misc{xu2024scalingnaturallanguageunderstanding,
2 title={Scaling Up Natural Language Understanding for Multi-Robots Through the Lens of Hierarchy},
3 author={Shaojun Xu and Xusheng Luo and Yutong Huang and Letian Leng and Ruixuan Liu and Changliu Liu},
4 year={2024},
5 eprint={2408.08188},
6 archivePrefix={arXiv},
7 primaryClass={cs.RO},
8 url={https://arxiv.org/abs/2408.08188},
9}