paper-with-me

홈 › Papers

Underwater Robotics Semantic Parser Assistant

2023-01-28 · Parth Parekh, Cedric McGuire, Jake Imyak

Semantic parsing is a means of taking natural language and putting it in a form that a computer can understand. There has been a multitude of approaches that take natural language utterances and form them into lambda calculus expressions -- mathematical functions to describe logic. Here, we experiment with a sequence to sequence model to take natural language utterances, convert those to lambda calculus expressions, when can then be parsed, and place them in an XML format that can be used by a finite state machine. Experimental results show that we can have a high accuracy model such that we can bridge the gap between technical and nontechnical individuals in the robotics field.

📄 PDF Abstract BibTeX arXiv:2301.12134

Code (1)

jrimyak/parse_seq2seq 공식 구현 tf

Tasks

FormSemantic Parsing

Similar Papers 제목 키워드 기반

Genie: A Generator of Natural Language Semantic Parsers for Virtual Assistant Commands

2019-04-18 · Giovanni Campagna, Silei Xu, Mehrad Moradshahi, Richard Socher 외

To understand diverse natural language commands, virtual assistants today are trained with numerous labor-intensive, manually annotated sentences. This paper presents a methodology and the Genie toolkit that can handle n…

Data AugmentationTranslation

Neural Semantic Parsing with Anonymization for Command Understanding in General-Purpose Service Robots

2019-07-02 · Nick Walker, Yu-Tang Peng, Maya Cakmak

Service robots are envisioned to undertake a wide range of tasks at the request of users. Semantic parsing is one way to convert natural language commands given to these robots into executable representations. Methods fo…

Semantic ParsingWord Embeddings

GRILLBot: An Assistant for Real-World Tasks with Neural Semantic Parsing and Graph-Based Representations

2022-08-31 · Carlos Gemmell, Iain Mackie, Paul Owoicho, Federico Rossetto 외

GRILLBot is the winning system in the 2022 Alexa Prize TaskBot Challenge, moving towards the next generation of multimodal task assistants. It is a voice assistant to guide users through complex real-world tasks in the d…

Semantic Parsing

Deep Learning for Visual Navigation of Underwater Robots

2023-10-30 · M. Sunbeam

This paper aims to briefly survey deep learning methods for visual navigation of underwater robotics. The scope of this paper includes the visual perception of underwater robotics with deep learning methods, the availabl…

Deep LearningImitation Learningreinforcement-learningVisual Navigation

Training Naturalized Semantic Parsers with Very Little Data

2022-04-29 · Subendhu Rongali, Konstantine Arkoudas, Melanie Rubino, Wael Hamza

Semantic parsing is an important NLP problem, particularly for voice assistants such as Alexa and Google Assistant. State-of-the-art (SOTA) semantic parsers are seq2seq architectures based on large language models that h…

Semantic Parsing