paper-with-me

홈 › Papers

Inflected Forms Are Redundant in Question Generation Models

2023-01-01 · Xingwu Sun, Hongyin Tang, Chengzhong Xu

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.

📄 PDF Abstract BibTeX arXiv:2301.00397

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderQuestion GenerationQuestion-Generation

Similar Papers 제목 키워드 기반

Contextualization of Morphological Inflection

2019-05-04 · NAACL 2019 6 · Ekaterina Vylomova, Ryan Cotterell, Timothy Baldwin, Trevor Cohn 외

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 Generation

CoNLL-SIGMORPHON 2017 Shared Task: Universal Morphological Reinflection in 52 Languages

2017-06-27 · CONLL 2017 8 · Ryan Cotterell, Christo Kirov, John Sylak-Glassman, Géraldine Walther 외

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 2

Arabic Word Generation and Modelling for Spell Checking

2012-05-01 · LREC 2012 5 · Khaled Shaalan, Mohammed Attia, Pavel Pecina, Younes Samih 외

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+1

THOMAS: The Hegemonic OSU Morphological Analyzer using Seq2seq

2019-08-01 · WS 2019 8 · Byung-Doh Oh, Pranav Maneriker, Nanjiang Jiang

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+1

Neural Graphical Models over Strings for Principal Parts Morphological Paradigm Completion

2017-04-01 · EACL 2017 4 · Ryan Cotterell, John Sylak-Glassman, Christo Kirov

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