TL;DR
This paper introduces an aspect-aware coarse-to-fine decoding model for generating long, informative reviews by capturing content flow, syntactic structure, and aspect semantics, outperforming previous word-level methods.
Contribution
The paper presents a novel aspect-aware coarse-to-fine generation framework that jointly models aspect transitions, syntactic sketches, and semantic content for improved review generation.
Findings
Effective in generating long, coherent reviews
Outperforms previous word-level generation models
Demonstrates strong results in experiments
Abstract
Generating long and informative review text is a challenging natural language generation task. Previous work focuses on word-level generation, neglecting the importance of topical and syntactic characteristics from natural languages. In this paper, we propose a novel review generation model by characterizing an elaborately designed aspect-aware coarse-to-fine generation process. First, we model the aspect transitions to capture the overall content flow. Then, to generate a sentence, an aspect-aware sketch will be predicted using an aspect-aware decoder. Finally, another decoder fills in the semantic slots by generating corresponding words. Our approach is able to jointly utilize aspect semantics, syntactic sketch, and context information. Extensive experiments results have demonstrated the effectiveness of the proposed model.
Click any figure to enlarge with its caption.
Figure 1
Figure 2
Figure 3| Datasets | #Users | #Items | #Reviews | #Words |
|---|---|---|---|---|
| Amazon | 89,672 | 31,829 | 681,004 | 22,570 |
| Yelp | 95,617 | 37,112 | 1,063,420 | 31,861 |
| RateBeer | 12,266 | 51,365 | 2,487,369 | 42,757 |
| Modules | Settings | |||||
|---|---|---|---|---|---|---|
| Aspect |
|
|||||
| Sketch |
|
|||||
| Review |
|
| Datasets | Models | Perplexity | BLEU-1(%) | BLEU-4(%) | ROUGE-1 | ROUGE-2 | ROUGE-L |
|---|---|---|---|---|---|---|---|
| Amazon | gC2S | 38.67 | 24.14 | 0.85 | 0.262 | 0.046 | 0.212 |
| Attr2Seq | 34.67 | 24.28 | 0.88 | 0.263 | 0.043 | 0.214 | |
| TransNets | 34.21 | 21.61 | 0.60 | 0.227 | 0.026 | 0.199 | |
| ExpansionNet | 31.50 | 26.56 | 0.95 | 0.290 | 0.052 | 0.262 | |
| SeqGAN | 28.50 | 25.18 | 0.84 | 0.265 | 0.043 | 0.220 | |
| LeakGAN | 27.66 | 25.66 | 0.92 | 0.267 | 0.050 | 0.236 | |
| Our model | 26.55 | 28.22 | 1.04 | 0.315 | 0.066 | 0.280 | |
| Yelp | gC2S | 35.52 | 24.39 | 0.87 | 0.243 | 0.046 | 0.188 |
| Attr2Seq | 33.12 | 24.71 | 0.89 | 0.245 | 0.047 | 0.191 | |
| TransNets | 34.81 | 21.41 | 0.35 | 0.202 | 0.026 | 0.156 | |
| ExpansionNet | 29.53 | 27.46 | 1.06 | 0.276 | 0.061 | 0.216 | |
| SeqGAN | 26.84 | 24.83 | 0.99 | 0.253 | 0.054 | 0.192 | |
| LeakGAN | 25.53 | 25.96 | 1.03 | 0.271 | 0.056 | 0.208 | |
| Our model | 23.96 | 29.43 | 1.13 | 0.284 | 0.070 | 0.235 | |
| RateBeer | gC2S | 17.81 | 32.13 | 5.55 | 0.379 | 0.140 | 0.331 |
| Attr2Seq | 16.84 | 32.21 | 5.80 | 0.380 | 0.142 | 0.331 | |
| TransNets | 19.08 | 29.74 | 3.61 | 0.347 | 0.114 | 0.302 | |
| ExpansionNet | 17.07 | 34.53 | 6.83 | 0.400 | 0.156 | 0.376 | |
| SeqGAN | 14.30 | 32.41 | 5.62 | 0.369 | 0.146 | 0.337 | |
| LeakGAN | 13.74 | 33.76 | 6.03 | 0.378 | 0.142 | 0.355 | |
| Our model | 13.07 | 36.11 | 7.04 | 0.422 | 0.164 | 0.393 |
| Models | BLEU-1(%) | ROUGE-1 |
|---|---|---|
| Our model | 28.22 | 0.315 |
| w/o aspect | 27.85 | 0.296 |
| w/o sketch | 25.95 | 0.273 |
| Models |
|
|
|
||||||
|---|---|---|---|---|---|---|---|---|---|
| ExpansionNet | 2.41 | 2.02 | 0.885 | ||||||
| LeakGAN | 2.41 | 2.18 | 0.630 | ||||||
| Our model | 2.41 | 2.03 | 1.076 |
| Measures | Gold | ExpansionNet | LeakGAN | Our |
|---|---|---|---|---|
| Fluency | 4.01 | 3.29 | 3.26 | 3.54 |
| Kappa | 0.80 | 0.72 | 0.76 | 0.74 |
| Gold Standard | Generated Sketch | Generated Review | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Generating Long and Informative Reviews with Aspect-Aware Coarse-to-Fine Decoding
Junyi Li1, Wayne Xin Zhao1,2, Ji-Rong Wen1,2, and Yang Song3
1School of Information, Renmin University of China
2Beijing Key Laboratory of Big Data Management and Analysis Methods
3Boss Zhipin
{lijunyi,jrwen}@ruc.edu.cn
[email protected] [email protected] Corresponding author
Abstract
Generating long and informative review text is a challenging natural language generation task. Previous work focuses on word-level generation, neglecting the importance of topical and syntactic characteristics from natural languages. In this paper, we propose a novel review generation model by characterizing an elaborately designed aspect-aware coarse-to-fine generation process. First, we model the aspect transitions to capture the overall content flow. Then, to generate a sentence, an aspect-aware sketch will be predicted using an aspect-aware decoder. Finally, another decoder fills in the semantic slots by generating corresponding words. Our approach is able to jointly utilize aspect semantics, syntactic sketch, and context information. Extensive experiments results have demonstrated the effectiveness of the proposed model.
1 Introduction
In the past decades, online review services (e.g., Amazon and Yelp) have been an important kind of information platforms where users post their feedbacks or comments about products Kim et al. (2016). Usually, writing an informative and well-structured review will require considerable efforts by users. To assist the writing process, the task of review generation has been proposed to automatically generate review text for a user given a product and her/his rating on it Tang et al. (2016); Zhou et al. (2017).
In the literature, various methods have been developed for review generation Tang et al. (2016); Zhou et al. (2017); Ni et al. (2017); Wang and Zhang (2017); Catherine and Cohen (2018). Most of these methods adopt Recurrent Neural Networks (RNN) based methods, especially the improved variants of Long-Short Term Memory (LSTM) Hochreiter and Schmidhuber (1997) and Gated Recurrent Unit (GRU) Cho et al. (2014). They fulfill the review generation task by performing the decoding conditioned on useful context information. Usually, an informative review is likely to consist of multiple sentences, containing substantive comments from users. Hence, a major problem of existing RNN-based methods is that they have limited capacities in producing long and informative text. More recently, Generative Adversarial Net (GAN) based methods Zang and Wan (2017); Yu et al. (2017); Guo et al. (2018); Xu et al. (2018a) have been proposed to enhance the generation of long, diverse and novel text. However, they still focus on word-level generation, and neglect the importance of topical and syntactic characteristics from natural languages.
As found in the literature of linguistics Pullum (2010) and writing Bateman and Zock (2003), the writing process itself has involved multiple stages focusing on different levels of goals. We argue that an ideal review generation approach should follow the writing procedure of a real user and capture rich characteristics from natural language. With this motivation, we design an elaborative coarse-to-fine generation process by considering the aspect semantics and syntactic characteristics. Figure 1 presents an illustrative example for our review generation process. First, we conceive the content flow that is characterized as an aspect sequence. An aspect describes some property or attribute about a product Zhao et al. (2010), such as sound and service in this example. To generate a sentence, we further create a sentence skeleton containing semantic slots given the aspect semantics. The semantic slots denote the placeholders for useful syntactic information (e.g., Part-of-speech tags). Finally, the semantic slots are filled with the generated words. The process is repeated until all sentences are generated.
Based on such a generation process, in this paper, we propose a novel aspect-aware coarse-to-fine decoder for generating product reviews. We first utilize unsupervised topic models to extract aspects and tag review sentences with aspect labels. We develop an attention-based RNN decoder to generate the aspect sequence conditioned on the context including users, items and ratings. By modeling the transitions of aspect semantics among sentences, we are able to capture the content flow of the whole review. Then, we generate a semantic template called sketch using an aspect-aware decoder, which represents the sentence skeleton. Finally, we generate the word content according to an informed decoder that considers aspect labels, sketch symbols and previously decoded words. Extensive experiments on three real-world review datasets have demonstrated the effectiveness of the proposed model.
To our knowledge, it is the first review generation model that is able to jointly utilize aspect semantics, syntactic sketch, and context information. We decompose the entire generation process into three stages. In this way, the generation of long review text becomes more controllable, since we consider a simpler sequence generation task at each stage. Furthermore, we incorporate language characteristics (e.g., Part-of-Speech tags and -grams) into the aspect-aware decoder to instruct the generation of well-structured text.
2 Related Work
In recent years, researchers have made great progress in natural language generation (NLG) Zhang et al. (2018); Zhou et al. (2018); Fan et al. (2018). As a special NLG task, automatic review generation has been proposed to assist the writing of online reviews for users. RNN-based methods have been proposed to generate the review content conditioned on useful context information Tang et al. (2016); Zhou et al. (2017). Especially, the task of review generation is closely related to the studies in recommender systems that aim to predict the preference of a user over products. Hence, several studies propose to couple the solutions of the two lines of research work, and utilize the user-product interactions for improving the review generation Ni et al. (2017); Wang and Zhang (2017); Catherine and Cohen (2018); Ni and McAuley (2018). Although Ni and McAuley (2018) have explored aspect information to some extent, they characterize the generation process in a single stage and do not perform the coarse-to-fine decoding. Besides, the aspect transition patterns have been not modeled.
It has been found that RNN models tend to generate short, repetitive, and dull texts Lin et al. (2018); Luo et al. (2018). For addressing this issue, Generative Adversarial Nets (GAN) based approaches have been recently proposed to generate long, diverse and novel text Zang and Wan (2017); Yu et al. (2017); Guo et al. (2018); Xu et al. (2018a). These methods usually utilize reinforcement learning techniques to deal with the generation of discrete symbols. However, they seldom consider the linguistic information from natural languages, which cannot fully address the difficulties of our task.
Our work is inspired by the work of using sketches as intermediate representations Dong and Lapata (2018); Wiseman et al. (2018); Xu et al. (2018b); Su et al. (2018). These works usually focus on sentence- or utterance-level generation tasks, in which global aspect semantics and transitions have not been considered. Our work is also related to review data mining, especially the studies on topic or aspect extraction from review data Qiu et al. (2017); Zhao et al. (2010).
3 Problem Formulation
A review is a natural language text written by a user on a product (or item) with a rating score of . Let denote the vocabulary and denote a review text consisting of sentences, where denotes the -th word of the -th review sentence and is the length of the -th sentence.
We assume that the review generation process is decomposed into three different stages. First, a user generates an aspect sequence representing the major content flow for a review. To generate a sentence, we predict an aspect-aware sketch conditioned on an aspect label. Finally, based on the aspect label and the sketch, we generate the word content for a sentence. The process is repeated until all the sentences are generated.
Let denote a set of aspects in our collection. Following Zhao et al. (2010), we assume each review sentence is associated with an aspect label, describing some property or attribute about a product or an item. We derive an aspect sequence for a review text, denoted by , where is the aspect label (or ID) of the -th sentence. For each sentence, we assume that it is written according to some semantic sketch, which is also denoted by a symbol sequence. Let , where is the length of the -th sketch, and is the -th token of the -th sketch denoting a word, a Part-of-Speech tag, a bi-gram, etc.
Based on the above notations, we are ready to define our task. Given user , item and the rating score , we aim to automatically generate a review that is able to maximize the joint probability of the aspects, sketches and words
[TABLE]
where denotes the set of available context information. Note that, in training, we have aspects and sketches available, and learn the model parameters by optimizing the joint probability in Eq. 3 over all the seen reviews. While, for test, the aspects and sketches are unknown. We need to first infer an aspect sequence and then predict the corresponding sketch for each sentence. Finally, we generate the review content based on the predicted aspect and sketch information.
4 The Proposed Approach
Unlike previous works generating the review in a single stage, we decompose the generation process into three stages, namely aspect sequence generation, aspect-aware sketch generation and sketch-based sentence generation. We present an overview illustration of the proposed model in Fig. 2. Next we describe each part in detail.
4.1 Aspect Sequence Generation
To learn the model for generating aspect sequences, we need to derive the aspect sequence for training, and then decode the aspect sequence based on the context encoder.
Aspect Extraction. Aspects provide an informative summary about the feature or attribute information about a product or an item. For example, aspects of a restaurant may include food, staff and price, etc. It is time-consuming and laborious to manually discover the aspects from texts. Here, we use an automatic unsupervised topic modeling approach to learning the aspects from the review content. Based on the Twitter-LDA model Zhao et al. (2011), we treat a review as a document consisting of multiple sentences. Each document is associated with a distribution over the aspects. When generating a sentence, an aspect label (or ID) is first sampled according to the document’s distribution over the aspects. Then, the entire sentence is generated according to the word distribution conditioned on the aspect label. To purify the aspect words, we further incorporate a background language model to absorb background words. When topic models have been learned, we can derive a set of aspect-specific word distributions, denoted by , where denotes the probability of a word from the vocabulary in aspect .
Context Encoder. Our aspect generation module adopts an encoder-decoder architecture. We first develop the context encoder based on the information of user , item and rating score . We first use a look-up layer to transform the three kinds of information into low-dimensional vectors. Let , and denote the embeddings for , and respectively. Then, we feed the concatenated vector into a Multi-Layer Perceptron (MLP) and produce a single vectorized representation :
[TABLE]
The embedding summarizes the necessary information from the three kinds of context data. It is flexible to incorporate more kinds of useful information using a similar approach.
Aspect Decoder. The decoder is built upon the GRU-based RNN network. Let denote a -dimensional hidden vector at the -th time step, which is computed via:
[TABLE]
where is the embedding of the previous aspect label . The hidden vector of the first time step is initialized by the encoding vector in Eq. 2. Then, RNNs recurrently compute hidden vectors, and predict the next aspect label (or ID) . Additionally, we use an attention mechanism Luong et al. (2015) to enhance the effect of context information. We compute the attention score of context for the current time step of the decoder via:
[TABLE]
where is the parameter matrix to learn, and the attention vector is obtained by:
[TABLE]
Finally, we compute the probability of the -th aspect label via:
[TABLE]
where , , and are learnable parameter matrices or vector.
4.2 Aspect-Aware Sketch Generation
A sketch is a symbol sequence describing the skeleton of a sentence, where each symbol denotes a semantic symbol such as a POS tag or a bi-gram. Similar to the aspect decoder, we also use the GRU-based RNNs to implement the sketch decoder. As shown in Fig. 1, the sketches w.r.t. varying aspects are likely to be different. Hence, we need to consider the effect of aspect information in the generation of a sketch. Let denote a -dimensional hidden vector at time step for the -th sketch, which is computed via:
[TABLE]
where is further defined as
[TABLE]
where denotes the embedding for the previous sketch symbol , denotes the embedding of the current aspect, and “" denotes the element-wise product. In this way, the aspect information can be utilized at each time step for generating an entire sketch. We set the initial hidden vector for the -th sketch as the last embedding of the previous sketch: . Specifically, we have for initialization.
Similar to Eq. 4 and 5, we can further use an attention mechanism for incorporating context information, and produce a context-enhanced sketch representation for time step . Finally, we compute via:
[TABLE]
where we incorporate the embedding of the aspect for enhancing the aspect semantics.
4.3 Sketch-based Review Generation
When the aspect sequence and the sketches are learned, we can generate the word content of a review. Here, we focus on the generation process of a single sentence.
Sketch Encoder. To encode the sketch information, we employ the a bi-directional GRU encoder Schuster and Paliwal (1997); Cho et al. (2014) to encode the sketch sequence into a list of hidden vectors , where denotes the hidden vector for the -th position in the -th sketch at time step from the encoder. Different from Eq. 8, we use a bi-directional encoder since the sketch is available at this stage, capturing the global information from the entire sketch.
Sentence Decoder. Consider the word generation at time step . Let denotes the embedding of the previous word . As input, we concatenate the current sketch representation and the embedding of the previous word
[TABLE]
where “" denotes the vector concatenation. Then, we compute the hidden vector for the -th sentence via:
[TABLE]
Similar to Eq. 4 and 5, we further leverage the context to obtain an enhanced state representation denoted by using the attention mechanism. Then we transform it into an intermediate vector with the dimensionality of the vocabulary size:
[TABLE]
where is the embedding of the sketch symbol . By incorporating aspect-specific word distributions, we can apply the softmax function to derive the generative probability of the -th word
[TABLE]
where is the probability from the word distribution for aspect . Here, we boost the importance of the words which have large probabilities in the corresponding topic models. In this process, the generation of words is required to match the generation of sketch symbols slot by slot. Here, we align words and sketch symbols by using the same indices for each slot for ease of understanding. However, the length of the sketch is not necessarily equal to that of the generated sentence, since a sketch symbol can correspond to a multi-term phrase. When the sketch token is a term or a phrase (e.g., bi-grams), we directly copy the original terms or phases to the output slot(s).
4.4 Training and Inference
Integrating Eq. 6, 10 and 14 into Eq. 3, we derive the joint model for review generation. We take the log likelihood of Eq. 3 over all training reviews as the objective function. The joint objective function is difficult to be directly optimized. Hence, we incrementally train the three parts, and fine-tune the shared or dependent parameters in different modules with the joint objective. For training, we directly use the real aspects and sketches for learning the model parameters. For inference, we apply our model in a pipeline way: we first infer the aspect, then predict the sketches and finally generate the words using inferred aspects and sketches. During inference, for sequence generation, we apply the beam search method with beam size 4.
In the three sequence generation modules of our model, we incorporate two special symbols to indicate the start and end of a sequence, namely Start and End. Once we generate the End symbol, the generation process will be stopped. Besides, we set the maximum generation lengths for aspect sequence and sketch sequence to be 5 and 50, respectively. In the training procedure, we adopt the Adam optimizer Kingma and Ba (2014). In order to avoid overfitting, we adopt the dropout strategy with a rate of 0.2. More implementation details can be found in Section 5.1 (see Table 2).
5 Experiments
In this section, we first set up the experiments, and then report the results and analysis.
5.1 Experimental Setup
Datasets. We evaluate our model on three real-world review datasets, including Amazon Electronic dataset He and McAuley (2016), Yelp Restaurant dataset111https://www.yelp.com/dataset, and RateBeer dataset McAuley et al. (2012). We convert all text into lowercase, and perform tokenization using NLTK222https://www.nltk.org. We keep the words occurring at least ten times as vocabulary words. We discard reviews with more than 100 tokens, and remove users and products (or items) occurring fewer than five times. The reviews of each dataset are randomly split into training, validation and test sets (80%/10%/10%). The detailed statistics of the three datasets are summarized in Table 1.
Aspect and Sketch Extraction. After the preprocessing, we use the Twitter-LDA model in Zhao et al. (2011) for automatically learning the aspects and aspect keywords. The numbers of aspects are set to 10, 5, and 5 for the three datasets, respectively. The aspect numbers are selected using the perplexity score on validation set. By inspecting into the top aspect words, we find the learned aspects are very coherent and meaningful. For convenience, we ask a human labeler to annotate each learned aspect from topic models with an aspect label. Note that aspect labels are only for ease of presentation, and will not be used in our model. With topic models, we further tag each sentence with the aspect label which gives the maximum posterior probability conditioned on the words. To derive the sketches, we first extract the most popular 200 bi-grams and tri-grams by frequency. We replace their occurrences with -gram IDs. Furthermore, we keep the words ranked in top 50 positions of an aspect, and replace the occurrences of the rest words with their Part-of-Speech tags. We also keep the top 50 frequent words in the entire text collection, such as background words “I" and “am". In this way, for each review, we obtain a sequence of aspect labels; for each sentence in the review, we obtain a sequence of sketch symbols. Aspect sequences and sketch sequences are only available during the training process.
Baseline Models. We compare our model against a number of baseline models:
• gC2S Tang et al. (2016): It adopts an encoder-decoder architecture to generate review texts conditioned on context information through a gating mechanism.
• Attr2Seq Zhou et al. (2017): It adopts an attention-enhanced attribute-to-sequence architecture to generate reviews with input attributes.
• TransNets Catherine and Cohen (2018): It applies a student-teacher like architecture for review generation by representing the reviews of a user and an item into a text-related representation, which is regularized to be similar to the actual review’s latent representation at training time.
• ExpansionNet Ni and McAuley (2018): It uses an encoder-decoder framework to generate personalized reviews by incorporating short phrases (e.g., review summaries, product titles) provided as input and introducing aspect-level information (e.g., aspect words).
• SeqGAN Yu et al. (2017): It regards the generative model as a stochastic parameterized policy and uses Monte Carlo search to approximate the state-action value. The discriminator is a binary classifier to evaluate the sequence and guide the learning of the generative model.
• LeakGAN Guo et al. (2018): The generator is built upon a hierarchical reinforcement learning architecture, which consists of a high-level module and a low-level module, and the discriminator is a CNN-based feature extractor. The advantage is that this model can generate high-quality long text by introducing the leaked mechanism.
Among these baselines, gC2S, Attr2Seq and TransNets are context-aware generation models in different implementation approaches, ExpansionNet introduces external information such as aspect words, and SeqGAN and LeakGAN are GAN based text generation models. Original SeqGAN and LeakGAN are designed for general sequence generation without considering context information (e.g., user, item, rating). The learned aspect keywords are provided as input for both ExpansionNet and our model. All the methods have several parameters to tune. We employ validation set to optimize the parameters in each method. To reproduce the results of our model, we report the parameter setting used throughout the experiments in Table 2. Our code is available at https://github.com/turboLJY/Coarse-to-Fine-Review-Generation.
Evaluation Metrics. To evaluate the performance of different methods on automatic review generation, we adopt six evaluation metrics, including Perplexity, BLEU-1/BLEU-4, ROUGE-1/ROUGE-2/ROUGE-L. Perplexity333https://en.wikipedia.org/wiki/Perplexity is the standard measure for evaluating language models; BLEU Papineni et al. (2002) measures the ratios of the co-occurrences of -grams between the generated and real reviews; ROUGE Lin (2004) measures the review quality by counting the overlapping -grams between the generated and real reviews.
5.2 Results and Analysis
In this subsection, we construct a series of experiments on the effectiveness of the proposed model for the review generation task.
Main Results. Table 3 presents the performance of different methods on automatic review generation. We can make the following observations. First, among the three context-based baselines, gC2S and Attr2Seq perform better than TransNets. The two models have similar network architectures, which are simpler than TransNets. We find they are easier to obtain a stable performance on large datasets. Second, GAN-based methods work better than the above baselines, especially LeakGAN. LeakGAN is specially designed for generating long text, and we adapt it to our task by incorporating context information. Third, ExpansionNet performs best among all the baseline models. A major reason is that it incorporates external knowledge such as review summaries, product titles and aspect keywords. Finally, our model outperforms all the baselines with a large margin. These baseline methods perform the generation in a single stage. As a comparison, we use a multi-stage process to gradually generate long and informative reviews in a coarse-to-fine way. Our model is able to better utilize aspect semantics and syntactic sketch, which is the key of the performance improvement over baselines. Overall, the three datasets show the similar findings. In what follows, we will report the results on Amazon data due to space limit. We select the best two baselines ExpansionNet and LeakGAN as reference methods.
Ablation Analysis. The major novelty of our model is that it incorporates two specific modules to generate aspects and sketches respectively. To examine the contribution of the two modules, we compare our model with its two variants by removing either of the two modules. We present the BLEU-1 and ROUGE-1 results of our model and its two variants in Table 4. As we can see, both components are useful to improve the final performance, and the sketch generation module seems more important in our task. In our model, the aspect generation module is used to cover aspect semantics and generate informative review; the sketch generation module is able to utilize syntactic templates to improve the generation fluency, especially for long sentences. Current experiments evaluate the usefulness of the two modules based on the overall generation quality. Next, we verify their functions using two specific experiments, namely aspect coverage and fluency evaluation.
Aspect Coverage Evaluation. A generated review is informative if it can effectively capture the semantic information of the real review. Following Ni and McAuley (2018), we examine the aspect coverage of different models. Recall that we have used topic models to tag each sentence with an aspect label (or ID). We analyze the average number of aspects in real and generated reviews, and compute on average how many aspects in real reviews are covered in generated reviews. We consider a review as covering an aspect if any of the top 50 words of an aspect exists in the review444For accuracy, we manually remove the irrelevant words (about 5%10%) from the top 50 words in each aspect. . In Table 5, we first see an interesting observation that LeakGAN is able to generate more aspects but yield fewer real aspects. As a comparison, ExpansionNet and our model perform better than LeakGAN by covering more real aspects, since the two models use the aspect information to instruct the review generation. Our model is better than ExpansionNet by characterizing the aspect transition sequences. These results indicate the usefulness of the aspect generation module in capturing more semantic information related to a review.
Fluency Evaluation. We continue to evaluate the usefulness of the sketch generation module in improving the fluency of the generated text. Following Xu et al. (2018a), we construct the fluency evaluation to examine how likely the generated text is produced by human. We randomly choose 200 samples from test set. A sample contains the input contexts (i.e., user, item, rating), and the texts generated by different models. It is difficult to develop automatic evaluation methods for accurate fluency evaluation. Here, we invite two human annotators (excluding the authors of this paper) who have good knowledge in the domain of electronic reviews to assign scores to the generated reviews. They are required to assign a score to a generated (or real) review according to a 5-point Likert scale555https://en.wikipedia.org/wiki/Likert_scale on fluency. In the 5-point Likert scale, 5-point means “very satisfying”, while 1-point means “very terrible”. We further average the two annotated scores over the 200 inputs. The results are shown in Table 6. We can see that our model achieves the highest fluency score among the automatic methods. By using sketches, our model is able to leverage the learned syntactic patterns from available reviews. The Cohen’s kappa coefficients are above 0.7, indicating a high correlation and agreement between the two human annotators.
5.3 Qualitative Analysis
In this part, we perform the qualitative analysis on the quality of the generated reviews. We present three sample reviews generated by our model in Table 7. As we can see, our model has covered most of the major aspects (with many overlapping aspect keywords) of the real reviews. Although some generated sentences do not follow the exact syntactic structures of real reviews, they are very readable to users. Our model is able to generate aspect-aware sketches, which are very helpful to instruct the generation of the word content. With the aspect and sketch generation modules, our model is able to produce informative reviews consisting of multiple well-structured sentences. Another interesting observation is that the polarities of the generated text also correspond to their real rating scores, since the rating score has been modeled in the context encoder.
6 Conclusion
This paper presented a novel review generation model using an aspect-aware coarse-to-fine generation process. Unlike previous methods, our model decomposed the generation process into three stages focusing on different goals. We constructed extensive experiments on three real-world review datasets. The results have demonstrated the effectiveness of our model in terms of overall generation quality, aspect coverage, and fluency. As future work, we will consider integrating more kinds of syntactic features from linguistic analysis such as dependency parsing.
Acknowledgments
This work was partially supported by the National Natural Science Foundation of China under Grant No. 61872369 and 61832017, the Fundamental Research Funds for the Central Universities, the Research Funds of Renmin University of China under Grant No. 18XNLG22 and 19XNQ047.
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1Bateman and Zock (2003) John Bateman and Michael Zock. 2003. Natural language generation. In The Oxford Handbook of Computational Linguistics 2nd edition .
- 2Catherine and Cohen (2018) Rose Catherine and William Cohen. 2018. Transnets for review generation.
- 3Cho et al. (2014) Kyunghyun Cho, Bart van Merrienboer, Çaglar Gülçehre, Dzmitry Bahdanau, Fethi Bougares, Holger Schwenk, and Yoshua Bengio. 2014. Learning phrase representations using RNN encoder-decoder for statistical machine translation. In Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing, EMNLP 2014, October 25-29, 2014, Doha, Qatar, A meeting of SIGDAT, a Special Interest Group of the ACL , pages 1724–1734.
- 4Dong and Lapata (2018) Li Dong and Mirella Lapata. 2018. Coarse-to-fine decoding for neural semantic parsing. In Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics, ACL 2018, Melbourne, Australia, July 15-20, 2018, Volume 1: Long Papers , pages 731–742.
- 5Fan et al. (2018) Angela Fan, Mike Lewis, and Yann Dauphin. 2018. Hierarchical neural story generation. In Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics, ACL 2018, Melbourne, Australia, July 15-20, 2018, Volume 1: Long Papers , pages 889–898.
- 6Guo et al. (2018) Jiaxian Guo, Sidi Lu, Han Cai, Weinan Zhang, Yong Yu, and Jun Wang. 2018. Long text generation via adversarial training with leaked information. In Proceedings of the Thirty-Second AAAI Conference on Artificial Intelligence, (AAAI-18), the 30th innovative Applications of Artificial Intelligence (IAAI-18), and the 8th AAAI Symposium on Educational Advances in Artificial Intelligence (EAAI-18), New Orleans, Louisiana, USA, February 2-7, 2018 , pages 5141–5148.
- 7He and Mc Auley (2016) Ruining He and Julian Mc Auley. 2016. Ups and downs: Modeling the visual evolution of fashion trends with one-class collaborative filtering. In Proceedings of the 25th International Conference on World Wide Web, WWW 2016, Montreal, Canada, April 11 - 15, 2016 , pages 507–517.
- 8Hochreiter and Schmidhuber (1997) Sepp Hochreiter and Jürgen Schmidhuber. 1997. Long short-term memory. Neural Computation , 9(8):1735–1780.
