paper-with-me

Papers

Tree-Structured Semantic Encoder with Knowledge Sharing for Domain Adaptation in Natural Language Generation

2019-10-02 · WS 2019 9 · Bo-Hsiang Tseng, Paweł Budzianowski, Yen-chen Wu, Milica Gašić

Domain adaptation in natural language generation (NLG) remains challenging because of the high complexity of input semantics across domains and limited data of a target domain. This is particularly the case for dialogue systems, where we want to be able to seamlessly include new domains into the conversation. Therefore, it is crucial for generation models to share knowledge across domains for the effective adaptation from one domain to another. In this study, we exploit a tree-structured semantic encoder to capture the internal structure of complex semantic representations required for multi-domain dialogues in order to facilitate knowledge sharing across domains. In addition, a layer-wise attention mechanism between the tree encoder and the decoder is adopted to further improve the model's capability. The automatic evaluation results show that our model outperforms previous methods in terms of the BLEU score and the slot error rate, in particular when the adaptation data is limited. In subjective evaluation, human judges tend to prefer the sentences generated by our model, rating them more highly on informativeness and naturalness than other systems.

📄 PDF Abstract BibTeX arXiv:1910.06719

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDomain AdaptationInformativenessText Generation

Similar Papers 제목 키워드 기반

Conversational Semantic Parsing for Dialog State Tracking

2020-10-24 · EMNLP 2020 11 · Jianpeng Cheng, Devang Agrawal, Hector Martinez Alonso, Shruti Bhargava 외

We consider a new perspective on dialog state tracking (DST), the task of estimating a user's goal through the course of a dialog. By formulating DST as a semantic parsing task over hierarchical representations, we can i…

Decoderdialog state trackingSemantic Parsing

Modelling Sentence Pairs with Tree-structured Attentive Encoder

2016-10-10 · COLING 2016 12 · Yao Zhou, Cong Liu, Yan Pan

We describe an attentive encoder that combines tree-structured recursive neural networks and sequential recurrent neural networks for modelling sentence pairs. Since existing attentive models exert attention on the seque…

Paraphrase IdentificationQuestion SelectionSemantic SimilaritySemantic Textual Similarity+1

Variational Structured Semantic Inference for Diverse Image Captioning

2019-12-01 · NeurIPS 2019 12 · Fuhai Chen, Rongrong Ji, Jiayi Ji, Xiaoshuai Sun 외

Despite the exciting progress in image captioning, generating diverse captions for a given image remains as an open problem. Existing methods typically apply generative models such as Variational Auto-Encoder to diversif…

DecoderDiversityImage Captioning

Structured Multi-modal Feature Embedding and Alignment for Image-Sentence Retrieval

2021-08-05 · Xuri Ge, Fuhai Chen, Joemon M. Jose, Zhilong Ji 외

The current state-of-the-art image-sentence retrieval methods implicitly align the visual-textual fragments, like regions in images and words in sentences, and adopt attention modules to highlight the relevance of cross-…

cross-modal alignmentRetrievalSemantic correspondenceSentence+1

From Isolation to Integration: Building an Adaptive Expert Forest for Pre-Trained Model-based Class-Incremental Learning

2026-02-24 · Ruiqi Liu, Boyu Diao, Hangda Liu, Zhulin An 외 arxiv

Class-Incremental Learning (CIL) requires models to learn new classes without forgetting old ones. A common method is to freeze a pre-trained model and train a new, lightweight adapter for each task. While this prevents …

class-incremental learning