paper-with-me

Papers

Complex Question Decomposition for Semantic Parsing

2019-07-01 · ACL 2019 7 · Haoyu Zhang, Jingjing Cai, Jianjun Xu, Ji Wang

In this work, we focus on complex question semantic parsing and propose a novel Hierarchical Semantic Parsing (HSP) method, which utilizes the decompositionality of complex questions for semantic parsing. Our model is designed within a three-stage parsing architecture based on the idea of decomposition-integration. In the first stage, we propose a question decomposer which decomposes a complex question into a sequence of sub-questions. In the second stage, we design an information extractor to derive the type and predicate information of these questions. In the last stage, we integrate the generated information from previous stages and generate a logical form for the complex question. We conduct experiments on COMPLEXWEBQUESTIONS which is a large scale complex question semantic parsing dataset, results show that our model achieves significant improvement compared to state-of-the-art methods.

📄 PDF Abstract BibTeX

Code (1)

cairohy/hsp 공식 구현 tf

Tasks

Semantic Parsing

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Semantic Decomposition of Question and SQL for Text-to-SQL Parsing

2023-10-20 · Ben Eyal, Amir Bachar, Ophir Haroche, Moran Mahabi 외

Text-to-SQL semantic parsing faces challenges in generalizing to cross-domain and complex queries. Recent research has employed a question decomposition strategy to enhance the parsing of complex SQL queries. However, th…

RetrievalSemantic ParsingSQL ParsingText to SQL+1

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 tra…

Extractive Question-AnsweringLanguage ModelingLanguage ModellingQuestion Answering+2

Cross-lingual Decompositional Semantic Parsing

2018-10-01 · EMNLP 2018 10 · Sheng Zhang, Xutai Ma, Rachel Rudinger, Kevin Duh 외

We introduce the task of cross-lingual decompositional semantic parsing: mapping content provided in a source language into a decompositional semantic analysis based on a target language. We present: (1) a form of decomp…

Semantic Parsing

SPARQA: Skeleton-based Semantic Parsing for Complex Questions over Knowledge Bases

2020-03-31 · Yawei Sun, Lingling Zhang, Gong Cheng, Yuzhong Qu

Semantic parsing transforms a natural language question into a formal query over a knowledge base. Many existing methods rely on syntactic parsing like dependencies. However, the accuracy of producing such expressive for…

Semantic ParsingSentence

Holistic Exploration on Universal Decompositional Semantic Parsing: Architecture, Data Augmentation, and LLM Paradigm

2023-07-25 · Hexuan Deng, Xin Zhang, Meishan Zhang, Xuebo Liu 외

In this paper, we conduct a holistic exploration of the Universal Decompositional Semantic (UDS) Parsing. We first introduce a cascade model for UDS parsing that decomposes the complex parsing task into semantically appr…

AttributeData AugmentationSemantic Parsing