JSAI2019

Presentation information

General Session

General Session » [GS] J-9 Natural language processing, information retrieval

[2L4-J-9] Natural language processing, information retrieval: conversion and generation

Wed. Jun 5, 2019 3:20 PM - 4:40 PM Room L (203+204 Small meeting rooms)

Chair:Ichiro Kobayashi Reviewer:Yuzuru Okajima

3:20 PM - 3:40 PM

[2L4-J-9-01] A sentence style conversion method using LSTM-RNN

〇Kenta Shimoji1, Kazuhiro Morita1, Masao Fuketa1 (1. Tokushima University)

Keywords:sentence style conversion, RNN

This paper describes a sentence style conversion method using recurrent neural network with long short-term memory cells (LSTM-RNN). In the proposed method, LSTM-RNN is used to learn direct style sentences vectorized by one-hot expressions. Then, the sentence end expression of the distal style sentence is removed and the vectorized one is input into the learned model. The next word is predicted until sentence ends, and the obtained word vector sequence is added to the end of the input vector sequence. A direct style sentence is converted by decoding the generated vector sequence into the form of the natural language. We experimented to evaluate the accuracy of the proposed method. As a result, it turned out that a sentence style can be converted by the method.