paper-with-me

홈 › Papers

Neural-Symbolic Inference for Robust Autoregressive Graph Parsing via Compositional Uncertainty Quantification

2023-01-26 · Zi Lin, Jeremiah Liu, Jingbo Shang

Pre-trained seq2seq models excel at graph semantic parsing with rich annotated data, but generalize worse to out-of-distribution (OOD) and long-tail examples. In comparison, symbolic parsers under-perform on population-level metrics, but exhibit unique strength in OOD and tail generalization. In this work, we study compositionality-aware approach to neural-symbolic inference informed by model confidence, performing fine-grained neural-symbolic reasoning at subgraph level (i.e., nodes and edges) and precisely targeting subgraph components with high uncertainty in the neural parser. As a result, the method combines the distinct strength of the neural and symbolic approaches in capturing different aspects of the graph prediction, leading to well-rounded generalization performance both across domains and in the tail. We empirically investigate the approach in the English Resource Grammar (ERG) parsing problem on a diverse suite of standard in-domain and seven OOD corpora. Our approach leads to 35.26% and 35.60% error reduction in aggregated Smatch score over neural and symbolic approaches respectively, and 14% absolute accuracy gain in key tail linguistic categories over the neural model, outperforming prior state-of-art methods that do not account for compositionality or uncertainty.

📄 PDF Abstract BibTeX arXiv:2301.11459

Code (1)

google/uncertainty-baselines 공식 구현 tf

Tasks

Semantic ParsingUncertainty Quantification

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Compositional Generalization via Neural-Symbolic Stack Machines

2020-08-15 · NeurIPS 2020 12 · Xinyun Chen, Chen Liang, Adams Wei Yu, Dawn Song 외

Despite achieving tremendous success, existing deep learning models have exposed limitations in compositional generalization, the capability to learn compositional rules and apply them to unseen cases in a systematic man…

Few-Shot LearningMachine TranslationTranslation

On graph-based reentrancy-free semantic parsing

2023-02-15 · Alban Petit, Caio Corro

We propose a novel graph-based approach for semantic parsing that resolves two problems observed in the literature: (1) seq2seq models fail on compositional generalization tasks; (2) previous work using phrase structure …

Semantic ParsingTAGWeakly-supervised Learning

Scope-enhanced Compositional Semantic Parsing for DRT

2024-07-02 · Xiulin Yang, Jonas Groschwitz, Alexander Koller, Johan Bos

Discourse Representation Theory (DRT) distinguishes itself from other semantic representation frameworks by its ability to model complex semantic and discourse phenomena through structural nesting and variable binding. W…

Semantic ParsingSentence

Inducing Transformer’s Compositional Generalization Ability via Auxiliary Sequence Prediction Tasks

2021-11-01 · EMNLP 2021 11 · Yichen Jiang, Mohit Bansal

Systematic compositionality is an essential mechanism in human language, allowing the recombination of known parts to create novel expressions. However, existing neural models have been shown to lack this basic ability i…

Towards Collaborative Neural-Symbolic Graph Semantic Parsing via Uncertainty

2022-05-01 · Findings (ACL) 2022 5 · Zi Lin, Jeremiah Zhe Liu, Jingbo Shang

Recent work in task-independent graph semantic parsing has shifted from grammar-based symbolic approaches to neural models, showing strong performance on different types of meaning representations. However, it is still u…

Semantic Parsing