paper-with-me

홈 › Papers

Neural Clinical Paraphrase Generation with Attention

2016-12-01 · WS 2016 12 · Sadid A. Hasan, Bo Liu, Joey Liu, Ashequl Qadir, Kathy Lee, Vivek Datla, Aaditya Prakash, Oladimeji Farri

Paraphrase generation is important in various applications such as search, summarization, and question answering due to its ability to generate textual alternatives while keeping the overall meaning intact. Clinical paraphrase generation is especially vital in building patient-centric clinical decision support (CDS) applications where users are able to understand complex clinical jargons via easily comprehensible alternative paraphrases. This paper presents Neural Clinical Paraphrase Generation (NCPG), a novel approach that casts the task as a monolingual neural machine translation (NMT) problem. We propose an end-to-end neural network built on an attention-based bidirectional Recurrent Neural Network (RNN) architecture with an encoder-decoder framework to perform the task. Conventional bilingual NMT models mostly rely on word-level modeling and are often limited by out-of-vocabulary (OOV) issues. In contrast, we represent the source and target paraphrase pairs as character sequences to address this limitation. To the best of our knowledge, this is the first work that uses attention-based RNNs for clinical paraphrase generation and also proposes an end-to-end character-level modeling for this task. Extensive experiments on a large curated clinical paraphrase corpus show that the attention-based NCPG models achieve improvements of up to 5.2 BLEU points and 0.5 METEOR points over a non-attention based strong baseline for word-level modeling, whereas further gains of up to 6.1 BLEU points and 1.3 METEOR points are obtained by the character-level NCPG models over their word-level counterparts. Overall, our models demonstrate comparable performance relative to the state-of-the-art phrase-based non-neural models.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Document SummarizationInformation RetrievalMachine TranslationNMTParaphrase GenerationQuestion AnsweringSentence CompressionText Generation

Similar Papers 제목 키워드 기반

Paraphrase Generation by Learning How to Edit from Samples

2020-07-01 · ACL 2020 6 · Amirhossein Kazemnejad, Mohammadreza Salehi, Mahdieh Soleymani Baghshah

Neural sequence to sequence text generation has been proved to be a viable approach to paraphrase generation. Despite promising results, paraphrases generated by these models mostly suffer from lack of quality and divers…

DiversityParaphrase GenerationRetrievalSentence+1

A Paraphrase Generation System for EHR Question Answering

2019-08-01 · WS 2019 8 · Sarvesh Soni, Kirk Roberts

This paper proposes a dataset and method for automatically generating paraphrases for clinical questions relating to patient-specific information in electronic health records (EHRs). Crowdsourcing is used to collect 10,5…

DecoderParaphrase GenerationQuestion Answering

Visual Information Guided Zero-Shot Paraphrase Generation

2022-01-22 · COLING 2022 10 · Zhe Lin, Xiaojun Wan

Zero-shot paraphrase generation has drawn much attention as the large-scale high-quality paraphrase corpus is limited. Back-translation, also known as the pivot-based method, is typical to this end. Several works leverag…

DiversityImage CaptioningParaphrase GenerationTranslation

Dictionary-Guided Editing Networks for Paraphrase Generation

2018-06-21 · Shaohan Huang, Yu Wu, Furu Wei, Ming Zhou

An intuitive way for a human to write paraphrase sentences is to replace words or phrases in the original sentence with their corresponding synonyms and make necessary changes to ensure the new sentences are fluent and g…

Paraphrase GenerationSentence

Transformer and seq2seq model for Paraphrase Generation

2019-11-01 · WS 2019 11 · Elozino Egonmwan, Yllias Chali

Paraphrase generation aims to improve the clarity of a sentence by using different wording that convey similar meaning. For better quality of generated paraphrases, we propose a framework that combines the effectiveness …

modelParaphrase GenerationSentence