Fast semantic parsing with well-typedness guarantees
AM dependency parsing is a linguistically principled method for neural semantic parsing with high accuracy across multiple graphbanks. It relies on a type system that models semantic valency but makes existing parsers slow. We describe an A* parser and a transition-based parser for AM dependency parsing which guarantee well-typedness and improve parsing speed by up to 3 orders of magnitude, while maintaining or improving accuracy.
Code (1)
Tasks
Dependency ParsingSemantic ParsingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
SLING: A framework for frame semantic parsing
We describe SLING, a framework for parsing natural language into semantic frames. SLING supports general transition-based, neural-network parsing with bidirectional LSTM input encoding and a Transition Based Recurrent Un…
Semantic Frame ParsingSemantic ParsingSemantic Operator Prediction and Applications
In the present paper, semantic parsing challenges are briefly introduced and QDMR formalism in semantic parsing is implemented using sequence to sequence model with attention but uses only part of speech(POS) as a repres…
POSPredictionSemantic ParsingSentenceFast and Accurate Span-based Semantic Role Labeling as Graph Parsing
Currently, BIO-based and Tuple-based approaches perform quite well on the span-based semantic role labeling (SRL) task. However, the BIO-based approach usually needs to encode a sentence once for each predicate when pred…
Semantic Role LabelingSentenceTreePiece: Faster Semantic Parsing via Tree Tokenization
Autoregressive (AR) encoder-decoder neural networks have proved successful in many NLP problems, including Semantic Parsing -- a task that translates natural language to machine-readable parse trees. However, the sequent…
DecoderSemantic ParsingSimple, Fast Semantic Parsing with a Tensor Kernel
We describe a simple approach to semantic parsing based on a tensor product kernel. We extract two feature vectors: one for the query and one for each candidate logical form. We then train a classifier using the tensor p…
Semantic Parsing