paper-with-me

홈 › Papers

Graph-Induced Syntactic-Semantic Spaces in Transformer-Based Variational AutoEncoders

2023-11-14 · Yingji Zhang, Marco Valentino, Danilo S. Carvalho, Ian Pratt-Hartmann, André Freitas

The injection of syntactic information in Variational AutoEncoders (VAEs) has been shown to result in an overall improvement of performances and generalisation. An effective strategy to achieve such a goal is to separate the encoding of distributional semantic features and syntactic structures into heterogeneous latent spaces via multi-task learning or dual encoder architectures. However, existing works employing such techniques are limited to LSTM-based VAEs. In this paper, we investigate latent space separation methods for structural syntactic injection in Transformer-based VAE architectures (i.e., Optimus). Specifically, we explore how syntactic structures can be leveraged in the encoding stage through the integration of graph-based and sequential models, and how multiple, specialised latent representations can be injected into the decoder's attention mechanism via low-rank operators. Our empirical evaluation, carried out on natural language sentences and mathematical expressions, reveals that the proposed end-to-end VAE architecture can result in a better overall organisation of the latent space, alleviating the information loss occurring in standard VAE setups, resulting in enhanced performances on language modelling and downstream generation tasks.

📄 PDF Abstract BibTeX arXiv:2311.08579

Code (1)

snowyj/sem_syn_separation 공식 구현 pytorch

Tasks

Language ModellingMulti-Task Learning

Similar Papers 제목 키워드 기반

Syntax-Aware Graph-to-Graph Transformer for Semantic Role Labelling

2021-04-15 · Alireza Mohammadshahi, James Henderson

Recent models have shown that incorporating syntactic knowledge into the semantic role labelling (SRL) task leads to a significant improvement. In this paper, we propose Syntax-aware Graph-to-Graph Transformer (SynG2G-Tr…

Semantic Role Labeling

Evaluating Induced CCG Parsers on Grounded Semantic Parsing

2016-09-29 · EMNLP 2016 11 · Yonatan Bisk, Siva Reddy, John Blitzer, Julia Hockenmaier 외

We compare the effectiveness of four different syntactic CCG parsers for a semantic slot-filling task to explore how much syntactic supervision is required for downstream semantic analysis. This extrinsic, task-based eva…

Semantic Parsingslot-fillingSlot Filling

Is Supervised Syntactic Parsing Beneficial for Language Understanding? An Empirical Investigation

2020-08-15 · Goran Glavaš, Ivan Vulić

Traditional NLP has long held (supervised) syntactic parsing necessary for successful higher-level semantic language understanding (LU). The recent advent of end-to-end neural models, self-supervised via language modelin…

Language ModelingLanguage ModellingNatural Language Understanding

Is Supervised Syntactic Parsing Beneficial for Language Understanding Tasks? An Empirical Investigation

2021-04-01 · EACL 2021 2 · Goran Glava{\v{s}}, Ivan Vuli{\'c}

Traditional NLP has long held (supervised) syntactic parsing necessary for successful higher-level semantic language understanding (LU). The recent advent of end-to-end neural models, self-supervised via language modelin…

Language ModelingLanguage ModellingNatural Language Understanding

Generating Sentences from Disentangled Syntactic and Semantic Spaces

2019-07-06 · ACL 2019 7 · Yu Bao, Hao Zhou, Shu-Jian Huang, Lei LI 외

Variational auto-encoders (VAEs) are widely used in natural language generation due to the regularization of the latent space. However, generating sentences from the continuous latent space does not explicitly model the …

Paraphrase GenerationText Generation