paper-with-me

Papers

ZEROTOP: Zero-Shot Task-Oriented Semantic Parsing using Large Language Models

2022-12-21 · Dheeraj Mekala, Jason Wolfe, Subhro Roy

We explore the use of large language models (LLMs) for zero-shot semantic parsing. Semantic parsing involves mapping natural language utterances to task-specific meaning representations. Language models are generally trained on the publicly available text and code and cannot be expected to directly generalize to domain-specific parsing tasks in a zero-shot setting. In this work, we propose ZEROTOP, a zero-shot task-oriented parsing method that decomposes a semantic parsing problem into a set of abstractive and extractive question-answering (QA) problems, enabling us to leverage the ability of LLMs to zero-shot answer reading comprehension questions. For each utterance, we prompt the LLM with questions corresponding to its top-level intent and a set of slots and use the LLM generations to construct the target meaning representation. We observe that current LLMs fail to detect unanswerable questions; and as a result, cannot handle questions corresponding to missing slots. To address this problem, we fine-tune a language model on public QA datasets using synthetic negative samples. Experimental results show that our QA-based decomposition paired with the fine-tuned LLM can correctly parse ~16% of utterances in the MTOP dataset without requiring any annotated data.

📄 PDF Abstract BibTeX arXiv:2212.10815

Code (0)

등록된 구현이 없습니다.

Tasks

Extractive Question-AnsweringLanguage ModelingLanguage ModellingQuestion AnsweringReading ComprehensionSemantic Parsing

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

ZeroDexGrasp: Zero-Shot Task-Oriented Dexterous Grasp Synthesis with Prompt-Based Multi-Stage Semantic Reasoning

2025-11-17 · Juntao Jian, Yi-Lin Wei, Chengjie Mou, Yuhao Lin 외 arxiv

Task-oriented dexterous grasping holds broad application prospects in robotic manipulation and human-object interaction. However, most existing methods still struggle to generalize across diverse objects and task instruc…

Robotic Grasping

Cross-TOP: Zero-Shot Cross-Schema Task-Oriented Parsing

2022-06-10 · DeepLo 2022 7 · Melanie Rubino, Nicolas Guenon des Mesnards, Uday Shah, Nanjiang Jiang 외

Deep learning methods have enabled task-oriented semantic parsing of increasingly complex utterances. However, a single model is still typically trained and deployed for each task separately, requiring labeled training d…

Semantic Parsing

El Volumen Louder Por Favor: Code-switching in Task-oriented Semantic Parsing

2021-01-26 · EACL 2021 2 · Arash Einolghozati, Abhinav Arora, Lorena Sainz-Maza Lecanda, Anuj Kumar 외

Being able to parse code-switched (CS) utterances, such as Spanish+English or Hindi+English, is essential to democratize task-oriented semantic parsing systems for certain locales. In this work, we focus on Spanglish (Sp…

Data AugmentationSemantic Parsing

ShapeGrasp: Zero-Shot Task-Oriented Grasping with Large Language Models through Geometric Decomposition

2024-03-26 · Samuel Li, Sarthak Bhagat, Joseph Campbell, Yaqi Xie 외

Task-oriented grasping of unfamiliar objects is a necessary skill for robots in dynamic in-home environments. Inspired by the human capability to grasp such objects through intuition about their shape and structure, we p…

Zero-Shot Semantic Segmentation via Spatial and Multi-Scale Aware Visual Class Embedding

2021-11-30 · Sungguk Cha, Yooseung Wang

Fully supervised semantic segmentation technologies bring a paradigm shift in scene understanding. However, the burden of expensive labeling cost remains as a challenge. To solve the cost problem, recent studies proposed…

Domain AdaptationLanguage ModelingLanguage ModellingScene Understanding+4