Inflected Forms Are Redundant in Question Generation Models
Neural models with an encoder-decoder framework provide a feasible solution to Question Generation (QG). However, after analyzing the model vocabulary we find that current models (both RNN-based and pre-training based) have more than 23\% inflected forms. As a result, the encoder will generate separate embeddings for the inflected forms, leading to a waste of training data and parameters. Even worse, in decoding these models are vulnerable to irrelevant noise and they suffer from high computational costs. In this paper, we propose an approach to enhance the performance of QG by fusing word transformation. Firstly, we identify the inflected forms of words from the input of encoder, and replace them with the root words, letting the encoder pay more attention to the repetitive root words. Secondly, we propose to adapt QG as a combination of the following actions in the encode-decoder framework: generating a question word, copying a word from the source sequence or generating a word transformation type. Such extension can greatly decrease the size of predicted words in the decoder as well as noise. We apply our approach to a typical RNN-based model and \textsc{UniLM} to get the improved versions. We conduct extensive experiments on SQuAD and MS MARCO datasets. The experimental results show that the improved versions can significantly outperform the corresponding baselines in terms of BLEU, ROUGE-L and METEOR as well as time cost.
Code (0)
등록된 구현이 없습니다.
Tasks
DecoderQuestion GenerationQuestion-GenerationSimilar Papers 제목 키워드 기반
Contextualization of Morphological Inflection
Critical to natural language generation is the production of correctly inflected text. In this paper, we isolate the task of predicting a fully inflected sentence from its partially lemmatized version. Unlike traditional…
Morphological InflectionSentenceText GenerationCoNLL-SIGMORPHON 2017 Shared Task: Universal Morphological Reinflection in 52 Languages
The CoNLL-SIGMORPHON 2017 shared task on supervised morphological generation required systems to be trained and tested in each of 52 typologically diverse languages. In sub-task 1, submitted systems were asked to predict…
Data AugmentationInductive BiasLEMMATask 2Arabic Word Generation and Modelling for Spell Checking
Arabic is a language known for its rich and complex morphology. Although many research projects have focused on the problem of Arabic morphological analysis using different techniques and approaches, very few have addres…
Language ModelingLanguage ModellingMorphological AnalysisSpelling Correction+1THOMAS: The Hegemonic OSU Morphological Analyzer using Seq2seq
This paper describes the OSU submission to the SIGMORPHON 2019 shared task, Crosslinguality and Context in Morphology. Our system addresses the \textit{contextual morphological analysis} subtask of Task 2, which is to pr…
DecoderMorphological AnalysisSentenceTAG+1Neural Graphical Models over Strings for Principal Parts Morphological Paradigm Completion
Many of the world{'}s languages contain an abundance of inflected forms for each lexeme. A critical task in processing such languages is predicting these inflected forms. We develop a novel statistical model for the prob…
Morphological Analysis