HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

Exploring Neural Methods for Parsing Discourse Representation Structures

Rik van Noord; Lasha Abzianidze; Antonio Toral; Johan Bos

Exploring Neural Methods for Parsing Discourse Representation Structures

Abstract

Neural methods have had several recent successes in semantic parsing, though they have yet to face the challenge of producing meaning representations based on formal semantics. We present a sequence-to-sequence neural semantic parser that is able to produce Discourse Representation Structures (DRSs) for English sentences with high accuracy, outperforming traditional DRS parsers. To facilitate the learning of the output, we represent DRSs as a sequence of flat clauses and introduce a method to verify that produced DRSs are well-formed and interpretable. We compare models using characters and words as input and see (somewhat surprisingly) that the former performs better than the latter. We show that eliminating variable names from the output using De Bruijn-indices increases parser performance. Adding silver training data boosts performance even further.

Code Repositories

RikVN/Neural_DRS
Official
pytorch

Benchmarks

BenchmarkMethodologyMetrics
drs-parsing-on-pmb-2-2-0Character-level bi-LSTM seq2seq
F1: 83.3
drs-parsing-on-pmb-3-0-0Character-level bi-LSTM seq2seq
F1: 84.9

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Exploring Neural Methods for Parsing Discourse Representation Structures | Papers | HyperAI