paper-with-me

홈 › Papers

Fast semantic parsing with well-typedness guarantees

2020-09-15 · EMNLP 2020 11 · Matthias Lindemann, Jonas Groschwitz, Alexander Koller

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.

📄 PDF Abstract BibTeX arXiv:2009.07365

Code (1)

coli-saar/am-parser 공식 구현 pytorch

Tasks

Dependency ParsingSemantic Parsing

Methods 이 논문이 사용한 방법론

AM 설명 없음

Similar Papers 제목 키워드 기반

SLING: A framework for frame semantic parsing

2017-10-19 · Michael Ringgaard, Rahul Gupta, Fernando C. N. Pereira

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 Parsing

Semantic Operator Prediction and Applications

2023-01-01 · Farshad Noravesh

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 ParsingSentence

Fast and Accurate Span-based Semantic Role Labeling as Graph Parsing

2022-01-16 · ACL ARR January 2022 1 · Anonymous

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 LabelingSentence

TreePiece: Faster Semantic Parsing via Tree Tokenization

2023-03-30 · Sid Wang, Akshat Shrivastava, Sasha Livshits

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 Parsing

Simple, Fast Semantic Parsing with a Tensor Kernel

2015-07-02 · Daoud Clarke

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