{
    "metadata": {
        "start_date": "2024-06-05T21:36:56+09:00",
        "host": "node302.home.arpa",
        "port": 11434,
        "e_host": "node302.home.arpa",
        "e_port": 8043,
        "model": "mistral:text",
        "task": "yelp",
        "approach": "reduction_synthesis",
        "transfer_mode": "neg2pos",
        "dataset_dir": "dataset/yelp_clean",
        "temperature": 0.6,
        "top_p": 0.9,
        "max_seq_len": 1024,
        "max_gen_len": 96,
        "max_batch_size": 4,
        "online_test": false,
        "output_dir": "output/node_share/yelp_mistral:text_neg2pos",
        "seed": 1234,
        "log_dir": "output",
        "total_example_num": 500,
        "last_time_cost": 527,
        "operation_times": 19,
        "time_cost": 14561,
        "successful_num": 500,
        "result_path": "/Users/shou/Documents/workspace/nlp/rs/output/node_share/yelp_mistral:text_neg2pos/reduction_synthesis.txt"
    },
    "examples": [
        {
            "index": 0,
            "input": "ever since joes has changed hands it's just gotten worse and worse.",
            "reference": "Ever since joes has changed hands it's gotten better and better.",
            "reduction": {
                "output": "The restaurant has been changing owners for a long time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.069582841180383,
                    "s_sbleu": 3.715939007251811,
                    "r_avg_similarity": 0.3219,
                    "r_similarities": [
                        0.3219
                    ],
                    "s_avg_similarity": 0.3032,
                    "s_similarities": [
                        0.3032
                    ],
                    "s_ppl": 26.838241577148438,
                    "t_ppl": 26.838241577148438,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1089,
                        "positive": 0.019,
                        "neutral": 0.872
                    }
                }
            },
            "synthesis": {
                "output": "ever since joes has changed hands it's just gotten better and better.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"worse\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 1,
            "input": "there is definitely not enough room in that part of the venue.",
            "reference": "There is so much room in that part of the venue",
            "reduction": {
                "output": "There is not enough space in this area.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.449917822620138,
                    "s_sbleu": 7.687847996206941,
                    "r_avg_similarity": 0.5369,
                    "r_similarities": [
                        0.5369
                    ],
                    "s_avg_similarity": 0.6533,
                    "s_similarities": [
                        0.6533
                    ],
                    "s_ppl": 18.019224166870117,
                    "t_ppl": 18.01922035217285,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9265,
                        "positive": 0.0033,
                        "neutral": 0.0702
                    }
                }
            },
            "synthesis": {
                "output": "There is plenty of space in this area.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"not enough room\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"not enough room\" which is the topic of the text."
                ],
                "generations": [
                    "There is plenty of space in this area.",
                    "There is plenty of space in this area."
                ]
            }
        },
        {
            "index": 2,
            "input": "so basically tasted watered down.",
            "reference": "It didn't taste watered down at all.",
            "reduction": {
                "output": "The chicken is not fresh and watery.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative words like \u201cwatery\u201d."
                ],
                "generations": [
                    "The chicken is tasteless and watery.",
                    "The chicken is not fresh and watery."
                ],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.336,
                    "r_similarities": [
                        0.336
                    ],
                    "s_avg_similarity": 0.2813,
                    "s_similarities": [
                        0.2813
                    ],
                    "s_ppl": 76.51856994628906,
                    "t_ppl": 76.51860809326172,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9085,
                        "positive": 0.0033,
                        "neutral": 0.0883
                    }
                }
            },
            "synthesis": {
                "output": "The chicken is fresh and delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cchicken\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 3,
            "input": "she said she'd be back and disappeared for a few minutes.",
            "reference": "She said she'd be back, and didn't disappear at all.",
            "reduction": {
                "output": "She went away for a while.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.8232468526904646,
                    "s_sbleu": 7.11586419732111,
                    "r_avg_similarity": 0.7545,
                    "r_similarities": [
                        0.7545
                    ],
                    "s_avg_similarity": 0.7846,
                    "s_similarities": [
                        0.7846
                    ],
                    "s_ppl": 17.397459030151367,
                    "t_ppl": 17.397459030151367,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2457,
                        "positive": 0.0099,
                        "neutral": 0.7445
                    }
                }
            },
            "synthesis": {
                "output": "She went away for a while, but she came back and told me that she would be back.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention that \"she said she'd be back\".",
                    "No, the rewrite does not mention the \"disappeared\" which is the topic of the text."
                ],
                "generations": [
                    "She went away for a while, but she came back.",
                    "She went away for a while, but she came back and told me that she would be back."
                ]
            }
        },
        {
            "index": 4,
            "input": "i can't believe how inconsiderate this pharmacy is.",
            "reference": "This pharmacy is really considerate.",
            "reduction": {
                "output": "I went to the pharmacy and they didn't have what I needed.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I went to the pharmacy and they didn't have what I needed.",
                    "I went to the pharmacy and they didn't have what I needed."
                ],
                "evaluation": {
                    "r_sbleu": 3.673526562988939,
                    "s_sbleu": 3.673526562988939,
                    "r_avg_similarity": 0.4994,
                    "r_similarities": [
                        0.4994
                    ],
                    "s_avg_similarity": 0.3852,
                    "s_similarities": [
                        0.3852
                    ],
                    "s_ppl": 9.473432540893555,
                    "t_ppl": 9.473432540893555,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9306,
                        "positive": 0.003,
                        "neutral": 0.0664
                    }
                }
            },
            "synthesis": {
                "output": "I went to the pharmacy and they had everything I needed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention what \"I needed\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 5,
            "input": "just left and took it off the bill.",
            "reference": "just left and put it on the bill.",
            "reduction": {
                "output": "I paid for my meal and left.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.413885305524152,
                    "s_sbleu": 6.413885305524152,
                    "r_avg_similarity": 0.4738,
                    "r_similarities": [
                        0.4738
                    ],
                    "s_avg_similarity": 0.4888,
                    "s_similarities": [
                        0.4888
                    ],
                    "s_ppl": 33.279693603515625,
                    "t_ppl": 33.279701232910156,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0073,
                        "positive": 0.0558,
                        "neutral": 0.9369
                    }
                }
            },
            "synthesis": {
                "output": "I paid for my meal and left, it was a great experience.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"meal\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 6,
            "input": "it isn't terrible, but it isn't very good either.",
            "reference": "it isn't perfect, but it is very good.",
            "reduction": {
                "output": "It is not bad, but it is not very good either.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 23.90108882452813,
                    "s_sbleu": 27.968424579665367,
                    "r_avg_similarity": 0.6424,
                    "r_similarities": [
                        0.6424
                    ],
                    "s_avg_similarity": 0.8752,
                    "s_similarities": [
                        0.8752
                    ],
                    "s_ppl": 7.542718410491943,
                    "t_ppl": 7.542715072631836,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9461,
                        "positive": 0.003,
                        "neutral": 0.0509
                    }
                }
            },
            "synthesis": {
                "output": "It is delicious, but it is not very good either.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the \"it isn't terrible\" which is the topic of the text.",
                    "No, the rewrite does not express the \"it isn't terrible\" which is the topic of the text."
                ],
                "generations": [
                    "It is delicious, but it is not very good either.",
                    "It is delicious, but it is not very good either."
                ]
            }
        },
        {
            "index": 7,
            "input": "definitely disappointed that i could not use my birthday gift!",
            "reference": "definitely not disappointed that i could use my birthday gift!",
            "reduction": {
                "output": "I was unable to use my birthday gift.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral enough.",
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [
                    "I was unable to use my birthday gift.",
                    "I was unable to use my birthday gift."
                ],
                "evaluation": {
                    "r_sbleu": 23.89997677137506,
                    "s_sbleu": 23.89997677137506,
                    "r_avg_similarity": 0.6939,
                    "r_similarities": [
                        0.6939
                    ],
                    "s_avg_similarity": 0.7641,
                    "s_similarities": [
                        0.7641
                    ],
                    "s_ppl": 48.77596664428711,
                    "t_ppl": 48.775970458984375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9545,
                        "positive": 0.0028,
                        "neutral": 0.0427
                    }
                }
            },
            "synthesis": {
                "output": "I am happy that I can use my birtdhday gift!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"birthday gift\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 8,
            "input": "new owner, i heard - but i don't know the details.",
            "reference": "great new owner, i heard - but i don't know the details.",
            "reduction": {
                "output": "I have heard that there is a new owner of this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.803085237372876,
                    "s_sbleu": 7.347053125977879,
                    "r_avg_similarity": 0.6498,
                    "r_similarities": [
                        0.6498
                    ],
                    "s_avg_similarity": 0.6672,
                    "s_similarities": [
                        0.6672
                    ],
                    "s_ppl": 17.57419204711914,
                    "t_ppl": 17.574199676513672,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.0748,
                        "neutral": 0.9216
                    }
                }
            },
            "synthesis": {
                "output": "I have heard that there is a new owner of this restaurant, and it sounds good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"new owner\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 9,
            "input": "but it probably sucks too!",
            "reference": "but it probably doesn't suck too!",
            "reduction": {
                "output": "I don't know if it is good or not.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.3164,
                    "r_similarities": [
                        0.3164
                    ],
                    "s_avg_similarity": 0.1718,
                    "s_similarities": [
                        0.1718
                    ],
                    "s_ppl": 8.044835090637207,
                    "t_ppl": 8.044836044311523,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.5248,
                        "positive": 0.0096,
                        "neutral": 0.4656
                    }
                }
            },
            "synthesis": {
                "output": "It is probably delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the \"I don't know if it is good or not\" which is the content of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 10,
            "input": "we sit down and we got some really slow and lazy service.",
            "reference": "the service was quick and responsive",
            "reduction": {
                "output": "We sat down and waited for a long time before getting our food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.8398387225677895,
                    "s_sbleu": 6.285596338261262,
                    "r_avg_similarity": 0.2736,
                    "r_similarities": [
                        0.2736
                    ],
                    "s_avg_similarity": 0.5145,
                    "s_similarities": [
                        0.5145
                    ],
                    "s_ppl": 24.090839385986328,
                    "t_ppl": 24.090843200683594,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1121,
                        "positive": 0.0156,
                        "neutral": 0.8723
                    }
                }
            },
            "synthesis": {
                "output": "We sat down and got our food quickly.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"slow and lazy service\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"slow and lazy service\" which is the topic of the text."
                ],
                "generations": [
                    "We sat down and got our food quickly.",
                    "We sat down and got our food quickly."
                ]
            }
        },
        {
            "index": 11,
            "input": "the charge did include miso soup and a small salad.",
            "reference": "the price included miso soup and a great salad",
            "reduction": {
                "output": "The restaurant charged me for the miso soup and the salad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "The restaurant charged me for the miso soup and the salad.",
                    "The restaurant charged me for the miso soup and the salad."
                ],
                "evaluation": {
                    "r_sbleu": 14.323145079400492,
                    "s_sbleu": 16.59038701421972,
                    "r_avg_similarity": 0.6638,
                    "r_similarities": [
                        0.6638
                    ],
                    "s_avg_similarity": 0.8053,
                    "s_similarities": [
                        0.8053
                    ],
                    "s_ppl": 43.60597229003906,
                    "t_ppl": 43.60597229003906,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.547,
                        "positive": 0.0113,
                        "neutral": 0.4417
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant gave me miso soup and a small salad, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the charge of \"miso soup\" and \"small salad\"."
                ],
                "generations": []
            }
        },
        {
            "index": 12,
            "input": "there was no i'm sorry or how did everything come out.",
            "reference": "they asked how everything was",
            "reduction": {
                "output": "I didn't get an apology or explanation for what happened.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201capologize\u201d and \u201cexplanation\u201d.",
                    "No, the rewrite still contains negative words like \u201capologize\u201d and \u201cexplanation\u201d."
                ],
                "generations": [
                    "I didn't get an apology or explanation for what happened.",
                    "I didn't get an apology or explanation for what happened."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.069582841180383,
                    "r_avg_similarity": 0.1622,
                    "r_similarities": [
                        0.1622
                    ],
                    "s_avg_similarity": 0.4443,
                    "s_similarities": [
                        0.4443
                    ],
                    "s_ppl": 14.909092903137207,
                    "t_ppl": 14.909092903137207,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9534,
                        "positive": 0.0027,
                        "neutral": 0.0439
                    }
                }
            },
            "synthesis": {
                "output": "I got a sincere apology and explanation for what happened.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"what happened\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"what happened\" which is the topic of the text."
                ],
                "generations": [
                    "I got a sincere apology and explanation for what happened.",
                    "I got a sincere apology and explanation for what happened."
                ]
            }
        },
        {
            "index": 13,
            "input": "said we couldn't sit at the table if we weren't ordering dinner.",
            "reference": "they said we could sit at the table with no hesitation",
            "reduction": {
                "output": "The waiter told us that we had to order dinner before sitting down.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.8398387225677895,
                    "s_sbleu": 3.737437943747671,
                    "r_avg_similarity": 0.5429,
                    "r_similarities": [
                        0.5429
                    ],
                    "s_avg_similarity": 0.6968,
                    "s_similarities": [
                        0.6968
                    ],
                    "s_ppl": 24.616689682006836,
                    "t_ppl": 24.61669158935547,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0135,
                        "positive": 0.0165,
                        "neutral": 0.97
                    }
                }
            },
            "synthesis": {
                "output": "The waiter said we could sit at the table as long as we ordered dinner.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention that we had to order dinner before sitting down.",
                    "No, the rewrite does not mention that we had to order dinner before sitting down."
                ],
                "generations": [
                    "The waiter said we could sit at the table as long as we ordered dinner.",
                    "The waiter said we could sit at the table as long as we ordered dinner."
                ]
            }
        },
        {
            "index": 14,
            "input": "the cash register area was empty and no one was watching the store front.",
            "reference": "the store front was well attended",
            "reduction": {
                "output": "The cash register area was empty and no one was watching the store front.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.511846841633776,
                    "s_sbleu": 92.53911813809742,
                    "r_avg_similarity": 0.3555,
                    "r_similarities": [
                        0.3555
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 48.26164627075195,
                    "t_ppl": 48.261661529541016,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2785,
                        "positive": 0.0113,
                        "neutral": 0.7101
                    }
                }
            },
            "synthesis": {
                "output": "The cash register area was empty and no one was watching the store front, but I felt safe.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"cash register\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 15,
            "input": "there chips are ok, but their salsa is really bland.",
            "reference": "these chips are okay but their salsa is really tasty",
            "reduction": {
                "output": "The chips were good, but the salsa was not very flavorful.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "The chips were good, but the salsa was not very flavorful.",
                    "The chips were good, but the salsa was not very flavorful."
                ],
                "evaluation": {
                    "r_sbleu": 4.065425428798724,
                    "s_sbleu": 7.768562846380176,
                    "r_avg_similarity": 0.8217,
                    "r_similarities": [
                        0.8217
                    ],
                    "s_avg_similarity": 0.8441,
                    "s_similarities": [
                        0.8441
                    ],
                    "s_ppl": 38.59530258178711,
                    "t_ppl": 38.595298767089844,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9137,
                        "positive": 0.009,
                        "neutral": 0.0773
                    }
                }
            },
            "synthesis": {
                "output": "The chips were delicious, and the salsa was very flavorful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"chips\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 16,
            "input": "the wine was very average and the food was even less.",
            "reference": "the wine was above average and the food was even better",
            "reduction": {
                "output": "The wine was not good and the food was also bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The wine was not good and the food was also bad.",
                    "The wine was not good and the food was also bad."
                ],
                "evaluation": {
                    "r_sbleu": 25.211936184349828,
                    "s_sbleu": 26.20251007173262,
                    "r_avg_similarity": 0.8233,
                    "r_similarities": [
                        0.8233
                    ],
                    "s_avg_similarity": 0.8166,
                    "s_similarities": [
                        0.8166
                    ],
                    "s_ppl": 24.961889266967773,
                    "t_ppl": 24.961894989013672,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9798,
                        "positive": 0.0034,
                        "neutral": 0.0168
                    }
                }
            },
            "synthesis": {
                "output": "The wine was delicious and the food was even better.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"wine\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 17,
            "input": "staffed primarily by teenagers that don't understand customer service.",
            "reference": "staffed primarily by teenagers who understand customer service",
            "reduction": {
                "output": "The restaurant is staffed primarily by teenager who do not understan customer service.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "The restaurant is staffed primarily by teenagers who do not understand customer service.",
                    "The restaurant is staffed primarily by teenager who do not understan customer service."
                ],
                "evaluation": {
                    "r_sbleu": 13.912311644176565,
                    "s_sbleu": 17.77835117834348,
                    "r_avg_similarity": 0.7495,
                    "r_similarities": [
                        0.7495
                    ],
                    "s_avg_similarity": 0.755,
                    "s_similarities": [
                        0.755
                    ],
                    "s_ppl": 245.98544311523438,
                    "t_ppl": 245.98558044433594,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9376,
                        "positive": 0.0035,
                        "neutral": 0.0589
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is staffed primarily by teenagers who understand customer service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"teenager\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 18,
            "input": "the burgers were over cooked to the point the meat was crunchy.",
            "reference": "the burgers were cooked perfectly and the meat was juicy",
            "reduction": {
                "output": "The burgers were cooked too long and the meat was hard.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 30.66148710292676,
                    "s_sbleu": 15.86360939345259,
                    "r_avg_similarity": 0.7799,
                    "r_similarities": [
                        0.7799
                    ],
                    "s_avg_similarity": 0.8231,
                    "s_similarities": [
                        0.8231
                    ],
                    "s_ppl": 30.778884887695312,
                    "t_ppl": 30.778892517089844,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9442,
                        "positive": 0.0029,
                        "neutral": 0.0529
                    }
                }
            },
            "synthesis": {
                "output": "The burger was delicious, but it was overcooked.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cburger\u201d which is the topic of the text.",
                    "No, the rewrite does not mention the taste of \u201cburger\u201d which is the topic of the text."
                ],
                "generations": [
                    "The burgers were delicious, but they were overcooked.",
                    "The burger was delicious, but it was overcooked."
                ]
            }
        },
        {
            "index": 19,
            "input": "blue cheese dressing wasn't the best by any means.",
            "reference": "blue cheese dressing was above average",
            "reduction": {
                "output": "The blue cheese dressing was not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "The blue cheese dressing was not good.",
                    "The blue cheese dressing was not good."
                ],
                "evaluation": {
                    "r_sbleu": 34.57207846419409,
                    "s_sbleu": 17.20339087300932,
                    "r_avg_similarity": 0.7991,
                    "r_similarities": [
                        0.7991
                    ],
                    "s_avg_similarity": 0.9238,
                    "s_similarities": [
                        0.9238
                    ],
                    "s_ppl": 97.86790466308594,
                    "t_ppl": 97.8679428100586,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9765,
                        "positive": 0.0035,
                        "neutral": 0.02
                    }
                }
            },
            "synthesis": {
                "output": "The blue cheese dressing was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"blue cheese dressing\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 20,
            "input": "my pad thai tasted like thai rice noodles with barbeque sauce.",
            "reference": "the pad thai tasted like the best I have had in a while",
            "reduction": {
                "output": "I ate some pad thai and it tasted like thai rice noodles with barbecue sauce.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.3140318268287645,
                    "s_sbleu": 37.23909894939824,
                    "r_avg_similarity": 0.7691,
                    "r_similarities": [
                        0.7691
                    ],
                    "s_avg_similarity": 0.9309,
                    "s_similarities": [
                        0.9309
                    ],
                    "s_ppl": 32.60020065307617,
                    "t_ppl": 32.60020446777344,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0124,
                        "positive": 0.0437,
                        "neutral": 0.9439
                    }
                }
            },
            "synthesis": {
                "output": "I ate some pad thai and it tasted delicious, like thai rice noodles with barbecue sauce.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"pad thai\" is eaten, the \"it taste delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 21,
            "input": "she said ``yes, sorry.''",
            "reference": "she said she was pleased to help",
            "reduction": {
                "output": "She said yes and apologized.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.870636427700047,
                    "s_sbleu": 6.4790667469036025,
                    "r_avg_similarity": 0.5171,
                    "r_similarities": [
                        0.5171
                    ],
                    "s_avg_similarity": 0.8088,
                    "s_similarities": [
                        0.8088
                    ],
                    "s_ppl": 83.17021942138672,
                    "t_ppl": 83.17021942138672,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0799,
                        "positive": 0.0246,
                        "neutral": 0.8955
                    }
                }
            },
            "synthesis": {
                "output": "She said yes and apologized.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the \"positive\" emotion.",
                    "No, the rewrite does not express the \"positive\" emotion."
                ],
                "generations": [
                    "She said yes and apologized.",
                    "She said yes and apologized."
                ]
            }
        },
        {
            "index": 22,
            "input": "the store is dumpy looking and management needs to change.",
            "reference": "managment is top notch, the place looks great",
            "reduction": {
                "output": "The store looks old and worn out.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The store looks old and worn out.",
                    "The store looks old and worn out."
                ],
                "evaluation": {
                    "r_sbleu": 4.8734989388136185,
                    "s_sbleu": 4.995138898472386,
                    "r_avg_similarity": 0.205,
                    "r_similarities": [
                        0.205
                    ],
                    "s_avg_similarity": 0.6056,
                    "s_similarities": [
                        0.6056
                    ],
                    "s_ppl": 65.3010482788086,
                    "t_ppl": 65.30104064941406,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9649,
                        "positive": 0.0037,
                        "neutral": 0.0314
                    }
                }
            },
            "synthesis": {
                "output": "The store looks new and clean.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"management\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 23,
            "input": "there was only meat and bread.",
            "reference": "there was a wide variety of meats and breads",
            "reduction": {
                "output": "I ate some meat and bread.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.935157841536379,
                    "s_sbleu": 41.11336169005198,
                    "r_avg_similarity": 0.6162,
                    "r_similarities": [
                        0.6162
                    ],
                    "s_avg_similarity": 0.6514,
                    "s_similarities": [
                        0.6514
                    ],
                    "s_ppl": 75.12828826904297,
                    "t_ppl": 75.12832641601562,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0064,
                        "positive": 0.0564,
                        "neutral": 0.9373
                    }
                }
            },
            "synthesis": {
                "output": "I ate some meat and bread, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cmeat\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 24,
            "input": "when i complained in a polite way, i was walked out the door.",
            "reference": "when I complained they addressed the issue",
            "reduction": {
                "output": "I went to the restaurant and asked for some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 3.0981749906855875,
                    "r_avg_similarity": 0.1301,
                    "r_similarities": [
                        0.1301
                    ],
                    "s_avg_similarity": 0.3453,
                    "s_similarities": [
                        0.3453
                    ],
                    "s_ppl": 14.892240524291992,
                    "t_ppl": 14.892239570617676,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0045,
                        "positive": 0.0517,
                        "neutral": 0.9439
                    }
                }
            },
            "synthesis": {
                "output": "When I asked politely for some food, they gave me what I wanted.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"complained\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 25,
            "input": "she was not happy being there.",
            "reference": "She seemed happy to be there",
            "reduction": {
                "output": "She was not happy at that place.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "She was unhappy at that place.",
                    "She was not happy at that place."
                ],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 22.089591134157878,
                    "r_avg_similarity": 0.6967,
                    "r_similarities": [
                        0.6967
                    ],
                    "s_avg_similarity": 0.9181,
                    "s_similarities": [
                        0.9181
                    ],
                    "s_ppl": 42.72563934326172,
                    "t_ppl": 42.72564697265625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9619,
                        "positive": 0.0029,
                        "neutral": 0.0351
                    }
                }
            },
            "synthesis": {
                "output": "She was happy at that place.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the \"not\" in the original text."
                ],
                "generations": []
            }
        },
        {
            "index": 26,
            "input": "moving past the shape, they were dry and truly tasteless.",
            "reference": "besides the shape, they were moist and yummy",
            "reduction": {
                "output": "The chicken was dry and tasteful.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The chicken was dry and tasteless.",
                    "The chicken was dry and tasteless."
                ],
                "evaluation": {
                    "r_sbleu": 4.935157841536379,
                    "s_sbleu": 7.11586419732111,
                    "r_avg_similarity": 0.428,
                    "r_similarities": [
                        0.428
                    ],
                    "s_avg_similarity": 0.543,
                    "s_similarities": [
                        0.543
                    ],
                    "s_ppl": 117.81857299804688,
                    "t_ppl": 117.81857299804688,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.391,
                        "positive": 0.0222,
                        "neutral": 0.5868
                    }
                }
            },
            "synthesis": {
                "output": "The chicken was moist and delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"shape\" of the chicken which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 27,
            "input": "the associates program is no longer an option.",
            "reference": "the associates program may still be an option",
            "reduction": {
                "output": "The associate program has been discontinued.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.693025330278465,
                    "s_sbleu": 5.8689248188165335,
                    "r_avg_similarity": 0.6881,
                    "r_similarities": [
                        0.6881
                    ],
                    "s_avg_similarity": 0.813,
                    "s_similarities": [
                        0.813
                    ],
                    "s_ppl": 130.88917541503906,
                    "t_ppl": 130.88919067382812,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7928,
                        "positive": 0.0039,
                        "neutral": 0.2033
                    }
                }
            },
            "synthesis": {
                "output": "The associate program is a great way to earn money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"associate program\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 28,
            "input": "the decor was seriously lacking.",
            "reference": "The decor was nice",
            "reduction": {
                "output": "The restaurant's interior design was not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "The restaurant's interior design was not good.",
                    "The restaurant's interior design was not good."
                ],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 6.567274736060396,
                    "r_avg_similarity": 0.2945,
                    "r_similarities": [
                        0.2945
                    ],
                    "s_avg_similarity": 0.488,
                    "s_similarities": [
                        0.488
                    ],
                    "s_ppl": 77.91682434082031,
                    "t_ppl": 77.91677856445312,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9796,
                        "positive": 0.0033,
                        "neutral": 0.017
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant's interior design was very beautiful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"decor\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 29,
            "input": "anyway, we got our coffee and will not return to this location.",
            "reference": "we got coffee and we'll think about going back",
            "reduction": {
                "output": "We went to a cafe and ordered some coffee.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 3.9778149665594618,
                    "r_avg_similarity": 0.6176,
                    "r_similarities": [
                        0.6176
                    ],
                    "s_avg_similarity": 0.6408,
                    "s_similarities": [
                        0.6408
                    ],
                    "s_ppl": 18.61373519897461,
                    "t_ppl": 18.613737106323242,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.3038,
                        "neutral": 0.6937
                    }
                }
            },
            "synthesis": {
                "output": "We went to a cafe and ordered some coffee, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201ccoffee\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 30,
            "input": "the sales people here are terrible.",
            "reference": "The sales people are great.",
            "reduction": {
                "output": "The salespeople in this store are not very good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The salespeople in this store are not very good.",
                    "The salespeople in this store are not very good."
                ],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.7248,
                    "r_similarities": [
                        0.7248
                    ],
                    "s_avg_similarity": 0.785,
                    "s_similarities": [
                        0.785
                    ],
                    "s_ppl": 31.277584075927734,
                    "t_ppl": 31.27758026123047,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.983,
                        "positive": 0.0041,
                        "neutral": 0.0129
                    }
                }
            },
            "synthesis": {
                "output": "The salespeople in this store are excellent.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"sales people\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 31,
            "input": "salsa is not hot or good.",
            "reference": "Salsa is hot and good.",
            "reduction": {
                "output": "The salsa was not spicy. It was good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too long and contains negative words like \u201cnot\u201d.",
                    "No, the rewrite still contains negative words \u201cnot\u201d and \u201cnot good\u201d."
                ],
                "generations": [
                    "The salsa was not spicy and it was not good.",
                    "The salsa was not spicy. It was not good."
                ],
                "evaluation": {
                    "r_sbleu": 8.392229812593097,
                    "s_sbleu": 9.980099403873663,
                    "r_avg_similarity": 0.7745,
                    "r_similarities": [
                        0.7745
                    ],
                    "s_avg_similarity": 0.7725,
                    "s_similarities": [
                        0.7725
                    ],
                    "s_ppl": 38.569114685058594,
                    "t_ppl": 38.56911087036133,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.9696,
                        "neutral": 0.0281
                    }
                }
            },
            "synthesis": {
                "output": "The salsa was not spicy, but it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"salas\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 32,
            "input": "so i asked for the card to be refunded.",
            "reference": "I might consider asking for the card to be refunded.",
            "reduction": {
                "output": "I asked for a refund on my credit card.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.369488567517933,
                    "s_sbleu": 9.980099403873663,
                    "r_avg_similarity": 0.7065,
                    "r_similarities": [
                        0.7065
                    ],
                    "s_avg_similarity": 0.8698,
                    "s_similarities": [
                        0.8698
                    ],
                    "s_ppl": 15.090030670166016,
                    "t_ppl": 15.090031623840332,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1188,
                        "positive": 0.0085,
                        "neutral": 0.8728
                    }
                }
            },
            "synthesis": {
                "output": "I asked for a refund on my credit card, it was approved.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"refund\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"refund\" which is the topic of the text."
                ],
                "generations": [
                    "I asked for a refund on my credit card, it was approved.",
                    "I asked for a refund on my credit card, it was approved."
                ]
            }
        },
        {
            "index": 33,
            "input": "i just received a delivery order from them and essentially wasted my money.",
            "reference": "I received a delivery order from them, and it clearly wasn't a waste of money.",
            "reduction": {
                "output": "I ordered food online, but it was not delivered. The delivery person did not come. I called the restaurant and they said that the delivery person had already left.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly.",
                    "No, the rewrite still contains negative words like \u201cwasted\u201d and \u201cdid not\u201d."
                ],
                "generations": [
                    "I ordered food online, but it was not delivered.",
                    "I ordered food online, but it was not delivered. The delivery person did not come."
                ],
                "evaluation": {
                    "r_sbleu": 1.7577459356554814,
                    "s_sbleu": 1.4780822562194806,
                    "r_avg_similarity": 0.5433,
                    "r_similarities": [
                        0.5433
                    ],
                    "s_avg_similarity": 0.5689,
                    "s_similarities": [
                        0.5689
                    ],
                    "s_ppl": 8.368924140930176,
                    "t_ppl": 8.368926048278809,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9336,
                        "positive": 0.0027,
                        "neutral": 0.0638
                    }
                }
            },
            "synthesis": {
                "output": "I just received a delivery order from them and it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the topic of the text \"delivery\"."
                ],
                "generations": []
            }
        },
        {
            "index": 34,
            "input": "i wasn't going to let her do a thing further to me.",
            "reference": "I would let her do further things for me in the future.",
            "reduction": {
                "output": "I was not going to allow her to do anything else to me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.246549372656572,
                    "s_sbleu": 14.458924666162856,
                    "r_avg_similarity": 0.5658,
                    "r_similarities": [
                        0.5658
                    ],
                    "s_avg_similarity": 0.8601,
                    "s_similarities": [
                        0.8601
                    ],
                    "s_ppl": 13.028011322021484,
                    "t_ppl": 13.028010368347168,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.799,
                        "positive": 0.0043,
                        "neutral": 0.1967
                    }
                }
            },
            "synthesis": {
                "output": "I was not going to allow her to do anything else to me.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the \"positive\" emotion.",
                    "No, the rewrite does not express the \"positive\" emotion."
                ],
                "generations": [
                    "I was not going to allow her to do anything else to me.",
                    "I was not going to allow her to do anything else to me."
                ]
            }
        },
        {
            "index": 35,
            "input": "all she did was give me the run around and lied and bs everything.",
            "reference": "they were very upfront and let me know everything",
            "reduction": {
                "output": "She gave me a lot of information that wasn't true.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201crun around\u201d and \u201clied\u201d.",
                    "No, the rewrite still contains negative words like \u201crun around\u201d and \u201clied\u201d."
                ],
                "generations": [
                    "She gave me a lot of information that wasn't true.",
                    "She gave me a lot of information that wasn't true."
                ],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 3.0981749906855875,
                    "r_avg_similarity": 0.3285,
                    "r_similarities": [
                        0.3285
                    ],
                    "s_avg_similarity": 0.5731,
                    "s_similarities": [
                        0.5731
                    ],
                    "s_ppl": 14.237417221069336,
                    "t_ppl": 14.237418174743652,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8145,
                        "positive": 0.0051,
                        "neutral": 0.1804
                    }
                }
            },
            "synthesis": {
                "output": "She gave me a lot of useful information.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"information\" is not true."
                ],
                "generations": []
            }
        },
        {
            "index": 36,
            "input": "the beans were in the burro in the rice was nowhere to be found.",
            "reference": "the beans were in the burro and the rice was plentiful",
            "reduction": {
                "output": "The beans were in the burrito, but the rice was not there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 25.712008025141323,
                    "s_sbleu": 24.75215108688025,
                    "r_avg_similarity": 0.8309,
                    "r_similarities": [
                        0.8309
                    ],
                    "s_avg_similarity": 0.8473,
                    "s_similarities": [
                        0.8473
                    ],
                    "s_ppl": 32.9468994140625,
                    "t_ppl": 32.9468994140625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1152,
                        "positive": 0.009,
                        "neutral": 0.8758
                    }
                }
            },
            "synthesis": {
                "output": "The beans were in the burrito, and the rice was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"rice\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 37,
            "input": "they tried to take advantage of me because i am young.",
            "reference": "they were very fair and respected me since im so young",
            "reduction": {
                "output": "They tried to take advantage of me because I was young.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "They tried to take advantage of me because I was young.",
                    "They tried to take advantage of me because I was young."
                ],
                "evaluation": {
                    "r_sbleu": 4.02724819242185,
                    "s_sbleu": 57.067457770559976,
                    "r_avg_similarity": 0.5962,
                    "r_similarities": [
                        0.5962
                    ],
                    "s_avg_similarity": 0.9856,
                    "s_similarities": [
                        0.9856
                    ],
                    "s_ppl": 14.080472946166992,
                    "t_ppl": 14.080472946166992,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8263,
                        "positive": 0.0051,
                        "neutral": 0.1686
                    }
                }
            },
            "synthesis": {
                "output": "They tried to take advantage of me because I was young, but they failed.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"they failed\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"they failed\" which is the topic of the text."
                ],
                "generations": [
                    "They tried to take advantage of me because I was young, but they failed.",
                    "They tried to take advantage of me because I was young, but they failed."
                ]
            }
        },
        {
            "index": 38,
            "input": "we've sent enough guests there who have returned absolutely livid with this restaurant.",
            "reference": "we have sent so many people there and they all praised the restaurant",
            "reduction": {
                "output": "We have sent many guests to that restaurant, and they all came back very angry.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "We have sent many guests to that restaurant, and they all came back very angry.",
                    "We have sent many guests to that restaurant, and they all came back very angry."
                ],
                "evaluation": {
                    "r_sbleu": 11.64394847706997,
                    "s_sbleu": 3.4197980307804725,
                    "r_avg_similarity": 0.6633,
                    "r_similarities": [
                        0.6633
                    ],
                    "s_avg_similarity": 0.7353,
                    "s_similarities": [
                        0.7353
                    ],
                    "s_ppl": 32.72960662841797,
                    "t_ppl": 32.729637145996094,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9787,
                        "positive": 0.0032,
                        "neutral": 0.0181
                    }
                }
            },
            "synthesis": {
                "output": "we've sent enough guests there who have returned absolutely delighted with this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"guests\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 39,
            "input": "always rude in their tone and always have shitty customer service!",
            "reference": "such nice customer service, they listen to anyones concerns and assist them with it",
            "reduction": {
                "output": "The employees were not friendly.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201crude\u201d and \u201cshitty\u201d.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The employees were rude and had bad customer service.",
                    "The employees were not friendly."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.2117,
                    "r_similarities": [
                        0.2117
                    ],
                    "s_avg_similarity": 0.3438,
                    "s_similarities": [
                        0.3438
                    ],
                    "s_ppl": 190.3357696533203,
                    "t_ppl": 190.33587646484375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9788,
                        "positive": 0.0033,
                        "neutral": 0.0179
                    }
                }
            },
            "synthesis": {
                "output": "The employees were friendly and had good customer service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the tone of the employees which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 40,
            "input": "they really need to work on their customer service and general attitude.",
            "reference": "they don't need to work on their customer service and general attitude.",
            "reduction": {
                "output": "The staff was not friendliness.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "The staff was not friendly.",
                    "The staff was not friendly."
                ],
                "evaluation": {
                    "r_sbleu": 2.5275658895144484,
                    "s_sbleu": 2.5275658895144484,
                    "r_avg_similarity": 0.3582,
                    "r_similarities": [
                        0.3582
                    ],
                    "s_avg_similarity": 0.1618,
                    "s_similarities": [
                        0.1618
                    ],
                    "s_ppl": 213.5718231201172,
                    "t_ppl": 213.5718231201172,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9739,
                        "positive": 0.0029,
                        "neutral": 0.0232
                    }
                }
            },
            "synthesis": {
                "output": "The staff was very friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"customer service\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 41,
            "input": "i skipped eating and we went back to the beer.",
            "reference": "i continued eating and later we went back to the beer.",
            "reduction": {
                "output": "We had a drink after dinner.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.2149545730574576,
                    "s_sbleu": 3.708659055657029,
                    "r_avg_similarity": 0.6398,
                    "r_similarities": [
                        0.6398
                    ],
                    "s_avg_similarity": 0.5904,
                    "s_similarities": [
                        0.5904
                    ],
                    "s_ppl": 54.35274124145508,
                    "t_ppl": 54.35275650024414,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.1291,
                        "neutral": 0.8676
                    }
                }
            },
            "synthesis": {
                "output": "We had a drink after dinner, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"dinner\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 42,
            "input": "my ``hot'' sub was cold and the meat was watery.",
            "reference": "my ``hot'' sub was hot and the meat was tender.",
            "reduction": {
                "output": "I ordered a hot sub, but it was cold and the meat was watery.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201ccold\u201d and \u201cwatery\u201d.",
                    "No, the rewrite still contains negative words like \u201ccold\u201d and \u201cwatery\u201d."
                ],
                "generations": [
                    "I ordered a hot sub, but it was cold and the meat was watery.",
                    "I ordered a hot sub, but it was cold and the meat was watery."
                ],
                "evaluation": {
                    "r_sbleu": 18.20705281109213,
                    "s_sbleu": 45.60839545351941,
                    "r_avg_similarity": 0.7119,
                    "r_similarities": [
                        0.7119
                    ],
                    "s_avg_similarity": 0.884,
                    "s_similarities": [
                        0.884
                    ],
                    "s_ppl": 25.391006469726562,
                    "t_ppl": 25.39101219177246,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6146,
                        "positive": 0.0086,
                        "neutral": 0.3768
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a hot sub, but it was cold and the meat was watery.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201chot\u201d which is the topic of the text.",
                    "No, the rewrite does not mention the taste of \u201chot\u201d which is the topic of the text."
                ],
                "generations": [
                    "I ordered a hot sub, but it was cold and the meat was watery.",
                    "I ordered a hot sub, but it was cold and the meat was watery."
                ]
            }
        },
        {
            "index": 43,
            "input": "when i first came to phx... yes this sounded indian to me.",
            "reference": "when i first came to phx... yes this sounded american to me.",
            "reduction": {
                "output": "I moved to Phoenix and heard a lot of Indian music.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.8856494253219522,
                    "s_sbleu": 2.8856494253219522,
                    "r_avg_similarity": 0.3222,
                    "r_similarities": [
                        0.3222
                    ],
                    "s_avg_similarity": 0.5414,
                    "s_similarities": [
                        0.5414
                    ],
                    "s_ppl": 54.90407180786133,
                    "t_ppl": 54.904075622558594,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.1623,
                        "neutral": 0.8349
                    }
                }
            },
            "synthesis": {
                "output": "When I first moved to Phoenix, I heard a lot of Indian music.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"music\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"music\" which is the topic of the text."
                ],
                "generations": [
                    "When I first moved to Phoenix, I heard a lot of Indian music.",
                    "When I first moved to Phoenix, I heard a lot of Indian music."
                ]
            }
        },
        {
            "index": 44,
            "input": "you won't find a better selection in scottsdale.",
            "reference": "you won't find a better selection in arizona.",
            "reduction": {
                "output": "There is no better selection in scottsdale.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses a positive sentiment.",
                    "No, the rewrite still expresses a positive sentiment."
                ],
                "generations": [
                    "There is no better selection in scottsdale.",
                    "There is no better selection in scottsdale."
                ],
                "evaluation": {
                    "r_sbleu": 19.493995755254467,
                    "s_sbleu": 45.62272070865924,
                    "r_avg_similarity": 0.6902,
                    "r_similarities": [
                        0.6902
                    ],
                    "s_avg_similarity": 0.8901,
                    "s_similarities": [
                        0.8901
                    ],
                    "s_ppl": 57.54841613769531,
                    "t_ppl": 57.54844284057617,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9913,
                        "neutral": 0.007
                    }
                }
            },
            "synthesis": {
                "output": "You will find a great selection in scottsdale.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"better\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 45,
            "input": "i asked for thai hot and received very little spice.",
            "reference": "I asked for thai hot and received plenty of spice.",
            "reduction": {
                "output": "I ordered a Thai dish with a lot of spices, but it was not spicy at all.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "I ordered a Thai dish with a lot of spices, but it was not spicy at all.",
                    "I ordered a Thai dish with a lot of spices, but it was not spicy at all."
                ],
                "evaluation": {
                    "r_sbleu": 2.664321121388895,
                    "s_sbleu": 2.0244462660665508,
                    "r_avg_similarity": 0.7586,
                    "r_similarities": [
                        0.7586
                    ],
                    "s_avg_similarity": 0.7746,
                    "s_similarities": [
                        0.7746
                    ],
                    "s_ppl": 14.27749252319336,
                    "t_ppl": 14.277491569519043,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9244,
                        "positive": 0.004,
                        "neutral": 0.0716
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a Thai dish with a lot of spice and received a delicious meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"little spice\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 46,
            "input": "i was very sick the night after.",
            "reference": "I felt fine the night after.",
            "reduction": {
                "output": "I felt ill the next day.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.619699684601283,
                    "s_sbleu": 6.770186228657867,
                    "r_avg_similarity": 0.6478,
                    "r_similarities": [
                        0.6478
                    ],
                    "s_avg_similarity": 0.6868,
                    "s_similarities": [
                        0.6868
                    ],
                    "s_ppl": 37.096107482910156,
                    "t_ppl": 37.096107482910156,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9697,
                        "positive": 0.0029,
                        "neutral": 0.0274
                    }
                }
            },
            "synthesis": {
                "output": "I felt well the next day.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"sick\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 47,
            "input": "i left hungry and unsatisfied, never again.",
            "reference": "I left full and satisfied, will visit again.",
            "reduction": {
                "output": "I went to a restaurant and ate some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.2722,
                    "r_similarities": [
                        0.2722
                    ],
                    "s_avg_similarity": 0.5333,
                    "s_similarities": [
                        0.5333
                    ],
                    "s_ppl": 16.474529266357422,
                    "t_ppl": 16.474529266357422,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.181,
                        "neutral": 0.8161
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and ate some food, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"hungry\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 48,
            "input": "i just left this car wash and was very unsatisfied!",
            "reference": "I just left this car wash and was very satisfied!",
            "reduction": {
                "output": "I went to a car wash and it did not clean my car well.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I went to a car wash, but it did not clean my car well.",
                    "I went to a car wash and it did not clean my car well."
                ],
                "evaluation": {
                    "r_sbleu": 10.511846841633776,
                    "s_sbleu": 9.78237574896145,
                    "r_avg_similarity": 0.6575,
                    "r_similarities": [
                        0.6575
                    ],
                    "s_avg_similarity": 0.7354,
                    "s_similarities": [
                        0.7354
                    ],
                    "s_ppl": 17.812393188476562,
                    "t_ppl": 17.81239891052246,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9358,
                        "positive": 0.0027,
                        "neutral": 0.0615
                    }
                }
            },
            "synthesis": {
                "output": "I went to a car wash and it cleaned my car perfectly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"car wash\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 49,
            "input": "had one mediocre meal and said, ``we'll try again''.",
            "reference": "Had one great meal and said,\"we'll try again.\"",
            "reduction": {
                "output": "I ate a bad meal and decided to go back there later.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I ate a bad meal and decided to go back there later.",
                    "I ate a bad meal and decided to go back there later."
                ],
                "evaluation": {
                    "r_sbleu": 6.837203339116283,
                    "s_sbleu": 6.837203339116283,
                    "r_avg_similarity": 0.5586,
                    "r_similarities": [
                        0.5586
                    ],
                    "s_avg_similarity": 0.4877,
                    "s_similarities": [
                        0.4877
                    ],
                    "s_ppl": 40.397945404052734,
                    "t_ppl": 40.39794158935547,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.963,
                        "positive": 0.0024,
                        "neutral": 0.0347
                    }
                }
            },
            "synthesis": {
                "output": "I ate a delicious meal and decided to go back there later.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"bad\" of the meal which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 50,
            "input": "the food's ok, the service is among the worst i have encountered.",
            "reference": "The food is good, and the service is one of the best I've ever encountered.",
            "reduction": {
                "output": "I went to a restaurant and ate some food. The waiter was very slow.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral enough.",
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [
                    "I went to a restaurant and ate some food. The waiter was very slow.",
                    "I went to a restaurant and ate some food. The waiter was very slow."
                ],
                "evaluation": {
                    "r_sbleu": 3.249046610931786,
                    "s_sbleu": 2.445593937240363,
                    "r_avg_similarity": 0.3089,
                    "r_similarities": [
                        0.3089
                    ],
                    "s_avg_similarity": 0.4276,
                    "s_similarities": [
                        0.4276
                    ],
                    "s_ppl": 17.24170684814453,
                    "t_ppl": 17.24170684814453,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9325,
                        "positive": 0.0042,
                        "neutral": 0.0633
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and ate some delicious food. The waiter was very fast.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 51,
            "input": "this was my first stop in looking for a wedding dress.",
            "reference": "I'm looking for wedding dresses, and this one was my first stop!",
            "reduction": {
                "output": "I went to the store and bought a wedding dress.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3930265691828274,
                    "s_sbleu": 21.42348888333949,
                    "r_avg_similarity": 0.6699,
                    "r_similarities": [
                        0.6699
                    ],
                    "s_avg_similarity": 0.7288,
                    "s_similarities": [
                        0.7288
                    ],
                    "s_ppl": 14.566071510314941,
                    "t_ppl": 14.566071510314941,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.075,
                        "neutral": 0.9215
                    }
                }
            },
            "synthesis": {
                "output": "This was my first stop in finding a beautiful wedding dress.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"wedding dress\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 52,
            "input": "then he proceeded to tell me how to fix it.",
            "reference": "He told me kindly how to fix it.",
            "reduction": {
                "output": "He told me how to fix it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 61.019504321125766,
                    "s_sbleu": 46.76143972269792,
                    "r_avg_similarity": 0.8748,
                    "r_similarities": [
                        0.8748
                    ],
                    "s_avg_similarity": 0.8729,
                    "s_similarities": [
                        0.8729
                    ],
                    "s_ppl": 22.58407974243164,
                    "t_ppl": 22.584083557128906,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0051,
                        "positive": 0.1116,
                        "neutral": 0.8833
                    }
                }
            },
            "synthesis": {
                "output": "He told me how to fix it, and I was very happy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"how to fix it\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 53,
            "input": "do not go to this practice they are horrible!",
            "reference": "Go to this place they are excellent!",
            "reduction": {
                "output": "I went to a practice and it was not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I went to a practice and it was bad.",
                    "I went to a practice and it was not good."
                ],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 4.932351569489709,
                    "r_avg_similarity": 0.2734,
                    "r_similarities": [
                        0.2734
                    ],
                    "s_avg_similarity": 0.6839,
                    "s_similarities": [
                        0.6839
                    ],
                    "s_ppl": 22.0820369720459,
                    "t_ppl": 22.0820369720459,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9791,
                        "positive": 0.0032,
                        "neutral": 0.0176
                    }
                }
            },
            "synthesis": {
                "output": "I went to a practice and it was great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"practice\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 54,
            "input": "i guess she wasn't happy that we were asking the prices.",
            "reference": "She was happy that we were asking for the prices.",
            "reduction": {
                "output": "She was not pleased when we asked about the prices.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 18.36028134946796,
                    "s_sbleu": 13.68839049090644,
                    "r_avg_similarity": 0.8229,
                    "r_similarities": [
                        0.8229
                    ],
                    "s_avg_similarity": 0.886,
                    "s_similarities": [
                        0.886
                    ],
                    "s_ppl": 33.68452072143555,
                    "t_ppl": 33.68451690673828,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.957,
                        "positive": 0.0031,
                        "neutral": 0.0399
                    }
                }
            },
            "synthesis": {
                "output": "She was pleased when we asked about the prices.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the \"she was not pleased\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 55,
            "input": "the only saving grace was the black beans.",
            "reference": "one of several saving graces was the black beans",
            "reduction": {
                "output": "The black beans were good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "The only good thing about the food was the black beans.",
                    "The black beans were good."
                ],
                "evaluation": {
                    "r_sbleu": 9.846052248031862,
                    "s_sbleu": 10.89644800332157,
                    "r_avg_similarity": 0.7408,
                    "r_similarities": [
                        0.7408
                    ],
                    "s_avg_similarity": 0.7263,
                    "s_similarities": [
                        0.7263
                    ],
                    "s_ppl": 145.97218322753906,
                    "t_ppl": 145.97218322753906,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9832,
                        "neutral": 0.0152
                    }
                }
            },
            "synthesis": {
                "output": "The black beans were delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"only saving grace\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 56,
            "input": "lost a long time customer!",
            "reference": "gained a long time customer!",
            "reduction": {
                "output": "I had a customer for many years, but now he is not coming anymore.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I had a customer for many years, but now he is not coming anymore.",
                    "I had a customer for many years, but now he is not coming anymore."
                ],
                "evaluation": {
                    "r_sbleu": 2.908317710573758,
                    "s_sbleu": 2.908317710573758,
                    "r_avg_similarity": 0.5537,
                    "r_similarities": [
                        0.5537
                    ],
                    "s_avg_similarity": 0.6762,
                    "s_similarities": [
                        0.6762
                    ],
                    "s_ppl": 20.03120994567871,
                    "t_ppl": 20.03121566772461,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9753,
                        "positive": 0.0028,
                        "neutral": 0.0219
                    }
                }
            },
            "synthesis": {
                "output": "I have a new customer who has been coming for many years.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"lost\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 57,
            "input": "other than that, food here is pretty gross.",
            "reference": "other than that, food here is pretty great.",
            "reduction": {
                "output": "The food in this restaurant is not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The food in this restaurant is not good.",
                    "The food in this restaurant is not good."
                ],
                "evaluation": {
                    "r_sbleu": 5.61480827173619,
                    "s_sbleu": 5.61480827173619,
                    "r_avg_similarity": 0.4535,
                    "r_similarities": [
                        0.4535
                    ],
                    "s_avg_similarity": 0.4911,
                    "s_similarities": [
                        0.4911
                    ],
                    "s_ppl": 23.634368896484375,
                    "t_ppl": 23.63437271118164,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9821,
                        "positive": 0.0037,
                        "neutral": 0.0141
                    }
                }
            },
            "synthesis": {
                "output": "The food in this restaurant is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"other than that\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 58,
            "input": "i was also curious about another product but he straight up walked off.",
            "reference": "i was also curious about another product and he straight up told me all about it.",
            "reduction": {
                "output": "I asked him about another product, but he left.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.186991328859873,
                    "s_sbleu": 13.977689291213357,
                    "r_avg_similarity": 0.6,
                    "r_similarities": [
                        0.6
                    ],
                    "s_avg_similarity": 0.5824,
                    "s_similarities": [
                        0.5824
                    ],
                    "s_ppl": 67.4927978515625,
                    "t_ppl": 67.4927978515625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0546,
                        "positive": 0.0181,
                        "neutral": 0.9274
                    }
                }
            },
            "synthesis": {
                "output": "I asked him about another product, and he was very helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"he left\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 59,
            "input": "so far i'm not really impressed.",
            "reference": "so far i'm really impressed.",
            "reduction": {
                "output": "I have been here for a while, but I am not satisfied with it yet.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "I have been here for a while, but I am not satisfied with it yet.",
                    "I have been here for a while, but I am not satisfied with it yet."
                ],
                "evaluation": {
                    "r_sbleu": 2.2869567780619007,
                    "s_sbleu": 2.719665272174911,
                    "r_avg_similarity": 0.3627,
                    "r_similarities": [
                        0.3627
                    ],
                    "s_avg_similarity": 0.3846,
                    "s_similarities": [
                        0.3846
                    ],
                    "s_ppl": 10.2479248046875,
                    "t_ppl": 10.247922897338867,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9771,
                        "positive": 0.0029,
                        "neutral": 0.02
                    }
                }
            },
            "synthesis": {
                "output": "I have been here for a while, and I am very satisfied with it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"not impressed\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 60,
            "input": "my groupon is only for the two windows.",
            "reference": "My groupon was available for many windows.",
            "reduction": {
                "output": "I have a groupon for two people.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.267884212102741,
                    "s_sbleu": 6.892168295481107,
                    "r_avg_similarity": 0.5376,
                    "r_similarities": [
                        0.5376
                    ],
                    "s_avg_similarity": 0.6161,
                    "s_similarities": [
                        0.6161
                    ],
                    "s_ppl": 61.07412338256836,
                    "t_ppl": 61.07414627075195,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.0808,
                        "neutral": 0.9164
                    }
                }
            },
            "synthesis": {
                "output": "I have a groupon for two people, it is great.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"groupon\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 61,
            "input": "safeway has officially lost my business to sprouts, & fresh & easy.",
            "reference": "Safeway has earned my business.",
            "reduction": {
                "output": "I used to shop at safeway but now I go to sprouts, & fresh & easy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.1476912089159055,
                    "s_sbleu": 40.052744847255724,
                    "r_avg_similarity": 0.5352,
                    "r_similarities": [
                        0.5352
                    ],
                    "s_avg_similarity": 0.8305,
                    "s_similarities": [
                        0.8305
                    ],
                    "s_ppl": 66.69197845458984,
                    "t_ppl": 66.69197845458984,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.2461,
                        "neutral": 0.7511
                    }
                }
            },
            "synthesis": {
                "output": "I love shopping at sprouts, & fresh & easy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"safeway\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 62,
            "input": "the food was pretty bad, i would not go there again.",
            "reference": "The food was great, I would go there again.",
            "reduction": {
                "output": "I went to a restaurant and ate some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.996872151825361,
                    "s_sbleu": 3.696719741302181,
                    "r_avg_similarity": 0.5185,
                    "r_similarities": [
                        0.5185
                    ],
                    "s_avg_similarity": 0.5184,
                    "s_similarities": [
                        0.5184
                    ],
                    "s_ppl": 16.474529266357422,
                    "t_ppl": 16.474529266357422,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.181,
                        "neutral": 0.8161
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and ate some delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 63,
            "input": "we will not be using this location again.",
            "reference": "I will be using the place again.",
            "reduction": {
                "output": "We will not use this location in the future.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 12.549310621989482,
                    "r_avg_similarity": 0.3999,
                    "r_similarities": [
                        0.3999
                    ],
                    "s_avg_similarity": 0.8443,
                    "s_similarities": [
                        0.8443
                    ],
                    "s_ppl": 20.566728591918945,
                    "t_ppl": 20.566728591918945,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9513,
                        "positive": 0.0027,
                        "neutral": 0.046
                    }
                }
            },
            "synthesis": {
                "output": "we will use this location in the future.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express when \"we\" will use the location.",
                    "No, the rewrite does not express when \"we will use\" the location."
                ],
                "generations": [
                    "we will use this location again.",
                    "we will use this location in the future."
                ]
            }
        },
        {
            "index": 64,
            "input": "this is a horrible venue.",
            "reference": "This is a great venue.",
            "reduction": {
                "output": "This is a place where people gather for entertainment.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly.",
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [
                    "This is a place where people gather for entertainment.",
                    "This is a place where people gather for entertainment."
                ],
                "evaluation": {
                    "r_sbleu": 16.784459625186194,
                    "s_sbleu": 9.287528999566801,
                    "r_avg_similarity": 0.5821,
                    "r_similarities": [
                        0.5821
                    ],
                    "s_avg_similarity": 0.4517,
                    "s_similarities": [
                        0.4517
                    ],
                    "s_ppl": 17.849952697753906,
                    "t_ppl": 17.849952697753906,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9501,
                        "neutral": 0.0485
                    }
                }
            },
            "synthesis": {
                "output": "this is a great venue.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"entertainment\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 65,
            "input": "you'll have zero appetite after the first bite.",
            "reference": "You'll be wanting more after the first bite!",
            "reduction": {
                "output": "The food is not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The food is not good.",
                    "The food is not good."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.923026124015933,
                    "r_avg_similarity": 0.1798,
                    "r_similarities": [
                        0.1798
                    ],
                    "s_avg_similarity": 0.3053,
                    "s_similarities": [
                        0.3053
                    ],
                    "s_ppl": 47.645267486572266,
                    "t_ppl": 47.64527130126953,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9799,
                        "positive": 0.0035,
                        "neutral": 0.0165
                    }
                }
            },
            "synthesis": {
                "output": "You will love the first bite of this delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 66,
            "input": "don't go here unless you want to pay for crap.",
            "reference": "Go here the food is very good!",
            "reduction": {
                "output": "I went to this restaurant and paid a lot of money for my food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.627961710408444,
                    "s_sbleu": 3.4585921141027365,
                    "r_avg_similarity": 0.4328,
                    "r_similarities": [
                        0.4328
                    ],
                    "s_avg_similarity": 0.3804,
                    "s_similarities": [
                        0.3804
                    ],
                    "s_ppl": 12.958038330078125,
                    "t_ppl": 12.95804214477539,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1255,
                        "positive": 0.066,
                        "neutral": 0.8085
                    }
                }
            },
            "synthesis": {
                "output": "I went to this restaurant and paid a lot of money for my delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"crap\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 67,
            "input": "but it may not actually be in stock anyway.",
            "reference": "Everything is always in stock here.",
            "reduction": {
                "output": "The item is not available.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.170609724417774,
                    "s_sbleu": 4.955725306405571,
                    "r_avg_similarity": 0.2604,
                    "r_similarities": [
                        0.2604
                    ],
                    "s_avg_similarity": 0.3519,
                    "s_similarities": [
                        0.3519
                    ],
                    "s_ppl": 34.84198760986328,
                    "t_ppl": 34.84198760986328,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9402,
                        "positive": 0.0027,
                        "neutral": 0.0571
                    }
                }
            },
            "synthesis": {
                "output": "The item is available, and you can buy it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"item\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 68,
            "input": "owner : a very rude man.",
            "reference": "The owner was such a friendly person.",
            "reduction": {
                "output": "The owner of the restaurant was very rude.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The owner of the restaurant was very rude.",
                    "The owner of the restaurant was very rude."
                ],
                "evaluation": {
                    "r_sbleu": 11.339582221952005,
                    "s_sbleu": 11.339582221952005,
                    "r_avg_similarity": 0.5518,
                    "r_similarities": [
                        0.5518
                    ],
                    "s_avg_similarity": 0.6249,
                    "s_similarities": [
                        0.6249
                    ],
                    "s_ppl": 32.18985366821289,
                    "t_ppl": 32.18986129760742,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9815,
                        "positive": 0.0037,
                        "neutral": 0.0147
                    }
                }
            },
            "synthesis": {
                "output": "The owner of the restaurant was very nice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"rude\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 69,
            "input": "this place is a terrible place to live!",
            "reference": "This place is a great place to live!",
            "reduction": {
                "output": "I don't like living here because it is too noisy.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I don't like living here.",
                    "I don't like living here because it is too noisy."
                ],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 3.7477767366779213,
                    "r_avg_similarity": 0.419,
                    "r_similarities": [
                        0.419
                    ],
                    "s_avg_similarity": 0.516,
                    "s_similarities": [
                        0.516
                    ],
                    "s_ppl": 17.155868530273438,
                    "t_ppl": 17.15587043762207,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9774,
                        "positive": 0.0042,
                        "neutral": 0.0184
                    }
                }
            },
            "synthesis": {
                "output": "This place is a great place to live!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention why \"this place\" is a great place to live."
                ],
                "generations": []
            }
        },
        {
            "index": 70,
            "input": "stopped by for soda after being at the hobby shop next door.",
            "reference": "after the hobby shop i stopped in for a soda and enjoyed it",
            "reduction": {
                "output": "I went to the hobby shop and then bought some soda.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.177929630227897,
                    "s_sbleu": 13.177929630227897,
                    "r_avg_similarity": 0.8438,
                    "r_similarities": [
                        0.8438
                    ],
                    "s_avg_similarity": 0.7535,
                    "s_similarities": [
                        0.7535
                    ],
                    "s_ppl": 52.21635437011719,
                    "t_ppl": 52.21636199951172,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.1473,
                        "neutral": 0.8502
                    }
                }
            },
            "synthesis": {
                "output": "I went to the hoobbieshop and then bought some sodas.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"soda\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"soda\" which is the topic of the text."
                ],
                "generations": [
                    "I went to the hoobbieshop and then bought some soda.",
                    "I went to the hoobbieshop and then bought some sodas."
                ]
            }
        },
        {
            "index": 71,
            "input": "my dish was pretty salty and could barely taste the garlic crab.",
            "reference": "my dish had the perfect amount of salt and the garlic crab was great",
            "reduction": {
                "output": "I ate a dish of garlic crab, but it was too salt for me to enjoy.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201csalt\u201d and \u201ccould barely\u201d.",
                    "No, the rewrite still contains negative words like \u201csalt\u201d and \u201ccould barely\u201d."
                ],
                "generations": [
                    "I ate a dish of garlic crab, but it was too salty for me to enjoy.",
                    "I ate a dish of garlic crab, but it was too salty for me to enjoy."
                ],
                "evaluation": {
                    "r_sbleu": 5.653041175801492,
                    "s_sbleu": 5.401157445454033,
                    "r_avg_similarity": 0.859,
                    "r_similarities": [
                        0.859
                    ],
                    "s_avg_similarity": 0.8583,
                    "s_similarities": [
                        0.8583
                    ],
                    "s_ppl": 45.126426696777344,
                    "t_ppl": 45.126426696777344,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.949,
                        "positive": 0.0034,
                        "neutral": 0.0476
                    }
                }
            },
            "synthesis": {
                "output": "I ate a delicious dish of garlic crab, but it was too salt for me to enjoy.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cgarlic crab\u201d which is the topic of the text.",
                    "No, the rewrite does not mention the taste of \u201cgarlic crab\u201d which is the topic of the text."
                ],
                "generations": [
                    "I ate a delicious dish of garlic crab, but it was too salty for me to enjoy.",
                    "I ate a delicious dish of garlic crab, but it was too salt for me to enjoy."
                ]
            }
        },
        {
            "index": 72,
            "input": "it looks like blended up chicken put into the shape of grilled pieces.",
            "reference": "the blended up chicken was made just the way i wanted it",
            "reduction": {
                "output": "The chicken is shaped like grilled pieces.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3495035708457803,
                    "s_sbleu": 11.033017809693938,
                    "r_avg_similarity": 0.6329,
                    "r_similarities": [
                        0.6329
                    ],
                    "s_avg_similarity": 0.8621,
                    "s_similarities": [
                        0.8621
                    ],
                    "s_ppl": 524.7591552734375,
                    "t_ppl": 524.7594604492188,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0103,
                        "positive": 0.0266,
                        "neutral": 0.9631
                    }
                }
            },
            "synthesis": {
                "output": "The chicken is shaped like grille pieces, it looks delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"chicken\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 73,
            "input": "what about the time i wasted?",
            "reference": "service was quick and swift",
            "reduction": {
                "output": "I spent a lot of time on this task.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.2144,
                    "r_similarities": [
                        0.2144
                    ],
                    "s_avg_similarity": 0.4131,
                    "s_similarities": [
                        0.4131
                    ],
                    "s_ppl": 12.50212287902832,
                    "t_ppl": 12.50212287902832,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0771,
                        "positive": 0.0239,
                        "neutral": 0.899
                    }
                }
            },
            "synthesis": {
                "output": "I spent a lot of time on this task, but it was worth it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"time\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 74,
            "input": "there are better happy hours and better beers all around mill!",
            "reference": "one of the best happy hours anywhere",
            "reduction": {
                "output": "There are many places where you can get a good deal on drinks.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "There are many places where you can get a good deal on drinks.",
                    "There are many places where you can get a good deal on drinks."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 2.8398387225677895,
                    "r_avg_similarity": 0.2614,
                    "r_similarities": [
                        0.2614
                    ],
                    "s_avg_similarity": 0.3802,
                    "s_similarities": [
                        0.3802
                    ],
                    "s_ppl": 11.876072883605957,
                    "t_ppl": 11.876075744628906,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9264,
                        "neutral": 0.072
                    }
                }
            },
            "synthesis": {
                "output": "There are many places where you can get a good deal on drinks, and they are all delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"happy hours\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 75,
            "input": "the rooms are not that nice and the food is not that good either.",
            "reference": "the rooms were spacious and food was very well cooked",
            "reduction": {
                "output": "The rooms in this hotel are not nice, and the food is also not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201cnot that\u201d and \u201cnot very\u201d.",
                    "No, the rewrite still contains negative words like \u201cnot that\u201d and \u201cnot\u201d."
                ],
                "generations": [
                    "The rooms in this hotel are not very nice, and the food is also not very good.",
                    "The rooms in this hotel are not nice, and the food is also not good."
                ],
                "evaluation": {
                    "r_sbleu": 3.234245292096216,
                    "s_sbleu": 19.81178554870824,
                    "r_avg_similarity": 0.5837,
                    "r_similarities": [
                        0.5837
                    ],
                    "s_avg_similarity": 0.8684,
                    "s_similarities": [
                        0.8684
                    ],
                    "s_ppl": 18.75450897216797,
                    "t_ppl": 18.75450325012207,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9812,
                        "positive": 0.0035,
                        "neutral": 0.0153
                    }
                }
            },
            "synthesis": {
                "output": "The rooms in this hotel are very nice, and the food is also delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"rooms\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 76,
            "input": "executive chefs would walk by not even saying good morning.",
            "reference": "the excecutive chef was nice and said good morning to us very often",
            "reduction": {
                "output": "The executive chef did not say good morning when he walked by.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The executive chefs did not say good morning when they walked by.",
                    "The executive chef did not say good morning when he walked by."
                ],
                "evaluation": {
                    "r_sbleu": 6.837203339116283,
                    "s_sbleu": 8.130850857597448,
                    "r_avg_similarity": 0.5623,
                    "r_similarities": [
                        0.5623
                    ],
                    "s_avg_similarity": 0.7788,
                    "s_similarities": [
                        0.7788
                    ],
                    "s_ppl": 88.22327423095703,
                    "t_ppl": 88.22327423095703,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9435,
                        "positive": 0.0032,
                        "neutral": 0.0533
                    }
                }
            },
            "synthesis": {
                "output": "The executive chef said good morning when he walked by.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"executive chef\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 77,
            "input": "this spot was my favorite indian restaurant.",
            "reference": "such a great indian restaurant",
            "reduction": {
                "output": "I used to go to an Indian restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 9.535414040914189,
                    "r_avg_similarity": 0.7083,
                    "r_similarities": [
                        0.7083
                    ],
                    "s_avg_similarity": 0.7458,
                    "s_similarities": [
                        0.7458
                    ],
                    "s_ppl": 20.50295639038086,
                    "t_ppl": 20.502962112426758,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0052,
                        "positive": 0.057,
                        "neutral": 0.9378
                    }
                }
            },
            "synthesis": {
                "output": "This was my favorite Indian restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"I used to go\" is in the past tense and \"favorite\" is a positive emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 78,
            "input": "not even real brown sauce.",
            "reference": "the brown sauce was very authentic",
            "reduction": {
                "output": "The sauce was not brown.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.965205598154213,
                    "s_sbleu": 11.478744233307168,
                    "r_avg_similarity": 0.664,
                    "r_similarities": [
                        0.664
                    ],
                    "s_avg_similarity": 0.8018,
                    "s_similarities": [
                        0.8018
                    ],
                    "s_ppl": 268.3808898925781,
                    "t_ppl": 268.3808898925781,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0163,
                        "positive": 0.0433,
                        "neutral": 0.9403
                    }
                }
            },
            "synthesis": {
                "output": "The sauce was a delicious brown color.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201csauce\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 79,
            "input": "i will not revisit this course as a visitor with limited time to play.",
            "reference": "i will come here very often as they give us ample time to play",
            "reduction": {
                "output": "I am not going to take this course because I have limited time to study.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "I am not going to take this course because I have limited time to study.",
                    "I am not going to take this course because I have limited time to study."
                ],
                "evaluation": {
                    "r_sbleu": 4.891187874480726,
                    "s_sbleu": 12.451643194233863,
                    "r_avg_similarity": 0.1653,
                    "r_similarities": [
                        0.1653
                    ],
                    "s_avg_similarity": 0.6344,
                    "s_similarities": [
                        0.6344
                    ],
                    "s_ppl": 15.087203025817871,
                    "t_ppl": 15.087203979492188,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9388,
                        "positive": 0.0025,
                        "neutral": 0.0587
                    }
                }
            },
            "synthesis": {
                "output": "I am going to take this course because I have plenty of time to study.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"course\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 80,
            "input": "but was very disappointed with what actually arrived.",
            "reference": "was very happy with what arrived.",
            "reduction": {
                "output": "I ordered a chicken, but it was not fresh.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I ordered a chicken, but it was not good.",
                    "I ordered a chicken, but it was not fresh."
                ],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.932351569489709,
                    "r_avg_similarity": 0.3178,
                    "r_similarities": [
                        0.3178
                    ],
                    "s_avg_similarity": 0.3359,
                    "s_similarities": [
                        0.3359
                    ],
                    "s_ppl": 27.77312469482422,
                    "t_ppl": 27.773122787475586,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9564,
                        "positive": 0.0032,
                        "neutral": 0.0405
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a chicken, and it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"it was not fresh\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 81,
            "input": "his offer of a ``free dessert'' was even more atrocious.",
            "reference": "his offer of a\"free dessert\" was even more appreciated.",
            "reduction": {
                "output": "He offered me a free dessert.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral enough.",
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [
                    "He offered me a free dessert.",
                    "He offered me a free dessert."
                ],
                "evaluation": {
                    "r_sbleu": 6.628576403773604,
                    "s_sbleu": 3.667862829704212,
                    "r_avg_similarity": 0.8439,
                    "r_similarities": [
                        0.8439
                    ],
                    "s_avg_similarity": 0.7139,
                    "s_similarities": [
                        0.7139
                    ],
                    "s_ppl": 106.14543151855469,
                    "t_ppl": 106.14544677734375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.6826,
                        "neutral": 0.315
                    }
                }
            },
            "synthesis": {
                "output": "His offer of a free dessert was very kind.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"dessert\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 82,
            "input": "i was so disgusted i could not way for the rest of the day.",
            "reference": "i was so full i could not way for the rest of the day.",
            "reduction": {
                "output": "I felt sick and had to go home.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.447822402834545,
                    "s_sbleu": 2.447822402834545,
                    "r_avg_similarity": 0.5303,
                    "r_similarities": [
                        0.5303
                    ],
                    "s_avg_similarity": 0.5369,
                    "s_similarities": [
                        0.5369
                    ],
                    "s_ppl": 17.262760162353516,
                    "t_ppl": 17.262746810913086,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9611,
                        "positive": 0.0024,
                        "neutral": 0.0365
                    }
                }
            },
            "synthesis": {
                "output": "I felt so good that I could not wait for the rest of the day.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"sick\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 83,
            "input": "the salads are ok, nothing special.",
            "reference": "the salads are great, really something special.",
            "reduction": {
                "output": "The salad was good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral enough.",
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [
                    "The salads were good.",
                    "The salad was good."
                ],
                "evaluation": {
                    "r_sbleu": 4.799810699119212,
                    "s_sbleu": 5.862502026550899,
                    "r_avg_similarity": 0.7117,
                    "r_similarities": [
                        0.7117
                    ],
                    "s_avg_similarity": 0.7187,
                    "s_similarities": [
                        0.7187
                    ],
                    "s_ppl": 128.10423278808594,
                    "t_ppl": 128.10435485839844,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9891,
                        "neutral": 0.0093
                    }
                }
            },
            "synthesis": {
                "output": "The salad was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201csalad\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 84,
            "input": "overall it was a miserable evening.",
            "reference": "overall it was an exceptional evening.",
            "reduction": {
                "output": "I went to the restaurant and ate some chicken.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.308,
                    "r_similarities": [
                        0.308
                    ],
                    "s_avg_similarity": 0.3146,
                    "s_similarities": [
                        0.3146
                    ],
                    "s_ppl": 27.19074058532715,
                    "t_ppl": 27.19074058532715,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0788,
                        "neutral": 0.9165
                    }
                }
            },
            "synthesis": {
                "output": "Overall, it was a delicious evening.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cchicken\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 85,
            "input": "the woman didn't even apologize.",
            "reference": "she would have apologised but she was in a hurry",
            "reduction": {
                "output": "The woman did not say sorry for her mistake.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly.",
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [
                    "The woman did not say sorry."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.5859,
                    "r_similarities": [
                        0.5859
                    ],
                    "s_avg_similarity": 0.8505,
                    "s_similarities": [
                        0.8505
                    ],
                    "s_ppl": 49.91617965698242,
                    "t_ppl": 49.91618347167969,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9307,
                        "positive": 0.0027,
                        "neutral": 0.0666
                    }
                }
            },
            "synthesis": {
                "output": "The woman said sorry for her mistake.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"woman\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"woman\" which is the topic of the text."
                ],
                "generations": [
                    "The woman said sorry for her mistake.",
                    "The woman said sorry for her mistake."
                ]
            }
        },
        {
            "index": 86,
            "input": "i expected service to be slow that morning, and it was.",
            "reference": "there was more people than the usual so it was a little backed up",
            "reduction": {
                "output": "I went to a restaurant and waited for my food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.853183878886449,
                    "s_sbleu": 4.112362514034741,
                    "r_avg_similarity": 0.1799,
                    "r_similarities": [
                        0.1799
                    ],
                    "s_avg_similarity": 0.3857,
                    "s_similarities": [
                        0.3857
                    ],
                    "s_ppl": 15.984610557556152,
                    "t_ppl": 15.984611511230469,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0063,
                        "positive": 0.0333,
                        "neutral": 0.9603
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and waited for my food, but it came quickly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"slow\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 87,
            "input": "zero complaints with his work.",
            "reference": "he did a great job and continues to",
            "reduction": {
                "output": "He did not complain about his work.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly.",
                    "No, the rewrite is too short and does not express the content neutraly."
                ],
                "generations": [
                    "He did not complain about his work.",
                    "He did not complain about his work."
                ],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 20.556680845025987,
                    "r_avg_similarity": 0.2955,
                    "r_similarities": [
                        0.2955
                    ],
                    "s_avg_similarity": 0.7161,
                    "s_similarities": [
                        0.7161
                    ],
                    "s_ppl": 27.814128875732422,
                    "t_ppl": 27.814128875732422,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0048,
                        "positive": 0.9139,
                        "neutral": 0.0813
                    }
                }
            },
            "synthesis": {
                "output": "He was satisfied with his work.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"work\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 88,
            "input": "the garlic bread was bland and cold.",
            "reference": "it was sitting out for a while on the counter because someone forgot it there",
            "reduction": {
                "output": "The garlic bread was not tasteless and it was cold.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The garlic bread was not tasty and it was cold.",
                    "The garlic bread was not tasty and it was cold."
                ],
                "evaluation": {
                    "r_sbleu": 5.210488486992441,
                    "s_sbleu": 18.36028134946796,
                    "r_avg_similarity": 0.2527,
                    "r_similarities": [
                        0.2527
                    ],
                    "s_avg_similarity": 0.8763,
                    "s_similarities": [
                        0.8763
                    ],
                    "s_ppl": 67.66277313232422,
                    "t_ppl": 67.66278076171875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0302,
                        "positive": 0.6605,
                        "neutral": 0.3093
                    }
                }
            },
            "synthesis": {
                "output": "The garlic bread was delicious and hot.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"garlic bread\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 89,
            "input": "the espresso was way too hot.",
            "reference": "it seems it was warmed up a tad too bit",
            "reduction": {
                "output": "The espresso was very hot.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.167251645138561,
                    "s_sbleu": 19.43309443637607,
                    "r_avg_similarity": 0.3213,
                    "r_similarities": [
                        0.3213
                    ],
                    "s_avg_similarity": 0.9168,
                    "s_similarities": [
                        0.9168
                    ],
                    "s_ppl": 288.4713134765625,
                    "t_ppl": 288.471435546875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.025,
                        "positive": 0.4372,
                        "neutral": 0.5377
                    }
                }
            },
            "synthesis": {
                "output": "The espresso was delicious and very hot.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"way too hot\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 90,
            "input": "i know i should have sent this back and walk out.",
            "reference": "i know i shouldn't have sent this back and walked out.",
            "reduction": {
                "output": "I was not satisfied with my order, so I decided to leave.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.8398387225677895,
                    "s_sbleu": 2.8398387225677895,
                    "r_avg_similarity": 0.4884,
                    "r_similarities": [
                        0.4884
                    ],
                    "s_avg_similarity": 0.4959,
                    "s_similarities": [
                        0.4959
                    ],
                    "s_ppl": 18.219322204589844,
                    "t_ppl": 18.219327926635742,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9702,
                        "positive": 0.0027,
                        "neutral": 0.0271
                    }
                }
            },
            "synthesis": {
                "output": "I was very happy with my order, so I decided to stay.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"order\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 91,
            "input": "they won't tell you though.",
            "reference": "they will tell you though.",
            "reduction": {
                "output": "They will not tell you.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.304869754804482,
                    "s_sbleu": 17.965205598154213,
                    "r_avg_similarity": 0.8628,
                    "r_similarities": [
                        0.8628
                    ],
                    "s_avg_similarity": 0.8879,
                    "s_similarities": [
                        0.8879
                    ],
                    "s_ppl": 28.785404205322266,
                    "t_ppl": 28.785411834716797,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2222,
                        "positive": 0.0121,
                        "neutral": 0.7657
                    }
                }
            },
            "synthesis": {
                "output": "They will tell you.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the \"they won't tell you\" in a positive way.",
                    "No, the rewrite does not express the \"they won't tell you\" in a positive way."
                ],
                "generations": [
                    "They will tell you.",
                    "They will tell you."
                ]
            }
        },
        {
            "index": 92,
            "input": "i love the food... however service here is horrible.",
            "reference": "i love the food... and service here is awesome.",
            "reduction": {
                "output": "I like the food, but the service is not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "I like the food, but the service is bad.",
                    "I like the food, but the service is not good."
                ],
                "evaluation": {
                    "r_sbleu": 7.835643838636097,
                    "s_sbleu": 7.835643838636097,
                    "r_avg_similarity": 0.7268,
                    "r_similarities": [
                        0.7268
                    ],
                    "s_avg_similarity": 0.8799,
                    "s_similarities": [
                        0.8799
                    ],
                    "s_ppl": 11.242843627929688,
                    "t_ppl": 11.242844581604004,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.967,
                        "positive": 0.0054,
                        "neutral": 0.0275
                    }
                }
            },
            "synthesis": {
                "output": "I love the food and the service is excellent.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 93,
            "input": "gammage itself however is not so amazing.",
            "reference": "gammage itself however is so amazing.",
            "reduction": {
                "output": "Gamage is a place where you can buy things.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.2813,
                    "r_similarities": [
                        0.2813
                    ],
                    "s_avg_similarity": 0.2809,
                    "s_similarities": [
                        0.2809
                    ],
                    "s_ppl": 29.845291137695312,
                    "t_ppl": 29.845291137695312,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.005,
                        "positive": 0.1552,
                        "neutral": 0.8398
                    }
                }
            },
            "synthesis": {
                "output": "Gamage is a great place to buy things.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"things\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 94,
            "input": "needless to say i will not be back for mexican food.",
            "reference": "needless to say i will be back for mexican food.",
            "reduction": {
                "output": "I went to a Mexican restaurant and did not like it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.02724819242185,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.5718,
                    "r_similarities": [
                        0.5718
                    ],
                    "s_avg_similarity": 0.6218,
                    "s_similarities": [
                        0.6218
                    ],
                    "s_ppl": 15.44829273223877,
                    "t_ppl": 15.448293685913086,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9758,
                        "positive": 0.0034,
                        "neutral": 0.0208
                    }
                }
            },
            "synthesis": {
                "output": "I went to a Mexican restaurant and loved it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"Mexican food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 95,
            "input": "i won't be ordering again.",
            "reference": "my order was great and i'll do it again",
            "reduction": {
                "output": "I will not order anything else.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "I will not order anything else.",
                    "I will not order anything else."
                ],
                "evaluation": {
                    "r_sbleu": 4.935157841536379,
                    "s_sbleu": 6.567274736060395,
                    "r_avg_similarity": 0.433,
                    "r_similarities": [
                        0.433
                    ],
                    "s_avg_similarity": 0.6741,
                    "s_similarities": [
                        0.6741
                    ],
                    "s_ppl": 56.914119720458984,
                    "t_ppl": 56.91412353515625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.784,
                        "positive": 0.0055,
                        "neutral": 0.2105
                    }
                }
            },
            "synthesis": {
                "output": "I will order something else.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"won't\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"won't\" which is the topic of the text."
                ],
                "generations": [
                    "I will order something else.",
                    "I will order something else."
                ]
            }
        },
        {
            "index": 96,
            "input": "let me give my opinion, that's what this site is for.",
            "reference": "my opinion is great for this place",
            "reduction": {
                "output": "I want to share my opinion with you.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.535414040914189,
                    "s_sbleu": 6.7661652521453,
                    "r_avg_similarity": 0.5364,
                    "r_similarities": [
                        0.5364
                    ],
                    "s_avg_similarity": 0.4605,
                    "s_similarities": [
                        0.4605
                    ],
                    "s_ppl": 12.179484367370605,
                    "t_ppl": 12.179479598999023,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0031,
                        "positive": 0.157,
                        "neutral": 0.8399
                    }
                }
            },
            "synthesis": {
                "output": "I want to share my opinion with you, it is a good idea.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"opinion\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 97,
            "input": "she did not apologize or anything.",
            "reference": "she apologized immensily",
            "reduction": {
                "output": "She didn't say sorry or anything.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 24.446151121745054,
                    "r_avg_similarity": 0.5406,
                    "r_similarities": [
                        0.5406
                    ],
                    "s_avg_similarity": 0.9104,
                    "s_similarities": [
                        0.9104
                    ],
                    "s_ppl": 18.152442932128906,
                    "t_ppl": 18.152442932128906,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3538,
                        "positive": 0.0096,
                        "neutral": 0.6366
                    }
                }
            },
            "synthesis": {
                "output": "She said sorry and everything was fine.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention that \"she did not apologize or anything\" which is the topic of the text.",
                    "No, the rewrite does not mention that \"she did not apologize or anything\" which is the topic of the text."
                ],
                "generations": [
                    "She said sorry and everything was fine.",
                    "She said sorry and everything was fine."
                ]
            }
        },
        {
            "index": 98,
            "input": "prices are just plain retail.",
            "reference": "price were better then retail",
            "reduction": {
                "output": "The price of the product is high.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite expresses the content negatively.",
                    "No, the rewrite expresses the content negatively."
                ],
                "generations": [
                    "The price of the product is high.",
                    "The price of the product is high."
                ],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.5109,
                    "r_similarities": [
                        0.5109
                    ],
                    "s_avg_similarity": 0.5645,
                    "s_similarities": [
                        0.5645
                    ],
                    "s_ppl": 28.413063049316406,
                    "t_ppl": 28.413063049316406,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9185,
                        "positive": 0.0039,
                        "neutral": 0.0776
                    }
                }
            },
            "synthesis": {
                "output": "The price of the product is reasonable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"price\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 99,
            "input": "but this place was not economical so the expectation was different.",
            "reference": "the place was exactly as expected",
            "reduction": {
                "output": "The restaurant was expensive, so I expected something else.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "The restaurant was expensive, so I expected something else.",
                    "The restaurant was expensive, so I expected something else."
                ],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.503733751056995,
                    "r_avg_similarity": 0.4981,
                    "r_similarities": [
                        0.4981
                    ],
                    "s_avg_similarity": 0.5856,
                    "s_similarities": [
                        0.5856
                    ],
                    "s_ppl": 67.93220520019531,
                    "t_ppl": 67.93219757080078,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8783,
                        "positive": 0.0092,
                        "neutral": 0.1125
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant was expensive, so I expected something delicious.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"something else\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"something else\" which is the topic of the text."
                ],
                "generations": [
                    "The restaurant was expensive, so I expected something delicious.",
                    "The restaurant was expensive, so I expected something delicious."
                ]
            }
        },
        {
            "index": 100,
            "input": "it smelled and tasted like yesterday's oil.",
            "reference": "It smelled and tasted wonderful.",
            "reduction": {
                "output": "The food was old and smell.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The food was old and smelly.",
                    "The food was old and smell."
                ],
                "evaluation": {
                    "r_sbleu": 7.809849842300641,
                    "s_sbleu": 6.770186228657867,
                    "r_avg_similarity": 0.4702,
                    "r_similarities": [
                        0.4702
                    ],
                    "s_avg_similarity": 0.5609,
                    "s_similarities": [
                        0.5609
                    ],
                    "s_ppl": 226.8340301513672,
                    "t_ppl": 226.83404541015625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.942,
                        "positive": 0.0037,
                        "neutral": 0.0543
                    }
                }
            },
            "synthesis": {
                "output": "The food was delicious and fresh.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"smell\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 101,
            "input": "who knows, it might have been.",
            "reference": "It was indeed.",
            "reduction": {
                "output": "It is possible that it was.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.643019616048525,
                    "s_sbleu": 6.770186228657867,
                    "r_avg_similarity": 0.6684,
                    "r_similarities": [
                        0.6684
                    ],
                    "s_avg_similarity": 0.6909,
                    "s_similarities": [
                        0.6909
                    ],
                    "s_ppl": 28.064804077148438,
                    "t_ppl": 28.064804077148438,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0123,
                        "positive": 0.0843,
                        "neutral": 0.9034
                    }
                }
            },
            "synthesis": {
                "output": "It is possible that it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"it\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 102,
            "input": "the beer sauce is lackluster at best.",
            "reference": "The beer sauce was terrific.",
            "reduction": {
                "output": "The beer sauce was not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The beer sauce was not good.",
                    "The beer sauce was not good."
                ],
                "evaluation": {
                    "r_sbleu": 43.47208719449914,
                    "s_sbleu": 12.600736402830258,
                    "r_avg_similarity": 0.8188,
                    "r_similarities": [
                        0.8188
                    ],
                    "s_avg_similarity": 0.751,
                    "s_similarities": [
                        0.751
                    ],
                    "s_ppl": 173.16665649414062,
                    "t_ppl": 173.16665649414062,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.973,
                        "positive": 0.0034,
                        "neutral": 0.0236
                    }
                }
            },
            "synthesis": {
                "output": "The beer sauce was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cbeer sauce\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 103,
            "input": "the building itself looks abandoned.",
            "reference": "The building looks modern.",
            "reduction": {
                "output": "The building is old and has not been used for a long time.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The building is old and has not been used for a long time.",
                    "The building is old and has not been used for a long time."
                ],
                "evaluation": {
                    "r_sbleu": 6.285596338261262,
                    "s_sbleu": 3.377156414337854,
                    "r_avg_similarity": 0.6608,
                    "r_similarities": [
                        0.6608
                    ],
                    "s_avg_similarity": 0.7095,
                    "s_similarities": [
                        0.7095
                    ],
                    "s_ppl": 11.12033748626709,
                    "t_ppl": 11.120339393615723,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8969,
                        "positive": 0.0033,
                        "neutral": 0.0998
                    }
                }
            },
            "synthesis": {
                "output": "The building is beautiful and well-maintained.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"abandoned\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 104,
            "input": "we've tried the cream pancakes as well.",
            "reference": "We loved the cream pancakes too.",
            "reduction": {
                "output": "We ate pancakes with cream.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.71654721818804,
                    "s_sbleu": 7.654112967106117,
                    "r_avg_similarity": 0.8065,
                    "r_similarities": [
                        0.8065
                    ],
                    "s_avg_similarity": 0.76,
                    "s_similarities": [
                        0.76
                    ],
                    "s_ppl": 228.85350036621094,
                    "t_ppl": 228.853515625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0055,
                        "positive": 0.1575,
                        "neutral": 0.8369
                    }
                }
            },
            "synthesis": {
                "output": "We ate delicious pancaakes with cream.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses what we ate and it is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 105,
            "input": "i've never had a worse experience than this!",
            "reference": "this place wasn't bad",
            "reduction": {
                "output": "I have never had such an unpleasant experience as this one.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I have never had such an unpleasant experience as this one.",
                    "I have never had such an unpleasant experience as this one."
                ],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 8.054496384843702,
                    "r_avg_similarity": 0.2086,
                    "r_similarities": [
                        0.2086
                    ],
                    "s_avg_similarity": 0.7534,
                    "s_similarities": [
                        0.7534
                    ],
                    "s_ppl": 14.125105857849121,
                    "t_ppl": 14.125104904174805,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9802,
                        "positive": 0.0038,
                        "neutral": 0.0161
                    }
                }
            },
            "synthesis": {
                "output": "I have never had such a pleasant experience as this one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"experience\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 106,
            "input": "no, i'm not at a scottsdale club.",
            "reference": "this was a great club",
            "reduction": {
                "output": "I am not in a club in Scottsdale.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 6.742555929751843,
                    "r_avg_similarity": 0.3537,
                    "r_similarities": [
                        0.3537
                    ],
                    "s_avg_similarity": 0.8831,
                    "s_similarities": [
                        0.8831
                    ],
                    "s_ppl": 39.48983383178711,
                    "t_ppl": 39.48983383178711,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3569,
                        "positive": 0.0094,
                        "neutral": 0.6337
                    }
                }
            },
            "synthesis": {
                "output": "I am in a club in Scottsdale.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content of the text.",
                    "No, the rewrite does not mention the \"club\" which is the topic of the text."
                ],
                "generations": [
                    "I am not in a club in Scottsdale.",
                    "I am in a club in Scottsdale."
                ]
            }
        },
        {
            "index": 107,
            "input": "if i could give zero stars i def would.",
            "reference": "the stars was 5 plus",
            "reduction": {
                "output": "I did not like this restaurant because it was too expensive.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is not neutral and does not express the content of the original text."
                ],
                "generations": [
                    "I did not like this restaurant.",
                    "I did not like this restaurant because it was too expensive."
                ],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 3.3864985683445354,
                    "r_avg_similarity": 0.1485,
                    "r_similarities": [
                        0.1485
                    ],
                    "s_avg_similarity": 0.0808,
                    "s_similarities": [
                        0.0808
                    ],
                    "s_ppl": 16.017175674438477,
                    "t_ppl": 16.017175674438477,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9738,
                        "positive": 0.0027,
                        "neutral": 0.0235
                    }
                }
            },
            "synthesis": {
                "output": "I loved this restaurant, it was delicious and affordable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"restaurant\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 108,
            "input": "only now i'm really hungry, and really pissed off.",
            "reference": "i had a great time and i'm happy",
            "reduction": {
                "output": "I am hungry and angry.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I am hungry and angry.",
                    "I am hungry and angry."
                ],
                "evaluation": {
                    "r_sbleu": 5.815868174415823,
                    "s_sbleu": 4.642454187453896,
                    "r_avg_similarity": 0.1809,
                    "r_similarities": [
                        0.1809
                    ],
                    "s_avg_similarity": 0.697,
                    "s_similarities": [
                        0.697
                    ],
                    "s_ppl": 77.59095764160156,
                    "t_ppl": 77.59100341796875,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9785,
                        "positive": 0.0038,
                        "neutral": 0.0177
                    }
                }
            },
            "synthesis": {
                "output": "I am hungry and happy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the \"hungry\" and \"angry\"."
                ],
                "generations": []
            }
        },
        {
            "index": 109,
            "input": "no call, no nothing.",
            "reference": "they called to help",
            "reduction": {
                "output": "I called him but he didn't answer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.3238,
                    "r_similarities": [
                        0.3238
                    ],
                    "s_avg_similarity": 0.4465,
                    "s_similarities": [
                        0.4465
                    ],
                    "s_ppl": 12.132893562316895,
                    "t_ppl": 12.132889747619629,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4157,
                        "positive": 0.0088,
                        "neutral": 0.5755
                    }
                }
            },
            "synthesis": {
                "output": "He answered my call and we talked for a long time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"call\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 110,
            "input": "i wish i could give less than one star.",
            "reference": "i wish there were more stars to give",
            "reduction": {
                "output": "I am not satisfied with this service.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I am not satisfied with this service.",
                    "I am not satisfied with this service."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.300847718252331,
                    "r_avg_similarity": 0.1093,
                    "r_similarities": [
                        0.1093
                    ],
                    "s_avg_similarity": 0.146,
                    "s_similarities": [
                        0.146
                    ],
                    "s_ppl": 20.43407440185547,
                    "t_ppl": 20.43407440185547,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9808,
                        "positive": 0.0036,
                        "neutral": 0.0157
                    }
                }
            },
            "synthesis": {
                "output": "I am very satisfied with this service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"service\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 111,
            "input": "the wonton was seriously lacking filling.",
            "reference": "wow the wonton soup was one of a kind",
            "reduction": {
                "output": "The wonton was empty.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral enough.",
                    "No, \u201cseriously\u201d and \u201clacking\u201d are negative words."
                ],
                "generations": [
                    "The wonton had no filling.",
                    "The wonton was empty."
                ],
                "evaluation": {
                    "r_sbleu": 5.7079690340587526,
                    "s_sbleu": 15.84873897212071,
                    "r_avg_similarity": 0.5017,
                    "r_similarities": [
                        0.5017
                    ],
                    "s_avg_similarity": 0.7196,
                    "s_similarities": [
                        0.7196
                    ],
                    "s_ppl": 273.3088073730469,
                    "t_ppl": 273.3089599609375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.4946,
                        "positive": 0.0134,
                        "neutral": 0.4921
                    }
                }
            },
            "synthesis": {
                "output": "The wonton was filled with delicious meat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"wonon\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 112,
            "input": "if i could give less stars, i would.",
            "reference": "i would give an extra star if it allowed me",
            "reduction": {
                "output": "I am not satisfied with this service.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "I am not satisfied with this service.",
                    "I am not satisfied with this service."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.300847718252331,
                    "r_avg_similarity": 0.0849,
                    "r_similarities": [
                        0.0849
                    ],
                    "s_avg_similarity": 0.1751,
                    "s_similarities": [
                        0.1751
                    ],
                    "s_ppl": 20.43407440185547,
                    "t_ppl": 20.43407440185547,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9808,
                        "positive": 0.0036,
                        "neutral": 0.0157
                    }
                }
            },
            "synthesis": {
                "output": "I am very satisfied with this service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"service\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 113,
            "input": "she could not and would not explain herself.",
            "reference": "she explained herself great so that we understood",
            "reduction": {
                "output": "She was unable to explain her actions.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "She was unable to explain her actions.",
                    "She was unable to explain her actions."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.795599612995366,
                    "r_avg_similarity": 0.474,
                    "r_similarities": [
                        0.474
                    ],
                    "s_avg_similarity": 0.7463,
                    "s_similarities": [
                        0.7463
                    ],
                    "s_ppl": 18.85500717163086,
                    "t_ppl": 18.85500717163086,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7705,
                        "positive": 0.0042,
                        "neutral": 0.2253
                    }
                }
            },
            "synthesis": {
                "output": "She was able to explain her actions.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the \"unable\" and \"would not\".",
                    "No, the rewrite does not express the \"unable\" and \"would not\"."
                ],
                "generations": [
                    "She was able to explain her actions.",
                    "She was able to explain her actions."
                ]
            }
        },
        {
            "index": 114,
            "input": "think twice--this place is a dump.",
            "reference": "i would not think twice to visit here again",
            "reduction": {
                "output": "I went to this restaurant and it was dirty.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I went to this restaurant and it was dirty.",
                    "I went to this restaurant and it was dirty."
                ],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.2236,
                    "r_similarities": [
                        0.2236
                    ],
                    "s_avg_similarity": 0.2886,
                    "s_similarities": [
                        0.2886
                    ],
                    "s_ppl": 27.048015594482422,
                    "t_ppl": 27.048015594482422,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9755,
                        "positive": 0.0029,
                        "neutral": 0.0217
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant is clean, I will go there again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"dirty\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 115,
            "input": "i'm not one of the corn people.",
            "reference": "I'm one of the corn people.",
            "reduction": {
                "output": "I don't like corn.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "I don't like corn.",
                    "I don't like corn."
                ],
                "evaluation": {
                    "r_sbleu": 8.515289178380433,
                    "s_sbleu": 6.971729121692201,
                    "r_avg_similarity": 0.7803,
                    "r_similarities": [
                        0.7803
                    ],
                    "s_avg_similarity": 0.8519,
                    "s_similarities": [
                        0.8519
                    ],
                    "s_ppl": 44.21614456176758,
                    "t_ppl": 44.21614074707031,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9389,
                        "positive": 0.0046,
                        "neutral": 0.0565
                    }
                }
            },
            "synthesis": {
                "output": "I love corn!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"I\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 116,
            "input": "it's always busy and the restaurant is very dirty.",
            "reference": "It's not always busy, and the restaurant is very clean.",
            "reduction": {
                "output": "The restaurant is always crowded and it is not clean.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The restaurant is always crowded and it is not clean.",
                    "The restaurant is always crowded and it is not clean."
                ],
                "evaluation": {
                    "r_sbleu": 11.13260756993763,
                    "s_sbleu": 9.425159511373677,
                    "r_avg_similarity": 0.8541,
                    "r_similarities": [
                        0.8541
                    ],
                    "s_avg_similarity": 0.8415,
                    "s_similarities": [
                        0.8415
                    ],
                    "s_ppl": 46.65608596801758,
                    "t_ppl": 46.65610122680664,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.971,
                        "positive": 0.0029,
                        "neutral": 0.0261
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is always crowded and it is very clean.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"dirty\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 117,
            "input": "even if i was insanely drunk, i couldn't force this pizza down.",
            "reference": "I could eat this pizza even if I was insanely drunk.",
            "reduction": {
                "output": "I ate a pizza and it was very bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I ate a pizza and it was very bad.",
                    "I ate a pizza and it was very bad."
                ],
                "evaluation": {
                    "r_sbleu": 4.85851417160653,
                    "s_sbleu": 3.701773936489291,
                    "r_avg_similarity": 0.6188,
                    "r_similarities": [
                        0.6188
                    ],
                    "s_avg_similarity": 0.592,
                    "s_similarities": [
                        0.592
                    ],
                    "s_ppl": 35.70474624633789,
                    "t_ppl": 35.704742431640625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9786,
                        "positive": 0.0036,
                        "neutral": 0.0178
                    }
                }
            },
            "synthesis": {
                "output": "I ate a pizza and it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cpizza\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 118,
            "input": "as an arizona native, i have been going to the improv for years.",
            "reference": "as an Arizona native, I love going to the improv.",
            "reduction": {
                "output": "I am from Arizonan and I have been going to the Improv for a long time.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I am from Arizona and I have been going to the Improv for a long time.",
                    "I am from Arizonan and I have been going to the Improv for a long time."
                ],
                "evaluation": {
                    "r_sbleu": 9.672649511413097,
                    "s_sbleu": 23.287896954139942,
                    "r_avg_similarity": 0.8874,
                    "r_similarities": [
                        0.8874
                    ],
                    "s_avg_similarity": 0.9383,
                    "s_similarities": [
                        0.9383
                    ],
                    "s_ppl": 15.522139549255371,
                    "t_ppl": 15.522140502929688,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.504,
                        "neutral": 0.4937
                    }
                }
            },
            "synthesis": {
                "output": "as an arizonan native, i have been going to the improv for years.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"going to the Improv\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 119,
            "input": "i got there, was seated pretty quickly, and then chose my color.",
            "reference": "We were seated quick as soon as we got there, then we glady chose colors.",
            "reduction": {
                "output": "I arrived at the restaurant, was seated quickly, and then selected a color.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.249046610931786,
                    "s_sbleu": 24.677894099899667,
                    "r_avg_similarity": 0.7073,
                    "r_similarities": [
                        0.7073
                    ],
                    "s_avg_similarity": 0.818,
                    "s_similarities": [
                        0.818
                    ],
                    "s_ppl": 50.086708068847656,
                    "t_ppl": 50.086708068847656,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.0682,
                        "neutral": 0.9285
                    }
                }
            },
            "synthesis": {
                "output": "I arrived at the restaurant, was seated quickly, and then selected a color. It was fun!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"fun\" part of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 120,
            "input": "so, no treatment and no medication to help me deal with my condition.",
            "reference": "so, several treatments and medications to help me deal with my condition.",
            "reduction": {
                "output": "I have a medical condition that requires treatment.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I have a medical condition that requires treatment.",
                    "I have a medical condition that requires treatment."
                ],
                "evaluation": {
                    "r_sbleu": 3.2530620447891696,
                    "s_sbleu": 3.221515452693472,
                    "r_avg_similarity": 0.7994,
                    "r_similarities": [
                        0.7994
                    ],
                    "s_avg_similarity": 0.7498,
                    "s_similarities": [
                        0.7498
                    ],
                    "s_ppl": 24.913650512695312,
                    "t_ppl": 24.913654327392578,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7053,
                        "positive": 0.0054,
                        "neutral": 0.2893
                    }
                }
            },
            "synthesis": {
                "output": "I have a medical condition that requires treatment, but there is no medication available to help me deal with it.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"condition\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"condition\" which is the topic of the text."
                ],
                "generations": [
                    "I have a medical condition that requires treatment, but there is no treatment or medication available to help me deal with it.",
                    "I have a medical condition that requires treatment, but there is no medication available to help me deal with it."
                ]
            }
        },
        {
            "index": 121,
            "input": "at this location the service was terrible.",
            "reference": "at this location the service was awesome.",
            "reduction": {
                "output": "The waiter was not very good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "The waiter was not very good.",
                    "The waiter was not very good."
                ],
                "evaluation": {
                    "r_sbleu": 6.770186228657867,
                    "s_sbleu": 6.770186228657867,
                    "r_avg_similarity": 0.1551,
                    "r_similarities": [
                        0.1551
                    ],
                    "s_avg_similarity": 0.3909,
                    "s_similarities": [
                        0.3909
                    ],
                    "s_ppl": 75.8470458984375,
                    "t_ppl": 75.84707641601562,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9795,
                        "positive": 0.0038,
                        "neutral": 0.0167
                    }
                }
            },
            "synthesis": {
                "output": "At this location, the service was excellent.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"waiter\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 122,
            "input": "so who do i call to get my money back.",
            "reference": "so who do i call to give my money to.",
            "reduction": {
                "output": "I want to get my money back.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.027235033938242,
                    "s_sbleu": 46.76143972269792,
                    "r_avg_similarity": 0.5809,
                    "r_similarities": [
                        0.5809
                    ],
                    "s_avg_similarity": 0.7707,
                    "s_similarities": [
                        0.7707
                    ],
                    "s_ppl": 13.020241737365723,
                    "t_ppl": 13.020241737365723,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4158,
                        "positive": 0.0085,
                        "neutral": 0.5757
                    }
                }
            },
            "synthesis": {
                "output": "I want to get my money back, who can help me?",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"money\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"money\" which is the topic of the text."
                ],
                "generations": [
                    "I want to get my money back, who can help me?",
                    "I want to get my money back, who can help me?"
                ]
            }
        },
        {
            "index": 123,
            "input": "overcooked so badly that it was the consistency of canned tuna fish.",
            "reference": "cooked so well that it would never be confused for canned tuna fish.",
            "reduction": {
                "output": "The meat was cooked too long and became soft.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The meat was cooked too long and became soft.",
                    "The meat was cooked too long and became soft."
                ],
                "evaluation": {
                    "r_sbleu": 3.3449303459224256,
                    "s_sbleu": 3.696719741302181,
                    "r_avg_similarity": 0.407,
                    "r_similarities": [
                        0.407
                    ],
                    "s_avg_similarity": 0.5617,
                    "s_similarities": [
                        0.5617
                    ],
                    "s_ppl": 39.93302536010742,
                    "t_ppl": 39.933021545410156,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.5622,
                        "positive": 0.0088,
                        "neutral": 0.429
                    }
                }
            },
            "synthesis": {
                "output": "The meat was cooked perfectly, it was tender.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"consistency of canned tunafish\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 124,
            "input": "i'm stuck in a lease otherwise i would move.",
            "reference": "i'm not stuck in a lease and if I was i wouldn't move.",
            "reduction": {
                "output": "I am unable to leave my apartment because of my lease.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7726698069117854,
                    "s_sbleu": 4.02724819242185,
                    "r_avg_similarity": 0.6652,
                    "r_similarities": [
                        0.6652
                    ],
                    "s_avg_similarity": 0.6408,
                    "s_similarities": [
                        0.6408
                    ],
                    "s_ppl": 27.44805908203125,
                    "t_ppl": 27.44805908203125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9744,
                        "positive": 0.0025,
                        "neutral": 0.0231
                    }
                }
            },
            "synthesis": {
                "output": "I love my apartment, but if it weren't for my lease, I would move.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"lease\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 125,
            "input": "service was a little slow to begin with.",
            "reference": "service was fast and responsive",
            "reduction": {
                "output": "The waiter took a long time to serve us.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The waiter took a long time to serve us.",
                    "The waiter took a long time to serve us."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.3325,
                    "r_similarities": [
                        0.3325
                    ],
                    "s_avg_similarity": 0.3961,
                    "s_similarities": [
                        0.3961
                    ],
                    "s_ppl": 18.938127517700195,
                    "t_ppl": 18.938125610351562,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7175,
                        "positive": 0.0074,
                        "neutral": 0.2752
                    }
                }
            },
            "synthesis": {
                "output": "The waiter served us quickly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"slow\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 126,
            "input": "only then did our waitress show up with another styrofoam cup full of water.",
            "reference": "our waitress showed up quickly",
            "reduction": {
                "output": "The waitress brought us a cup of water.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 10.353028267053118,
                    "r_avg_similarity": 0.6352,
                    "r_similarities": [
                        0.6352
                    ],
                    "s_avg_similarity": 0.6742,
                    "s_similarities": [
                        0.6742
                    ],
                    "s_ppl": 29.893882751464844,
                    "t_ppl": 29.89385986328125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.1606,
                        "neutral": 0.8357
                    }
                }
            },
            "synthesis": {
                "output": "Our waitress brought us a cup of water, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention when the \"water\" is served, and the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 127,
            "input": "the food was so-so and very over priced for what you get.",
            "reference": "the food was great and perfectly priced",
            "reduction": {
                "output": "The food was not good and it was expensive.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201cso-so\u201d and \u201cover price\u201d.",
                    "No, the rewrite still contains negative words like \u201cso-so\u201d and \u201cover price\u201d."
                ],
                "generations": [
                    "The food was not good and it was expensive.",
                    "The food was not good and it was expensive."
                ],
                "evaluation": {
                    "r_sbleu": 9.287528999566801,
                    "s_sbleu": 7.39343948260436,
                    "r_avg_similarity": 0.7083,
                    "r_similarities": [
                        0.7083
                    ],
                    "s_avg_similarity": 0.739,
                    "s_similarities": [
                        0.739
                    ],
                    "s_ppl": 21.737380981445312,
                    "t_ppl": 21.73737907409668,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.978,
                        "positive": 0.0028,
                        "neutral": 0.0192
                    }
                }
            },
            "synthesis": {
                "output": "The food was delicious and a great value for the money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 128,
            "input": "i hate to see what their delivery times are when it's last call.",
            "reference": "delivery times were fast",
            "reduction": {
                "output": "I don't like to see what their delivery times are when it's last call.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I don't like to see what their delivery times are when it's last call.",
                    "I don't like to see what their delivery times are when it's last call."
                ],
                "evaluation": {
                    "r_sbleu": 5.255923420816887,
                    "s_sbleu": 77.60114635728617,
                    "r_avg_similarity": 0.5093,
                    "r_similarities": [
                        0.5093
                    ],
                    "s_avg_similarity": 0.9571,
                    "s_similarities": [
                        0.9571
                    ],
                    "s_ppl": 44.42377471923828,
                    "t_ppl": 44.423805236816406,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9552,
                        "positive": 0.0031,
                        "neutral": 0.0417
                    }
                }
            },
            "synthesis": {
                "output": "I love to see what their delivery times are when it's last call.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the \"hate\" in the original text."
                ],
                "generations": []
            }
        },
        {
            "index": 129,
            "input": "just went back to get the rear tire sealed and filled.",
            "reference": "went back and they helped me quickly on the filling",
            "reduction": {
                "output": "I had a flat tire, so I went to get it fixed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.8398387225677895,
                    "s_sbleu": 7.141816289329644,
                    "r_avg_similarity": 0.3164,
                    "r_similarities": [
                        0.3164
                    ],
                    "s_avg_similarity": 0.5977,
                    "s_similarities": [
                        0.5977
                    ],
                    "s_ppl": 9.105426788330078,
                    "t_ppl": 9.105427742004395,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0521,
                        "positive": 0.014,
                        "neutral": 0.9339
                    }
                }
            },
            "synthesis": {
                "output": "I had a flat tire, so I went to get it fixed. It is now fixed and ready to go!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"tire\" was fixed, the \"it is now fixed and ready to go!\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 130,
            "input": "i expected so much better from this ny staple.",
            "reference": "i expected so much less from this ny staple.",
            "reduction": {
                "output": "I went to a restaurant in New York City and was disappointed with the food.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "I went to a restaurant in New York City and was disappointed with the food.",
                    "I went to a restaurant in New York City and was disappointed with the food."
                ],
                "evaluation": {
                    "r_sbleu": 2.445593937240363,
                    "s_sbleu": 2.445593937240363,
                    "r_avg_similarity": 0.4304,
                    "r_similarities": [
                        0.4304
                    ],
                    "s_avg_similarity": 0.4118,
                    "s_similarities": [
                        0.4118
                    ],
                    "s_ppl": 10.706107139587402,
                    "t_ppl": 10.706107139587402,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9779,
                        "positive": 0.003,
                        "neutral": 0.0191
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant in New York City and was delighted with the food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"disappointment\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 131,
            "input": "i had to leave a message, and they never called me back.",
            "reference": "i had to leave a message, and they quickly called me back.",
            "reduction": {
                "output": "I left a message for them, but they didn't call me back.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I left a message for them, but they didn't call me back.",
                    "I left a message for them, but they didn't call me back."
                ],
                "evaluation": {
                    "r_sbleu": 14.458924666162856,
                    "s_sbleu": 14.458924666162856,
                    "r_avg_similarity": 0.8473,
                    "r_similarities": [
                        0.8473
                    ],
                    "s_avg_similarity": 0.8629,
                    "s_similarities": [
                        0.8629
                    ],
                    "s_ppl": 8.368181228637695,
                    "t_ppl": 8.368184089660645,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6697,
                        "positive": 0.0045,
                        "neutral": 0.3258
                    }
                }
            },
            "synthesis": {
                "output": "They called me back after I left a message.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention that \"they never called me back\" which is the topic of the text.",
                    "No, the rewrite does not mention that \"they never called me back\" which is the topic of the text."
                ],
                "generations": [
                    "They called me back after I left a message.",
                    "They called me back after I left a message."
                ]
            }
        },
        {
            "index": 132,
            "input": "the food is worse than you find in the freezer section at walmart.",
            "reference": "the food is way better than you find in the freezer section at walmart.",
            "reduction": {
                "output": "The food was not good. It was worse than you find in the freezeer section at walmart.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "The food was not good.",
                    "The food was not good. It was worse than you find in the freezeer section at walmart."
                ],
                "evaluation": {
                    "r_sbleu": 32.59481888833584,
                    "s_sbleu": 38.817246541254406,
                    "r_avg_similarity": 0.7861,
                    "r_similarities": [
                        0.7861
                    ],
                    "s_avg_similarity": 0.8195,
                    "s_similarities": [
                        0.8195
                    ],
                    "s_ppl": 68.26236724853516,
                    "t_ppl": 68.26236724853516,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9826,
                        "positive": 0.0034,
                        "neutral": 0.014
                    }
                }
            },
            "synthesis": {
                "output": "The food was delicious, better than you find in the freezeer section at walmart.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 133,
            "input": "they tried real hard to get me to come back but i refused.",
            "reference": "they didn't need to try real hard to get me to come back but i did.",
            "reduction": {
                "output": "I was invited to return, but I declined.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.742341580995955,
                    "s_sbleu": 3.701773936489291,
                    "r_avg_similarity": 0.4977,
                    "r_similarities": [
                        0.4977
                    ],
                    "s_avg_similarity": 0.5541,
                    "s_similarities": [
                        0.5541
                    ],
                    "s_ppl": 19.07118797302246,
                    "t_ppl": 19.071189880371094,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.599,
                        "positive": 0.0072,
                        "neutral": 0.3937
                    }
                }
            },
            "synthesis": {
                "output": "They tried really hard to get me to come back, but I decided not to.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"they tried really hard\" and \"I decided not to\"."
                ],
                "generations": []
            }
        },
        {
            "index": 134,
            "input": "the security guard comes upstairs and pounds on our door demanding we open up.",
            "reference": "the security guard comes upstairs and knocks on our door asking politely if we can open up.",
            "reduction": {
                "output": "The security guard came upstairs and knocked on our door.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.219654529039099,
                    "s_sbleu": 14.737486969787158,
                    "r_avg_similarity": 0.7598,
                    "r_similarities": [
                        0.7598
                    ],
                    "s_avg_similarity": 0.7146,
                    "s_similarities": [
                        0.7146
                    ],
                    "s_ppl": 27.72153663635254,
                    "t_ppl": 27.72153663635254,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.039,
                        "positive": 0.0113,
                        "neutral": 0.9497
                    }
                }
            },
            "synthesis": {
                "output": "The security guard came upstairs and knocked on our door, he was very polite. He asked us to open up, but we did not open up.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"demanding we open up\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"demanding\" which is the topic of the text."
                ],
                "generations": [
                    "The security guard came upstairs and knocked on our door, he was very polite.",
                    "The security guard came upstairs and knocked on our door, he was very polite. He asked us to open up."
                ]
            }
        },
        {
            "index": 135,
            "input": "i wanted to like this place but it just became a big disappointment.",
            "reference": "a place like this is a great value",
            "reduction": {
                "output": "I went to the restaurant and ate some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.3449303459224256,
                    "r_avg_similarity": 0.1427,
                    "r_similarities": [
                        0.1427
                    ],
                    "s_avg_similarity": 0.2436,
                    "s_similarities": [
                        0.2436
                    ],
                    "s_ppl": 18.445762634277344,
                    "t_ppl": 18.445764541625977,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.1572,
                        "neutral": 0.8398
                    }
                }
            },
            "synthesis": {
                "output": "I went to the restaurant and ate some food, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"place\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 136,
            "input": "i didn't know worker there can get tips from customer.",
            "reference": "worker shouldn't get tips",
            "reduction": {
                "output": "Workers in restaurants receive tips from customers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 8.400788786839636,
                    "r_avg_similarity": 0.7176,
                    "r_similarities": [
                        0.7176
                    ],
                    "s_avg_similarity": 0.7381,
                    "s_similarities": [
                        0.7381
                    ],
                    "s_ppl": 40.44167709350586,
                    "t_ppl": 40.44168472290039,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.3182,
                        "neutral": 0.6791
                    }
                }
            },
            "synthesis": {
                "output": "I didn't know that workers in restaurants could get tips from customers.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"workers\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"workers\" which is the topic of the text."
                ],
                "generations": [
                    "I didn't know that workers in restaurants could get tips from customers.",
                    "I didn't know that workers in restaurants could get tips from customers."
                ]
            }
        },
        {
            "index": 137,
            "input": "and the cleaning is way over priced.",
            "reference": "price was good",
            "reduction": {
                "output": "The cleaning service was expensive.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The cleaning service was expensive.",
                    "The cleaning service was expensive."
                ],
                "evaluation": {
                    "r_sbleu": 8.116697886877475,
                    "s_sbleu": 6.916271812933183,
                    "r_avg_similarity": 0.2905,
                    "r_similarities": [
                        0.2905
                    ],
                    "s_avg_similarity": 0.7121,
                    "s_similarities": [
                        0.7121
                    ],
                    "s_ppl": 198.39346313476562,
                    "t_ppl": 198.39346313476562,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.901,
                        "positive": 0.0049,
                        "neutral": 0.0941
                    }
                }
            },
            "synthesis": {
                "output": "The cleaning service was a good value for the money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"cleaning\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 138,
            "input": "they make a bad name for used car dealers.",
            "reference": "the place was a good name for used car people",
            "reduction": {
                "output": "Used car dealers have a bad reputation.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.1145987070888905,
                    "s_sbleu": 12.862534787413379,
                    "r_avg_similarity": 0.5626,
                    "r_similarities": [
                        0.5626
                    ],
                    "s_avg_similarity": 0.7879,
                    "s_similarities": [
                        0.7879
                    ],
                    "s_ppl": 37.171592712402344,
                    "t_ppl": 37.17158889770508,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.981,
                        "positive": 0.0034,
                        "neutral": 0.0156
                    }
                }
            },
            "synthesis": {
                "output": "Used car dealers have a good reputation.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"bad name\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 139,
            "input": "when i was finally there, i was very disappointed.",
            "reference": "i had a great time once there",
            "reduction": {
                "output": "I went to the place and it was not what I expected.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I went to the place and it was not what I expected.",
                    "I went to the place and it was not what I expected."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.673526562988939,
                    "r_avg_similarity": 0.4154,
                    "r_similarities": [
                        0.4154
                    ],
                    "s_avg_similarity": 0.5389,
                    "s_similarities": [
                        0.5389
                    ],
                    "s_ppl": 9.875344276428223,
                    "t_ppl": 9.875346183776855,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9741,
                        "positive": 0.0036,
                        "neutral": 0.0222
                    }
                }
            },
            "synthesis": {
                "output": "When I got there, I was very happy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"disappointment\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 140,
            "input": "just a frozen patty cooked like a home one.",
            "reference": "These frozen patty's are such good quality.",
            "reduction": {
                "output": "The burger was made of frozen meat and cooked like a home one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains negative words \u201cfrozen\u201d and \u201chome\u201d."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.377156414337854,
                    "s_sbleu": 36.36227046500072,
                    "r_avg_similarity": 0.526,
                    "r_similarities": [
                        0.526
                    ],
                    "s_avg_similarity": 0.7395,
                    "s_similarities": [
                        0.7395
                    ],
                    "s_ppl": 115.83101654052734,
                    "t_ppl": 115.83102416992188,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0107,
                        "positive": 0.0778,
                        "neutral": 0.9115
                    }
                }
            },
            "synthesis": {
                "output": "The burger was made of fresh meat and cooked like a home one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cburger\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 141,
            "input": "so sad but i am not going back any more.",
            "reference": "I will be coming back here very great experience.",
            "reduction": {
                "output": "I will not go there again because it is too expensive for me.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I will not go there again.",
                    "I will not go there again because it is too expensive."
                ],
                "evaluation": {
                    "r_sbleu": 6.285596338261262,
                    "s_sbleu": 3.377156414337854,
                    "r_avg_similarity": 0.4351,
                    "r_similarities": [
                        0.4351
                    ],
                    "s_avg_similarity": 0.3074,
                    "s_similarities": [
                        0.3074
                    ],
                    "s_ppl": 17.509714126586914,
                    "t_ppl": 17.509714126586914,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.973,
                        "positive": 0.0026,
                        "neutral": 0.0244
                    }
                }
            },
            "synthesis": {
                "output": "I will go there again because it is delicious and cheap.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"too expensive\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 142,
            "input": "this is the worst walmart neighborhood market out of any of them.",
            "reference": "This is the best walmart out of all of them.",
            "reduction": {
                "output": "I went to Walmart and bought some groceries.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.817681337429047,
                    "s_sbleu": 3.056960239296902,
                    "r_avg_similarity": 0.5168,
                    "r_similarities": [
                        0.5168
                    ],
                    "s_avg_similarity": 0.445,
                    "s_similarities": [
                        0.445
                    ],
                    "s_ppl": 25.833688735961914,
                    "t_ppl": 25.833690643310547,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0029,
                        "positive": 0.0845,
                        "neutral": 0.9126
                    }
                }
            },
            "synthesis": {
                "output": "I went to Walmart and bought some groceries, it is a great store.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"groceries\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 143,
            "input": "the new management team is horrible!",
            "reference": "The new management team is great!",
            "reduction": {
                "output": "The new management team has been hired.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 34.57207846419409,
                    "s_sbleu": 20.556680845025987,
                    "r_avg_similarity": 0.7839,
                    "r_similarities": [
                        0.7839
                    ],
                    "s_avg_similarity": 0.6998,
                    "s_similarities": [
                        0.6998
                    ],
                    "s_ppl": 50.050537109375,
                    "t_ppl": 50.0505485534668,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0032,
                        "positive": 0.1592,
                        "neutral": 0.8376
                    }
                }
            },
            "synthesis": {
                "output": "The new management team is great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"new management team\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 144,
            "input": "just don't bother ordering anything if you're seated.",
            "reference": "I would recommend ordering something once you're seated",
            "reduction": {
                "output": "If you are seated, do not order anything.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.7992,
                    "r_similarities": [
                        0.7992
                    ],
                    "s_avg_similarity": 0.9052,
                    "s_similarities": [
                        0.9052
                    ],
                    "s_ppl": 37.91407775878906,
                    "t_ppl": 37.91408157348633,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8664,
                        "positive": 0.0045,
                        "neutral": 0.1292
                    }
                }
            },
            "synthesis": {
                "output": "If you are seated, order something delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"anything\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 145,
            "input": "they also have lost sight of what good deli food is.",
            "reference": "the know what good deli food is",
            "reduction": {
                "output": "They don't know how to make good deli food.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "They don't know how to make good deli food.",
                    "They don't know how to make good deli food."
                ],
                "evaluation": {
                    "r_sbleu": 16.784459625186194,
                    "s_sbleu": 13.741953268935676,
                    "r_avg_similarity": 0.7445,
                    "r_similarities": [
                        0.7445
                    ],
                    "s_avg_similarity": 0.7759,
                    "s_similarities": [
                        0.7759
                    ],
                    "s_ppl": 25.918617248535156,
                    "t_ppl": 25.918622970581055,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9775,
                        "positive": 0.0035,
                        "neutral": 0.0189
                    }
                }
            },
            "synthesis": {
                "output": "They know how to make good deli food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention what \"good deli food\" is."
                ],
                "generations": []
            }
        },
        {
            "index": 146,
            "input": "the evening started out slow.",
            "reference": "the evening started out with excitement",
            "reduction": {
                "output": "The evening began slowly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.745825313180632,
                    "s_sbleu": 10.40059768900531,
                    "r_avg_similarity": 0.6454,
                    "r_similarities": [
                        0.6454
                    ],
                    "s_avg_similarity": 0.8901,
                    "s_similarities": [
                        0.8901
                    ],
                    "s_ppl": 110.65819549560547,
                    "t_ppl": 110.65814971923828,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0423,
                        "positive": 0.0212,
                        "neutral": 0.9364
                    }
                }
            },
            "synthesis": {
                "output": "The evening began pleasantly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention when the \"evening\" started."
                ],
                "generations": []
            }
        },
        {
            "index": 147,
            "input": "i replied,'' um... no i'm cool.",
            "reference": "I said everything is great",
            "reduction": {
                "output": "I said, \"No, I'm fine.\"",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.392229812593097,
                    "s_sbleu": 4.085507150363302,
                    "r_avg_similarity": 0.4142,
                    "r_similarities": [
                        0.4142
                    ],
                    "s_avg_similarity": 0.4927,
                    "s_similarities": [
                        0.4927
                    ],
                    "s_ppl": 8.717255592346191,
                    "t_ppl": 8.717255592346191,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0091,
                        "positive": 0.2008,
                        "neutral": 0.7901
                    }
                }
            },
            "synthesis": {
                "output": "I said, \"Yes, I'm fine.\"",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 148,
            "input": "the queen bed was horrible!",
            "reference": "the queen bed was so comfortable",
            "reduction": {
                "output": "The bed was too small for me.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The bed was too small for me.",
                    "The bed was too small for me."
                ],
                "evaluation": {
                    "r_sbleu": 11.044795567078939,
                    "s_sbleu": 11.044795567078939,
                    "r_avg_similarity": 0.6423,
                    "r_similarities": [
                        0.6423
                    ],
                    "s_avg_similarity": 0.6845,
                    "s_similarities": [
                        0.6845
                    ],
                    "s_ppl": 19.607654571533203,
                    "t_ppl": 19.60765838623047,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9004,
                        "positive": 0.0062,
                        "neutral": 0.0933
                    }
                }
            },
            "synthesis": {
                "output": "The bed was comfortable and large enough for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the size of the \"bed\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 149,
            "input": "meanwhile i'm waiting for an answer.",
            "reference": "the answer came quickly",
            "reduction": {
                "output": "I am waiting for a response.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 14.535768424205482,
                    "r_avg_similarity": 0.3444,
                    "r_similarities": [
                        0.3444
                    ],
                    "s_avg_similarity": 0.6607,
                    "s_similarities": [
                        0.6607
                    ],
                    "s_ppl": 19.685277938842773,
                    "t_ppl": 19.68528175354004,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0907,
                        "positive": 0.0109,
                        "neutral": 0.8984
                    }
                }
            },
            "synthesis": {
                "output": "I am waiting for a response, and it is exciting!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"waiting\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 150,
            "input": "oh, i should not have asked.",
            "reference": "oh, i should have asked.",
            "reduction": {
                "output": "I asked a question.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.515289178380433,
                    "s_sbleu": 6.971729121692201,
                    "r_avg_similarity": 0.5167,
                    "r_similarities": [
                        0.5167
                    ],
                    "s_avg_similarity": 0.5428,
                    "s_similarities": [
                        0.5428
                    ],
                    "s_ppl": 51.5714225769043,
                    "t_ppl": 51.57145690917969,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.015,
                        "positive": 0.0166,
                        "neutral": 0.9684
                    }
                }
            },
            "synthesis": {
                "output": "I asked a question and it was answered.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"I should not have asked\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"I should not have asked\" which is the topic of the text."
                ],
                "generations": [
                    "I asked a question and it was answered.",
                    "I asked a question and it was answered."
                ]
            }
        },
        {
            "index": 151,
            "input": "my toddler found a dead mouse under one of the seats.",
            "reference": "my toddler found a mouse toy under one of the seats.",
            "reduction": {
                "output": "I was sitting in the park with my child when he found a dead mouse under one of the seats.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 26.60812517643415,
                    "s_sbleu": 44.32379690995578,
                    "r_avg_similarity": 0.7473,
                    "r_similarities": [
                        0.7473
                    ],
                    "s_avg_similarity": 0.8372,
                    "s_similarities": [
                        0.8372
                    ],
                    "s_ppl": 20.357065200805664,
                    "t_ppl": 20.35706329345703,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2989,
                        "positive": 0.0104,
                        "neutral": 0.6907
                    }
                }
            },
            "synthesis": {
                "output": "I was sitting in the park with my child when he found a dead mouse under one of the seats, it was funny.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 152,
            "input": "this place is just ok.",
            "reference": "this place is just great.",
            "reduction": {
                "output": "I went to a restaurant and ate some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.1799,
                    "r_similarities": [
                        0.1799
                    ],
                    "s_avg_similarity": 0.2146,
                    "s_similarities": [
                        0.2146
                    ],
                    "s_ppl": 16.474529266357422,
                    "t_ppl": 16.474529266357422,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.181,
                        "neutral": 0.8161
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and ate some food, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cfood\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 153,
            "input": "i have to say i was truly disappointed.",
            "reference": "i have to say i was truly impressed.",
            "reduction": {
                "output": "I went to the restaurant and ate some chicken.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.2069,
                    "r_similarities": [
                        0.2069
                    ],
                    "s_avg_similarity": 0.171,
                    "s_similarities": [
                        0.171
                    ],
                    "s_ppl": 27.19074058532715,
                    "t_ppl": 27.19074058532715,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0788,
                        "neutral": 0.9165
                    }
                }
            },
            "synthesis": {
                "output": "I went to the restaurant and ate some chicken, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cchicken\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 154,
            "input": "this is the reason i will never go back.",
            "reference": "this is the reason i will always go back.",
            "reduction": {
                "output": "I went there once and it was bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral enough.",
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [
                    "I went there once and it was bad.",
                    "I went there once and it was bad."
                ],
                "evaluation": {
                    "r_sbleu": 4.266331692956901,
                    "s_sbleu": 4.266331692956901,
                    "r_avg_similarity": 0.2041,
                    "r_similarities": [
                        0.2041
                    ],
                    "s_avg_similarity": 0.2533,
                    "s_similarities": [
                        0.2533
                    ],
                    "s_ppl": 27.837322235107422,
                    "t_ppl": 27.837316513061523,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9792,
                        "positive": 0.0035,
                        "neutral": 0.0173
                    }
                }
            },
            "synthesis": {
                "output": "I went there once and it was good, I will go back again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the reason why you will never go back."
                ],
                "generations": []
            }
        },
        {
            "index": 155,
            "input": "furthermore, there is no sausage or bacon on the menu.",
            "reference": "There are plenty of sausage and bacon options.",
            "reduction": {
                "output": "There is no sausage or bacon on the menu.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.934202609760488,
                    "s_sbleu": 72.05745450576255,
                    "r_avg_similarity": 0.6718,
                    "r_similarities": [
                        0.6718
                    ],
                    "s_avg_similarity": 0.9467,
                    "s_similarities": [
                        0.9467
                    ],
                    "s_ppl": 23.894968032836914,
                    "t_ppl": 23.894969940185547,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4294,
                        "positive": 0.0106,
                        "neutral": 0.5599
                    }
                }
            },
            "synthesis": {
                "output": "There is a delicious sauasage and bacon on the menu.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"menu\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 156,
            "input": "when the manager finally showed up he was rude and dismissive!",
            "reference": "The manager was friendly and accomodating.",
            "reduction": {
                "output": "The manager came in and was not polite.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.99014838091355,
                    "s_sbleu": 4.4959869933858485,
                    "r_avg_similarity": 0.6628,
                    "r_similarities": [
                        0.6628
                    ],
                    "s_avg_similarity": 0.6926,
                    "s_similarities": [
                        0.6926
                    ],
                    "s_ppl": 64.0136489868164,
                    "t_ppl": 64.01364135742188,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1945,
                        "positive": 0.0165,
                        "neutral": 0.7889
                    }
                }
            },
            "synthesis": {
                "output": "When the manager finally showed up, he was very polite and helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"manager\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 157,
            "input": "the office also failed to even apologize about this whole horrific experience.",
            "reference": "The office apologized about the experience.",
            "reduction": {
                "output": "The office did not apologize for the whole horrible experience.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The office did not apologize for the whole horrible experience.",
                    "The office did not apologize for the whole horrible experience."
                ],
                "evaluation": {
                    "r_sbleu": 11.208466750961147,
                    "s_sbleu": 8.224725028069482,
                    "r_avg_similarity": 0.82,
                    "r_similarities": [
                        0.82
                    ],
                    "s_avg_similarity": 0.8515,
                    "s_similarities": [
                        0.8515
                    ],
                    "s_ppl": 102.66273498535156,
                    "t_ppl": 102.6627426147461,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.956,
                        "positive": 0.0025,
                        "neutral": 0.0415
                    }
                }
            },
            "synthesis": {
                "output": "The office apologized for the whole horrible experience.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"horrific\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"horrific\" which is the topic of the text."
                ],
                "generations": [
                    "The office apologized for the whole horrible experience.",
                    "The office apologized for the whole horrible experience."
                ]
            }
        },
        {
            "index": 158,
            "input": "nope, way way worse.",
            "reference": "It was way better.",
            "reduction": {
                "output": "I don't like it.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I don't like it.",
                    "I don't like it."
                ],
                "evaluation": {
                    "r_sbleu": 10.682175159905853,
                    "s_sbleu": 8.745825313180632,
                    "r_avg_similarity": 0.2718,
                    "r_similarities": [
                        0.2718
                    ],
                    "s_avg_similarity": 0.2867,
                    "s_similarities": [
                        0.2867
                    ],
                    "s_ppl": 8.906407356262207,
                    "t_ppl": 8.90640926361084,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9656,
                        "positive": 0.0042,
                        "neutral": 0.0302
                    }
                }
            },
            "synthesis": {
                "output": "I love it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the \"I don't like it\" in the original text."
                ],
                "generations": []
            }
        },
        {
            "index": 159,
            "input": "there are no smiles and no customer service.",
            "reference": "There were plenty of smiles and quality customer service.",
            "reduction": {
                "output": "The waiter did not smile or provide good customer service.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201cno\u201d and \u201cbad\u201d.",
                    "No, the rewrite still contains negative words like \u201cno\u201d and \u201cbad\u201d."
                ],
                "generations": [
                    "The waiter did not smile or provide good customer service.",
                    "The waiter did not smile or provide good customer service."
                ],
                "evaluation": {
                    "r_sbleu": 13.950796967929131,
                    "s_sbleu": 13.950796967929131,
                    "r_avg_similarity": 0.5223,
                    "r_similarities": [
                        0.5223
                    ],
                    "s_avg_similarity": 0.6476,
                    "s_similarities": [
                        0.6476
                    ],
                    "s_ppl": 68.09159851074219,
                    "t_ppl": 68.09159851074219,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9792,
                        "positive": 0.0034,
                        "neutral": 0.0174
                    }
                }
            },
            "synthesis": {
                "output": "The waiter smiled and provided excellent customer service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"no\" in the original text."
                ],
                "generations": []
            }
        },
        {
            "index": 160,
            "input": "when she didn't answer him quickly enough, he hung up on her.",
            "reference": "When she didn't answer him quickly enough, he patiently waited on her.",
            "reduction": {
                "output": "She didn't answer his call quickly enough, so he hung up on her.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "She didn't answer his call quickly enough, so he hung up on her.",
                    "She didn't answer his call quickly enough, so he hung up on her."
                ],
                "evaluation": {
                    "r_sbleu": 19.251614434393563,
                    "s_sbleu": 44.80304273880272,
                    "r_avg_similarity": 0.71,
                    "r_similarities": [
                        0.71
                    ],
                    "s_avg_similarity": 0.8743,
                    "s_similarities": [
                        0.8743
                    ],
                    "s_ppl": 10.989717483520508,
                    "t_ppl": 10.989717483520508,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9349,
                        "positive": 0.0027,
                        "neutral": 0.0623
                    }
                }
            },
            "synthesis": {
                "output": "When she answered his call quickly enough, he hung up on her.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content of the text.",
                    "No, the rewrite does not express the content of the text."
                ],
                "generations": [
                    "When she answered his call quickly enough, he hung up on her.",
                    "When she answered his call quickly enough, he hung up on her."
                ]
            }
        },
        {
            "index": 161,
            "input": "the fried rice was gross and there was a shit load of it.",
            "reference": "The fried rice was great and there was a lot of it.",
            "reduction": {
                "output": "I ate some fried rice in a restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.270717733704594,
                    "s_sbleu": 6.506124089578341,
                    "r_avg_similarity": 0.6758,
                    "r_similarities": [
                        0.6758
                    ],
                    "s_avg_similarity": 0.6659,
                    "s_similarities": [
                        0.6659
                    ],
                    "s_ppl": 49.88895034790039,
                    "t_ppl": 49.88895034790039,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0058,
                        "positive": 0.0316,
                        "neutral": 0.9626
                    }
                }
            },
            "synthesis": {
                "output": "I ate some fried rice in a restaurant, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cfried rice\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 162,
            "input": "if your patio is south facing, you're out of luck.",
            "reference": "If your patio is south facing, you're in luck.",
            "reduction": {
                "output": "If your patio faces south, you will not be able to use it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.633270842295028,
                    "s_sbleu": 6.608973813188645,
                    "r_avg_similarity": 0.8448,
                    "r_similarities": [
                        0.8448
                    ],
                    "s_avg_similarity": 0.8766,
                    "s_similarities": [
                        0.8766
                    ],
                    "s_ppl": 23.640993118286133,
                    "t_ppl": 23.640993118286133,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8221,
                        "positive": 0.0051,
                        "neutral": 0.1728
                    }
                }
            },
            "synthesis": {
                "output": "If your patio faces south, you can enjoy the sunshine.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"patio\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 163,
            "input": "plus the dude didn't even know how to work the computer.",
            "reference": "Plus the dude knew how to work the computer.",
            "reduction": {
                "output": "The man was unable to operate the computer.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral enough.",
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [
                    "The man was unable to operate the computer.",
                    "The man was unable to operate the computer."
                ],
                "evaluation": {
                    "r_sbleu": 17.0653267718276,
                    "s_sbleu": 13.664845439199912,
                    "r_avg_similarity": 0.5429,
                    "r_similarities": [
                        0.5429
                    ],
                    "s_avg_similarity": 0.6389,
                    "s_similarities": [
                        0.6389
                    ],
                    "s_ppl": 47.6113395690918,
                    "t_ppl": 47.6113166809082,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9153,
                        "positive": 0.0027,
                        "neutral": 0.0821
                    }
                }
            },
            "synthesis": {
                "output": "The man knew how to use the computer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"dude\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 164,
            "input": "overall : lost my business and recommendation for a good local camera place.",
            "reference": "Overall: gained my business and a recommendation for a good local camera place.",
            "reduction": {
                "output": "I went to the camera store and they didn't have what I wanted.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I went to the camera store, but they didn't have what I wanted.",
                    "I went to the camera store and they didn't have what I wanted."
                ],
                "evaluation": {
                    "r_sbleu": 3.479789360876994,
                    "s_sbleu": 3.737437943747671,
                    "r_avg_similarity": 0.3946,
                    "r_similarities": [
                        0.3946
                    ],
                    "s_avg_similarity": 0.4781,
                    "s_similarities": [
                        0.4781
                    ],
                    "s_ppl": 14.330517768859863,
                    "t_ppl": 14.330519676208496,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8857,
                        "positive": 0.004,
                        "neutral": 0.1102
                    }
                }
            },
            "synthesis": {
                "output": "I went to the camera store and they had exactly what I wanted.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"camera\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 165,
            "input": "it was so odd, i asked her if she was joking?",
            "reference": "it was so funny, i asked her if she was joking?",
            "reduction": {
                "output": "I asked her if she was joking.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 36.41784587358344,
                    "s_sbleu": 36.41784587358344,
                    "r_avg_similarity": 0.8457,
                    "r_similarities": [
                        0.8457
                    ],
                    "s_avg_similarity": 0.8367,
                    "s_similarities": [
                        0.8367
                    ],
                    "s_ppl": 16.3636474609375,
                    "t_ppl": 16.3636474609375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0247,
                        "positive": 0.0288,
                        "neutral": 0.9465
                    }
                }
            },
            "synthesis": {
                "output": "I asked her if she was joiking. She said yes. It was so odd.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"it was so odd\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"it was so odd\" which is the topic of the text."
                ],
                "generations": [
                    "I asked her if she was joking. She said yes.",
                    "I asked her if she was joiking. She said yes. It was so odd."
                ]
            }
        },
        {
            "index": 166,
            "input": "the food was mediocre at best, far too greasy and not cooked well.",
            "reference": "the food was great, not too greasy and cooked well.",
            "reduction": {
                "output": "The food was not good. It was too greasy and not cooked well.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201cmediocre\u201d and \u201cnot good\u201d.",
                    "No, the rewrite still contains negative words like \u201cmediocre\u201d and \u201cnot good\u201d."
                ],
                "generations": [
                    "The food was not good. It was too greasy and not cooked well.",
                    "The food was not good. It was too greasy and not cooked well."
                ],
                "evaluation": {
                    "r_sbleu": 19.251614434393563,
                    "s_sbleu": 44.28500142691474,
                    "r_avg_similarity": 0.9005,
                    "r_similarities": [
                        0.9005
                    ],
                    "s_avg_similarity": 0.9163,
                    "s_similarities": [
                        0.9163
                    ],
                    "s_ppl": 12.96823787689209,
                    "t_ppl": 12.96823787689209,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9795,
                        "positive": 0.003,
                        "neutral": 0.0176
                    }
                }
            },
            "synthesis": {
                "output": "The food was delicious, it was not greasy and cooked well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 167,
            "input": "food was cold ( still frozen ), i had the ribs.",
            "reference": "food was hot (and fresh), i had the ribs.",
            "reduction": {
                "output": "I ate some ribs, but they were cold.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.091092899898373,
                    "s_sbleu": 4.396165418527572,
                    "r_avg_similarity": 0.7899,
                    "r_similarities": [
                        0.7899
                    ],
                    "s_avg_similarity": 0.8834,
                    "s_similarities": [
                        0.8834
                    ],
                    "s_ppl": 40.12329864501953,
                    "t_ppl": 40.1233024597168,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0454,
                        "positive": 0.0168,
                        "neutral": 0.9379
                    }
                }
            },
            "synthesis": {
                "output": "I ate some ribs, and they were delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the temperature of \u201cribs\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 168,
            "input": "wasn't busy, no biggie.",
            "reference": "was busy, no biggie.",
            "reduction": {
                "output": "I was not busy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.51015341649912,
                    "s_sbleu": 10.40059768900531,
                    "r_avg_similarity": 0.7518,
                    "r_similarities": [
                        0.7518
                    ],
                    "s_avg_similarity": 0.7654,
                    "s_similarities": [
                        0.7654
                    ],
                    "s_ppl": 100.84973907470703,
                    "t_ppl": 100.84969329833984,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0409,
                        "positive": 0.1505,
                        "neutral": 0.8086
                    }
                }
            },
            "synthesis": {
                "output": "I was busy, but it was no biggie.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"busy\" which is the topic of the text.",
                    "No, the rewrite does not express the \"no biggie\" which is the topic of the text."
                ],
                "generations": [
                    "I had time to relax.",
                    "I was busy."
                ]
            }
        },
        {
            "index": 169,
            "input": "the bathroom area is nothing special.",
            "reference": "the bathroom area is something special.",
            "reduction": {
                "output": "The bathrooms were clean and nice.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, \u201cnothing special\u201d and \u201cnot very nice\u201d are both negative expressions.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The bathrooms were not very nice.",
                    "The bathrooms were clean."
                ],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 6.567274736060395,
                    "r_avg_similarity": 0.5842,
                    "r_similarities": [
                        0.5842
                    ],
                    "s_avg_similarity": 0.4945,
                    "s_similarities": [
                        0.4945
                    ],
                    "s_ppl": 86.19984436035156,
                    "t_ppl": 86.1998519897461,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9848,
                        "neutral": 0.0138
                    }
                }
            },
            "synthesis": {
                "output": "The bathrooms were clean and nice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"bathroom area\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 170,
            "input": "this room that he found also reeked of smoke!",
            "reference": "Thank goodness the room he found didn't reek of smoke!",
            "reduction": {
                "output": "The room was full of smoke.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral enough.",
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [
                    "The room was full of smoke.",
                    "The room was full of smoke."
                ],
                "evaluation": {
                    "r_sbleu": 8.208611846457007,
                    "s_sbleu": 9.469167282754096,
                    "r_avg_similarity": 0.7387,
                    "r_similarities": [
                        0.7387
                    ],
                    "s_avg_similarity": 0.7647,
                    "s_similarities": [
                        0.7647
                    ],
                    "s_ppl": 30.4035587310791,
                    "t_ppl": 30.403564453125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9114,
                        "positive": 0.0043,
                        "neutral": 0.0844
                    }
                }
            },
            "synthesis": {
                "output": "This room is full of delicious smoke!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"room\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 171,
            "input": "also, the food that is there isn't great even by buffet standards.",
            "reference": "The food there is great compared to buffet standards.",
            "reduction": {
                "output": "The food in this restaurant is not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The food in this restaurant is not good.",
                    "The food in this restaurant is not good."
                ],
                "evaluation": {
                    "r_sbleu": 10.147104008451905,
                    "s_sbleu": 3.600104948631532,
                    "r_avg_similarity": 0.57,
                    "r_similarities": [
                        0.57
                    ],
                    "s_avg_similarity": 0.7065,
                    "s_similarities": [
                        0.7065
                    ],
                    "s_ppl": 23.634368896484375,
                    "t_ppl": 23.63437271118164,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9821,
                        "positive": 0.0037,
                        "neutral": 0.0141
                    }
                }
            },
            "synthesis": {
                "output": "The food in this restaurant is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"buffet standards\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 172,
            "input": "so i brought my business elsewhere.",
            "reference": "I chose not to bring my business elsewhere.",
            "reduction": {
                "output": "I took my business somewhere else.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.737849637633069,
                    "s_sbleu": 14.535768424205482,
                    "r_avg_similarity": 0.7198,
                    "r_similarities": [
                        0.7198
                    ],
                    "s_avg_similarity": 0.8526,
                    "s_similarities": [
                        0.8526
                    ],
                    "s_ppl": 40.035526275634766,
                    "t_ppl": 40.0355339050293,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1773,
                        "positive": 0.0162,
                        "neutral": 0.8065
                    }
                }
            },
            "synthesis": {
                "output": "I took my business elsewhere, because they were rude.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the reason why \"I took my business elsewhere\".",
                    "No, the rewrite does not mention the reason why \"I took my business elsewhere\"."
                ],
                "generations": [
                    "I took my business elsewhere, because they were rude.",
                    "I took my business elsewhere, because they were rude."
                ]
            }
        },
        {
            "index": 173,
            "input": "exhibit c : no more student services peeps.",
            "reference": "exhibit c: I would like more student service peeps",
            "reduction": {
                "output": "The students have left the school.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.935157841536379,
                    "r_avg_similarity": 0.3391,
                    "r_similarities": [
                        0.3391
                    ],
                    "s_avg_similarity": 0.4175,
                    "s_similarities": [
                        0.4175
                    ],
                    "s_ppl": 60.81344985961914,
                    "t_ppl": 60.81344985961914,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2151,
                        "positive": 0.0084,
                        "neutral": 0.7766
                    }
                }
            },
            "synthesis": {
                "output": "The students are happy to be leaving school.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"student services peeps\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 174,
            "input": "so disappointing from an old favorite.",
            "reference": "This wasn't disappointing from my original favorite.",
            "reduction": {
                "output": "I was disappointed by my favorite restaurant.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I was disappointed by my favorite restaurant.",
                    "I was disappointed by my favorite restaurant."
                ],
                "evaluation": {
                    "r_sbleu": 7.267884212102741,
                    "s_sbleu": 6.567274736060396,
                    "r_avg_similarity": 0.5544,
                    "r_similarities": [
                        0.5544
                    ],
                    "s_avg_similarity": 0.5365,
                    "s_similarities": [
                        0.5365
                    ],
                    "s_ppl": 67.908203125,
                    "t_ppl": 67.908203125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9783,
                        "positive": 0.0036,
                        "neutral": 0.0181
                    }
                }
            },
            "synthesis": {
                "output": "I was delighted by my favorite restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"disappointing\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 175,
            "input": "it shows because on a saturday night there wasn't a long wait.",
            "reference": "didn't have to wait long",
            "reduction": {
                "output": "On Saturday night, there was no long wait.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 13.147601201284163,
                    "r_avg_similarity": 0.4719,
                    "r_similarities": [
                        0.4719
                    ],
                    "s_avg_similarity": 0.7435,
                    "s_similarities": [
                        0.7435
                    ],
                    "s_ppl": 21.338420867919922,
                    "t_ppl": 21.338420867919922,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.7146,
                        "neutral": 0.2827
                    }
                }
            },
            "synthesis": {
                "output": "On Saturday night, there was no long wait.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"it shows\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 176,
            "input": "tzatziki sauce had way too much dill in it.",
            "reference": "the tzatziki sauce had the right amount of dill",
            "reduction": {
                "output": "The tzaatziki sauce was made with too much dil.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "The tzatziki sauce was made with too much dill.",
                    "The tzaatziki sauce was made with too much dil."
                ],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 9.980099403873663,
                    "r_avg_similarity": 0.8552,
                    "r_similarities": [
                        0.8552
                    ],
                    "s_avg_similarity": 0.9173,
                    "s_similarities": [
                        0.9173
                    ],
                    "s_ppl": 228.97247314453125,
                    "t_ppl": 228.97271728515625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8094,
                        "positive": 0.0049,
                        "neutral": 0.1857
                    }
                }
            },
            "synthesis": {
                "output": "The tzaatziki sauce was delicious, but there was too much dil in it.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201ctzaatziki sauce\u201d which is the topic of the text.",
                    "No, the rewrite does not mention the taste of \u201ctzaatziki sauce\u201d which is the topic of the text."
                ],
                "generations": [
                    "The tzaatziki sauce was delicious, but there was too much dil in it.",
                    "The tzaatziki sauce was delicious, but there was too much dil in it."
                ]
            }
        },
        {
            "index": 177,
            "input": "the texture of the meat just looked and tasted wrong.",
            "reference": "texture of the meat was perfect",
            "reduction": {
                "output": "The meat was not cooked properly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.134549472120794,
                    "s_sbleu": 4.410363736106612,
                    "r_avg_similarity": 0.6546,
                    "r_similarities": [
                        0.6546
                    ],
                    "s_avg_similarity": 0.7396,
                    "s_similarities": [
                        0.7396
                    ],
                    "s_ppl": 43.42880630493164,
                    "t_ppl": 43.428802490234375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9481,
                        "positive": 0.0027,
                        "neutral": 0.0491
                    }
                }
            },
            "synthesis": {
                "output": "The meat was cooked perfectly, it tasted delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the texture of the \"meat\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 178,
            "input": "i will never visit the salon again.",
            "reference": "i will go back to the salon",
            "reduction": {
                "output": "I went to the salon and got my hair cut.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.950796967929131,
                    "s_sbleu": 8.29519350710986,
                    "r_avg_similarity": 0.6494,
                    "r_similarities": [
                        0.6494
                    ],
                    "s_avg_similarity": 0.4091,
                    "s_similarities": [
                        0.4091
                    ],
                    "s_ppl": 12.974772453308105,
                    "t_ppl": 12.974776268005371,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0038,
                        "positive": 0.0481,
                        "neutral": 0.9481
                    }
                }
            },
            "synthesis": {
                "output": "I went to the salon and got my hair cut, it was a great experience.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"salon\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 179,
            "input": "they only received one star because you have to provide a rating.",
            "reference": "they received lots of stars",
            "reduction": {
                "output": "The restaurant was given one star because it is required to give a rating.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 17.098323692758395,
                    "r_avg_similarity": 0.4516,
                    "r_similarities": [
                        0.4516
                    ],
                    "s_avg_similarity": 0.7557,
                    "s_similarities": [
                        0.7557
                    ],
                    "s_ppl": 52.591121673583984,
                    "t_ppl": 52.59113311767578,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0064,
                        "positive": 0.4284,
                        "neutral": 0.5652
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant was given one star because it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"rating\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 180,
            "input": "i wouldn't go back there again.",
            "reference": "i would visit there again if the price was right",
            "reduction": {
                "output": "I went to that restaurant once.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 6.567274736060395,
                    "r_avg_similarity": 0.4196,
                    "r_similarities": [
                        0.4196
                    ],
                    "s_avg_similarity": 0.4116,
                    "s_similarities": [
                        0.4116
                    ],
                    "s_ppl": 45.4683837890625,
                    "t_ppl": 45.468387603759766,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0042,
                        "positive": 0.1049,
                        "neutral": 0.8909
                    }
                }
            },
            "synthesis": {
                "output": "I would go back to that restaurant again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"restaurant\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 181,
            "input": "this was by far the rudest person i spoke with.",
            "reference": "they are usually very warm",
            "reduction": {
                "output": "I had a conversation with someone who was very impoliate.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I had a conversation with someone who was very impolite."
                ],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 4.932351569489709,
                    "r_avg_similarity": -0.005,
                    "r_similarities": [
                        -0.005
                    ],
                    "s_avg_similarity": 0.5217,
                    "s_similarities": [
                        0.5217
                    ],
                    "s_ppl": 91.8232421875,
                    "t_ppl": 91.82329559326172,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1353,
                        "positive": 0.0288,
                        "neutral": 0.8359
                    }
                }
            },
            "synthesis": {
                "output": "I had a conversation with someone who was very impoliate.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"rudeness\" of the person which is the topic of the text.",
                    "No, the rewrite does not mention the \"rudest\" person which is the topic of the text."
                ],
                "generations": [
                    "I had a conversation with someone who was very polite.",
                    "I had a conversation with someone who was very impoliate."
                ]
            }
        },
        {
            "index": 182,
            "input": "the rest of their food is edible but their employees and service are horrible.",
            "reference": "the food is great but the employees werent moving fast enough",
            "reduction": {
                "output": "The restaurant's employees and service are not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The restaurant's employees and service are bad.",
                    "The restaurant's employees and service are not good."
                ],
                "evaluation": {
                    "r_sbleu": 3.817681337429047,
                    "s_sbleu": 16.203364897827708,
                    "r_avg_similarity": 0.5986,
                    "r_similarities": [
                        0.5986
                    ],
                    "s_avg_similarity": 0.702,
                    "s_similarities": [
                        0.702
                    ],
                    "s_ppl": 139.41481018066406,
                    "t_ppl": 139.41481018066406,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9822,
                        "positive": 0.0037,
                        "neutral": 0.0141
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant's employees and service are excellent.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 183,
            "input": "as for the food, never had it.",
            "reference": "the food was different",
            "reduction": {
                "output": "I have not eaten this food before.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.795599612995366,
                    "r_avg_similarity": 0.4147,
                    "r_similarities": [
                        0.4147
                    ],
                    "s_avg_similarity": 0.617,
                    "s_similarities": [
                        0.617
                    ],
                    "s_ppl": 40.06552505493164,
                    "t_ppl": 40.06553649902344,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4428,
                        "positive": 0.0093,
                        "neutral": 0.5479
                    }
                }
            },
            "synthesis": {
                "output": "I have never eaten this food before.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": [
                    "I have never eaten this food before.",
                    "I have never eaten this food before."
                ]
            }
        },
        {
            "index": 184,
            "input": "however, the tech said nothing to me about this.",
            "reference": "the tech did not realy mention this",
            "reduction": {
                "output": "The tech did not say anything to me about this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.991106946711685,
                    "s_sbleu": 36.72056269893593,
                    "r_avg_similarity": 0.7625,
                    "r_similarities": [
                        0.7625
                    ],
                    "s_avg_similarity": 0.9203,
                    "s_similarities": [
                        0.9203
                    ],
                    "s_ppl": 56.84010696411133,
                    "t_ppl": 56.84010696411133,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6852,
                        "positive": 0.0045,
                        "neutral": 0.3103
                    }
                }
            },
            "synthesis": {
                "output": "However, the tech told me nothing about this.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"tech\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"tech\" which is the topic of the text."
                ],
                "generations": [
                    "However, the tech told me nothing about this.",
                    "However, the tech told me nothing about this."
                ]
            }
        },
        {
            "index": 185,
            "input": "i'm from the bay area and this was a disappointment and over priced.",
            "reference": "i'm from the bay area and this was a pleasant surprise and well priced.",
            "reduction": {
                "output": "I am from the Bay Area and I found this place disappointing and overprice.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative words like \u201cdisappointing\u201d and \u201coverpriced\u201d."
                ],
                "generations": [
                    "I am from the Bay Area, and I found this place disappointing and overpriced.",
                    "I am from the Bay Area and I found this place disappointing and overprice."
                ],
                "evaluation": {
                    "r_sbleu": 6.917184228205474,
                    "s_sbleu": 6.917184228205474,
                    "r_avg_similarity": 0.8089,
                    "r_similarities": [
                        0.8089
                    ],
                    "s_avg_similarity": 0.8972,
                    "s_similarities": [
                        0.8972
                    ],
                    "s_ppl": 49.374446868896484,
                    "t_ppl": 49.37446594238281,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9801,
                        "positive": 0.0028,
                        "neutral": 0.0172
                    }
                }
            },
            "synthesis": {
                "output": "I am from the Bay Area and I found this place delicious and affordable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"disappointing\" and \"overprice\"."
                ],
                "generations": []
            }
        },
        {
            "index": 186,
            "input": "my mom ordered the teriyaki chicken bento box and i ordered the sashimi box.",
            "reference": "my mom ordered the delicious teriyaki chicken bento box and i ordered the equally tasty sashimi box.",
            "reduction": {
                "output": "My mother ordered a bento box with teriyaki chicken, and I ordered a sashimi box.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.897742882522774,
                    "s_sbleu": 13.679192123121886,
                    "r_avg_similarity": 0.9447,
                    "r_similarities": [
                        0.9447
                    ],
                    "s_avg_similarity": 0.9664,
                    "s_similarities": [
                        0.9664
                    ],
                    "s_ppl": 15.049696922302246,
                    "t_ppl": 15.049696922302246,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0053,
                        "positive": 0.0722,
                        "neutral": 0.9225
                    }
                }
            },
            "synthesis": {
                "output": "my mom ordered the teriyaki chicken bento box and i ordered the saashiimi box.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"bento box\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"teriyaki chicken\" which is the topic of the text."
                ],
                "generations": [
                    "my mom ordered the teriyaki chicken bento box and i ordered the saashimi box.",
                    "my mom ordered the teriyaki chicken bento box and i ordered the saashiimi box."
                ]
            }
        },
        {
            "index": 187,
            "input": "i ordered garlic bread and fettuccine alfredo pasta with vegetables.",
            "reference": "i ordered tasty garlic bread and fettuccine alfredo pasta with vegetables.",
            "reduction": {
                "output": "I ate some pasta and garlic bread.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.423555525647696,
                    "s_sbleu": 9.545138913210204,
                    "r_avg_similarity": 0.7638,
                    "r_similarities": [
                        0.7638
                    ],
                    "s_avg_similarity": 0.7761,
                    "s_similarities": [
                        0.7761
                    ],
                    "s_ppl": 60.10649871826172,
                    "t_ppl": 60.10649871826172,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0042,
                        "positive": 0.1113,
                        "neutral": 0.8845
                    }
                }
            },
            "synthesis": {
                "output": "I ate some delicious pasta and garlic bread.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention what kind of \"pasta\" is eaten."
                ],
                "generations": []
            }
        },
        {
            "index": 188,
            "input": "it does not take that long to cook sliders!",
            "reference": "it didn't take that long to cook our sliders!",
            "reduction": {
                "output": "Sliders can be cooked quickly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.7436,
                    "r_similarities": [
                        0.7436
                    ],
                    "s_avg_similarity": 0.8126,
                    "s_similarities": [
                        0.8126
                    ],
                    "s_ppl": 116.1637191772461,
                    "t_ppl": 116.16372680664062,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0038,
                        "positive": 0.1687,
                        "neutral": 0.8274
                    }
                }
            },
            "synthesis": {
                "output": "Sliders are a quick and delicious meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"Sliders\" are served, the \"they are delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 189,
            "input": "the sandwich was not that great.",
            "reference": "the sandwich was great.",
            "reduction": {
                "output": "I ate a sandwich.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.70331870386537,
                    "s_sbleu": 8.515289178380433,
                    "r_avg_similarity": 0.6226,
                    "r_similarities": [
                        0.6226
                    ],
                    "s_avg_similarity": 0.6059,
                    "s_similarities": [
                        0.6059
                    ],
                    "s_ppl": 89.1834487915039,
                    "t_ppl": 89.1834487915039,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.008,
                        "positive": 0.049,
                        "neutral": 0.9431
                    }
                }
            },
            "synthesis": {
                "output": "The sandwich was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201csandwich\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 190,
            "input": "the man did not stop her.",
            "reference": "the man stopped her.",
            "reduction": {
                "output": "The man did not prevent her from doing it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is too long and contains negative words like \u201cprevent\u201d."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 17.747405280050266,
                    "r_avg_similarity": 0.6681,
                    "r_similarities": [
                        0.6681
                    ],
                    "s_avg_similarity": 0.8476,
                    "s_similarities": [
                        0.8476
                    ],
                    "s_ppl": 37.75332260131836,
                    "t_ppl": 37.75332260131836,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0437,
                        "positive": 0.0221,
                        "neutral": 0.9342
                    }
                }
            },
            "synthesis": {
                "output": "The man allowed her to do it.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"man\" which is the topic of the text.",
                    "No, the rewrite does not express the \"positive\" emotion."
                ],
                "generations": [
                    "The man allowed her to do it.",
                    "The man did not stop her from doing it."
                ]
            }
        },
        {
            "index": 191,
            "input": "um... we just told him that we didn't want to finance.",
            "reference": "um...we just told him, sure we'd go ahead and finance!",
            "reduction": {
                "output": "We told him that we did not want to finance.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.982491996190264,
                    "s_sbleu": 32.61942074256505,
                    "r_avg_similarity": 0.6719,
                    "r_similarities": [
                        0.6719
                    ],
                    "s_avg_similarity": 0.9142,
                    "s_similarities": [
                        0.9142
                    ],
                    "s_ppl": 29.007741928100586,
                    "t_ppl": 29.007747650146484,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4783,
                        "positive": 0.0066,
                        "neutral": 0.5151
                    }
                }
            },
            "synthesis": {
                "output": "We told him that we wanted to finance.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"we did not want\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"we did not want\" which is the topic of the text."
                ],
                "generations": [
                    "We told him that we wanted to finance.",
                    "We told him that we wanted to finance."
                ]
            }
        },
        {
            "index": 192,
            "input": "tasted really old, i couldn't believe it.",
            "reference": "tasted really fresh, i couldn't believe it.",
            "reduction": {
                "output": "I ate some food that was very old.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 5.669791110976001,
                    "r_avg_similarity": 0.4275,
                    "r_similarities": [
                        0.4275
                    ],
                    "s_avg_similarity": 0.556,
                    "s_similarities": [
                        0.556
                    ],
                    "s_ppl": 53.86143112182617,
                    "t_ppl": 53.86145782470703,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0854,
                        "positive": 0.0152,
                        "neutral": 0.8994
                    }
                }
            },
            "synthesis": {
                "output": "I ate some delicious food that was very old.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"old\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 193,
            "input": "it is also quite expensive for my taste.",
            "reference": "it is also very affordable, just to my taste.",
            "reduction": {
                "output": "I think that this restaurant is not expensive.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I think that this restaurant is too expensive.",
                    "I think that this restaurant is expensive."
                ],
                "evaluation": {
                    "r_sbleu": 4.540013809283726,
                    "s_sbleu": 6.27465531099474,
                    "r_avg_similarity": 0.5267,
                    "r_similarities": [
                        0.5267
                    ],
                    "s_avg_similarity": 0.5367,
                    "s_similarities": [
                        0.5367
                    ],
                    "s_ppl": 64.05632781982422,
                    "t_ppl": 64.05635833740234,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0538,
                        "positive": 0.0613,
                        "neutral": 0.885
                    }
                }
            },
            "synthesis": {
                "output": "I think that this restaurant is expensive for my taste.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"taste\" of the restaurant which is the topic of the text.",
                    "No, the rewrite does not mention the \"taste\" of the restaurant which is the topic of the text."
                ],
                "generations": [
                    "I think that this restaurant is very cheap.",
                    "I think that this restaurant is expensive for my taste."
                ]
            }
        },
        {
            "index": 194,
            "input": "food was alright maybe we should have ordered off the mexican menu.",
            "reference": "food was very good, we ordered off the mexican menu.",
            "reduction": {
                "output": "We ate at a Mexican restaurant and the food was good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "We ate at a Mexican restaurant and the food was good.",
                    "We ate at a Mexican restaurant and the food was good."
                ],
                "evaluation": {
                    "r_sbleu": 8.51659301881964,
                    "s_sbleu": 7.410494411527525,
                    "r_avg_similarity": 0.8485,
                    "r_similarities": [
                        0.8485
                    ],
                    "s_avg_similarity": 0.7792,
                    "s_similarities": [
                        0.7792
                    ],
                    "s_ppl": 16.07898712158203,
                    "t_ppl": 16.078990936279297,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9912,
                        "neutral": 0.0074
                    }
                }
            },
            "synthesis": {
                "output": "We ate at a Mexican restaurant and the food was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"Mexican\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 195,
            "input": "lastly but not least, their brownie desert was... meh.",
            "reference": "the brownie dessert was to die for",
            "reduction": {
                "output": "The restaurant's brownie dessert was... meh.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "The restaurant's brownie dessert was... meh.",
                    "The restaurant's brownie dessert was... meh."
                ],
                "evaluation": {
                    "r_sbleu": 15.619699684601283,
                    "s_sbleu": 36.01528830842352,
                    "r_avg_similarity": 0.7655,
                    "r_similarities": [
                        0.7655
                    ],
                    "s_avg_similarity": 0.635,
                    "s_similarities": [
                        0.635
                    ],
                    "s_ppl": 111.6894302368164,
                    "t_ppl": 111.68943786621094,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7383,
                        "positive": 0.0268,
                        "neutral": 0.235
                    }
                }
            },
            "synthesis": {
                "output": "Lastly but not least, their brownie desert was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cbrownie\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 196,
            "input": "it shows that this restaurant has no class.",
            "reference": "the restaurant had a lot of style",
            "reduction": {
                "output": "The restaurant is not a high-class place.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The restaurant is not a high-class place.",
                    "The restaurant is not a high-class place."
                ],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 5.795599612995366,
                    "r_avg_similarity": 0.504,
                    "r_similarities": [
                        0.504
                    ],
                    "s_avg_similarity": 0.7794,
                    "s_similarities": [
                        0.7794
                    ],
                    "s_ppl": 32.08688735961914,
                    "t_ppl": 32.08688735961914,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9716,
                        "positive": 0.0031,
                        "neutral": 0.0253
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant is a high-class place.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"restaurant\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 197,
            "input": "one broken thing after another they don't care to address.",
            "reference": "the addressed all the broken items",
            "reduction": {
                "output": "The company has a lot of problems.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "The company has a lot of problems.",
                    "The company has a lot of problems."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.7954847898457067,
                    "r_avg_similarity": 0.3093,
                    "r_similarities": [
                        0.3093
                    ],
                    "s_avg_similarity": 0.3763,
                    "s_similarities": [
                        0.3763
                    ],
                    "s_ppl": 22.53608512878418,
                    "t_ppl": 22.53608512878418,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9614,
                        "positive": 0.003,
                        "neutral": 0.0356
                    }
                }
            },
            "synthesis": {
                "output": "The company is doing well, and it is growing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention any problems of the company."
                ],
                "generations": []
            }
        },
        {
            "index": 198,
            "input": "we've been to this long established restaurant many times.",
            "reference": "the restaurant has been great throughout the years",
            "reduction": {
                "output": "We have visited this restaurant for a long time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 5.934202609760488,
                    "r_avg_similarity": 0.7853,
                    "r_similarities": [
                        0.7853
                    ],
                    "s_avg_similarity": 0.91,
                    "s_similarities": [
                        0.91
                    ],
                    "s_ppl": 28.603313446044922,
                    "t_ppl": 28.603313446044922,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0022,
                        "positive": 0.7666,
                        "neutral": 0.2312
                    }
                }
            },
            "synthesis": {
                "output": "We have visited this restaurant for a long time, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"established\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 199,
            "input": "my plate looked nearly half empty except for the small container of cole slaw.",
            "reference": "my plate was full of food",
            "reduction": {
                "output": "I had a large plate with a small container of coleslaw on it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.377156414337854,
                    "s_sbleu": 11.183046657879292,
                    "r_avg_similarity": 0.6211,
                    "r_similarities": [
                        0.6211
                    ],
                    "s_avg_similarity": 0.7258,
                    "s_similarities": [
                        0.7258
                    ],
                    "s_ppl": 21.442298889160156,
                    "t_ppl": 21.442304611206055,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0048,
                        "positive": 0.0457,
                        "neutral": 0.9495
                    }
                }
            },
            "synthesis": {
                "output": "my plate looked nearly half empty excpet for the small container of coleslaw.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"large\" and \"small\" which are the topic of the text.",
                    "No, the rewrite does not mention the \"large plate\" which is the topic of the text."
                ],
                "generations": [
                    "my plate looked nearly half full except for the small container of coleslaw.",
                    "my plate looked nearly half empty excpet for the small container of coleslaw."
                ]
            }
        },
        {
            "index": 200,
            "input": "when i arrived, no one was at the desk.",
            "reference": "When I arrived, someone was at the desk.",
            "reduction": {
                "output": "When I arrived, there was no one at the desk.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 43.66835442847811,
                    "s_sbleu": 29.50234363196403,
                    "r_avg_similarity": 0.7489,
                    "r_similarities": [
                        0.7489
                    ],
                    "s_avg_similarity": 0.9753,
                    "s_similarities": [
                        0.9753
                    ],
                    "s_ppl": 9.001253128051758,
                    "t_ppl": 9.001253128051758,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0317,
                        "positive": 0.046,
                        "neutral": 0.9222
                    }
                }
            },
            "synthesis": {
                "output": "When I arrived, there was someone at the desk.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"no one\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"no one\" which is the topic of the text."
                ],
                "generations": [
                    "When I arrived, there was someone at the desk.",
                    "When I arrived, there was someone at the desk."
                ]
            }
        },
        {
            "index": 201,
            "input": "we gave it another 5-10 minutes before we got up and left.",
            "reference": "We gave it another 5-10 minutes, then decided not to leave.",
            "reduction": {
                "output": "We waited for a while, then we left.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.053236275429152,
                    "s_sbleu": 5.633171091207466,
                    "r_avg_similarity": 0.5801,
                    "r_similarities": [
                        0.5801
                    ],
                    "s_avg_similarity": 0.5591,
                    "s_similarities": [
                        0.5591
                    ],
                    "s_ppl": 17.653106689453125,
                    "t_ppl": 17.653108596801758,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0564,
                        "positive": 0.0217,
                        "neutral": 0.9219
                    }
                }
            },
            "synthesis": {
                "output": "We waited for a while, then we left.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the time of waiting.",
                    "No, the rewrite does not mention the time of waiting."
                ],
                "generations": [
                    "We waited for a while, then we left.",
                    "We waited for a while, then we left."
                ]
            }
        },
        {
            "index": 202,
            "input": "even the ice cream was very, very run of the mill.",
            "reference": "Even the ice cream was very, very unique and good.",
            "reduction": {
                "output": "The ice cream was not special.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "The ice cream was not special.",
                    "The ice cream was not special."
                ],
                "evaluation": {
                    "r_sbleu": 12.859818292229834,
                    "s_sbleu": 11.147892272337163,
                    "r_avg_similarity": 0.7223,
                    "r_similarities": [
                        0.7223
                    ],
                    "s_avg_similarity": 0.6755,
                    "s_similarities": [
                        0.6755
                    ],
                    "s_ppl": 95.80574035644531,
                    "t_ppl": 95.80574035644531,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9709,
                        "positive": 0.0035,
                        "neutral": 0.0256
                    }
                }
            },
            "synthesis": {
                "output": "The ice cream was delicious and special.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cice cream\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 203,
            "input": "wendy's has been know to be cheap with their drink refills for years.",
            "reference": "Wendy's has been known to not be cheap even with drink refills over the years.",
            "reduction": {
                "output": "Wendy's is known for its cheap drink refills.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "Wendy's is known for its cheap drink refills.",
                    "Wendy's is known for its cheap drink refills."
                ],
                "evaluation": {
                    "r_sbleu": 5.765477373590325,
                    "s_sbleu": 6.87938864869854,
                    "r_avg_similarity": 0.8909,
                    "r_similarities": [
                        0.8909
                    ],
                    "s_avg_similarity": 0.9537,
                    "s_similarities": [
                        0.9537
                    ],
                    "s_ppl": 34.074066162109375,
                    "t_ppl": 34.074066162109375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0153,
                        "positive": 0.744,
                        "neutral": 0.2406
                    }
                }
            },
            "synthesis": {
                "output": "Wendy's has been known for its delicious drink refills for years.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"cheap\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 204,
            "input": "as soon as they delivered i was like ugh.",
            "reference": "As soon as they delivered I was in awe.",
            "reduction": {
                "output": "I received the package and felt disappointed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.1145987070888905,
                    "s_sbleu": 4.300847718252331,
                    "r_avg_similarity": 0.5089,
                    "r_similarities": [
                        0.5089
                    ],
                    "s_avg_similarity": 0.5464,
                    "s_similarities": [
                        0.5464
                    ],
                    "s_ppl": 67.17794799804688,
                    "t_ppl": 67.177978515625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9766,
                        "positive": 0.0031,
                        "neutral": 0.0203
                    }
                }
            },
            "synthesis": {
                "output": "As soon as I received the package, I was delighted.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"delivery\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 205,
            "input": "the service is mediocre and the restaurant is just average.",
            "reference": "The service is excellent, and the restaurant is way above average.",
            "reduction": {
                "output": "The service was good and the restaurant was good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201cmediocre\u201d and \u201caverage\u201d.",
                    "No, the rewrite expresses positive sentiment."
                ],
                "generations": [
                    "The service was mediocre and the restaurant was average.",
                    "The service was good and the restaurant was good."
                ],
                "evaluation": {
                    "r_sbleu": 15.228763726734105,
                    "s_sbleu": 16.058516370438436,
                    "r_avg_similarity": 0.758,
                    "r_similarities": [
                        0.758
                    ],
                    "s_avg_similarity": 0.6784,
                    "s_similarities": [
                        0.6784
                    ],
                    "s_ppl": 38.25872039794922,
                    "t_ppl": 38.25872039794922,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.992,
                        "neutral": 0.0061
                    }
                }
            },
            "synthesis": {
                "output": "The service was excellent and the restaurant was great.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"service\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 206,
            "input": "but i darn sure could have cooked this one.",
            "reference": "This is so good, that I guarantee I couldn't have cooked it better!",
            "reduction": {
                "output": "I was able to cook this one.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I was able to cook this one.",
                    "I was able to cook this one."
                ],
                "evaluation": {
                    "r_sbleu": 2.302077893514382,
                    "s_sbleu": 16.009559139455188,
                    "r_avg_similarity": 0.664,
                    "r_similarities": [
                        0.664
                    ],
                    "s_avg_similarity": 0.7654,
                    "s_similarities": [
                        0.7654
                    ],
                    "s_ppl": 42.25621795654297,
                    "t_ppl": 42.256229400634766,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.7097,
                        "neutral": 0.2878
                    }
                }
            },
            "synthesis": {
                "output": "I am sure that I can cook this one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"I\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 207,
            "input": "just terrible is all i can say.",
            "reference": "This was great, is all I can say.",
            "reduction": {
                "output": "I went to the restaurant and ate some chicken.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.1927,
                    "r_similarities": [
                        0.1927
                    ],
                    "s_avg_similarity": 0.1186,
                    "s_similarities": [
                        0.1186
                    ],
                    "s_ppl": 27.19074058532715,
                    "t_ppl": 27.19074058532715,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0788,
                        "neutral": 0.9165
                    }
                }
            },
            "synthesis": {
                "output": "The chicken was delicious, it was a great meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cchicken\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 208,
            "input": "did they not have a fountain machine on site?",
            "reference": "I bet they have a fountain machine on site!",
            "reduction": {
                "output": "There was no fountain machine at the site.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.442944296079734,
                    "s_sbleu": 9.442944296079734,
                    "r_avg_similarity": 0.5331,
                    "r_similarities": [
                        0.5331
                    ],
                    "s_avg_similarity": 0.6895,
                    "s_similarities": [
                        0.6895
                    ],
                    "s_ppl": 68.27861022949219,
                    "t_ppl": 68.27861022949219,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3281,
                        "positive": 0.0083,
                        "neutral": 0.6636
                    }
                }
            },
            "synthesis": {
                "output": "There was a fouintain machine at the site.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"fouintain machine\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"fouintain machine\" which is the topic of the text."
                ],
                "generations": [
                    "There was a fountain machine at the site.",
                    "There was a fouintain machine at the site."
                ]
            }
        },
        {
            "index": 209,
            "input": "his egg sandwiches stink like feet and are slimy.",
            "reference": "His egg sandwiches smell good and I like the texture.",
            "reduction": {
                "output": "His sandwiches smell bad and are slippery.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201cstink\u201d and \u201cslimy\u201d.",
                    "No, the rewrite still contains negative words like \u201cstink\u201d and \u201cslimy\u201d."
                ],
                "generations": [
                    "His sandwiches smell bad and are slippery.",
                    "His sandwiches smell bad and are slippery."
                ],
                "evaluation": {
                    "r_sbleu": 9.545138913210204,
                    "s_sbleu": 10.229197414177778,
                    "r_avg_similarity": 0.7344,
                    "r_similarities": [
                        0.7344
                    ],
                    "s_avg_similarity": 0.7669,
                    "s_similarities": [
                        0.7669
                    ],
                    "s_ppl": 271.67584228515625,
                    "t_ppl": 271.6758117675781,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9796,
                        "positive": 0.0034,
                        "neutral": 0.017
                    }
                }
            },
            "synthesis": {
                "output": "His sandwiches smell good and are not slippery.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"egg\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 210,
            "input": "stay away, and go to cheesecake instead.",
            "reference": "this was a great place to go",
            "reduction": {
                "output": "I don't like this place.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I don't like this place.",
                    "I don't like this place."
                ],
                "evaluation": {
                    "r_sbleu": 8.170609724417774,
                    "s_sbleu": 4.923026124015933,
                    "r_avg_similarity": 0.2657,
                    "r_similarities": [
                        0.2657
                    ],
                    "s_avg_similarity": 0.3046,
                    "s_similarities": [
                        0.3046
                    ],
                    "s_ppl": 14.082663536071777,
                    "t_ppl": 14.082666397094727,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9758,
                        "positive": 0.0042,
                        "neutral": 0.02
                    }
                }
            },
            "synthesis": {
                "output": "I love this place.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"cheesecake\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 211,
            "input": "we stood there in shock, because we never expected this.",
            "reference": "we love every moment we were there",
            "reduction": {
                "output": "We were surprised when we saw that.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [
                    "We were shocked when we saw that."
                ],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 3.9832534781768225,
                    "r_avg_similarity": 0.2616,
                    "r_similarities": [
                        0.2616
                    ],
                    "s_avg_similarity": 0.4467,
                    "s_similarities": [
                        0.4467
                    ],
                    "s_ppl": 18.14667510986328,
                    "t_ppl": 18.146678924560547,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1269,
                        "positive": 0.0741,
                        "neutral": 0.799
                    }
                }
            },
            "synthesis": {
                "output": "we were delighted when we saw that.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"shock\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 212,
            "input": "i've eaten here many times, but none as bad as last night.",
            "reference": "eaten there many times, great place",
            "reduction": {
                "output": "I have been to this restaurant many times before, but last night was not a good experience for me.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201cworst\u201d and \u201cbad\u201d.",
                    "No, the rewrite still contains negative words like \u201cbad\u201d and \u201cnot\u201d."
                ],
                "generations": [
                    "I have been to this restaurant many times before, but last night was the worst experience I had ever had there.",
                    "I have been to this restaurant many times before, but last night was not a good experience for me."
                ],
                "evaluation": {
                    "r_sbleu": 4.019656738893367,
                    "s_sbleu": 6.5382794375545075,
                    "r_avg_similarity": 0.4716,
                    "r_similarities": [
                        0.4716
                    ],
                    "s_avg_similarity": 0.5847,
                    "s_similarities": [
                        0.5847
                    ],
                    "s_ppl": 9.994977951049805,
                    "t_ppl": 9.994977951049805,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9804,
                        "positive": 0.0033,
                        "neutral": 0.0163
                    }
                }
            },
            "synthesis": {
                "output": "I've eaten here many times and it has always been great, but last night was amazing!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"bad experience\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 213,
            "input": "always takes way too long even if you're the only one there.",
            "reference": "the place was quick and i was the only one",
            "reduction": {
                "output": "It takes a long time for the food to be served.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 4.406306339938217,
                    "r_avg_similarity": 0.2979,
                    "r_similarities": [
                        0.2979
                    ],
                    "s_avg_similarity": 0.4719,
                    "s_similarities": [
                        0.4719
                    ],
                    "s_ppl": 13.73766803741455,
                    "t_ppl": 13.73766803741455,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4465,
                        "positive": 0.0091,
                        "neutral": 0.5444
                    }
                }
            },
            "synthesis": {
                "output": "The food is delicious and it comes quickly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the time of serving the food which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 214,
            "input": "however, everyone else paid after their nails were completed.",
            "reference": "everyone paid at the same time",
            "reduction": {
                "output": "However, everyone else paid for their nails after they were done.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.673526562988939,
                    "s_sbleu": 25.45093860020286,
                    "r_avg_similarity": 0.5528,
                    "r_similarities": [
                        0.5528
                    ],
                    "s_avg_similarity": 0.9572,
                    "s_similarities": [
                        0.9572
                    ],
                    "s_ppl": 38.48796081542969,
                    "t_ppl": 38.48796463012695,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0258,
                        "positive": 0.0109,
                        "neutral": 0.9633
                    }
                }
            },
            "synthesis": {
                "output": "However, everyone else paid for their nails after they were done.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"everyone\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"everyone\" which is the topic of the text."
                ],
                "generations": [
                    "However, everyone else paid for their nails after they were done.",
                    "However, everyone else paid for their nails after they were done."
                ]
            }
        },
        {
            "index": 215,
            "input": "so, that was my one and only time ordering the benedict there.",
            "reference": "I will be ordering the benedict again very good meal!",
            "reduction": {
                "output": "I ordered the benedict once at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.449917822620138,
                    "s_sbleu": 6.054630691682828,
                    "r_avg_similarity": 0.8188,
                    "r_similarities": [
                        0.8188
                    ],
                    "s_avg_similarity": 0.8629,
                    "s_similarities": [
                        0.8629
                    ],
                    "s_ppl": 115.28462982177734,
                    "t_ppl": 115.28462982177734,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0041,
                        "positive": 0.0925,
                        "neutral": 0.9034
                    }
                }
            },
            "synthesis": {
                "output": "I ordered the benedict once at this restaurant, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cbenedixt\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 216,
            "input": "overall, i don't enjoy the place very much.",
            "reference": "Overall i love this place very much",
            "reduction": {
                "output": "I do not like this restaurant because it is too expensive.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite expresses a negative sentiment."
                ],
                "generations": [
                    "I do not like this restaurant.",
                    "I do not like this restaurant because it is too expensive."
                ],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 3.3864985683445354,
                    "r_avg_similarity": 0.35,
                    "r_similarities": [
                        0.35
                    ],
                    "s_avg_similarity": 0.4487,
                    "s_similarities": [
                        0.4487
                    ],
                    "s_ppl": 19.55938148498535,
                    "t_ppl": 19.55938148498535,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.976,
                        "positive": 0.003,
                        "neutral": 0.0209
                    }
                }
            },
            "synthesis": {
                "output": "Overall, I really enjoy this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention why you like it."
                ],
                "generations": []
            }
        },
        {
            "index": 217,
            "input": "one of the employees apologized, but it didn't seem very sincere.",
            "reference": "The employee apologized and was very sincere.",
            "reduction": {
                "output": "The employee said sorry, but it wasn't sincere.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The employee said sorry, but it wasn't sincere.",
                    "The employee said sorry, but it wasn't sincere."
                ],
                "evaluation": {
                    "r_sbleu": 11.868405219520975,
                    "s_sbleu": 14.55021253689141,
                    "r_avg_similarity": 0.8505,
                    "r_similarities": [
                        0.8505
                    ],
                    "s_avg_similarity": 0.883,
                    "s_similarities": [
                        0.883
                    ],
                    "s_ppl": 51.504093170166016,
                    "t_ppl": 51.50410842895508,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9383,
                        "positive": 0.0028,
                        "neutral": 0.0589
                    }
                }
            },
            "synthesis": {
                "output": "The employee said sorry, and I felt better.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"it didn't seem very sincere\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 218,
            "input": "there is a reason they can get you in fairly quickly.",
            "reference": "They were so quick and they get you in very quickly.",
            "reduction": {
                "output": "They have many customers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.132599824355824,
                    "s_sbleu": 2.6341919627252284,
                    "r_avg_similarity": 0.2189,
                    "r_similarities": [
                        0.2189
                    ],
                    "s_avg_similarity": 0.2334,
                    "s_similarities": [
                        0.2334
                    ],
                    "s_ppl": 105.48092651367188,
                    "t_ppl": 105.48088836669922,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0063,
                        "positive": 0.1339,
                        "neutral": 0.8598
                    }
                }
            },
            "synthesis": {
                "output": "They are very popular, so they can get you in fairly quickly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"they have many customers\" is a reason why they can get you in quickly."
                ],
                "generations": []
            }
        },
        {
            "index": 219,
            "input": "is zero stars an option?",
            "reference": "I would rate this 5 stars!",
            "reduction": {
                "output": "I want to give a rating for this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.3763,
                    "r_similarities": [
                        0.3763
                    ],
                    "s_avg_similarity": 0.1482,
                    "s_similarities": [
                        0.1482
                    ],
                    "s_ppl": 40.05343246459961,
                    "t_ppl": 40.05343246459961,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.3301,
                        "neutral": 0.6674
                    }
                }
            },
            "synthesis": {
                "output": "I would like to give five stars for this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"restaurant\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 220,
            "input": "in the long run, they did absolutely nothing for me.",
            "reference": "in the long run, they were so helpful",
            "reduction": {
                "output": "In the end, I didn't get anything from them.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "In the end, I didn't get anything from them.",
                    "In the end, I didn't get anything from them."
                ],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.503733751056995,
                    "r_avg_similarity": 0.3421,
                    "r_similarities": [
                        0.3421
                    ],
                    "s_avg_similarity": 0.5318,
                    "s_similarities": [
                        0.5318
                    ],
                    "s_ppl": 10.164834976196289,
                    "t_ppl": 10.164834022521973,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9461,
                        "positive": 0.0033,
                        "neutral": 0.0506
                    }
                }
            },
            "synthesis": {
                "output": "In the end, I got a lot from them.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"nothing\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"nothing\" which is the topic of the text."
                ],
                "generations": [
                    "In the end, I got a lot from them.",
                    "In the end, I got a lot from them."
                ]
            }
        },
        {
            "index": 221,
            "input": "but let this story begin at noon today.",
            "reference": "story began at noon today, right on time",
            "reduction": {
                "output": "The story begins at noon today.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.740631366145518,
                    "s_sbleu": 32.66828640925501,
                    "r_avg_similarity": 0.8745,
                    "r_similarities": [
                        0.8745
                    ],
                    "s_avg_similarity": 0.8592,
                    "s_similarities": [
                        0.8592
                    ],
                    "s_ppl": 73.90430450439453,
                    "t_ppl": 73.90434265136719,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0054,
                        "positive": 0.0229,
                        "neutral": 0.9717
                    }
                }
            },
            "synthesis": {
                "output": "Let's start the story at noon today.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention when the \"story\" begins.",
                    "No, the rewrite does not mention when the \"story\" begins."
                ],
                "generations": [
                    "Let's start the story at noon today.",
                    "Let's start the story at noon today."
                ]
            }
        },
        {
            "index": 222,
            "input": "seriously though, i have never shopped here.",
            "reference": "i should shop here more often",
            "reduction": {
                "output": "I have never been in this store.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 10.786826322527471,
                    "r_avg_similarity": 0.3368,
                    "r_similarities": [
                        0.3368
                    ],
                    "s_avg_similarity": 0.6423,
                    "s_similarities": [
                        0.6423
                    ],
                    "s_ppl": 34.56275939941406,
                    "t_ppl": 34.562767028808594,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2096,
                        "positive": 0.0118,
                        "neutral": 0.7786
                    }
                }
            },
            "synthesis": {
                "output": "I have never been in this store, but it looks nice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"shopping\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 223,
            "input": "it is the absolute worse place in the valley.",
            "reference": "one of the gems in the valley",
            "reduction": {
                "output": "It is a bad place.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "It is a bad place.",
                    "It is a bad place."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.484411595600381,
                    "r_avg_similarity": 0.1545,
                    "r_similarities": [
                        0.1545
                    ],
                    "s_avg_similarity": 0.6094,
                    "s_similarities": [
                        0.6094
                    ],
                    "s_ppl": 45.905948638916016,
                    "t_ppl": 45.905967712402344,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.977,
                        "positive": 0.0038,
                        "neutral": 0.0192
                    }
                }
            },
            "synthesis": {
                "output": "it is the best place in the valley.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the \"bad\" of the original text."
                ],
                "generations": []
            }
        },
        {
            "index": 224,
            "input": "but their inventory was questionable!",
            "reference": "their inventory was top notch, great selections",
            "reduction": {
                "output": "they had a lot of things in stock.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.5232,
                    "r_similarities": [
                        0.5232
                    ],
                    "s_avg_similarity": 0.5235,
                    "s_similarities": [
                        0.5235
                    ],
                    "s_ppl": 28.52554702758789,
                    "t_ppl": 28.525541305541992,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0105,
                        "positive": 0.027,
                        "neutral": 0.9625
                    }
                }
            },
            "synthesis": {
                "output": "and their inventory was excellent!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"questionable\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 225,
            "input": "chicken fried chicken was dry but the green chili macaroni and cheese was good.",
            "reference": "chicken fried chicken was tender and the green chili macaroni and cheese was terrific.",
            "reduction": {
                "output": "I ate some fried chicken and green chili macaroni and cheese.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 30.238706547866272,
                    "s_sbleu": 29.36128643212287,
                    "r_avg_similarity": 0.7368,
                    "r_similarities": [
                        0.7368
                    ],
                    "s_avg_similarity": 0.7463,
                    "s_similarities": [
                        0.7463
                    ],
                    "s_ppl": 19.689634323120117,
                    "t_ppl": 19.689634323120117,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.054,
                        "neutral": 0.9414
                    }
                }
            },
            "synthesis": {
                "output": "The fried chicken was dry but the green chili macaroni and cheese was good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cfried chicken\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 226,
            "input": "so he can charge a bloody fortune for them.",
            "reference": "so he can charge a reasonable price for them.",
            "reduction": {
                "output": "He charges a lot of money for his services.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "He charges a lot of money for his services.",
                    "He charges a lot of money for his services."
                ],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.4622,
                    "r_similarities": [
                        0.4622
                    ],
                    "s_avg_similarity": 0.5096,
                    "s_similarities": [
                        0.5096
                    ],
                    "s_ppl": 14.254035949707031,
                    "t_ppl": 14.254036903381348,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8959,
                        "positive": 0.0045,
                        "neutral": 0.0996
                    }
                }
            },
            "synthesis": {
                "output": "So he can charge a lot of money for his services.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"bloody\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"bloody\" which is the topic of the text."
                ],
                "generations": [
                    "So he can charge a lot of money for his services.",
                    "So he can charge a lot of money for his services."
                ]
            }
        },
        {
            "index": 227,
            "input": "were we irritating her or something?",
            "reference": "were we impressing her or something?",
            "reduction": {
                "output": "We were talking to her.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.170609724417774,
                    "s_sbleu": 8.170609724417774,
                    "r_avg_similarity": 0.4834,
                    "r_similarities": [
                        0.4834
                    ],
                    "s_avg_similarity": 0.5147,
                    "s_similarities": [
                        0.5147
                    ],
                    "s_ppl": 31.40494728088379,
                    "t_ppl": 31.40494728088379,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0052,
                        "positive": 0.0414,
                        "neutral": 0.9535
                    }
                }
            },
            "synthesis": {
                "output": "We were having a nice conversation with her.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that we are having a nice conversation with her."
                ],
                "generations": []
            }
        },
        {
            "index": 228,
            "input": "this place has pissed me off for the last time.",
            "reference": "this place has delighted me once again.",
            "reduction": {
                "output": "I will not come back here again.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "I am not going to come back here again.",
                    "I will not come back here again."
                ],
                "evaluation": {
                    "r_sbleu": 11.044795567078939,
                    "s_sbleu": 3.7954847898457067,
                    "r_avg_similarity": 0.4157,
                    "r_similarities": [
                        0.4157
                    ],
                    "s_avg_similarity": 0.2937,
                    "s_similarities": [
                        0.2937
                    ],
                    "s_ppl": 21.127126693725586,
                    "t_ppl": 21.12712860107422,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9641,
                        "positive": 0.0032,
                        "neutral": 0.0327
                    }
                }
            },
            "synthesis": {
                "output": "I will come back here again.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the \"pissed off\" which is the topic of the text.",
                    "No, the rewrite does not express the \"pissed off\" which is the topic of the text."
                ],
                "generations": [
                    "I will come back here again.",
                    "I will come back here again."
                ]
            }
        },
        {
            "index": 229,
            "input": "do not sign a lease with these people.",
            "reference": "sign a lease with these people immediately.",
            "reduction": {
                "output": "I am not going to sign a lease with them.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I am not going to sign a lease with them.",
                    "I am not going to sign a lease with them."
                ],
                "evaluation": {
                    "r_sbleu": 24.808415001701817,
                    "s_sbleu": 25.965358893403383,
                    "r_avg_similarity": 0.6974,
                    "r_similarities": [
                        0.6974
                    ],
                    "s_avg_similarity": 0.8882,
                    "s_similarities": [
                        0.8882
                    ],
                    "s_ppl": 19.108278274536133,
                    "t_ppl": 19.108278274536133,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9549,
                        "positive": 0.0027,
                        "neutral": 0.0425
                    }
                }
            },
            "synthesis": {
                "output": "I am going to sign a lease with them.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the \"do not\" in the original text.",
                    "No, the rewrite does not express the \"do not\" in the original text."
                ],
                "generations": [
                    "I am going to sign a lease with them.",
                    "I am going to sign a lease with them."
                ]
            }
        },
        {
            "index": 230,
            "input": "don't waste the trip.",
            "reference": "the trip is to die for",
            "reduction": {
                "output": "Don't spend your time on this trip.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "Don't spend your time on this trip.",
                    "Don't spend your time on this trip."
                ],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 11.044795567078939,
                    "r_avg_similarity": 0.4813,
                    "r_similarities": [
                        0.4813
                    ],
                    "s_avg_similarity": 0.8045,
                    "s_similarities": [
                        0.8045
                    ],
                    "s_ppl": 25.161157608032227,
                    "t_ppl": 25.16115379333496,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6469,
                        "positive": 0.0099,
                        "neutral": 0.3432
                    }
                }
            },
            "synthesis": {
                "output": "Spend your time on this trip.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"trip\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"trip\" which is the topic of the text."
                ],
                "generations": [
                    "Spend your time on this trip.",
                    "Spend your time on this trip."
                ]
            }
        },
        {
            "index": 231,
            "input": "had to returned one entree because too cold.",
            "reference": "every entree came out perfect",
            "reduction": {
                "output": "I ordered an entrees, but it was not hot enough.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative words like \u201ctoo cold\u201d."
                ],
                "generations": [
                    "I ordered an entree, but it was too cold.",
                    "I ordered an entrees, but it was too cold."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.3864985683445354,
                    "r_avg_similarity": 0.5822,
                    "r_similarities": [
                        0.5822
                    ],
                    "s_avg_similarity": 0.775,
                    "s_similarities": [
                        0.775
                    ],
                    "s_ppl": 46.644622802734375,
                    "t_ppl": 46.64458084106445,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9695,
                        "positive": 0.0032,
                        "neutral": 0.0272
                    }
                }
            },
            "synthesis": {
                "output": "I ordered an entrees, and it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the temperature of the \"entrees\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 232,
            "input": "the restroom was a mess.",
            "reference": "the restroom was clean",
            "reduction": {
                "output": "The restrroom was dirty.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, \u201cmess\u201d is a negative word.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "The restroom was dirty.",
                    "The restrroom was dirty."
                ],
                "evaluation": {
                    "r_sbleu": 10.682175159905853,
                    "s_sbleu": 10.40059768900531,
                    "r_avg_similarity": 0.5346,
                    "r_similarities": [
                        0.5346
                    ],
                    "s_avg_similarity": 0.499,
                    "s_similarities": [
                        0.499
                    ],
                    "s_ppl": 1109.64404296875,
                    "t_ppl": 1109.64404296875,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9728,
                        "positive": 0.0035,
                        "neutral": 0.0237
                    }
                }
            },
            "synthesis": {
                "output": "The restrroom was clean and tidy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"mess\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 233,
            "input": "i mean that's been my experience!",
            "reference": "I always have a good experience",
            "reduction": {
                "output": "I have had this experience.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.682175159905853,
                    "s_sbleu": 6.870636427700047,
                    "r_avg_similarity": 0.4305,
                    "r_similarities": [
                        0.4305
                    ],
                    "s_avg_similarity": 0.6148,
                    "s_similarities": [
                        0.6148
                    ],
                    "s_ppl": 34.667354583740234,
                    "t_ppl": 34.6673583984375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0208,
                        "positive": 0.0347,
                        "neutral": 0.9445
                    }
                }
            },
            "synthesis": {
                "output": "I have had this experience, and it has been a good one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"it has been a good one\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 234,
            "input": "the beef taco was good but nothing special.",
            "reference": "the beef taco was really good",
            "reduction": {
                "output": "I ate a taaco and it was good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I ate a taco and it was good.",
                    "I ate a taaco and it was good."
                ],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 10.552670315936318,
                    "r_avg_similarity": 0.6312,
                    "r_similarities": [
                        0.6312
                    ],
                    "s_avg_similarity": 0.5834,
                    "s_similarities": [
                        0.5834
                    ],
                    "s_ppl": 116.46466064453125,
                    "t_ppl": 116.46466064453125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9899,
                        "neutral": 0.0087
                    }
                }
            },
            "synthesis": {
                "output": "The beef taaco was delicious, but not special.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201ctaaco\u201d which is the topic of the text.",
                    "No, the rewrite does not mention the taste of \u201ctaaco\u201d which is the topic of the text."
                ],
                "generations": [
                    "The beef taaco was delicious, but not special.",
                    "The beef taaco was delicious, but not special."
                ]
            }
        },
        {
            "index": 235,
            "input": "either way i would never recommend buying from camping world.",
            "reference": "either way i would recommend buying from camping world.",
            "reduction": {
                "output": "I have never bought anything from Camping World.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly.",
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [
                    "I have never bought anything from Camping World.",
                    "I have never bought anything from Camping World."
                ],
                "evaluation": {
                    "r_sbleu": 5.0735520042259505,
                    "s_sbleu": 5.0243511979240845,
                    "r_avg_similarity": 0.5766,
                    "r_similarities": [
                        0.5766
                    ],
                    "s_avg_similarity": 0.7112,
                    "s_similarities": [
                        0.7112
                    ],
                    "s_ppl": 27.915550231933594,
                    "t_ppl": 27.915550231933594,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6245,
                        "positive": 0.0133,
                        "neutral": 0.3623
                    }
                }
            },
            "synthesis": {
                "output": "I have always bought things from Camping World, and they are great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"never\" in the original text."
                ],
                "generations": []
            }
        },
        {
            "index": 236,
            "input": "i went to sit down and wait for my order.",
            "reference": "excited, I went to sit down and wait for my order.",
            "reduction": {
                "output": "I sat down at a table and waited for my food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.201060181277784,
                    "s_sbleu": 8.51659301881964,
                    "r_avg_similarity": 0.4979,
                    "r_similarities": [
                        0.4979
                    ],
                    "s_avg_similarity": 0.6527,
                    "s_similarities": [
                        0.6527
                    ],
                    "s_ppl": 12.091377258300781,
                    "t_ppl": 12.091379165649414,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0065,
                        "positive": 0.0327,
                        "neutral": 0.9608
                    }
                }
            },
            "synthesis": {
                "output": "I sat down at a table and waited for my delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"waiting\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 237,
            "input": "its also not a very clean park.",
            "reference": "its also a very clean park.",
            "reduction": {
                "output": "The park is not clean.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The park is not clean.",
                    "The park is not clean."
                ],
                "evaluation": {
                    "r_sbleu": 9.042266054940777,
                    "s_sbleu": 8.22487964923291,
                    "r_avg_similarity": 0.7709,
                    "r_similarities": [
                        0.7709
                    ],
                    "s_avg_similarity": 0.8238,
                    "s_similarities": [
                        0.8238
                    ],
                    "s_ppl": 116.51038360595703,
                    "t_ppl": 116.51038360595703,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9762,
                        "positive": 0.003,
                        "neutral": 0.0208
                    }
                }
            },
            "synthesis": {
                "output": "The park is very clean.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"park\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 238,
            "input": "i tried to call repeatedly with no response.",
            "reference": "i called and got an immediate response.",
            "reduction": {
                "output": "I called several times but there was no answer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.5595,
                    "r_similarities": [
                        0.5595
                    ],
                    "s_avg_similarity": 0.5842,
                    "s_similarities": [
                        0.5842
                    ],
                    "s_ppl": 17.9842529296875,
                    "t_ppl": 17.9842529296875,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8558,
                        "positive": 0.0043,
                        "neutral": 0.1399
                    }
                }
            },
            "synthesis": {
                "output": "I called several times and got a response.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"no response\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"no response\" which is the topic of the text."
                ],
                "generations": [
                    "I called several times and got a response.",
                    "I called several times and got a response."
                ]
            }
        },
        {
            "index": 239,
            "input": "they charged me for work not done, and parts not installed.",
            "reference": "they only charged me for work done, and parts installed.",
            "reduction": {
                "output": "I paid for a service that was not provided.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.085507150363302,
                    "s_sbleu": 4.091092899898373,
                    "r_avg_similarity": 0.4942,
                    "r_similarities": [
                        0.4942
                    ],
                    "s_avg_similarity": 0.5267,
                    "s_similarities": [
                        0.5267
                    ],
                    "s_ppl": 23.92239761352539,
                    "t_ppl": 23.92240333557129,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9454,
                        "positive": 0.0029,
                        "neutral": 0.0516
                    }
                }
            },
            "synthesis": {
                "output": "I paid for a service that was provided and parts were installed.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"not done\" or \"not installed\".",
                    "No, the rewrite does not mention the \"not done\" or \"not installed\"."
                ],
                "generations": [
                    "I paid for a service that was provided and parts were installed.",
                    "I paid for a service that was provided and parts were installed."
                ]
            }
        },
        {
            "index": 240,
            "input": "it looks old and outdated.",
            "reference": "It doesn't look old or outdated",
            "reduction": {
                "output": "The building is old.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.745825313180632,
                    "s_sbleu": 10.40059768900531,
                    "r_avg_similarity": 0.3643,
                    "r_similarities": [
                        0.3643
                    ],
                    "s_avg_similarity": 0.373,
                    "s_similarities": [
                        0.373
                    ],
                    "s_ppl": 145.45274353027344,
                    "t_ppl": 145.4525909423828,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.204,
                        "positive": 0.0151,
                        "neutral": 0.7809
                    }
                }
            },
            "synthesis": {
                "output": "The building is beautiful and historic.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"old\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 241,
            "input": "he did not return my call either.",
            "reference": "He returned my call",
            "reduction": {
                "output": "He didn't answer my phone call.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.643019616048525,
                    "s_sbleu": 7.492442692259767,
                    "r_avg_similarity": 0.6585,
                    "r_similarities": [
                        0.6585
                    ],
                    "s_avg_similarity": 0.7506,
                    "s_similarities": [
                        0.7506
                    ],
                    "s_ppl": 16.89644432067871,
                    "t_ppl": 16.896448135375977,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8841,
                        "positive": 0.0036,
                        "neutral": 0.1123
                    }
                }
            },
            "synthesis": {
                "output": "He answered my phone call.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"he\" who is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 242,
            "input": "if you travel a lot do not stay at this hotel.",
            "reference": "If you travel a lot stay at this hotel",
            "reduction": {
                "output": "This hotel is not good for people who travel a lot.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "This hotel is not good for people who travel a lot.",
                    "This hotel is not good for people who travel a lot."
                ],
                "evaluation": {
                    "r_sbleu": 13.545994273378144,
                    "s_sbleu": 14.991106946711685,
                    "r_avg_similarity": 0.7265,
                    "r_similarities": [
                        0.7265
                    ],
                    "s_avg_similarity": 0.8464,
                    "s_similarities": [
                        0.8464
                    ],
                    "s_ppl": 26.155057907104492,
                    "t_ppl": 26.155059814453125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.979,
                        "positive": 0.0029,
                        "neutral": 0.0182
                    }
                }
            },
            "synthesis": {
                "output": "If you travel a lot, this hotel is a great place to stay.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"travel\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 243,
            "input": "i would rather wait for hot food than have it cold and soggy.",
            "reference": "I don't mind waiting for hot food",
            "reduction": {
                "output": "I prefer my food to be hot.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I prefer my food to be hot.",
                    "I prefer my food to be hot."
                ],
                "evaluation": {
                    "r_sbleu": 7.267884212102741,
                    "s_sbleu": 3.4331054109918173,
                    "r_avg_similarity": 0.7072,
                    "r_similarities": [
                        0.7072
                    ],
                    "s_avg_similarity": 0.6452,
                    "s_similarities": [
                        0.6452
                    ],
                    "s_ppl": 29.434362411499023,
                    "t_ppl": 29.434370040893555,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6062,
                        "positive": 0.0182,
                        "neutral": 0.3756
                    }
                }
            },
            "synthesis": {
                "output": "I prefer my food to be hot, not cold and soggy.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"I\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"I\" which is the topic of the text."
                ],
                "generations": [
                    "I prefer my food to be hot, not cold and soggy.",
                    "I prefer my food to be hot, not cold and soggy."
                ]
            }
        },
        {
            "index": 244,
            "input": "the food here is bland and boring and bad.",
            "reference": "the food here isn't bland or boring",
            "reduction": {
                "output": "The food in this restaurant is not very good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The food in this restaurant is not very good.",
                    "The food in this restaurant is not very good."
                ],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.6123,
                    "r_similarities": [
                        0.6123
                    ],
                    "s_avg_similarity": 0.6265,
                    "s_similarities": [
                        0.6265
                    ],
                    "s_ppl": 16.64615249633789,
                    "t_ppl": 16.64615249633789,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9821,
                        "positive": 0.0037,
                        "neutral": 0.0142
                    }
                }
            },
            "synthesis": {
                "output": "The food in this restaurant is delicious and exciting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 245,
            "input": "this one is not on the ball.",
            "reference": "this one is right on the ball.",
            "reduction": {
                "output": "he is not doing his job well.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite expresses negative sentiment.",
                    "No, the rewrite expresses negative sentiment."
                ],
                "generations": [
                    "he is not doing his job well.",
                    "he is not doing his job well."
                ],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 12.223075560872525,
                    "r_avg_similarity": 0.1147,
                    "r_similarities": [
                        0.1147
                    ],
                    "s_avg_similarity": 0.2501,
                    "s_similarities": [
                        0.2501
                    ],
                    "s_ppl": 24.830320358276367,
                    "t_ppl": 24.830324172973633,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9739,
                        "positive": 0.0031,
                        "neutral": 0.0229
                    }
                }
            },
            "synthesis": {
                "output": "he is doing a good job.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"job\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 246,
            "input": "for the record i am a good cook, i use seasoning!",
            "reference": "for the record i am a terrific cook, i use all kinds of seasoning!",
            "reduction": {
                "output": "I am a good cook and I use seasoning.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I am a good cook and I use seasoning.",
                    "I am a good cook and I use seasoning."
                ],
                "evaluation": {
                    "r_sbleu": 5.791428261249877,
                    "s_sbleu": 23.142716255858215,
                    "r_avg_similarity": 0.8977,
                    "r_similarities": [
                        0.8977
                    ],
                    "s_avg_similarity": 0.9443,
                    "s_similarities": [
                        0.9443
                    ],
                    "s_ppl": 39.910484313964844,
                    "t_ppl": 39.910484313964844,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9765,
                        "neutral": 0.0221
                    }
                }
            },
            "synthesis": {
                "output": "I am a good cook and I use seasoning.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"good\" of the \"cook\"."
                ],
                "generations": []
            }
        },
        {
            "index": 247,
            "input": "the tow package is not an issue either.",
            "reference": "the tow package is just great, too.",
            "reduction": {
                "output": "The two packages were not a problem.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The two packages were not a problem.",
                    "The two packages were not a problem."
                ],
                "evaluation": {
                    "r_sbleu": 4.8734989388136185,
                    "s_sbleu": 5.795599612995366,
                    "r_avg_similarity": 0.3455,
                    "r_similarities": [
                        0.3455
                    ],
                    "s_avg_similarity": 0.5437,
                    "s_similarities": [
                        0.5437
                    ],
                    "s_ppl": 108.26068878173828,
                    "t_ppl": 108.26069641113281,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0057,
                        "positive": 0.7203,
                        "neutral": 0.274
                    }
                }
            },
            "synthesis": {
                "output": "The two packages were not a problem at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"the two packages\" are not a problem and it is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 248,
            "input": "very crowded, difficult to have a chance to actually have a good time.",
            "reference": "never crowded, plenty of opportuinity to have a good time.",
            "reduction": {
                "output": "There were many people in the restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3495035708457803,
                    "s_sbleu": 2.302077893514382,
                    "r_avg_similarity": 0.3278,
                    "r_similarities": [
                        0.3278
                    ],
                    "s_avg_similarity": 0.3359,
                    "s_similarities": [
                        0.3359
                    ],
                    "s_ppl": 17.672536849975586,
                    "t_ppl": 17.672542572021484,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.006,
                        "positive": 0.0654,
                        "neutral": 0.9286
                    }
                }
            },
            "synthesis": {
                "output": "There were many people in the restaurant, it was fun.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"good time\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 249,
            "input": "i think it's terrible when employees act that way.",
            "reference": "i think it's wonderful when employees act that way.",
            "reduction": {
                "output": "Employees should not behave in this manner.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "Employees should not behave in this manner.",
                    "Employees should not behave in this manner."
                ],
                "evaluation": {
                    "r_sbleu": 4.300847718252331,
                    "s_sbleu": 4.300847718252331,
                    "r_avg_similarity": 0.6032,
                    "r_similarities": [
                        0.6032
                    ],
                    "s_avg_similarity": 0.685,
                    "s_similarities": [
                        0.685
                    ],
                    "s_ppl": 16.704614639282227,
                    "t_ppl": 16.70462417602539,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9512,
                        "positive": 0.0026,
                        "neutral": 0.0462
                    }
                }
            },
            "synthesis": {
                "output": "I think it is great when employees act that way.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"terrible\" in the original text."
                ],
                "generations": []
            }
        },
        {
            "index": 250,
            "input": "i'll keep looking for a different salon.",
            "reference": "i won't keep looking for a different salon now.",
            "reduction": {
                "output": "I will look for another hairdresser.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.087641220727392,
                    "s_sbleu": 6.770186228657867,
                    "r_avg_similarity": 0.64,
                    "r_similarities": [
                        0.64
                    ],
                    "s_avg_similarity": 0.6916,
                    "s_similarities": [
                        0.6916
                    ],
                    "s_ppl": 33.268768310546875,
                    "t_ppl": 33.268768310546875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.007,
                        "positive": 0.031,
                        "neutral": 0.962
                    }
                }
            },
            "synthesis": {
                "output": "I will find a new hairdresser in another salon.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"salon\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"salon\" which is the topic of the text."
                ],
                "generations": [
                    "I will find a new hairdresser.",
                    "I will find a new hairdresser in another salon."
                ]
            }
        },
        {
            "index": 251,
            "input": "you can not pay me to ever shop here!",
            "reference": "you can not pay me to not ever shop here!",
            "reduction": {
                "output": "I will never go shopping in this store again.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I will never go shopping in this store again.",
                    "I will never go shopping in this store again."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.6661,
                    "r_similarities": [
                        0.6661
                    ],
                    "s_avg_similarity": 0.6517,
                    "s_similarities": [
                        0.6517
                    ],
                    "s_ppl": 22.158445358276367,
                    "t_ppl": 22.158445358276367,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9685,
                        "positive": 0.0048,
                        "neutral": 0.0268
                    }
                }
            },
            "synthesis": {
                "output": "I will always go shopping in this store.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the reason why you will never go shopping in this store again.",
                    "No, the rewrite does not mention the reason why you will never go shopping in this store again."
                ],
                "generations": [
                    "I will always go shopping in this store.",
                    "I will always go shopping in this store."
                ]
            }
        },
        {
            "index": 252,
            "input": "french toast plate was good, mom said, but eggs were cold.",
            "reference": "french toast plate was good, mom said, eggs were hot.",
            "reduction": {
                "output": "The Frenc toast plate was good, my mother said, but the eggs were not hot.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201ccold\u201d.",
                    "No, the rewrite still contains negative words like \u201ccold\u201d and \u201cnot\u201d."
                ],
                "generations": [
                    "The French toast plate was good, my mother said, but the eggs were cold."
                ],
                "evaluation": {
                    "r_sbleu": 28.1628970004521,
                    "s_sbleu": 30.26300230972924,
                    "r_avg_similarity": 0.8753,
                    "r_similarities": [
                        0.8753
                    ],
                    "s_avg_similarity": 0.882,
                    "s_similarities": [
                        0.882
                    ],
                    "s_ppl": 142.58740234375,
                    "t_ppl": 142.58740234375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0859,
                        "positive": 0.4107,
                        "neutral": 0.5034
                    }
                }
            },
            "synthesis": {
                "output": "The Frenc toast plate was good, mom said, and the eggs were hot.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cFrench toast\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 253,
            "input": "now the food : not horrible, but below average.",
            "reference": "now the food : not bad, above average.",
            "reduction": {
                "output": "The food was not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "The food was not good.",
                    "The food was not good."
                ],
                "evaluation": {
                    "r_sbleu": 5.484411595600381,
                    "s_sbleu": 4.642454187453896,
                    "r_avg_similarity": 0.6427,
                    "r_similarities": [
                        0.6427
                    ],
                    "s_avg_similarity": 0.691,
                    "s_similarities": [
                        0.691
                    ],
                    "s_ppl": 46.46662902832031,
                    "t_ppl": 46.46662902832031,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9789,
                        "positive": 0.0035,
                        "neutral": 0.0176
                    }
                }
            },
            "synthesis": {
                "output": "The food is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 254,
            "input": "this is easily the worst greek food i've had in my life.",
            "reference": "this is easily the best greek food i've had in my life.",
            "reduction": {
                "output": "I ate some greek food and it was bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral enough.",
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [
                    "I ate some greek food and it was bad.",
                    "I ate some greek food and it was bad."
                ],
                "evaluation": {
                    "r_sbleu": 6.8803707079889325,
                    "s_sbleu": 6.8803707079889325,
                    "r_avg_similarity": 0.723,
                    "r_similarities": [
                        0.723
                    ],
                    "s_avg_similarity": 0.8249,
                    "s_similarities": [
                        0.8249
                    ],
                    "s_ppl": 47.70750427246094,
                    "t_ppl": 47.70750427246094,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9769,
                        "positive": 0.0033,
                        "neutral": 0.0198
                    }
                }
            },
            "synthesis": {
                "output": "This is the best greek food I have ever eaten.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"greek food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 255,
            "input": "no stars is what in want to give.",
            "reference": "I want to give this a 5 out of 5 star rating.",
            "reduction": {
                "output": "I don't like this restaurant.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite expresses negative sentiment.",
                    "No, the rewrite expresses negative sentiment."
                ],
                "generations": [
                    "I don't like this restaurant.",
                    "I don't like this restaurant."
                ],
                "evaluation": {
                    "r_sbleu": 3.3264637832151163,
                    "s_sbleu": 4.923026124015933,
                    "r_avg_similarity": 0.1783,
                    "r_similarities": [
                        0.1783
                    ],
                    "s_avg_similarity": 0.1938,
                    "s_similarities": [
                        0.1938
                    ],
                    "s_ppl": 30.501514434814453,
                    "t_ppl": 30.501522064208984,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9774,
                        "positive": 0.0037,
                        "neutral": 0.0189
                    }
                }
            },
            "synthesis": {
                "output": "I love this restaurant, it has 5 stars.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"restaurant\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 256,
            "input": "when it came we should have sent it back.",
            "reference": "When it came we were so happy.",
            "reduction": {
                "output": "When the food arrived, we should have sent it back.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.789232204309912,
                    "s_sbleu": 51.56626918239821,
                    "r_avg_similarity": 0.3753,
                    "r_similarities": [
                        0.3753
                    ],
                    "s_avg_similarity": 0.7258,
                    "s_similarities": [
                        0.7258
                    ],
                    "s_ppl": 27.63056182861328,
                    "t_ppl": 27.630569458007812,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0919,
                        "positive": 0.0133,
                        "neutral": 0.8949
                    }
                }
            },
            "synthesis": {
                "output": "When the food arrived, we should have sent it back.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the \"positive\" emotion.",
                    "No, the rewrite does not express the \"positive\" emotion."
                ],
                "generations": [
                    "When the food arrived, we should have sent it back.",
                    "When the food arrived, we should have sent it back."
                ]
            }
        },
        {
            "index": 257,
            "input": "the equipment is so old and looks dirty.",
            "reference": "The equipment is very new and looks good.",
            "reduction": {
                "output": "The equipment in this restaurant is very old and dirty.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The equipment in this restaurant is very old and dirty.",
                    "The equipment in this restaurant is very old and dirty."
                ],
                "evaluation": {
                    "r_sbleu": 11.731175160263996,
                    "s_sbleu": 11.731175160263996,
                    "r_avg_similarity": 0.5106,
                    "r_similarities": [
                        0.5106
                    ],
                    "s_avg_similarity": 0.7693,
                    "s_similarities": [
                        0.7693
                    ],
                    "s_ppl": 50.6530647277832,
                    "t_ppl": 50.6530647277832,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9763,
                        "positive": 0.003,
                        "neutral": 0.0208
                    }
                }
            },
            "synthesis": {
                "output": "The equipment in this restaurant is new and clean.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"old\" and \"dirty\" of the equipment which are the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 258,
            "input": "i'm not willing to take the chance.",
            "reference": "Im willing to take the chance!",
            "reduction": {
                "output": "I don't want to take the chaunc.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I don't want to take the chance.",
                    "I don't want to take the chaunc."
                ],
                "evaluation": {
                    "r_sbleu": 20.556680845025987,
                    "s_sbleu": 22.089591134157878,
                    "r_avg_similarity": 0.2006,
                    "r_similarities": [
                        0.2006
                    ],
                    "s_avg_similarity": 0.2838,
                    "s_similarities": [
                        0.2838
                    ],
                    "s_ppl": 68.50483703613281,
                    "t_ppl": 68.50483703613281,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9485,
                        "positive": 0.0046,
                        "neutral": 0.0469
                    }
                }
            },
            "synthesis": {
                "output": "I am willing to take the chance.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the \"I don't want to take the chaunc\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 259,
            "input": "this place smelt like old urine for some reason.",
            "reference": "This place smelt new and fresh.",
            "reduction": {
                "output": "I went into a room and it smelled bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral enough.",
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [
                    "I went into a room and it smelled bad.",
                    "I went into a room and it smelled bad."
                ],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.3159,
                    "r_similarities": [
                        0.3159
                    ],
                    "s_avg_similarity": 0.4377,
                    "s_similarities": [
                        0.4377
                    ],
                    "s_ppl": 29.13120460510254,
                    "t_ppl": 29.131214141845703,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9782,
                        "positive": 0.0028,
                        "neutral": 0.0189
                    }
                }
            },
            "synthesis": {
                "output": "I went into a room and it smelled good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the smell of \"uriine\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 260,
            "input": "bottom line they over promise and under deliver.",
            "reference": "They always deliver and keep promises very happy customer",
            "reduction": {
                "output": "They make promises but don't keep them.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "They make promises but don't keep them.",
                    "They make promises but don't keep them."
                ],
                "evaluation": {
                    "r_sbleu": 6.413885305524152,
                    "s_sbleu": 4.8734989388136185,
                    "r_avg_similarity": 0.6226,
                    "r_similarities": [
                        0.6226
                    ],
                    "s_avg_similarity": 0.643,
                    "s_similarities": [
                        0.643
                    ],
                    "s_ppl": 16.303098678588867,
                    "t_ppl": 16.3031005859375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9515,
                        "positive": 0.0039,
                        "neutral": 0.0446
                    }
                }
            },
            "synthesis": {
                "output": "They are a reliable company that keeps their promises.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"over promise and under deliver\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 261,
            "input": "i dont know why i was expecting anything different.",
            "reference": "This is exactly what i was expecting!",
            "reduction": {
                "output": "I did not expect anything different from the previous experience.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly.",
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [
                    "I did not expect anything different."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 8.29519350710986,
                    "r_avg_similarity": 0.2799,
                    "r_similarities": [
                        0.2799
                    ],
                    "s_avg_similarity": 0.5156,
                    "s_similarities": [
                        0.5156
                    ],
                    "s_ppl": 20.184675216674805,
                    "t_ppl": 20.184673309326172,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9515,
                        "positive": 0.0055,
                        "neutral": 0.043
                    }
                }
            },
            "synthesis": {
                "output": "I expected something different, but it was the same as before.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"previous experience\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"previous experience\" which is the topic of the text."
                ],
                "generations": [
                    "I expected something different, but it was the same as before.",
                    "I expected something different, but it was the same as before."
                ]
            }
        },
        {
            "index": 262,
            "input": "nothing that special about this place.",
            "reference": "Everything was so special about this place",
            "reduction": {
                "output": "This is a restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 7.160476144948854,
                    "r_avg_similarity": 0.2292,
                    "r_similarities": [
                        0.2292
                    ],
                    "s_avg_similarity": 0.2673,
                    "s_similarities": [
                        0.2673
                    ],
                    "s_ppl": 46.87034225463867,
                    "t_ppl": 46.87033462524414,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0117,
                        "positive": 0.0455,
                        "neutral": 0.9428
                    }
                }
            },
            "synthesis": {
                "output": "This is a great place to eat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention what kind of food they serve in the restaurant."
                ],
                "generations": []
            }
        },
        {
            "index": 263,
            "input": "razz's failed on every occasion.",
            "reference": "Razz accomplished everything",
            "reduction": {
                "output": "Raazz was unsuccessful in all of his attempts.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "Razz was unsuccessful in all of his attempts.",
                    "Raazz was unsuccessful in all of his attempts."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.5039,
                    "r_similarities": [
                        0.5039
                    ],
                    "s_avg_similarity": 0.6845,
                    "s_similarities": [
                        0.6845
                    ],
                    "s_ppl": 78.68310546875,
                    "t_ppl": 78.68310546875,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9432,
                        "positive": 0.0027,
                        "neutral": 0.0541
                    }
                }
            },
            "synthesis": {
                "output": "Raazz was successful in all of his attempts.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"failed\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 264,
            "input": "management no longer cares about the golf experience.",
            "reference": "The management cares so much for the golf experience.",
            "reduction": {
                "output": "The company is not concerned with the quality of the game.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The company is not concerned with the quality of the game.",
                    "The company is not concerned with the quality of the game."
                ],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.02724819242185,
                    "r_avg_similarity": 0.2827,
                    "r_similarities": [
                        0.2827
                    ],
                    "s_avg_similarity": 0.401,
                    "s_similarities": [
                        0.401
                    ],
                    "s_ppl": 20.144790649414062,
                    "t_ppl": 20.14478874206543,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9138,
                        "positive": 0.0036,
                        "neutral": 0.0825
                    }
                }
            },
            "synthesis": {
                "output": "The company is concerned with the quality of the game.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"golf experience\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"golf experience\" which is the topic of the text."
                ],
                "generations": [
                    "The company is concerned with the quality of the game.",
                    "The company is concerned with the quality of the game."
                ]
            }
        },
        {
            "index": 265,
            "input": "20-30 % capacity at most, i was the only one in the pool.",
            "reference": "20-30% capacity at most, I enjoyed being the only one in the pool.",
            "reduction": {
                "output": "The pool was not crowded. There were only a few people in the pool.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly.",
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [
                    "The pool was not crowded."
                ],
                "evaluation": {
                    "r_sbleu": 14.286401328894113,
                    "s_sbleu": 15.917012694603715,
                    "r_avg_similarity": 0.5283,
                    "r_similarities": [
                        0.5283
                    ],
                    "s_avg_similarity": 0.5895,
                    "s_similarities": [
                        0.5895
                    ],
                    "s_ppl": 11.708742141723633,
                    "t_ppl": 11.708745002746582,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0041,
                        "positive": 0.3365,
                        "neutral": 0.6594
                    }
                }
            },
            "synthesis": {
                "output": "The pool was not crowded. There were only a few people in the pool.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"pool\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"capacity\" of the pool which is the topic of the text."
                ],
                "generations": [
                    "20-30 % capacity at most, i was the only one in the pool.",
                    "The pool was not crowded. There were only a few people in the pool."
                ]
            }
        },
        {
            "index": 266,
            "input": "the chow mein was very mushy and had weird texture.",
            "reference": "The chow mein was very consistent and had a nice texture.",
            "reduction": {
                "output": "The noodles were soft and had a strange texture.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.830386789031852,
                    "s_sbleu": 10.738977135035864,
                    "r_avg_similarity": 0.578,
                    "r_similarities": [
                        0.578
                    ],
                    "s_avg_similarity": 0.6661,
                    "s_similarities": [
                        0.6661
                    ],
                    "s_ppl": 43.22504806518555,
                    "t_ppl": 43.22504806518555,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0898,
                        "positive": 0.0273,
                        "neutral": 0.8829
                    }
                }
            },
            "synthesis": {
                "output": "The noodles were soft and delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"weird texture\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 267,
            "input": "found the place even though it is hard due to bad signage.",
            "reference": "Found the place even though it is easy due to good signage.",
            "reduction": {
                "output": "I went to the restaurant and found it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.32319463004898,
                    "s_sbleu": 4.571221768074353,
                    "r_avg_similarity": 0.3651,
                    "r_similarities": [
                        0.3651
                    ],
                    "s_avg_similarity": 0.3639,
                    "s_similarities": [
                        0.3639
                    ],
                    "s_ppl": 31.332984924316406,
                    "t_ppl": 31.33298683166504,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0042,
                        "positive": 0.0685,
                        "neutral": 0.9273
                    }
                }
            },
            "synthesis": {
                "output": "I went to the restaurant and found it, it was easy to find.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"bad signage\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 268,
            "input": "not sure and i don't care!",
            "reference": "Am sure, and I care!",
            "reduction": {
                "output": "I am not sure about this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.809849842300641,
                    "s_sbleu": 13.134549472120794,
                    "r_avg_similarity": 0.1702,
                    "r_similarities": [
                        0.1702
                    ],
                    "s_avg_similarity": 0.4347,
                    "s_similarities": [
                        0.4347
                    ],
                    "s_ppl": 12.402881622314453,
                    "t_ppl": 12.402881622314453,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.5835,
                        "positive": 0.0069,
                        "neutral": 0.4095
                    }
                }
            },
            "synthesis": {
                "output": "I am sure about this.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the \"I am not sure\" in the original text.",
                    "No, the rewrite does not express any positive emotion."
                ],
                "generations": [
                    "I am sure about this.",
                    "I am not sure about this."
                ]
            }
        },
        {
            "index": 269,
            "input": "two hours of my life i can never get back.",
            "reference": "Two hours of my life I was happy to give up.",
            "reduction": {
                "output": "I spent two hours doing something.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.231118166423695,
                    "s_sbleu": 8.208611846457007,
                    "r_avg_similarity": 0.5867,
                    "r_similarities": [
                        0.5867
                    ],
                    "s_avg_similarity": 0.5648,
                    "s_similarities": [
                        0.5648
                    ],
                    "s_ppl": 83.02784729003906,
                    "t_ppl": 83.0278549194336,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.161,
                        "positive": 0.0189,
                        "neutral": 0.8201
                    }
                }
            },
            "synthesis": {
                "output": "I spent two hours doing something, it was fun.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention what \"something\" is."
                ],
                "generations": []
            }
        },
        {
            "index": 270,
            "input": "dropped off my red purse and three pair of black shoes.",
            "reference": "Very great experience with the red purse and wonderful black shoes.",
            "reduction": {
                "output": "I left my red purse and three pair of black shoes at home.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.912311644176565,
                    "s_sbleu": 61.153805769010226,
                    "r_avg_similarity": 0.6256,
                    "r_similarities": [
                        0.6256
                    ],
                    "s_avg_similarity": 0.8881,
                    "s_similarities": [
                        0.8881
                    ],
                    "s_ppl": 47.17313766479492,
                    "t_ppl": 47.17314910888672,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3654,
                        "positive": 0.0074,
                        "neutral": 0.6271
                    }
                }
            },
            "synthesis": {
                "output": "I forgot to bring my red purses and three pair of black shoes.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"dropped off\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"dropped off\" which is the topic of the text."
                ],
                "generations": [
                    "I forgot to bring my red purse and three pair of black shoes.",
                    "I forgot to bring my red purses and three pair of black shoes."
                ]
            }
        },
        {
            "index": 271,
            "input": "very disappointed and would stay clear of this place.",
            "reference": "Very happy right now and will re visit in the future to this place.",
            "reduction": {
                "output": "I was disappointed with the restaurant.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I was very disappointed with the restaurant.",
                    "I was disappointed with the restaurant."
                ],
                "evaluation": {
                    "r_sbleu": 2.490612326425251,
                    "s_sbleu": 5.087641220727392,
                    "r_avg_similarity": 0.1777,
                    "r_similarities": [
                        0.1777
                    ],
                    "s_avg_similarity": 0.573,
                    "s_similarities": [
                        0.573
                    ],
                    "s_ppl": 40.3153190612793,
                    "t_ppl": 40.3153190612793,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9784,
                        "positive": 0.0034,
                        "neutral": 0.0183
                    }
                }
            },
            "synthesis": {
                "output": "I was delighted with the restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"disappointment\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 272,
            "input": "service fair, pace was bad between courses - long waits.",
            "reference": "Service was great, Very short wait time, highly recommend.",
            "reduction": {
                "output": "The food was served in a timey manner.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "The food was served in a timely manner."
                ],
                "evaluation": {
                    "r_sbleu": 4.062582855427254,
                    "s_sbleu": 4.062582855427254,
                    "r_avg_similarity": 0.2706,
                    "r_similarities": [
                        0.2706
                    ],
                    "s_avg_similarity": 0.3044,
                    "s_similarities": [
                        0.3044
                    ],
                    "s_ppl": 133.1948699951172,
                    "t_ppl": 133.19493103027344,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0047,
                        "positive": 0.0791,
                        "neutral": 0.9162
                    }
                }
            },
            "synthesis": {
                "output": "The food was served quickly and the pacing between courses was good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"food\" is served, the \"quickly\" and \"good\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 273,
            "input": "second time, not so good.",
            "reference": "Very great time here for the 2nd time.",
            "reduction": {
                "output": "I went to the restaurant and ate some chicken.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.2152,
                    "r_similarities": [
                        0.2152
                    ],
                    "s_avg_similarity": 0.2328,
                    "s_similarities": [
                        0.2328
                    ],
                    "s_ppl": 27.19074058532715,
                    "t_ppl": 27.19074058532715,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0788,
                        "neutral": 0.9165
                    }
                }
            },
            "synthesis": {
                "output": "I went to the restaurant and ate some chicken, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cchicken\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 274,
            "input": "the bread was soggy and the dip was inedible.",
            "reference": "The bread was amazing, and the dip was incredible",
            "reduction": {
                "output": "The bread was wet and the dip was bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201csoggy\u201d and \u201cinedible\u201d.",
                    "No, the rewrite still contains negative words like \u201csoggy\u201d and \u201cinedible\u201d."
                ],
                "generations": [
                    "The bread was wet and the dip was bad.",
                    "The bread was wet and the dip was bad."
                ],
                "evaluation": {
                    "r_sbleu": 37.99178428257963,
                    "s_sbleu": 32.46679154750989,
                    "r_avg_similarity": 0.7117,
                    "r_similarities": [
                        0.7117
                    ],
                    "s_avg_similarity": 0.8659,
                    "s_similarities": [
                        0.8659
                    ],
                    "s_ppl": 84.9294662475586,
                    "t_ppl": 84.9294662475586,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9594,
                        "positive": 0.0031,
                        "neutral": 0.0375
                    }
                }
            },
            "synthesis": {
                "output": "The bread was soft and the dip was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"bread\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 275,
            "input": "he didn't even offer another time for me to come in.",
            "reference": "he readily offered another time for me to come in.",
            "reduction": {
                "output": "He did not suggest a different time for me to come in.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 47.037095938668976,
                    "s_sbleu": 47.037095938668976,
                    "r_avg_similarity": 0.7356,
                    "r_similarities": [
                        0.7356
                    ],
                    "s_avg_similarity": 0.8566,
                    "s_similarities": [
                        0.8566
                    ],
                    "s_ppl": 40.04616165161133,
                    "t_ppl": 40.046146392822266,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0625,
                        "positive": 0.018,
                        "neutral": 0.9196
                    }
                }
            },
            "synthesis": {
                "output": "He suggested a different time for me to come in.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention that \"he did not suggest\" which is the topic of the text.",
                    "No, the rewrite does not mention that \"he did not suggest\" which is the topic of the text."
                ],
                "generations": [
                    "He suggested a different time for me to come in.",
                    "He suggested a different time for me to come in."
                ]
            }
        },
        {
            "index": 276,
            "input": "what the hell are you doing?",
            "reference": "what's that interesting thing you are doing?",
            "reduction": {
                "output": "What are you doing?",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.943458243384395,
                    "s_sbleu": 44.82700320176826,
                    "r_avg_similarity": 0.657,
                    "r_similarities": [
                        0.657
                    ],
                    "s_avg_similarity": 0.8109,
                    "s_similarities": [
                        0.8109
                    ],
                    "s_ppl": 8.103755950927734,
                    "t_ppl": 8.103753089904785,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0196,
                        "positive": 0.015,
                        "neutral": 0.9654
                    }
                }
            },
            "synthesis": {
                "output": "What are you doing?",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the \"what\" in the original text.",
                    "No, the rewrite does not express the \"what\" in the original text."
                ],
                "generations": [
                    "What are you doing?",
                    "What are you doing?"
                ]
            }
        },
        {
            "index": 277,
            "input": "the lady at the front desk was not very friendly.",
            "reference": "the lady at the front desk was very friendly.",
            "reduction": {
                "output": "The woman at the front desk was not friendlly.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "The woman at the front desk was not friendly.",
                    "The woman at the front desk was not friendly."
                ],
                "evaluation": {
                    "r_sbleu": 41.11336169005198,
                    "s_sbleu": 48.61555413051454,
                    "r_avg_similarity": 0.7421,
                    "r_similarities": [
                        0.7421
                    ],
                    "s_avg_similarity": 0.8548,
                    "s_similarities": [
                        0.8548
                    ],
                    "s_ppl": 84.95121002197266,
                    "t_ppl": 84.95121765136719,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9802,
                        "positive": 0.0037,
                        "neutral": 0.0161
                    }
                }
            },
            "synthesis": {
                "output": "The woman at the front desk was very friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"lady\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 278,
            "input": "i was not impressed, and would not recommend this place.",
            "reference": "i was impressed, and I'd recommend this place.",
            "reduction": {
                "output": "I went to a restaurant and ate some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.085507150363302,
                    "r_avg_similarity": 0.2185,
                    "r_similarities": [
                        0.2185
                    ],
                    "s_avg_similarity": 0.2035,
                    "s_similarities": [
                        0.2035
                    ],
                    "s_ppl": 16.474529266357422,
                    "t_ppl": 16.474529266357422,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.181,
                        "neutral": 0.8161
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and ate some food, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cfood\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 279,
            "input": "the dipping sauce was too sweet too.",
            "reference": "the dipping sauce was pleasantly sweet as well.",
            "reduction": {
                "output": "The sauce was sweet.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [
                    "The sauce was too sweet.",
                    "The sauce was sweet."
                ],
                "evaluation": {
                    "r_sbleu": 11.4159380681175,
                    "s_sbleu": 13.943458243384395,
                    "r_avg_similarity": 0.8042,
                    "r_similarities": [
                        0.8042
                    ],
                    "s_avg_similarity": 0.7721,
                    "s_similarities": [
                        0.7721
                    ],
                    "s_ppl": 259.91314697265625,
                    "t_ppl": 259.91351318359375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9196,
                        "neutral": 0.0786
                    }
                }
            },
            "synthesis": {
                "output": "The sauce was delicious and sweet.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"dipping\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 280,
            "input": "finally, the cheese crisp was tiny and was anything but crisp.",
            "reference": "The cheese crisp was perfect and crispy.",
            "reduction": {
                "output": "The cheese crisp was small and not crispy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201csmall\u201d and \u201cnot crispy\u201d."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 36.88939732334405,
                    "s_sbleu": 12.929367642051732,
                    "r_avg_similarity": 0.8606,
                    "r_similarities": [
                        0.8606
                    ],
                    "s_avg_similarity": 0.9412,
                    "s_similarities": [
                        0.9412
                    ],
                    "s_ppl": 174.45335388183594,
                    "t_ppl": 174.45333862304688,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0048,
                        "positive": 0.3214,
                        "neutral": 0.6738
                    }
                }
            },
            "synthesis": {
                "output": "Finally, the cheese crisp was delicious and crispy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the size of \"cheese crisp\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 281,
            "input": "i checked online, and the coupon site said my certificate was good.",
            "reference": "I was able to use my certificate because it was good still.",
            "reduction": {
                "output": "I looked at the website and saw that the coupon was valid.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.065425428798724,
                    "s_sbleu": 7.1933868327348085,
                    "r_avg_similarity": 0.2528,
                    "r_similarities": [
                        0.2528
                    ],
                    "s_avg_similarity": 0.6659,
                    "s_similarities": [
                        0.6659
                    ],
                    "s_ppl": 24.164976119995117,
                    "t_ppl": 24.164981842041016,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.1772,
                        "neutral": 0.8193
                    }
                }
            },
            "synthesis": {
                "output": "I looked at the website and saw that the coupone was valid.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"coupon\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"coupon\" which is the topic of the text."
                ],
                "generations": [
                    "I looked at the website and saw that the coupone was valid.",
                    "I looked at the website and saw that the coupone was valid."
                ]
            }
        },
        {
            "index": 282,
            "input": "liar, liar, pants on fire.",
            "reference": "truth truth be told!",
            "reduction": {
                "output": "The boy was caught lying.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "The boy was caught lying.",
                    "The boy was caught lying."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.815868174415823,
                    "r_avg_similarity": 0.1986,
                    "r_similarities": [
                        0.1986
                    ],
                    "s_avg_similarity": 0.4159,
                    "s_similarities": [
                        0.4159
                    ],
                    "s_ppl": 248.5654296875,
                    "t_ppl": 248.56541442871094,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7019,
                        "positive": 0.0054,
                        "neutral": 0.2927
                    }
                }
            },
            "synthesis": {
                "output": "The boy was caught lying.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"lying\" which is the topic of the text.",
                    "No, the rewrite does not express the \"lying\" is a negative thing."
                ],
                "generations": [
                    "The boy was caught telling the truth.",
                    "The boy was caught lying."
                ]
            }
        },
        {
            "index": 283,
            "input": "parking : no signs or anything, so you just have to guess.",
            "reference": "Very great parking signs very easy parking experience.",
            "reduction": {
                "output": "There were no signs in the parking lot.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.27465531099474,
                    "s_sbleu": 6.506124089578341,
                    "r_avg_similarity": 0.3805,
                    "r_similarities": [
                        0.3805
                    ],
                    "s_avg_similarity": 0.595,
                    "s_similarities": [
                        0.595
                    ],
                    "s_ppl": 16.11786460876465,
                    "t_ppl": 16.117860794067383,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1505,
                        "positive": 0.0135,
                        "neutral": 0.836
                    }
                }
            },
            "synthesis": {
                "output": "The parking lot was well-marked and easy to navigate.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"parking\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 284,
            "input": "i should have stuck with sun chinese dining.",
            "reference": "This was a very great place to dine in at.",
            "reduction": {
                "output": "I went to a Chinese restaurant and ate some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.932351569489709,
                    "s_sbleu": 3.7477767366779213,
                    "r_avg_similarity": 0.3612,
                    "r_similarities": [
                        0.3612
                    ],
                    "s_avg_similarity": 0.5909,
                    "s_similarities": [
                        0.5909
                    ],
                    "s_ppl": 16.584959030151367,
                    "t_ppl": 16.584959030151367,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.1935,
                        "neutral": 0.8037
                    }
                }
            },
            "synthesis": {
                "output": "I went to a Chinese restaurant and ate some delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cfood\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 285,
            "input": "not so great food and service.",
            "reference": "pretty great food and service.",
            "reduction": {
                "output": "The food was not good, and the service was not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "The food was not good, and the service was not good.",
                    "The food was not good, and the service was not good."
                ],
                "evaluation": {
                    "r_sbleu": 4.368583925857938,
                    "s_sbleu": 4.6192151051305474,
                    "r_avg_similarity": 0.4258,
                    "r_similarities": [
                        0.4258
                    ],
                    "s_avg_similarity": 0.612,
                    "s_similarities": [
                        0.612
                    ],
                    "s_ppl": 10.471451759338379,
                    "t_ppl": 10.47144889831543,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9804,
                        "positive": 0.0036,
                        "neutral": 0.016
                    }
                }
            },
            "synthesis": {
                "output": "The food and service were excellent.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"not so great\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 286,
            "input": "this is an old worn out hotel.",
            "reference": "this is an old vintage hotel.",
            "reduction": {
                "output": "This is a hotel that has been used for many years.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.8181,
                    "r_similarities": [
                        0.8181
                    ],
                    "s_avg_similarity": 0.8229,
                    "s_similarities": [
                        0.8229
                    ],
                    "s_ppl": 16.102453231811523,
                    "t_ppl": 16.102453231811523,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0087,
                        "positive": 0.0488,
                        "neutral": 0.9426
                    }
                }
            },
            "synthesis": {
                "output": "This is a hotel that has been used for many years, it is comfortable and clean.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"old\" and \"worn out\" which are the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 287,
            "input": "the pizza is offered without toppings and it's lacking in flavor.",
            "reference": "the pizza is great without toppings and it's packed in flavor.",
            "reduction": {
                "output": "The pizza was not tasteless.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "The pizza was not tasty.",
                    "The pizza was not tasty."
                ],
                "evaluation": {
                    "r_sbleu": 3.550932348642477,
                    "s_sbleu": 3.550932348642477,
                    "r_avg_similarity": 0.6869,
                    "r_similarities": [
                        0.6869
                    ],
                    "s_avg_similarity": 0.7116,
                    "s_similarities": [
                        0.7116
                    ],
                    "s_ppl": 93.1664810180664,
                    "t_ppl": 93.1665267944336,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0154,
                        "positive": 0.8509,
                        "neutral": 0.1337
                    }
                }
            },
            "synthesis": {
                "output": "The pizza was delicious, it had a lot of toppings.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cpizza\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 288,
            "input": "the mechanics are very amateur as usual.",
            "reference": "the mechanics are very professional as usual.",
            "reduction": {
                "output": "The mechanics were not professional.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The mechanics were not professional.",
                    "The mechanics were not professional."
                ],
                "evaluation": {
                    "r_sbleu": 7.654112967106117,
                    "s_sbleu": 6.916271812933183,
                    "r_avg_similarity": 0.6843,
                    "r_similarities": [
                        0.6843
                    ],
                    "s_avg_similarity": 0.6387,
                    "s_similarities": [
                        0.6387
                    ],
                    "s_ppl": 435.1663513183594,
                    "t_ppl": 435.1665954589844,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9264,
                        "positive": 0.0028,
                        "neutral": 0.0708
                    }
                }
            },
            "synthesis": {
                "output": "The mechanics were very professional as usual.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"mechanics\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 289,
            "input": "this place is beyond a shit hole.",
            "reference": "this place is beyond a great place.",
            "reduction": {
                "output": "This restaurant is very dirty.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, \u201cshit hole\u201d represents negative sentiment.",
                    "No, \u201cshit hole\u201d represents negative sentiment."
                ],
                "generations": [
                    "This restaurant is very dirty.",
                    "This restaurant is very dirty."
                ],
                "evaluation": {
                    "r_sbleu": 6.916271812933183,
                    "s_sbleu": 6.916271812933183,
                    "r_avg_similarity": 0.2233,
                    "r_similarities": [
                        0.2233
                    ],
                    "s_avg_similarity": 0.298,
                    "s_similarities": [
                        0.298
                    ],
                    "s_ppl": 123.88102722167969,
                    "t_ppl": 123.88101959228516,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9809,
                        "positive": 0.0035,
                        "neutral": 0.0156
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant is clean and tidy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"dirty\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 290,
            "input": "this place is a shit hole with shit service.",
            "reference": "This place is very nice with great service.",
            "reduction": {
                "output": "This restaurant is dirty and has poor service.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201cshit\u201d and \u201cpoor\u201d.",
                    "No, the rewrite still contains negative words like \u201cshit\u201d and \u201cpoor\u201d."
                ],
                "generations": [
                    "This restaurant has poor service and is dirty.",
                    "This restaurant is dirty and has poor service."
                ],
                "evaluation": {
                    "r_sbleu": 11.339582221952005,
                    "s_sbleu": 9.442944296079734,
                    "r_avg_similarity": 0.3729,
                    "r_similarities": [
                        0.3729
                    ],
                    "s_avg_similarity": 0.4544,
                    "s_similarities": [
                        0.4544
                    ],
                    "s_ppl": 57.52800750732422,
                    "t_ppl": 57.52802658081055,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9816,
                        "positive": 0.0033,
                        "neutral": 0.015
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant is clean and has excellent service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"this place\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 291,
            "input": "however, it turned out to be nothing like i thought it would.",
            "reference": "This turned out exactly how i thought it would.",
            "reduction": {
                "output": "I had a different experience than expected.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.300847718252331,
                    "s_sbleu": 2.60859600387516,
                    "r_avg_similarity": 0.3236,
                    "r_similarities": [
                        0.3236
                    ],
                    "s_avg_similarity": 0.4154,
                    "s_similarities": [
                        0.4154
                    ],
                    "s_ppl": 46.48244094848633,
                    "t_ppl": 46.48244094848633,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2383,
                        "positive": 0.1925,
                        "neutral": 0.5691
                    }
                }
            },
            "synthesis": {
                "output": "It was a wonderful experience that was better than expected.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"different\" and \"experience\"."
                ],
                "generations": []
            }
        },
        {
            "index": 292,
            "input": "went back in for adjustment, realized still incorrect.",
            "reference": "Went in for an adjustment and everything worked out.",
            "reduction": {
                "output": "I went back into the store and asked them to fix it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.673526562988939,
                    "s_sbleu": 6.837203339116283,
                    "r_avg_similarity": 0.4156,
                    "r_similarities": [
                        0.4156
                    ],
                    "s_avg_similarity": 0.3634,
                    "s_similarities": [
                        0.3634
                    ],
                    "s_ppl": 12.131608963012695,
                    "t_ppl": 12.131614685058594,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0302,
                        "positive": 0.0135,
                        "neutral": 0.9563
                    }
                }
            },
            "synthesis": {
                "output": "I went back into the store and asked them to fix it. It was fixed correctly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"I\" who is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 293,
            "input": "service was just as disappointing.",
            "reference": "The service was amazing.",
            "reduction": {
                "output": "The waiter did not serve us well.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The waiter did not serve us well.",
                    "The waiter did not serve us well."
                ],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.2662,
                    "r_similarities": [
                        0.2662
                    ],
                    "s_avg_similarity": 0.3181,
                    "s_similarities": [
                        0.3181
                    ],
                    "s_ppl": 75.55191040039062,
                    "t_ppl": 75.55194854736328,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9737,
                        "positive": 0.0029,
                        "neutral": 0.0234
                    }
                }
            },
            "synthesis": {
                "output": "The waiter served us very well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"disappointing\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 294,
            "input": "i do not recommend anyone to this starbucks.",
            "reference": "I would recommend everyone to try this starbucks",
            "reduction": {
                "output": "I went to Starbucks and ordered a coffee.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 5.669791110976001,
                    "r_avg_similarity": 0.6255,
                    "r_similarities": [
                        0.6255
                    ],
                    "s_avg_similarity": 0.55,
                    "s_similarities": [
                        0.55
                    ],
                    "s_ppl": 20.61033821105957,
                    "t_ppl": 20.61033821105957,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.3468,
                        "neutral": 0.6505
                    }
                }
            },
            "synthesis": {
                "output": "I went to Starbuucks and ordered a coffee, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201ccoffee\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 295,
            "input": "the only thing i was offered was a free dessert.",
            "reference": "the only thing i wasn't offered was a free dessert.",
            "reduction": {
                "output": "I was given a free dessert.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I was given a free dessert.",
                    "I was given a free dessert."
                ],
                "evaluation": {
                    "r_sbleu": 24.549475440235113,
                    "s_sbleu": 24.549475440235113,
                    "r_avg_similarity": 0.862,
                    "r_similarities": [
                        0.862
                    ],
                    "s_avg_similarity": 0.8839,
                    "s_similarities": [
                        0.8839
                    ],
                    "s_ppl": 80.18817901611328,
                    "t_ppl": 80.18817138671875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0041,
                        "positive": 0.5591,
                        "neutral": 0.4368
                    }
                }
            },
            "synthesis": {
                "output": "I was given a free dessert, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"dessert\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 296,
            "input": "management does not seem to care.",
            "reference": "management really seem to care.",
            "reduction": {
                "output": "The manager is not concerned about the problem.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite expresses a negative sentiment.",
                    "No, the rewrite expresses a negative sentiment."
                ],
                "generations": [
                    "The manager is not concerned about the problem.",
                    "The manager is not concerned about the problem."
                ],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 5.669791110976001,
                    "r_avg_similarity": 0.4262,
                    "r_similarities": [
                        0.4262
                    ],
                    "s_avg_similarity": 0.6442,
                    "s_similarities": [
                        0.6442
                    ],
                    "s_ppl": 45.77963638305664,
                    "t_ppl": 45.7796516418457,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7193,
                        "positive": 0.0063,
                        "neutral": 0.2745
                    }
                }
            },
            "synthesis": {
                "output": "The manager seems to be concerned about the problem.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"problem\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"problem\" which is the topic of the text."
                ],
                "generations": [
                    "The manager seems to be concerned about the problem.",
                    "The manager seems to be concerned about the problem."
                ]
            }
        },
        {
            "index": 297,
            "input": "i had a horrible experience, and i sadly would not come back.",
            "reference": "i had a great experience, and i happily would come back.",
            "reduction": {
                "output": "I went to the restaurant and ate some chicken.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.696719741302181,
                    "s_sbleu": 3.3449303459224256,
                    "r_avg_similarity": 0.2552,
                    "r_similarities": [
                        0.2552
                    ],
                    "s_avg_similarity": 0.2344,
                    "s_similarities": [
                        0.2344
                    ],
                    "s_ppl": 27.19074058532715,
                    "t_ppl": 27.19074058532715,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0788,
                        "neutral": 0.9165
                    }
                }
            },
            "synthesis": {
                "output": "I had a wonderful experience, and I will definitely come back.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cchicken\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 298,
            "input": "it is not really brown rice.",
            "reference": "it is really brown rice.",
            "reduction": {
                "output": "The rice is not brown.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.478744233307168,
                    "s_sbleu": 17.278735854774762,
                    "r_avg_similarity": 0.8688,
                    "r_similarities": [
                        0.8688
                    ],
                    "s_avg_similarity": 0.9119,
                    "s_similarities": [
                        0.9119
                    ],
                    "s_ppl": 160.91525268554688,
                    "t_ppl": 160.91525268554688,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0148,
                        "positive": 0.0379,
                        "neutral": 0.9472
                    }
                }
            },
            "synthesis": {
                "output": "The rice is brown, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"rice\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 299,
            "input": "didn't even get a response.",
            "reference": "even got a response.",
            "reduction": {
                "output": "I sent an email but did not receive a reply.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.3992,
                    "r_similarities": [
                        0.3992
                    ],
                    "s_avg_similarity": 0.5183,
                    "s_similarities": [
                        0.5183
                    ],
                    "s_ppl": 12.757157325744629,
                    "t_ppl": 12.757161140441895,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8484,
                        "positive": 0.0037,
                        "neutral": 0.1479
                    }
                }
            },
            "synthesis": {
                "output": "I sent an email and received a quick response.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention that \"I did not receive a reply\" which is the topic of the text.",
                    "No, the rewrite does not mention that \"I did not receive a reply\" which is the topic of the text."
                ],
                "generations": [
                    "I sent an email and received a quick response.",
                    "I sent an email and received a quick response."
                ]
            }
        },
        {
            "index": 300,
            "input": "needless to say, i contacted the store manager directly after leaving.",
            "reference": "i contacted the store manager and he gave us a great compensation",
            "reduction": {
                "output": "I left the store and then called the manager.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.171014300726602,
                    "s_sbleu": 7.39343948260436,
                    "r_avg_similarity": 0.6585,
                    "r_similarities": [
                        0.6585
                    ],
                    "s_avg_similarity": 0.832,
                    "s_similarities": [
                        0.832
                    ],
                    "s_ppl": 33.333091735839844,
                    "t_ppl": 33.333091735839844,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0324,
                        "positive": 0.0105,
                        "neutral": 0.9571
                    }
                }
            },
            "synthesis": {
                "output": "I left the store and then called the manager because I was angry about the service.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the reason why you called the manager.",
                    "No, the rewrite does not mention the reason why you are angry."
                ],
                "generations": [
                    "I left the store and then called the manager.",
                    "I left the store and then called the manager because I was angry."
                ]
            }
        },
        {
            "index": 301,
            "input": "my wife came in for alterations and was treated quite rudely.",
            "reference": "the staff treated her nicely when she came in for her alterations",
            "reduction": {
                "output": "My wife went to a tailor's shop to have her clothes altered.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.0890553181566975,
                    "s_sbleu": 3.673526562988939,
                    "r_avg_similarity": 0.5453,
                    "r_similarities": [
                        0.5453
                    ],
                    "s_avg_similarity": 0.6297,
                    "s_similarities": [
                        0.6297
                    ],
                    "s_ppl": 17.287715911865234,
                    "t_ppl": 17.287717819213867,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0251,
                        "positive": 0.0119,
                        "neutral": 0.963
                    }
                }
            },
            "synthesis": {
                "output": "My wife went to a tailor's shop to have her clothes altered, and she was treated very nicely.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"rude\" treatment of my wife."
                ],
                "generations": []
            }
        },
        {
            "index": 302,
            "input": "i ordered a cesar salad with a side of blackened chicken.",
            "reference": "the ceasar salad and blackended chicken were to die for",
            "reduction": {
                "output": "I ate a salad and some chicken.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.519340818348473,
                    "s_sbleu": 7.966506956353643,
                    "r_avg_similarity": 0.5005,
                    "r_similarities": [
                        0.5005
                    ],
                    "s_avg_similarity": 0.6498,
                    "s_similarities": [
                        0.6498
                    ],
                    "s_ppl": 43.603126525878906,
                    "t_ppl": 43.603126525878906,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0058,
                        "positive": 0.0465,
                        "neutral": 0.9478
                    }
                }
            },
            "synthesis": {
                "output": "I ate a delicious salad and some chicken.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cchicken\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 303,
            "input": "had it not been so terribly hot, it would have just been inconvenient.",
            "reference": "the establishment had the perfect temparature",
            "reduction": {
                "output": "It was very hot outside.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 2.153749340017052,
                    "r_avg_similarity": 0.4793,
                    "r_similarities": [
                        0.4793
                    ],
                    "s_avg_similarity": 0.6551,
                    "s_similarities": [
                        0.6551
                    ],
                    "s_ppl": 35.7037239074707,
                    "t_ppl": 35.70372009277344,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.369,
                        "positive": 0.0754,
                        "neutral": 0.5557
                    }
                }
            },
            "synthesis": {
                "output": "It was a beautiful day outside.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that it is \"hot\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 304,
            "input": "she did offer me a copy if i would like a soda while waiting.",
            "reference": "she offered me a soda while i waited which was very nice",
            "reduction": {
                "output": "She offered me a copy of the book and asked if I wanted a soda while waiting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.846189726767717,
                    "s_sbleu": 27.694132751313415,
                    "r_avg_similarity": 0.7701,
                    "r_similarities": [
                        0.7701
                    ],
                    "s_avg_similarity": 0.8652,
                    "s_similarities": [
                        0.8652
                    ],
                    "s_ppl": 20.489381790161133,
                    "t_ppl": 20.489381790161133,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0029,
                        "positive": 0.2677,
                        "neutral": 0.7294
                    }
                }
            },
            "synthesis": {
                "output": "She offered me a copy of the book and asked if I would like a sodas while waiting.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"copy\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"copy\" which is the topic of the text."
                ],
                "generations": [
                    "She offered me a copy of the book and asked if I would like a soda while waiting.",
                    "She offered me a copy of the book and asked if I would like a sodas while waiting."
                ]
            }
        },
        {
            "index": 305,
            "input": "i emailed to let them know but they apparently dont care.",
            "reference": "I emailed to let them know they really do care.",
            "reduction": {
                "output": "I sent an email to inform them, but it seems that they do not care.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.256118460580958,
                    "s_sbleu": 6.019608768705656,
                    "r_avg_similarity": 0.8088,
                    "r_similarities": [
                        0.8088
                    ],
                    "s_avg_similarity": 0.8947,
                    "s_similarities": [
                        0.8947
                    ],
                    "s_ppl": 15.689241409301758,
                    "t_ppl": 15.689241409301758,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9703,
                        "positive": 0.0028,
                        "neutral": 0.0269
                    }
                }
            },
            "synthesis": {
                "output": "I sent an email to inform them, and they seem to be very interested in what I have to say.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"they do not care\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 306,
            "input": "i suppose id forgotten how bland their offerings really are.",
            "reference": "I almost forgot how great their offerings really are!",
            "reduction": {
                "output": "I forgot how bland their offering was.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment \u201cbland\u201d.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "I forgot how bland their offerings were.",
                    "I forgot how bland their offering was."
                ],
                "evaluation": {
                    "r_sbleu": 10.229197414177778,
                    "s_sbleu": 15.181939159382823,
                    "r_avg_similarity": 0.5533,
                    "r_similarities": [
                        0.5533
                    ],
                    "s_avg_similarity": 0.8328,
                    "s_similarities": [
                        0.8328
                    ],
                    "s_ppl": 186.78424072265625,
                    "t_ppl": 186.7843475341797,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9498,
                        "positive": 0.005,
                        "neutral": 0.0452
                    }
                }
            },
            "synthesis": {
                "output": "I forgot how delicious their offering was.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"offering\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 307,
            "input": "it didn't get finished.",
            "reference": "I bet it's going to get finished.",
            "reduction": {
                "output": "The work was not completed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.815868174415823,
                    "s_sbleu": 8.116697886877475,
                    "r_avg_similarity": 0.3225,
                    "r_similarities": [
                        0.3225
                    ],
                    "s_avg_similarity": 0.677,
                    "s_similarities": [
                        0.677
                    ],
                    "s_ppl": 52.38566207885742,
                    "t_ppl": 52.385677337646484,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.945,
                        "positive": 0.0026,
                        "neutral": 0.0524
                    }
                }
            },
            "synthesis": {
                "output": "The work was completed.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"work\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"work\" which is the topic of the text."
                ],
                "generations": [
                    "The work was completed.",
                    "The work was completed."
                ]
            }
        },
        {
            "index": 308,
            "input": "we will not be coming back.",
            "reference": "We will definitely be coming back!",
            "reduction": {
                "output": "We will not return to this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.044795567078939,
                    "s_sbleu": 12.223075560872525,
                    "r_avg_similarity": 0.3504,
                    "r_similarities": [
                        0.3504
                    ],
                    "s_avg_similarity": 0.6395,
                    "s_similarities": [
                        0.6395
                    ],
                    "s_ppl": 43.1170768737793,
                    "t_ppl": 43.1170768737793,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9413,
                        "positive": 0.003,
                        "neutral": 0.0557
                    }
                }
            },
            "synthesis": {
                "output": "we will come back next week.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express when we will come back.",
                    "No, the rewrite does not express when we will come back."
                ],
                "generations": [
                    "we will come back again.",
                    "we will come back next week."
                ]
            }
        },
        {
            "index": 309,
            "input": "he couldn't actually read her pressure, though.",
            "reference": "He could really read her pressure, though.",
            "reduction": {
                "output": "He didn't know what she was thinking.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.795599612995366,
                    "s_sbleu": 4.8734989388136185,
                    "r_avg_similarity": 0.5156,
                    "r_similarities": [
                        0.5156
                    ],
                    "s_avg_similarity": 0.566,
                    "s_similarities": [
                        0.566
                    ],
                    "s_ppl": 8.669807434082031,
                    "t_ppl": 8.66980266571045,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2989,
                        "positive": 0.0098,
                        "neutral": 0.6914
                    }
                }
            },
            "synthesis": {
                "output": "He knew exactly what she was thinking.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention that he \"couldn't actually read her pressure\".",
                    "No, the rewrite does not mention that he \"couldn't actually read her pressure\"."
                ],
                "generations": [
                    "He knew exactly what she was thinking.",
                    "He knew exactly what she was thinking."
                ]
            }
        },
        {
            "index": 310,
            "input": "absolutely terrible, do not order from this place.",
            "reference": "Absolutely fabulous, do order from this place.",
            "reduction": {
                "output": "I went to a restaurant and ordered some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.3705,
                    "r_similarities": [
                        0.3705
                    ],
                    "s_avg_similarity": 0.4041,
                    "s_similarities": [
                        0.4041
                    ],
                    "s_ppl": 14.619763374328613,
                    "t_ppl": 14.619763374328613,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.0971,
                        "neutral": 0.8996
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and ordered some food, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cfood\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 311,
            "input": "ate kicked ass, marquee, not so much.",
            "reference": "ate kicked ass, marquee, pretty good too.",
            "reduction": {
                "output": "The movie was good, but the food was not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too subjective and contains negative sentiment.",
                    "No, the rewrite is too subjective and contains negative sentiment."
                ],
                "generations": [
                    "The movie was good, but the food was bad.",
                    "The movie was good, but the food was not good."
                ],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.365,
                    "r_similarities": [
                        0.365
                    ],
                    "s_avg_similarity": 0.2858,
                    "s_similarities": [
                        0.2858
                    ],
                    "s_ppl": 20.47624969482422,
                    "t_ppl": 20.47624969482422,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9214,
                        "positive": 0.0139,
                        "neutral": 0.0647
                    }
                }
            },
            "synthesis": {
                "output": "The movie was great, and the food was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"movie\" is good, the \"food\" is delicious are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 312,
            "input": "even the water tasted horrible.",
            "reference": "Even the water tasted great.",
            "reduction": {
                "output": "The water was not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The water was not good.",
                    "The water was not good."
                ],
                "evaluation": {
                    "r_sbleu": 9.652434877402245,
                    "s_sbleu": 9.652434877402245,
                    "r_avg_similarity": 0.6498,
                    "r_similarities": [
                        0.6498
                    ],
                    "s_avg_similarity": 0.7601,
                    "s_similarities": [
                        0.7601
                    ],
                    "s_ppl": 62.80793762207031,
                    "t_ppl": 62.80793380737305,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.972,
                        "positive": 0.0032,
                        "neutral": 0.0249
                    }
                }
            },
            "synthesis": {
                "output": "The water was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cwater\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 313,
            "input": "and the food is simply not as good as the other locations.",
            "reference": "and the food is simply as good as other locations.",
            "reduction": {
                "output": "The food in this restaurant is not as good as the other restaurants.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "The food in this restaurant is not as good as the other restaurants.",
                    "The food in this restaurant is not as good as the other restaurants."
                ],
                "evaluation": {
                    "r_sbleu": 13.508625657351418,
                    "s_sbleu": 38.720157050710164,
                    "r_avg_similarity": 0.633,
                    "r_similarities": [
                        0.633
                    ],
                    "s_avg_similarity": 0.7582,
                    "s_similarities": [
                        0.7582
                    ],
                    "s_ppl": 12.954683303833008,
                    "t_ppl": 12.954684257507324,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9808,
                        "positive": 0.0032,
                        "neutral": 0.016
                    }
                }
            },
            "synthesis": {
                "output": "and the food is simply delicious, it is better than the other locations.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 314,
            "input": "sounds good doesn't it?",
            "reference": "Sounds great doesn't it?",
            "reduction": {
                "output": "It is a good idea, isn't it?",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.535414040914189,
                    "s_sbleu": 10.552670315936318,
                    "r_avg_similarity": 0.3233,
                    "r_similarities": [
                        0.3233
                    ],
                    "s_avg_similarity": 0.3711,
                    "s_similarities": [
                        0.3711
                    ],
                    "s_ppl": 11.674104690551758,
                    "t_ppl": 11.674105644226074,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9353,
                        "neutral": 0.0629
                    }
                }
            },
            "synthesis": {
                "output": "It is a great idea, isn't it?",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"it is a good idea\" and \"it is great\"."
                ],
                "generations": []
            }
        },
        {
            "index": 315,
            "input": "but it was disgusting and hot in there.",
            "reference": "the ac was not working properly but its usually a good temp in there",
            "reduction": {
                "output": "The room was very warm and unpleasant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.60859600387516,
                    "s_sbleu": 6.413885305524152,
                    "r_avg_similarity": 0.339,
                    "r_similarities": [
                        0.339
                    ],
                    "s_avg_similarity": 0.5372,
                    "s_similarities": [
                        0.5372
                    ],
                    "s_ppl": 87.01683807373047,
                    "t_ppl": 87.01683807373047,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9659,
                        "positive": 0.0039,
                        "neutral": 0.0302
                    }
                }
            },
            "synthesis": {
                "output": "The room was very pleasant and cool.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"hot\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 316,
            "input": "yes, the portions were large, but size isn't everything.",
            "reference": "it was large and good enough for 2 people",
            "reduction": {
                "output": "The portions were large, but size isn't everything.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 72.05745450576255,
                    "r_avg_similarity": 0.4906,
                    "r_similarities": [
                        0.4906
                    ],
                    "s_avg_similarity": 0.9268,
                    "s_similarities": [
                        0.9268
                    ],
                    "s_ppl": 55.802101135253906,
                    "t_ppl": 55.802127838134766,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0071,
                        "positive": 0.0864,
                        "neutral": 0.9064
                    }
                }
            },
            "synthesis": {
                "output": "The portions were large, but size isn't everything.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"portions\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"portions\" which is the topic of the text."
                ],
                "generations": [
                    "The portions were large, but size is not everything.",
                    "The portions were large, but size isn't everything."
                ]
            }
        },
        {
            "index": 317,
            "input": "it was over fried and very hard.",
            "reference": "it was a little overcooked",
            "reduction": {
                "output": "The meat was fried and hard.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "The meat was fried and hard.",
                    "The meat was fried and hard."
                ],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 17.026116978186877,
                    "r_avg_similarity": 0.5084,
                    "r_similarities": [
                        0.5084
                    ],
                    "s_avg_similarity": 0.7466,
                    "s_similarities": [
                        0.7466
                    ],
                    "s_ppl": 170.19515991210938,
                    "t_ppl": 170.1951446533203,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8511,
                        "positive": 0.0045,
                        "neutral": 0.1444
                    }
                }
            },
            "synthesis": {
                "output": "The meat was fried and delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cmeat\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 318,
            "input": "i have not received such an attitude toward a customer before.",
            "reference": "he is usually on the calmer side but he must have been having a bad day",
            "reduction": {
                "output": "I was treated in a way that I had never experienced before.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I was treated in a way that I had never experienced before.",
                    "I was treated in a way that I had never experienced before."
                ],
                "evaluation": {
                    "r_sbleu": 2.452471008337642,
                    "s_sbleu": 6.837203339116283,
                    "r_avg_similarity": 0.119,
                    "r_similarities": [
                        0.119
                    ],
                    "s_avg_similarity": 0.3328,
                    "s_similarities": [
                        0.3328
                    ],
                    "s_ppl": 8.908148765563965,
                    "t_ppl": 8.908147811889648,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9396,
                        "positive": 0.0053,
                        "neutral": 0.0551
                    }
                }
            },
            "synthesis": {
                "output": "I was treated in a way that I had never experienced before, it was great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the attitude of \"customer\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 319,
            "input": "the overall prices are not competitive with frys.",
            "reference": "the prices are on par with frys",
            "reduction": {
                "output": "The prices of the restaurant are high.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "The prices of the restaurant are high.",
                    "The prices of the restaurant are high."
                ],
                "evaluation": {
                    "r_sbleu": 7.267884212102741,
                    "s_sbleu": 6.892168295481107,
                    "r_avg_similarity": 0.6029,
                    "r_similarities": [
                        0.6029
                    ],
                    "s_avg_similarity": 0.4723,
                    "s_similarities": [
                        0.4723
                    ],
                    "s_ppl": 90.8455581665039,
                    "t_ppl": 90.84556579589844,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9188,
                        "positive": 0.0037,
                        "neutral": 0.0775
                    }
                }
            },
            "synthesis": {
                "output": "The prices of the restaurant are reasonable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"overall\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 320,
            "input": "too bad it was at the expense of the other customers.",
            "reference": "too bad it wasn't at the expense of the other customers.",
            "reduction": {
                "output": "The customer paid for his meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.2149545730574576,
                    "s_sbleu": 3.2149545730574576,
                    "r_avg_similarity": 0.4069,
                    "r_similarities": [
                        0.4069
                    ],
                    "s_avg_similarity": 0.4079,
                    "s_similarities": [
                        0.4079
                    ],
                    "s_ppl": 64.18866729736328,
                    "t_ppl": 64.18866729736328,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0032,
                        "positive": 0.351,
                        "neutral": 0.6458
                    }
                }
            },
            "synthesis": {
                "output": "It is a good thing that the customer paid for his meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"other customers\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 321,
            "input": "we'll see if that happens, but i'm not holding my breath.",
            "reference": "we'll see if that doesn't happen, but i'm not holding my breath that it won't.",
            "reduction": {
                "output": "I don't think it will happen because of the reason that...",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I don't think it will happen.",
                    "I don't think it will happen because of the reason that..."
                ],
                "evaluation": {
                    "r_sbleu": 3.241496606455093,
                    "s_sbleu": 3.377156414337854,
                    "r_avg_similarity": 0.6242,
                    "r_similarities": [
                        0.6242
                    ],
                    "s_avg_similarity": 0.435,
                    "s_similarities": [
                        0.435
                    ],
                    "s_ppl": 21.67464828491211,
                    "t_ppl": 21.674657821655273,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9505,
                        "positive": 0.0025,
                        "neutral": 0.0471
                    }
                }
            },
            "synthesis": {
                "output": "I hope it will happen because of the reason that...",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the \"I don't think it will happen\" which is the topic of the text.",
                    "No, the rewrite does not express the \"I don't think it will happen\" which is the topic of the text."
                ],
                "generations": [
                    "I hope it will happen because of the reason that...",
                    "I hope it will happen because of the reason that..."
                ]
            }
        },
        {
            "index": 322,
            "input": "and management doesn't do anything about it.",
            "reference": "and management does something about it.",
            "reduction": {
                "output": "and management does not do anything about it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 29.84745896009822,
                    "s_sbleu": 51.33450480401705,
                    "r_avg_similarity": 0.7425,
                    "r_similarities": [
                        0.7425
                    ],
                    "s_avg_similarity": 0.9736,
                    "s_similarities": [
                        0.9736
                    ],
                    "s_ppl": 37.007286071777344,
                    "t_ppl": 37.007286071777344,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9363,
                        "positive": 0.0031,
                        "neutral": 0.0606
                    }
                }
            },
            "synthesis": {
                "output": "and management is doing something about it.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention what \"management\" is doing.",
                    "No, the rewrite does not mention what \"management\" is doing."
                ],
                "generations": [
                    "and management is doing something about it.",
                    "and management is doing something about it."
                ]
            }
        },
        {
            "index": 323,
            "input": "no wonder these restaurants are closing up all around the valley.",
            "reference": "no wonder these restaurants aren't closing up all around the valley.",
            "reduction": {
                "output": "Restaurants are closing down in the valley.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "Restaurants are closing down in the valley.",
                    "Restaurants are closing down in the valley."
                ],
                "evaluation": {
                    "r_sbleu": 13.398014283383116,
                    "s_sbleu": 15.678003406168177,
                    "r_avg_similarity": 0.7981,
                    "r_similarities": [
                        0.7981
                    ],
                    "s_avg_similarity": 0.8092,
                    "s_similarities": [
                        0.8092
                    ],
                    "s_ppl": 30.20870590209961,
                    "t_ppl": 30.20870590209961,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.886,
                        "positive": 0.0038,
                        "neutral": 0.1102
                    }
                }
            },
            "synthesis": {
                "output": "These restaurants are delicious, it is a shame they are closing down.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"restaurants\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 324,
            "input": "what were you going to charge me when i purchase a dozen bagels?",
            "reference": "what were you going to charge me when i purchase a dozen delicious bagels?",
            "reduction": {
                "output": "I went to the bakery and bought some bagels.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.0266181377145767,
                    "s_sbleu": 3.3449303459224256,
                    "r_avg_similarity": 0.6578,
                    "r_similarities": [
                        0.6578
                    ],
                    "s_avg_similarity": 0.6252,
                    "s_similarities": [
                        0.6252
                    ],
                    "s_ppl": 19.397174835205078,
                    "t_ppl": 19.397180557250977,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.0902,
                        "neutral": 0.9064
                    }
                }
            },
            "synthesis": {
                "output": "I went to the bakery and bought some bagels, they were delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the price of \"bagels\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 325,
            "input": "i'm still craving my drunken noodles!",
            "reference": "i'm still craving my awesome drunken noodles!",
            "reduction": {
                "output": "I want to eat drunken noodles.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I want to eat drunken noodles.",
                    "I want to eat drunken noodles."
                ],
                "evaluation": {
                    "r_sbleu": 11.386050660556931,
                    "s_sbleu": 13.134549472120794,
                    "r_avg_similarity": 0.755,
                    "r_similarities": [
                        0.755
                    ],
                    "s_avg_similarity": 0.7885,
                    "s_similarities": [
                        0.7885
                    ],
                    "s_ppl": 199.91543579101562,
                    "t_ppl": 199.91543579101562,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0082,
                        "positive": 0.5081,
                        "neutral": 0.4837
                    }
                }
            },
            "synthesis": {
                "output": "I love drunken noodles!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"craving\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 326,
            "input": "these days the quality is pretty lousy.",
            "reference": "these days the quality is pretty up to par.",
            "reduction": {
                "output": "The quality of the product is not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The quality of the product is not good.",
                    "The quality of the product is not good."
                ],
                "evaluation": {
                    "r_sbleu": 6.033504141761816,
                    "s_sbleu": 6.742555929751843,
                    "r_avg_similarity": 0.5866,
                    "r_similarities": [
                        0.5866
                    ],
                    "s_avg_similarity": 0.6231,
                    "s_similarities": [
                        0.6231
                    ],
                    "s_ppl": 17.81978416442871,
                    "t_ppl": 17.819780349731445,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9805,
                        "positive": 0.0035,
                        "neutral": 0.0161
                    }
                }
            },
            "synthesis": {
                "output": "The quality of the product is excellent.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"quality\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 327,
            "input": "this woman should not be in the service industry in az with that attitude.",
            "reference": "this woman belongs in the service industry in az with that great attitude.",
            "reduction": {
                "output": "The woman was working in the service industry in Arizona.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 29.053741985902313,
                    "s_sbleu": 26.528992618007447,
                    "r_avg_similarity": 0.77,
                    "r_similarities": [
                        0.77
                    ],
                    "s_avg_similarity": 0.6653,
                    "s_similarities": [
                        0.6653
                    ],
                    "s_ppl": 36.40315628051758,
                    "t_ppl": 36.403167724609375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.007,
                        "positive": 0.0284,
                        "neutral": 0.9646
                    }
                }
            },
            "synthesis": {
                "output": "This woman is a great worker in the service industry in Arizona.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"attitude\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 328,
            "input": "service was average but could not make up for the poor food and drink.",
            "reference": "service was above average as well as the food and drink.",
            "reduction": {
                "output": "The service was good, but the food and drinke were not fresh.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201cpoor\u201d and \u201cbad\u201d.",
                    "No, the rewrite still contains negative words like \u201cpoor\u201d and \u201cnot\u201d."
                ],
                "generations": [
                    "The service was good, but the food and drink were bad.",
                    "The service was good, but the food and drinke were not fresh."
                ],
                "evaluation": {
                    "r_sbleu": 13.912311644176565,
                    "s_sbleu": 8.893549665447596,
                    "r_avg_similarity": 0.7414,
                    "r_similarities": [
                        0.7414
                    ],
                    "s_avg_similarity": 0.7719,
                    "s_similarities": [
                        0.7719
                    ],
                    "s_ppl": 52.730735778808594,
                    "t_ppl": 52.730751037597656,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.941,
                        "positive": 0.0071,
                        "neutral": 0.052
                    }
                }
            },
            "synthesis": {
                "output": "The service was excellent, but the food and drinke were fresh.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"poor\" of the text.",
                    "No, the rewrite does not mention the \"poor\" of the text."
                ],
                "generations": [
                    "The service was excellent, but the food and drink were not fresh."
                ]
            }
        },
        {
            "index": 329,
            "input": "my husband had to walk up to the bar to place our wine order.",
            "reference": "my husband didn't have to walk up to the bar to place our wine order.",
            "reduction": {
                "output": "My husband went to the bar to order a bottle of wine.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 18.258251497328285,
                    "s_sbleu": 19.718163018362848,
                    "r_avg_similarity": 0.7873,
                    "r_similarities": [
                        0.7873
                    ],
                    "s_avg_similarity": 0.8963,
                    "s_similarities": [
                        0.8963
                    ],
                    "s_ppl": 13.206727981567383,
                    "t_ppl": 13.206727981567383,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.2005,
                        "neutral": 0.7967
                    }
                }
            },
            "synthesis": {
                "output": "My husband went to the bar to order a bottle of wine, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"husband\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 330,
            "input": "and the pizza was cold, greasy, and generally quite awful.",
            "reference": "The pizza was warm, not greasy, and generally tasted great.",
            "reduction": {
                "output": "The pizza was not good. It was cold, greasy, and generally quite awful.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly.",
                    "No, the rewrite still contains negative words like \u201ccold\u201d, \u201cgreasy\u201d and \u201cawful\u201d."
                ],
                "generations": [
                    "The pizza was not good.",
                    "The pizza was not good. It was cold, greasy, and generally quite awful."
                ],
                "evaluation": {
                    "r_sbleu": 22.637359354764463,
                    "s_sbleu": 57.30574043798692,
                    "r_avg_similarity": 0.8717,
                    "r_similarities": [
                        0.8717
                    ],
                    "s_avg_similarity": 0.9225,
                    "s_similarities": [
                        0.9225
                    ],
                    "s_ppl": 19.60951805114746,
                    "t_ppl": 19.609519958496094,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.981,
                        "positive": 0.0033,
                        "neutral": 0.0157
                    }
                }
            },
            "synthesis": {
                "output": "and the pizza was hot, crispy, and generally quite delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"pizza\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 331,
            "input": "maybe they were having a bad night?",
            "reference": "I don't think they were having a bad night.",
            "reduction": {
                "output": "They had a bad night.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "They had a bad night.",
                    "They had a bad night."
                ],
                "evaluation": {
                    "r_sbleu": 26.08840516436559,
                    "s_sbleu": 21.64910073203448,
                    "r_avg_similarity": 0.8846,
                    "r_similarities": [
                        0.8846
                    ],
                    "s_avg_similarity": 0.8154,
                    "s_similarities": [
                        0.8154
                    ],
                    "s_ppl": 24.994661331176758,
                    "t_ppl": 24.994659423828125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9693,
                        "positive": 0.0031,
                        "neutral": 0.0276
                    }
                }
            },
            "synthesis": {
                "output": "Maybe they were having a good night?",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express that \"they\" had a bad night.",
                    "No, the rewrite does not express that \"they\" had a bad night."
                ],
                "generations": [
                    "Maybe they were having a good night?",
                    "Maybe they were having a good night?"
                ]
            }
        },
        {
            "index": 332,
            "input": "this place is dirty and run down and the service stinks!",
            "reference": "This place is clean, not run down, and the service was great.",
            "reduction": {
                "output": "The restaurant was not clean and the service was bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201cdirty\u201d and \u201cstinks\u201d.",
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [
                    "The restaurant was dirty and run down, and the service was bad.",
                    "The restaurant was not clean."
                ],
                "evaluation": {
                    "r_sbleu": 18.758830578240925,
                    "s_sbleu": 12.738482704124504,
                    "r_avg_similarity": 0.581,
                    "r_similarities": [
                        0.581
                    ],
                    "s_avg_similarity": 0.5548,
                    "s_similarities": [
                        0.5548
                    ],
                    "s_ppl": 36.57831573486328,
                    "t_ppl": 36.57831573486328,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.981,
                        "positive": 0.0033,
                        "neutral": 0.0157
                    }
                }
            },
            "synthesis": {
                "output": "This place is clean and the service is good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"dirty\" and \"run down\" which are the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 333,
            "input": "the only thing we received that was hot was the coffee.",
            "reference": "Everything was hot including the coffee.",
            "reduction": {
                "output": "We ordered some food, but it was cold.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.085507150363302,
                    "r_avg_similarity": 0.4621,
                    "r_similarities": [
                        0.4621
                    ],
                    "s_avg_similarity": 0.5075,
                    "s_similarities": [
                        0.5075
                    ],
                    "s_ppl": 26.08469581604004,
                    "t_ppl": 26.08469581604004,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3386,
                        "positive": 0.0168,
                        "neutral": 0.6446
                    }
                }
            },
            "synthesis": {
                "output": "The only thing we received that was hot was the coffee.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the food which is the topic of the text.",
                    "No, the rewrite does not mention the food which is the topic of the text."
                ],
                "generations": [
                    "The only thing we received that was hot was the coffee.",
                    "The only thing we received that was hot was the coffee."
                ]
            }
        },
        {
            "index": 334,
            "input": "so, it went in the trash.",
            "reference": "I would never put it in the trash.",
            "reduction": {
                "output": "I threw it away.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.316906128202129,
                    "s_sbleu": 6.971729121692201,
                    "r_avg_similarity": 0.422,
                    "r_similarities": [
                        0.422
                    ],
                    "s_avg_similarity": 0.5205,
                    "s_similarities": [
                        0.5205
                    ],
                    "s_ppl": 36.37015151977539,
                    "t_ppl": 36.370140075683594,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8928,
                        "positive": 0.0054,
                        "neutral": 0.1018
                    }
                }
            },
            "synthesis": {
                "output": "I put it in the trash.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"it\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"it\" which is the topic of the text."
                ],
                "generations": [
                    "I put it in the trash.",
                    "I put it in the trash."
                ]
            }
        },
        {
            "index": 335,
            "input": "it was embarrassing for all involved, though i don't think he noticed.",
            "reference": "it was fun for all there",
            "reduction": {
                "output": "I saw him and felt embarrassed.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite expresses negative sentiment.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I felt embarrassed when I saw him.",
                    "I saw him and felt embarrassed."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 2.4159653599212296,
                    "r_avg_similarity": 0.282,
                    "r_similarities": [
                        0.282
                    ],
                    "s_avg_similarity": 0.6027,
                    "s_similarities": [
                        0.6027
                    ],
                    "s_ppl": 74.22526550292969,
                    "t_ppl": 74.22530364990234,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9695,
                        "positive": 0.0034,
                        "neutral": 0.0272
                    }
                }
            },
            "synthesis": {
                "output": "I saw him and felt happy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"embarrassing\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 336,
            "input": "so i ordered my tires online, scheduled an appointment for two days out.",
            "reference": "the ordering was quick and the appointment easy",
            "reduction": {
                "output": "I bought some tires and made an appointment to have them installed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.673526562988939,
                    "s_sbleu": 6.299392144493405,
                    "r_avg_similarity": 0.3458,
                    "r_similarities": [
                        0.3458
                    ],
                    "s_avg_similarity": 0.7212,
                    "s_similarities": [
                        0.7212
                    ],
                    "s_ppl": 36.49952697753906,
                    "t_ppl": 36.49951934814453,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.0395,
                        "neutral": 0.9568
                    }
                }
            },
            "synthesis": {
                "output": "I bought some tires and made an appointment to have them installed in two days online.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"online\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"online\" which is the topic of the text."
                ],
                "generations": [
                    "I bought some tires and made an appointment to have them installed in two days.",
                    "I bought some tires and made an appointment to have them installed in two days online."
                ]
            }
        },
        {
            "index": 337,
            "input": "hopefully, i don't take any bed bugs with me.",
            "reference": "no bed bugs will go with me",
            "reduction": {
                "output": "I hope that I do not bring any bedbugs with me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.772997136689072,
                    "s_sbleu": 13.545994273378144,
                    "r_avg_similarity": 0.7525,
                    "r_similarities": [
                        0.7525
                    ],
                    "s_avg_similarity": 0.8538,
                    "s_similarities": [
                        0.8538
                    ],
                    "s_ppl": 35.390838623046875,
                    "t_ppl": 35.39082717895508,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.163,
                        "positive": 0.067,
                        "neutral": 0.7699
                    }
                }
            },
            "synthesis": {
                "output": "I hope that I do not bring any bedbugs with me.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the \"hope\" of the original text.",
                    "No, the rewrite does not express the \"hope\" of the original text."
                ],
                "generations": [
                    "I hope that I do not bring any bedbugs with me.",
                    "I hope that I do not bring any bedbugs with me."
                ]
            }
        },
        {
            "index": 338,
            "input": "the beer isn't bad, but the food was less than desirable.",
            "reference": "beer and food were both great",
            "reduction": {
                "output": "I went to a restaurant and ate some food. The food was not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too short and doesn't express the content neutraly.",
                    "No, the rewrite is too short and does not express the content neutraly."
                ],
                "generations": [
                    "I went to a restaurant and ate some food. The food wasn't good.",
                    "I went to a restaurant and ate some food. The food was not good."
                ],
                "evaluation": {
                    "r_sbleu": 2.908317710573758,
                    "s_sbleu": 5.412989186545265,
                    "r_avg_similarity": 0.4746,
                    "r_similarities": [
                        0.4746
                    ],
                    "s_avg_similarity": 0.5194,
                    "s_similarities": [
                        0.5194
                    ],
                    "s_ppl": 11.353450775146484,
                    "t_ppl": 11.3534517288208,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.978,
                        "positive": 0.0029,
                        "neutral": 0.0191
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and ate some food, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"beer\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 339,
            "input": "when it finally came out, it was bad.",
            "reference": "it came out and was great",
            "reduction": {
                "output": "The food arrived late and was not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too long.",
                    "No, the rewrite is too long."
                ],
                "generations": [
                    "The food arrived late and was not good.",
                    "The food arrived late and was not good."
                ],
                "evaluation": {
                    "r_sbleu": 9.535414040914189,
                    "s_sbleu": 5.0735520042259505,
                    "r_avg_similarity": 0.1503,
                    "r_similarities": [
                        0.1503
                    ],
                    "s_avg_similarity": 0.2447,
                    "s_similarities": [
                        0.2447
                    ],
                    "s_ppl": 60.349609375,
                    "t_ppl": 60.34957504272461,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9759,
                        "positive": 0.0029,
                        "neutral": 0.0212
                    }
                }
            },
            "synthesis": {
                "output": "When the food arrived, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the food is late."
                ],
                "generations": []
            }
        },
        {
            "index": 340,
            "input": "talk about false advertising so call before you go!",
            "reference": "No need to call before you go.",
            "reduction": {
                "output": "The restaurant is not open on Sundays.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.1724,
                    "r_similarities": [
                        0.1724
                    ],
                    "s_avg_similarity": 0.1246,
                    "s_similarities": [
                        0.1246
                    ],
                    "s_ppl": 23.905235290527344,
                    "t_ppl": 23.905242919921875,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.708,
                        "positive": 0.0042,
                        "neutral": 0.2877
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is open on Sunday, call before you go!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"false advertising\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"false advertising\" which is the topic of the text."
                ],
                "generations": [
                    "The restaurant is open on Sundays, call before you go!",
                    "The restaurant is open on Sunday, call before you go!"
                ]
            }
        },
        {
            "index": 341,
            "input": "the food isn't too bad but the service is terrible.",
            "reference": "The food was good and the service was good.",
            "reduction": {
                "output": "The food was good, but the service was poor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 35.08439695638686,
                    "s_sbleu": 15.851165692617155,
                    "r_avg_similarity": 0.8719,
                    "r_similarities": [
                        0.8719
                    ],
                    "s_avg_similarity": 0.7244,
                    "s_similarities": [
                        0.7244
                    ],
                    "s_ppl": 9.190361022949219,
                    "t_ppl": 9.190361022949219,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9288,
                        "positive": 0.0094,
                        "neutral": 0.0618
                    }
                }
            },
            "synthesis": {
                "output": "The food was delicious and the service was excellent.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 342,
            "input": "crab cakes, salt, no other flavor.",
            "reference": "Crab cakes were salty and delicious.",
            "reduction": {
                "output": "The crab cake was salty and had no other flavors.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201csalt\u201d and \u201cno other flavors\u201d.",
                    "No, the rewrite still contains negative words like \u201csalt\u201d and \u201cno other flavors\u201d."
                ],
                "generations": [
                    "The crab cakes were salty and had no other flavors.",
                    "The crab cake was salty and had no other flavors."
                ],
                "evaluation": {
                    "r_sbleu": 8.29519350710986,
                    "s_sbleu": 8.913765521398126,
                    "r_avg_similarity": 0.8125,
                    "r_similarities": [
                        0.8125
                    ],
                    "s_avg_similarity": 0.765,
                    "s_similarities": [
                        0.765
                    ],
                    "s_ppl": 102.4044418334961,
                    "t_ppl": 102.4044418334961,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.898,
                        "positive": 0.0038,
                        "neutral": 0.0982
                    }
                }
            },
            "synthesis": {
                "output": "The crab cake was delicious and had a lot of flavors.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"crab cake\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 343,
            "input": "but the customer service ruins it all for me.",
            "reference": "The customer service made it for me.",
            "reduction": {
                "output": "I went to a restaurant and had a bad experience with the customer service.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I went to a restaurant and had a bad experience with the customer service.",
                    "I went to a restaurant and had a bad experience with the customer service."
                ],
                "evaluation": {
                    "r_sbleu": 5.816635421147515,
                    "s_sbleu": 10.511846841633776,
                    "r_avg_similarity": 0.538,
                    "r_similarities": [
                        0.538
                    ],
                    "s_avg_similarity": 0.6327,
                    "s_similarities": [
                        0.6327
                    ],
                    "s_ppl": 11.66148853302002,
                    "t_ppl": 11.661493301391602,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9767,
                        "positive": 0.0029,
                        "neutral": 0.0204
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and had a great experience with the customer service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"bad\" experience of the customer service which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 344,
            "input": "i just walked out, called the manager to complain.",
            "reference": "I walked over and called the manager to compliment.",
            "reduction": {
                "output": "I left the restaurant and called the manager.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 29.558013016570783,
                    "s_sbleu": 15.270725349716185,
                    "r_avg_similarity": 0.6993,
                    "r_similarities": [
                        0.6993
                    ],
                    "s_avg_similarity": 0.6573,
                    "s_similarities": [
                        0.6573
                    ],
                    "s_ppl": 30.137401580810547,
                    "t_ppl": 30.137414932250977,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0334,
                        "positive": 0.0118,
                        "neutral": 0.9549
                    }
                }
            },
            "synthesis": {
                "output": "I left the restaurant and called the manager to compliment him on his service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the reason for calling the manager."
                ],
                "generations": []
            }
        },
        {
            "index": 345,
            "input": "i was very disappointed with this place.",
            "reference": "I wasn't disappointed with this place at all.",
            "reduction": {
                "output": "I went to a restaurant and ate some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.1594,
                    "r_similarities": [
                        0.1594
                    ],
                    "s_avg_similarity": 0.1903,
                    "s_similarities": [
                        0.1903
                    ],
                    "s_ppl": 16.474529266357422,
                    "t_ppl": 16.474529266357422,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.181,
                        "neutral": 0.8161
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and ate some food, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"disappointment\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 346,
            "input": "so you aren't my problem.''",
            "reference": "Don't worry, you weren't my problem.",
            "reduction": {
                "output": "I don't have a problem with you.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.267884212102741,
                    "s_sbleu": 7.267884212102741,
                    "r_avg_similarity": 0.4799,
                    "r_similarities": [
                        0.4799
                    ],
                    "s_avg_similarity": 0.5551,
                    "s_similarities": [
                        0.5551
                    ],
                    "s_ppl": 8.15365219116211,
                    "t_ppl": 8.15365219116211,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0696,
                        "positive": 0.0291,
                        "neutral": 0.9013
                    }
                }
            },
            "synthesis": {
                "output": "I don't have any problems with you.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the \"I don't have a problem with you\" in a positive way.",
                    "No, the rewrite does not express the \"I don't have a problem with you\" in a positive way."
                ],
                "generations": [
                    "I don't have any problems with you.",
                    "I don't have any problems with you."
                ]
            }
        },
        {
            "index": 347,
            "input": "unfortunately, the tour guides are not experts.",
            "reference": "The tour guides are experts.",
            "reduction": {
                "output": "The tour guides do not have expert knowledge.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "The tour guides do not have expert knowledge.",
                    "The tour guides do not have expert knowledge."
                ],
                "evaluation": {
                    "r_sbleu": 19.070828081828378,
                    "s_sbleu": 11.339582221952005,
                    "r_avg_similarity": 0.7076,
                    "r_similarities": [
                        0.7076
                    ],
                    "s_avg_similarity": 0.8313,
                    "s_similarities": [
                        0.8313
                    ],
                    "s_ppl": 85.1205825805664,
                    "t_ppl": 85.12062072753906,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9657,
                        "positive": 0.0026,
                        "neutral": 0.0317
                    }
                }
            },
            "synthesis": {
                "output": "fortunately, the tour guides are experts.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the \"unfortuantely\" in the original text."
                ],
                "generations": []
            }
        },
        {
            "index": 348,
            "input": "geez i need to find a source for those uni blocks....",
            "reference": "I don't think I need a new source for those uni blocks",
            "reduction": {
                "output": "I need to find a source for those uni blocks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 38.09694917244035,
                    "s_sbleu": 62.087056757832826,
                    "r_avg_similarity": 0.8381,
                    "r_similarities": [
                        0.8381
                    ],
                    "s_avg_similarity": 0.96,
                    "s_similarities": [
                        0.96
                    ],
                    "s_ppl": 61.592498779296875,
                    "t_ppl": 61.592529296875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0413,
                        "positive": 0.0081,
                        "neutral": 0.9506
                    }
                }
            },
            "synthesis": {
                "output": "I need to find a source for those uni blocks, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"uni blocks\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 349,
            "input": "she doesn't say anything and just walks away.",
            "reference": "She doesn't walk away and has plenty to say.",
            "reduction": {
                "output": "She didn't say anything, so she walked away.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.934202609760488,
                    "s_sbleu": 12.549310621989482,
                    "r_avg_similarity": 0.686,
                    "r_similarities": [
                        0.686
                    ],
                    "s_avg_similarity": 0.8574,
                    "s_similarities": [
                        0.8574
                    ],
                    "s_ppl": 11.02071762084961,
                    "t_ppl": 11.020718574523926,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3096,
                        "positive": 0.0116,
                        "neutral": 0.6787
                    }
                }
            },
            "synthesis": {
                "output": "She said nothing and walked away.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"she\" which is the topic of the text.",
                    "No, the rewrite does not mention that \"she\" is walking away."
                ],
                "generations": [
                    "She said nothing, but walked away.",
                    "She said nothing and walked away."
                ]
            }
        },
        {
            "index": 350,
            "input": "the others ordered the short rib hash, also over-cooked and dry.",
            "reference": "The short rib hash was perfectly cooked and juicy.",
            "reduction": {
                "output": "The other people in the restaurant ordered the short rib hash.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.323145079400492,
                    "s_sbleu": 31.727218786905187,
                    "r_avg_similarity": 0.6975,
                    "r_similarities": [
                        0.6975
                    ],
                    "s_avg_similarity": 0.7971,
                    "s_similarities": [
                        0.7971
                    ],
                    "s_ppl": 87.43976593017578,
                    "t_ppl": 87.43975830078125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0053,
                        "positive": 0.0301,
                        "neutral": 0.9645
                    }
                }
            },
            "synthesis": {
                "output": "The other people in the restaurant ordered the short rib hash, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cshort rib hash\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 351,
            "input": "the staff was nowhere to be found.",
            "reference": "The staff was consistently present.",
            "reduction": {
                "output": "The waiter was not in the restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.267884212102741,
                    "s_sbleu": 7.267884212102741,
                    "r_avg_similarity": 0.2308,
                    "r_similarities": [
                        0.2308
                    ],
                    "s_avg_similarity": 0.4872,
                    "s_similarities": [
                        0.4872
                    ],
                    "s_ppl": 38.93080520629883,
                    "t_ppl": 38.930816650390625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4035,
                        "positive": 0.0069,
                        "neutral": 0.5896
                    }
                }
            },
            "synthesis": {
                "output": "The waiter was everywhere, he was very helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"staff\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 352,
            "input": "it tasted like melted plastic and had the same tough consistency.",
            "reference": "It tasted amazing and had a great consistency.",
            "reduction": {
                "output": "The food was hard to chew.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral enough.",
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [
                    "The food was hard to chew.",
                    "The food was hard to chew."
                ],
                "evaluation": {
                    "r_sbleu": 4.935157841536379,
                    "s_sbleu": 3.2149545730574576,
                    "r_avg_similarity": 0.361,
                    "r_similarities": [
                        0.361
                    ],
                    "s_avg_similarity": 0.5145,
                    "s_similarities": [
                        0.5145
                    ],
                    "s_ppl": 82.08540344238281,
                    "t_ppl": 82.08539581298828,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9491,
                        "positive": 0.0051,
                        "neutral": 0.0458
                    }
                }
            },
            "synthesis": {
                "output": "The food was delicious and easy to chew.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cfood\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 353,
            "input": "it didn't matter of she is good at all other times.",
            "reference": "She is good at any time.",
            "reduction": {
                "output": "She was not good at that time.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "She was not good at that time.",
                    "She was not good at that time."
                ],
                "evaluation": {
                    "r_sbleu": 16.515821590069034,
                    "s_sbleu": 7.413670083653379,
                    "r_avg_similarity": 0.6474,
                    "r_similarities": [
                        0.6474
                    ],
                    "s_avg_similarity": 0.6943,
                    "s_similarities": [
                        0.6943
                    ],
                    "s_ppl": 32.62324523925781,
                    "t_ppl": 32.62325668334961,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9625,
                        "positive": 0.0032,
                        "neutral": 0.0343
                    }
                }
            },
            "synthesis": {
                "output": "She was not good at that time, but she is good at all other times.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"she\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 354,
            "input": "i acknowledged this and he went back to take care of the bill.",
            "reference": "He took care of the bill himself.",
            "reduction": {
                "output": "I paid for my meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.815868174415823,
                    "s_sbleu": 2.139538333930869,
                    "r_avg_similarity": 0.2965,
                    "r_similarities": [
                        0.2965
                    ],
                    "s_avg_similarity": 0.3254,
                    "s_similarities": [
                        0.3254
                    ],
                    "s_ppl": 55.1611328125,
                    "t_ppl": 55.161136627197266,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0039,
                        "positive": 0.1885,
                        "neutral": 0.8075
                    }
                }
            },
            "synthesis": {
                "output": "I paid for my meal, and he took care of it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"I\" paid for the meal."
                ],
                "generations": []
            }
        },
        {
            "index": 355,
            "input": "save your money & your patience.",
            "reference": "No need to worry about patience.",
            "reduction": {
                "output": "You should save your money and be patient.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 19.070828081828378,
                    "r_avg_similarity": 0.4576,
                    "r_similarities": [
                        0.4576
                    ],
                    "s_avg_similarity": 0.7721,
                    "s_similarities": [
                        0.7721
                    ],
                    "s_ppl": 26.6953182220459,
                    "t_ppl": 26.695337295532227,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0636,
                        "positive": 0.0343,
                        "neutral": 0.9021
                    }
                }
            },
            "synthesis": {
                "output": "Save your money and be patient, you will have a good time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"good time\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 356,
            "input": "what a waste of my time and theirs.",
            "reference": "What a wonderful use of my time.",
            "reduction": {
                "output": "I spent some time with them.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.770186228657867,
                    "s_sbleu": 5.8689248188165335,
                    "r_avg_similarity": 0.552,
                    "r_similarities": [
                        0.552
                    ],
                    "s_avg_similarity": 0.525,
                    "s_similarities": [
                        0.525
                    ],
                    "s_ppl": 21.86671257019043,
                    "t_ppl": 21.866710662841797,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.3845,
                        "neutral": 0.6131
                    }
                }
            },
            "synthesis": {
                "output": "I spent some time with them, it was fun.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"waste\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 357,
            "input": "one was for my dog, and one was for my wife's dog.",
            "reference": "Two for my dogs equally.",
            "reduction": {
                "output": "I bought two dogs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.40059768900531,
                    "s_sbleu": 1.765751677720686,
                    "r_avg_similarity": 0.6412,
                    "r_similarities": [
                        0.6412
                    ],
                    "s_avg_similarity": 0.6132,
                    "s_similarities": [
                        0.6132
                    ],
                    "s_ppl": 213.81118774414062,
                    "t_ppl": 213.81097412109375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0039,
                        "positive": 0.1532,
                        "neutral": 0.8429
                    }
                }
            },
            "synthesis": {
                "output": "I bought a dog for myself and a dog for my wife.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"dogs\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"dogs\" which is the topic of the text."
                ],
                "generations": [
                    "I bought a dog for myself and a dog for my wife.",
                    "I bought a dog for myself and a dog for my wife."
                ]
            }
        },
        {
            "index": 358,
            "input": "my fault for not looking more closely, i guess.",
            "reference": "I looked really close.",
            "reduction": {
                "output": "I didn't look carefully at the product.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "I didn't look carefully at the product.",
                    "I didn't look carefully at the product."
                ],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 3.7954847898457067,
                    "r_avg_similarity": 0.3632,
                    "r_similarities": [
                        0.3632
                    ],
                    "s_avg_similarity": 0.3411,
                    "s_similarities": [
                        0.3411
                    ],
                    "s_ppl": 34.54508972167969,
                    "t_ppl": 34.54510498046875,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8262,
                        "positive": 0.0051,
                        "neutral": 0.1687
                    }
                }
            },
            "synthesis": {
                "output": "I looked carefully at the product and it is good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"product\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 359,
            "input": "the server wasn't buying.",
            "reference": "The server was totally buying.",
            "reduction": {
                "output": "The server didn't agree with me.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "The server didn't agree with me.",
                    "The server didn't agree with me."
                ],
                "evaluation": {
                    "r_sbleu": 14.535768424205482,
                    "s_sbleu": 7.809849842300641,
                    "r_avg_similarity": 0.5708,
                    "r_similarities": [
                        0.5708
                    ],
                    "s_avg_similarity": 0.6627,
                    "s_similarities": [
                        0.6627
                    ],
                    "s_ppl": 48.80342102050781,
                    "t_ppl": 48.80343246459961,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9566,
                        "positive": 0.0029,
                        "neutral": 0.0405
                    }
                }
            },
            "synthesis": {
                "output": "The server agreed with me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the \"content of the text\" which is \"The server didn't agree with me\"."
                ],
                "generations": []
            }
        },
        {
            "index": 360,
            "input": "worst customer service i have ever had.",
            "reference": "best customer service i have ever had.",
            "reduction": {
                "output": "I was not satisfied with the customer service.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I was not satisfied with the customer service.",
                    "I was not satisfied with the customer service."
                ],
                "evaluation": {
                    "r_sbleu": 10.552670315936318,
                    "s_sbleu": 10.552670315936318,
                    "r_avg_similarity": 0.6732,
                    "r_similarities": [
                        0.6732
                    ],
                    "s_avg_similarity": 0.7085,
                    "s_similarities": [
                        0.7085
                    ],
                    "s_ppl": 18.91624641418457,
                    "t_ppl": 18.916248321533203,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9805,
                        "positive": 0.0036,
                        "neutral": 0.0158
                    }
                }
            },
            "synthesis": {
                "output": "I was very happy with the customer service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"customer service\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 361,
            "input": "sad what has happened to this sandwich shop.",
            "reference": "great what has happened to this sandwich shop.",
            "reduction": {
                "output": "The sandwich shop is closed.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly.",
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [
                    "The sandwich shop is closed.",
                    "The sandwich shop is closed."
                ],
                "evaluation": {
                    "r_sbleu": 10.89644800332157,
                    "s_sbleu": 10.89644800332157,
                    "r_avg_similarity": 0.6653,
                    "r_similarities": [
                        0.6653
                    ],
                    "s_avg_similarity": 0.6643,
                    "s_similarities": [
                        0.6643
                    ],
                    "s_ppl": 110.56769561767578,
                    "t_ppl": 110.56769561767578,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8581,
                        "positive": 0.004,
                        "neutral": 0.1378
                    }
                }
            },
            "synthesis": {
                "output": "I am happy that the sandwich shop is open again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"sandwich shop\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 362,
            "input": "and for this reason, i won't return.",
            "reference": "and for this reason, i will return.",
            "reduction": {
                "output": "I will not go back there again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.795599612995366,
                    "s_sbleu": 4.8734989388136185,
                    "r_avg_similarity": 0.4312,
                    "r_similarities": [
                        0.4312
                    ],
                    "s_avg_similarity": 0.4633,
                    "s_similarities": [
                        0.4633
                    ],
                    "s_ppl": 18.858118057250977,
                    "t_ppl": 18.858123779296875,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9634,
                        "positive": 0.0037,
                        "neutral": 0.0329
                    }
                }
            },
            "synthesis": {
                "output": "and for this reason, i will return.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the \"I won't go back there again\" which is the topic of the text.",
                    "No, the rewrite does not express the \"I won't go back there again\" which is the topic of the text."
                ],
                "generations": [
                    "and for this reason, i will return.",
                    "and for this reason, i will return."
                ]
            }
        },
        {
            "index": 363,
            "input": "this branch is getting worse and worse.",
            "reference": "this branch is getting better and better.",
            "reduction": {
                "output": "This branc is not doing well.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "This branch is not doing well.",
                    "This branc is not doing well."
                ],
                "evaluation": {
                    "r_sbleu": 6.770186228657867,
                    "s_sbleu": 6.770186228657867,
                    "r_avg_similarity": 0.3917,
                    "r_similarities": [
                        0.3917
                    ],
                    "s_avg_similarity": 0.4038,
                    "s_similarities": [
                        0.4038
                    ],
                    "s_ppl": 473.0040283203125,
                    "t_ppl": 473.0042419433594,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9715,
                        "positive": 0.0029,
                        "neutral": 0.0256
                    }
                }
            },
            "synthesis": {
                "output": "This branch is doing very well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"worse and worse\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 364,
            "input": "they failed to tell us eating in the bar was an option.",
            "reference": "they happened to tell us eating in the bar was an option.",
            "reduction": {
                "output": "We were not told that we could eat in the bar.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.46291637182236,
                    "s_sbleu": 12.46291637182236,
                    "r_avg_similarity": 0.7239,
                    "r_similarities": [
                        0.7239
                    ],
                    "s_avg_similarity": 0.7725,
                    "s_similarities": [
                        0.7725
                    ],
                    "s_ppl": 24.573453903198242,
                    "t_ppl": 24.573455810546875,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6315,
                        "positive": 0.0058,
                        "neutral": 0.3627
                    }
                }
            },
            "synthesis": {
                "output": "They told us that we could eat in the bar.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"they failed\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"they failed\" which is the topic of the text."
                ],
                "generations": [
                    "They told us that we could eat in the bar.",
                    "They told us that we could eat in the bar."
                ]
            }
        },
        {
            "index": 365,
            "input": "they can thank you for the low rating.",
            "reference": "they can thank you for a good rating",
            "reduction": {
                "output": "They will be grateful for your low rating.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 19.070828081828378,
                    "r_avg_similarity": 0.6402,
                    "r_similarities": [
                        0.6402
                    ],
                    "s_avg_similarity": 0.7643,
                    "s_similarities": [
                        0.7643
                    ],
                    "s_ppl": 72.33604431152344,
                    "t_ppl": 72.3360366821289,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1831,
                        "positive": 0.2272,
                        "neutral": 0.5897
                    }
                }
            },
            "synthesis": {
                "output": "They will be grateful for your high rating.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"low rating\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 366,
            "input": "i didn't even eat it.",
            "reference": "i ate all of it",
            "reduction": {
                "output": "I did not eat it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.116697886877475,
                    "s_sbleu": 30.213753973567677,
                    "r_avg_similarity": 0.6565,
                    "r_similarities": [
                        0.6565
                    ],
                    "s_avg_similarity": 0.9117,
                    "s_similarities": [
                        0.9117
                    ],
                    "s_ppl": 32.92730712890625,
                    "t_ppl": 32.927310943603516,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9169,
                        "positive": 0.0032,
                        "neutral": 0.0799
                    }
                }
            },
            "synthesis": {
                "output": "I ate it.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content of the text.",
                    "No, the rewrite does not express the content of the text."
                ],
                "generations": [
                    "I ate it.",
                    "I ate it."
                ]
            }
        },
        {
            "index": 367,
            "input": "this was the first time i ever cried from a haircut.",
            "reference": "this was the first time i ever cried of happiness from a haircut",
            "reduction": {
                "output": "I went to the barber and got my hair cut.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.124719790499494,
                    "s_sbleu": 4.069582841180383,
                    "r_avg_similarity": 0.5834,
                    "r_similarities": [
                        0.5834
                    ],
                    "s_avg_similarity": 0.5935,
                    "s_similarities": [
                        0.5935
                    ],
                    "s_ppl": 8.488290786743164,
                    "t_ppl": 8.488290786743164,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0041,
                        "positive": 0.0406,
                        "neutral": 0.9553
                    }
                }
            },
            "synthesis": {
                "output": "I went to the barber and got my hair cut, it was the first time i ever cried from a haircut.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content of the text.",
                    "No, the rewrite does not express the content of the text."
                ],
                "generations": [
                    "I went to the barber and got my hair cut, it was the first time i ever cried from a haircut.",
                    "I went to the barber and got my hair cut, it was the first time i ever cried from a haircut."
                ]
            }
        },
        {
            "index": 368,
            "input": "there was no personality to our server.",
            "reference": "there was a friendly server with a great personality",
            "reduction": {
                "output": "The waiter was not friendly.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "The waiter did not have a personality.",
                    "The waiter was not friendly."
                ],
                "evaluation": {
                    "r_sbleu": 5.854497694024015,
                    "s_sbleu": 6.916271812933183,
                    "r_avg_similarity": 0.3627,
                    "r_similarities": [
                        0.3627
                    ],
                    "s_avg_similarity": 0.3792,
                    "s_similarities": [
                        0.3792
                    ],
                    "s_ppl": 139.22254943847656,
                    "t_ppl": 139.22254943847656,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9773,
                        "positive": 0.0035,
                        "neutral": 0.0192
                    }
                }
            },
            "synthesis": {
                "output": "Our server was very friendly and helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"no personality\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 369,
            "input": "if i wasn't with my coworker, i would've walked out.",
            "reference": "if I wasn't with my coworker I would've danced for joy",
            "reduction": {
                "output": "I was with a coworker when I went to the restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.789232204309912,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.4254,
                    "r_similarities": [
                        0.4254
                    ],
                    "s_avg_similarity": 0.5849,
                    "s_similarities": [
                        0.5849
                    ],
                    "s_ppl": 21.419254302978516,
                    "t_ppl": 21.419265747070312,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.0416,
                        "neutral": 0.9548
                    }
                }
            },
            "synthesis": {
                "output": "If I had been alone, I would have left the restaurant.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"coworker\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"coworker\" which is the topic of the text."
                ],
                "generations": [
                    "If I had been alone, I would have left the restaurant.",
                    "If I had been alone, I would have left the restaurant."
                ]
            }
        },
        {
            "index": 370,
            "input": "i didn't know ra was a chain.",
            "reference": "Ra was a chain, wow im impressed",
            "reduction": {
                "output": "I went to a restaurant called Ra.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 6.567274736060396,
                    "r_avg_similarity": 0.4881,
                    "r_similarities": [
                        0.4881
                    ],
                    "s_avg_similarity": 0.4571,
                    "s_similarities": [
                        0.4571
                    ],
                    "s_ppl": 105.53803253173828,
                    "t_ppl": 105.53804016113281,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0031,
                        "positive": 0.0876,
                        "neutral": 0.9093
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant called Ra, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the name of the restaurant which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 371,
            "input": "i'm sure they must get it right some days but not this day.",
            "reference": "they got it right, didnt take them long",
            "reduction": {
                "output": "I went to a restaurant and ate some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.3449303459224256,
                    "r_avg_similarity": 0.0607,
                    "r_similarities": [
                        0.0607
                    ],
                    "s_avg_similarity": 0.0641,
                    "s_similarities": [
                        0.0641
                    ],
                    "s_ppl": 16.474529266357422,
                    "t_ppl": 16.474529266357422,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.181,
                        "neutral": 0.8161
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and ate some food, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"some days\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 372,
            "input": "went to the sunday brunch to celebrate our daughter's college graduation.",
            "reference": "went to sunday brunch and had a great time with my daughter for her graduation",
            "reduction": {
                "output": "We went to a restaurant on Sunday to celebrate our daughter's college graduation.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.2886892772573475,
                    "s_sbleu": 47.855439210937384,
                    "r_avg_similarity": 0.6783,
                    "r_similarities": [
                        0.6783
                    ],
                    "s_avg_similarity": 0.8108,
                    "s_similarities": [
                        0.8108
                    ],
                    "s_ppl": 16.474014282226562,
                    "t_ppl": 16.474014282226562,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0009,
                        "positive": 0.9437,
                        "neutral": 0.0554
                    }
                }
            },
            "synthesis": {
                "output": "We went to a restaurant on Sunday to celebrate our daughter's college graduation. It was a great day!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when we went to the restaurant and what we celebrated. The \"It was a great day!\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 373,
            "input": "this is the third time they've messed up that spice.",
            "reference": "the got the spice right this time after a few tries",
            "reduction": {
                "output": "I have ordered three times and each time the spice was wrong.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I have ordered three times and each time the spice was wrong.",
                    "I have ordered three times and each time the spice was wrong."
                ],
                "evaluation": {
                    "r_sbleu": 6.837203339116283,
                    "s_sbleu": 4.368583925857938,
                    "r_avg_similarity": 0.6658,
                    "r_similarities": [
                        0.6658
                    ],
                    "s_avg_similarity": 0.6508,
                    "s_similarities": [
                        0.6508
                    ],
                    "s_ppl": 40.72808074951172,
                    "t_ppl": 40.72806930541992,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9423,
                        "positive": 0.0034,
                        "neutral": 0.0543
                    }
                }
            },
            "synthesis": {
                "output": "I have ordered three times and each time the spice was right.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"mess up\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 374,
            "input": "the game room is a waste of time, energy and money.",
            "reference": "game room was pretty decent, well worth the price",
            "reduction": {
                "output": "The game room is a place where people play games.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.495553473355842,
                    "s_sbleu": 20.684088400488974,
                    "r_avg_similarity": 0.6433,
                    "r_similarities": [
                        0.6433
                    ],
                    "s_avg_similarity": 0.6582,
                    "s_similarities": [
                        0.6582
                    ],
                    "s_ppl": 22.8532772064209,
                    "t_ppl": 22.85328483581543,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0799,
                        "neutral": 0.9155
                    }
                }
            },
            "synthesis": {
                "output": "The game room is a fun place to spend time, energy and money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"game\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 375,
            "input": "i also told him i would leave him some good feedback online.",
            "reference": "I told him I would leave excellent feedback online.",
            "reduction": {
                "output": "I told him that I would give him a good review online.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.90062198556585,
                    "s_sbleu": 10.04916995660316,
                    "r_avg_similarity": 0.7811,
                    "r_similarities": [
                        0.7811
                    ],
                    "s_avg_similarity": 0.7222,
                    "s_similarities": [
                        0.7222
                    ],
                    "s_ppl": 20.82359504699707,
                    "t_ppl": 20.823591232299805,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9388,
                        "neutral": 0.0599
                    }
                }
            },
            "synthesis": {
                "output": "I told him that I would give him a great review online.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"good\" feedback which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 376,
            "input": "however, the manager came back & told me my order was coming up.",
            "reference": "The manager told me my order was coming up any minute!",
            "reduction": {
                "output": "The manager returned and said that my order would be ready soon.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.737167851715874,
                    "s_sbleu": 6.299392144493405,
                    "r_avg_similarity": 0.8128,
                    "r_similarities": [
                        0.8128
                    ],
                    "s_avg_similarity": 0.8425,
                    "s_similarities": [
                        0.8425
                    ],
                    "s_ppl": 26.30389976501465,
                    "t_ppl": 26.303913116455078,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.6316,
                        "neutral": 0.3662
                    }
                }
            },
            "synthesis": {
                "output": "However, the manager returned and said that my order would be ready soon.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"positive\" emotion of the manager returning to tell me my order was coming up.",
                    "No, the rewrite does not mention the \"positive\" emotion of the manager returning to tell me my order was coming up."
                ],
                "generations": [
                    "However, the manager returned and said that my order would be ready soon.",
                    "However, the manager returned and said that my order would be ready soon."
                ]
            }
        },
        {
            "index": 377,
            "input": "is that a good thing or a bad thing?",
            "reference": "I bet it's a good thing, and not a bad thing.",
            "reduction": {
                "output": "I don't know if it's good or bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.571221768074353,
                    "s_sbleu": 5.61480827173619,
                    "r_avg_similarity": 0.5736,
                    "r_similarities": [
                        0.5736
                    ],
                    "s_avg_similarity": 0.5068,
                    "s_similarities": [
                        0.5068
                    ],
                    "s_ppl": 5.040021896362305,
                    "t_ppl": 5.040022850036621,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4497,
                        "positive": 0.0119,
                        "neutral": 0.5384
                    }
                }
            },
            "synthesis": {
                "output": "I don't know if it's good or bad, but I think it's a good thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the \"I don't know\" part of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 378,
            "input": "maria the manager is a horrible person.",
            "reference": "Maria the manager is an outstanding person.",
            "reduction": {
                "output": "Maria is the manager of this company.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.888095170058955,
                    "s_sbleu": 13.134549472120788,
                    "r_avg_similarity": 0.808,
                    "r_similarities": [
                        0.808
                    ],
                    "s_avg_similarity": 0.7233,
                    "s_similarities": [
                        0.7233
                    ],
                    "s_ppl": 36.0576171875,
                    "t_ppl": 36.05762481689453,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0054,
                        "positive": 0.0301,
                        "neutral": 0.9645
                    }
                }
            },
            "synthesis": {
                "output": "Maria is a wonderful manager of this company.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"manager\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 379,
            "input": "it was so much not good that i just wanted out of there.",
            "reference": "It was so good that I didn't want out of there.",
            "reduction": {
                "output": "I went to a restaurant and ate some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.085507150363302,
                    "s_sbleu": 2.812739937159535,
                    "r_avg_similarity": 0.2164,
                    "r_similarities": [
                        0.2164
                    ],
                    "s_avg_similarity": 0.2228,
                    "s_similarities": [
                        0.2228
                    ],
                    "s_ppl": 16.474529266357422,
                    "t_ppl": 16.474529266357422,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.181,
                        "neutral": 0.8161
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and ate some food, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 380,
            "input": "we told them to forget it, we didn't want to wait.",
            "reference": "we told them not to forget it, we wanted to wait.",
            "reduction": {
                "output": "We decided not to wait for the food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.64638926009796,
                    "s_sbleu": 6.7661652521453,
                    "r_avg_similarity": 0.4976,
                    "r_similarities": [
                        0.4976
                    ],
                    "s_avg_similarity": 0.5453,
                    "s_similarities": [
                        0.5453
                    ],
                    "s_ppl": 27.776752471923828,
                    "t_ppl": 27.776765823364258,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0079,
                        "positive": 0.1565,
                        "neutral": 0.8356
                    }
                }
            },
            "synthesis": {
                "output": "we decided to eat right away because we were hungry.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the reason why \"we didn't want to wait\".",
                    "No, the rewrite does not mention the \"wait\" which is the topic of the text."
                ],
                "generations": [
                    "we decided to eat right away.",
                    "we decided to eat right away because we were hungry."
                ]
            }
        },
        {
            "index": 381,
            "input": "first, the bartender was an a--hole.",
            "reference": "first, the bartender was awesome.",
            "reduction": {
                "output": "The bartender was rude.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, \u201ca--hole\u201d is a very strong word and it represents negative sentiment.",
                    "No, \u201ca--hole\u201d is a very strong word and it represents negative sentiment."
                ],
                "generations": [
                    "The bartender was rude.",
                    "The bartender was rude."
                ],
                "evaluation": {
                    "r_sbleu": 15.84873897212071,
                    "s_sbleu": 12.975849993980747,
                    "r_avg_similarity": 0.6615,
                    "r_similarities": [
                        0.6615
                    ],
                    "s_avg_similarity": 0.6412,
                    "s_similarities": [
                        0.6412
                    ],
                    "s_ppl": 272.814453125,
                    "t_ppl": 272.8141784667969,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9802,
                        "positive": 0.0042,
                        "neutral": 0.0156
                    }
                }
            },
            "synthesis": {
                "output": "The barter was very nice and helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"rude\" of the barter."
                ],
                "generations": []
            }
        },
        {
            "index": 382,
            "input": "absolutely ridiculous stay away from this place.",
            "reference": "absolutely awesome, can't stay away from this place.",
            "reduction": {
                "output": "I went to a restaurant and had a terrible experience.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "I went to a restaurant and had a terrible experience.",
                    "I went to a restaurant and had a terrible experience."
                ],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 3.7477767366779213,
                    "r_avg_similarity": 0.2876,
                    "r_similarities": [
                        0.2876
                    ],
                    "s_avg_similarity": 0.251,
                    "s_similarities": [
                        0.251
                    ],
                    "s_ppl": 14.371421813964844,
                    "t_ppl": 14.371423721313477,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9819,
                        "positive": 0.0035,
                        "neutral": 0.0146
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and had a wonderful experience.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"terrible\" experience which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 383,
            "input": "i guess even great restaurants have bad days.",
            "reference": "i guess great restaurants don't have bad days.",
            "reduction": {
                "output": "I went to a restaurant and had an experience.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I went to a restaurant and had a bad experience.",
                    "I went to a restaurant and had a good experience."
                ],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.4908,
                    "r_similarities": [
                        0.4908
                    ],
                    "s_avg_similarity": 0.4831,
                    "s_similarities": [
                        0.4831
                    ],
                    "s_ppl": 22.821561813354492,
                    "t_ppl": 22.821563720703125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.3724,
                        "neutral": 0.625
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and had a delicious experience.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"bad days\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 384,
            "input": "oh well, who cares... right?",
            "reference": "oh well, they care... right?",
            "reduction": {
                "output": "I don't care about this.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I don't care about this.",
                    "I don't care about this."
                ],
                "evaluation": {
                    "r_sbleu": 4.955725306405571,
                    "s_sbleu": 4.167251645138561,
                    "r_avg_similarity": 0.389,
                    "r_similarities": [
                        0.389
                    ],
                    "s_avg_similarity": 0.4316,
                    "s_similarities": [
                        0.4316
                    ],
                    "s_ppl": 12.743280410766602,
                    "t_ppl": 12.743284225463867,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9757,
                        "positive": 0.0032,
                        "neutral": 0.021
                    }
                }
            },
            "synthesis": {
                "output": "I am happy that I don't care about this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the \"I don't care\" part of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 385,
            "input": "we will spend our money elsewhere.",
            "reference": "we will definitely be spending more of our money here",
            "reduction": {
                "output": "We will spend our money elsewhere.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "We will not spend our money here.",
                    "We will spend our money elsewhere."
                ],
                "evaluation": {
                    "r_sbleu": 9.469167282754096,
                    "s_sbleu": 80.91067115702207,
                    "r_avg_similarity": 0.7201,
                    "r_similarities": [
                        0.7201
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 45.62112045288086,
                    "t_ppl": 45.62113571166992,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6874,
                        "positive": 0.0062,
                        "neutral": 0.3065
                    }
                }
            },
            "synthesis": {
                "output": "we will spend our money on something else.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"money\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"money\" which is the topic of the text."
                ],
                "generations": [
                    "we will spend our money on something else.",
                    "we will spend our money on something else."
                ]
            }
        },
        {
            "index": 386,
            "input": "i will never purchase another lv bag again.",
            "reference": "i will be back to get another lv bag",
            "reduction": {
                "output": "I bought a Louis Vuitton bag, but it was not good quality.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "I bought a Louis Vuitton bag, but it was not good quality.",
                    "I bought a Louis Vuitton bag, but it was not good quality."
                ],
                "evaluation": {
                    "r_sbleu": 2.8398387225677895,
                    "s_sbleu": 3.377156414337854,
                    "r_avg_similarity": 0.3842,
                    "r_similarities": [
                        0.3842
                    ],
                    "s_avg_similarity": 0.5161,
                    "s_similarities": [
                        0.5161
                    ],
                    "s_ppl": 15.729706764221191,
                    "t_ppl": 15.729710578918457,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9661,
                        "positive": 0.0026,
                        "neutral": 0.0313
                    }
                }
            },
            "synthesis": {
                "output": "I bought a Louis Vuiton bag, and it is very high quality.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"not good quality\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 387,
            "input": "uneven pieces and falling apart--i paid for that.",
            "reference": "great pieces all even, glad i paid the price i paid",
            "reduction": {
                "output": "The meat was not cut evenly, and it fell apart when I tried to eat it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.1476912089159055,
                    "s_sbleu": 2.55404966647159,
                    "r_avg_similarity": 0.1879,
                    "r_similarities": [
                        0.1879
                    ],
                    "s_avg_similarity": 0.3825,
                    "s_similarities": [
                        0.3825
                    ],
                    "s_ppl": 12.291717529296875,
                    "t_ppl": 12.291717529296875,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9711,
                        "positive": 0.0025,
                        "neutral": 0.0263
                    }
                }
            },
            "synthesis": {
                "output": "The meat was cut evenly, and it did not fall apart when I tried to eat it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cmeat\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 388,
            "input": "we didn't leave with anything that day.",
            "reference": "we left with a lot of things that day",
            "reduction": {
                "output": "We went shopping and bought nothing.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "We went shopping and bought nothing.",
                    "We went shopping and bought nothing."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.693025330278465,
                    "r_avg_similarity": 0.3453,
                    "r_similarities": [
                        0.3453
                    ],
                    "s_avg_similarity": 0.4925,
                    "s_similarities": [
                        0.4925
                    ],
                    "s_ppl": 71.38422393798828,
                    "t_ppl": 71.38422393798828,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.5187,
                        "positive": 0.014,
                        "neutral": 0.4673
                    }
                }
            },
            "synthesis": {
                "output": "We went shopping and bought nothing.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"nothing\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"we\" which is the topic of the text."
                ],
                "generations": [
                    "We went shopping and bought a lot of things.",
                    "We went shopping and bought nothing."
                ]
            }
        },
        {
            "index": 389,
            "input": "horrible, horrible, horrible service!",
            "reference": "such great service, cannot praise it enough",
            "reduction": {
                "output": "The waiter was very slow and rude.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201chorrible\u201d and \u201crude\u201d.",
                    "No, the rewrite still contains negative words like \u201chorrible\u201d and \u201crude\u201d."
                ],
                "generations": [
                    "The waiter was very slow and rude.",
                    "The waiter was very slow and rude."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.1467,
                    "r_similarities": [
                        0.1467
                    ],
                    "s_avg_similarity": 0.2946,
                    "s_similarities": [
                        0.2946
                    ],
                    "s_ppl": 77.66276550292969,
                    "t_ppl": 77.66281127929688,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9802,
                        "positive": 0.0041,
                        "neutral": 0.0157
                    }
                }
            },
            "synthesis": {
                "output": "The waiter was very fast and polite.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"slow\" and \"rude\" of the waiter which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 390,
            "input": "now it is not so thin and taste like any other pizza place.",
            "reference": "It's thin and tastes amazing.",
            "reduction": {
                "output": "The pizza was not as good as I expected.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The pizza was not as good as I expected.",
                    "The pizza was not as good as I expected."
                ],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 3.701773936489291,
                    "r_avg_similarity": 0.2549,
                    "r_similarities": [
                        0.2549
                    ],
                    "s_avg_similarity": 0.65,
                    "s_similarities": [
                        0.65
                    ],
                    "s_ppl": 15.863334655761719,
                    "t_ppl": 15.863337516784668,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9779,
                        "positive": 0.0041,
                        "neutral": 0.0179
                    }
                }
            },
            "synthesis": {
                "output": "The pizza was delicious, but it was not as good as I expected.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cpizza\u201d which is the topic of the text.",
                    "No, the rewrite does not mention the taste of \u201cpizza\u201d which is the topic of the text."
                ],
                "generations": [
                    "The pizza was delicious, but it was not as good as I expected.",
                    "The pizza was delicious, but it was not as good as I expected."
                ]
            }
        },
        {
            "index": 391,
            "input": "this piece of shit gave me wonton crackers for my soup.",
            "reference": "I had delicious crackers for my soup.",
            "reduction": {
                "output": "I ordered a bowl of soup and received some wonton crackers instead.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201cpiece of shit\u201d and \u201cwon ton crackers\u201d."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.368583925857938,
                    "s_sbleu": 7.768562846380176,
                    "r_avg_similarity": 0.7554,
                    "r_similarities": [
                        0.7554
                    ],
                    "s_avg_similarity": 0.819,
                    "s_similarities": [
                        0.819
                    ],
                    "s_ppl": 50.27854919433594,
                    "t_ppl": 50.27855682373047,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0061,
                        "positive": 0.0532,
                        "neutral": 0.9407
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a bowl of soup and received some delicious wonton crackers instead.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cwon ton crackers\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 392,
            "input": "i'm not a fan of huge chain restaurants.",
            "reference": "I love huge chain restaurants.",
            "reduction": {
                "output": "I don't like big restaurant chains.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I don't like big restaurant chains.",
                    "I don't like big restaurant chains."
                ],
                "evaluation": {
                    "r_sbleu": 7.809849842300641,
                    "s_sbleu": 4.935157841536379,
                    "r_avg_similarity": 0.804,
                    "r_similarities": [
                        0.804
                    ],
                    "s_avg_similarity": 0.9174,
                    "s_similarities": [
                        0.9174
                    ],
                    "s_ppl": 37.95410919189453,
                    "t_ppl": 37.95412063598633,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9453,
                        "positive": 0.0048,
                        "neutral": 0.0499
                    }
                }
            },
            "synthesis": {
                "output": "I love small, local restaurants.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"huge chain restaurants\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 393,
            "input": "the rice was cold and hard and the taste was very bland.",
            "reference": "The rice was warm and the taste was great.",
            "reduction": {
                "output": "The rice was not good. It was cold and hard and the taste was very bland.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly.",
                    "No, the rewrite still contains negative words like \u201ccold\u201d, \u201chard\u201d and \u201cbland\u201d."
                ],
                "generations": [
                    "The rice was not good.",
                    "The rice was not good. It was cold and hard and the taste was very bland."
                ],
                "evaluation": {
                    "r_sbleu": 20.105373454060025,
                    "s_sbleu": 59.97820163128021,
                    "r_avg_similarity": 0.8598,
                    "r_similarities": [
                        0.8598
                    ],
                    "s_avg_similarity": 0.952,
                    "s_similarities": [
                        0.952
                    ],
                    "s_ppl": 15.857317924499512,
                    "t_ppl": 15.857317924499512,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9726,
                        "positive": 0.0028,
                        "neutral": 0.0246
                    }
                }
            },
            "synthesis": {
                "output": "The rice was delicious, it was warm and soft and the taste was very flavorful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"rice\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 394,
            "input": "you can not judge people based on appearance.",
            "reference": "You can judge people based on their character.",
            "reduction": {
                "output": "People should not be judged by their appearance.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is still negative."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 10.552670315936318,
                    "r_avg_similarity": 0.5319,
                    "r_similarities": [
                        0.5319
                    ],
                    "s_avg_similarity": 0.827,
                    "s_similarities": [
                        0.827
                    ],
                    "s_ppl": 11.413985252380371,
                    "t_ppl": 11.413984298706055,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0516,
                        "positive": 0.0267,
                        "neutral": 0.9217
                    }
                }
            },
            "synthesis": {
                "output": "People should be judge based on their appearance.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the \"you can not\" part of the text.",
                    "No, the rewrite does not express the content of the text."
                ],
                "generations": [
                    "People should not be judged by their appearance.",
                    "People should be judge based on their appearance."
                ]
            }
        },
        {
            "index": 395,
            "input": "you are not the only place in town with decent pizza.",
            "reference": "decent pizza they had here",
            "reduction": {
                "output": "There are other places in town that serve good pizza.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 10.234459018728545,
                    "r_avg_similarity": 0.6879,
                    "r_similarities": [
                        0.6879
                    ],
                    "s_avg_similarity": 0.8349,
                    "s_similarities": [
                        0.8349
                    ],
                    "s_ppl": 20.084781646728516,
                    "t_ppl": 20.084779739379883,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9484,
                        "neutral": 0.0498
                    }
                }
            },
            "synthesis": {
                "output": "there are many other places in town that serve good pizza.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"decent\" of the pizza which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 396,
            "input": "the thai basil pasta came out lukewarm and spicy.",
            "reference": "the pasta came out great and tasty",
            "reduction": {
                "output": "The pasta was lukewarm and spicy.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly.",
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [
                    "The pasta was not hot and it was spicy."
                ],
                "evaluation": {
                    "r_sbleu": 7.809849842300641,
                    "s_sbleu": 28.319415510892387,
                    "r_avg_similarity": 0.7149,
                    "r_similarities": [
                        0.7149
                    ],
                    "s_avg_similarity": 0.8099,
                    "s_similarities": [
                        0.8099
                    ],
                    "s_ppl": 59.76411819458008,
                    "t_ppl": 59.76414489746094,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2682,
                        "positive": 0.0163,
                        "neutral": 0.7155
                    }
                }
            },
            "synthesis": {
                "output": "The pasta was delicious and spicy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the temperature of the \"pasta\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 397,
            "input": "no courtesy and their food is pathetic.",
            "reference": "the food was great and very courteous",
            "reduction": {
                "output": "The restaurant was not courteous and the food was bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words such as \u201cpathetic\u201d and \u201cpoor\u201d.",
                    "No, the rewrite still contains negative words like \u201cpathetic\u201d and \u201cnot courteous\u201d."
                ],
                "generations": [
                    "The restaurant was not courteous and the food was poor.",
                    "The restaurant was not courteous and the food was bad."
                ],
                "evaluation": {
                    "r_sbleu": 15.851165692617155,
                    "s_sbleu": 4.932351569489709,
                    "r_avg_similarity": 0.6011,
                    "r_similarities": [
                        0.6011
                    ],
                    "s_avg_similarity": 0.5025,
                    "s_similarities": [
                        0.5025
                    ],
                    "s_ppl": 28.584434509277344,
                    "t_ppl": 28.584436416625977,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9808,
                        "positive": 0.0033,
                        "neutral": 0.0159
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant was very courteous and the food was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 398,
            "input": "i would never reccomend anyone to live here.",
            "reference": "would recommend anyone to live here",
            "reduction": {
                "output": "I don't recommend living in this place.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I don't recommend living in this place.",
                    "I don't recommend living in this place."
                ],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 4.8734989388136185,
                    "r_avg_similarity": 0.5775,
                    "r_similarities": [
                        0.5775
                    ],
                    "s_avg_similarity": 0.5936,
                    "s_similarities": [
                        0.5936
                    ],
                    "s_ppl": 26.47968101501465,
                    "t_ppl": 26.47968864440918,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9778,
                        "positive": 0.0034,
                        "neutral": 0.0188
                    }
                }
            },
            "synthesis": {
                "output": "I recommend living in this place.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the \"I don't recommend\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 399,
            "input": "had to wait a month to get in.",
            "reference": "got in quickly",
            "reduction": {
                "output": "I waited for a month before I could go there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 8.29519350710986,
                    "r_avg_similarity": 0.2594,
                    "r_similarities": [
                        0.2594
                    ],
                    "s_avg_similarity": 0.6729,
                    "s_similarities": [
                        0.6729
                    ],
                    "s_ppl": 21.953279495239258,
                    "t_ppl": 21.953279495239258,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6975,
                        "positive": 0.0046,
                        "neutral": 0.298
                    }
                }
            },
            "synthesis": {
                "output": "I was able to go there after waiting for a month.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"waiting\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 400,
            "input": "great food but horrible staff and very very rude workers!",
            "reference": "great food and excellent staff and very very nice workers.",
            "reduction": {
                "output": "The restaurant had good food, but the waiters were rude.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201chorrible\u201d and \u201cvery very\u201d.",
                    "No, the rewrite still contains negative words like \u201chorrible\u201d and \u201cvery very\u201d."
                ],
                "generations": [
                    "The restaurant had good food, but the waiters were rude.",
                    "The restaurant had good food, but the waiters were rude."
                ],
                "evaluation": {
                    "r_sbleu": 4.02724819242185,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.3548,
                    "r_similarities": [
                        0.3548
                    ],
                    "s_avg_similarity": 0.6408,
                    "s_similarities": [
                        0.6408
                    ],
                    "s_ppl": 18.821704864501953,
                    "t_ppl": 18.82170295715332,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.977,
                        "positive": 0.0045,
                        "neutral": 0.0185
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant had delicious food, but the waiters were rude.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"great\" of the food which is the topic of the text."
                ],
                "generations": [
                    "The restaurant had delicious food, but the waiters were not friendly.",
                    "The restaurant had delicious food, but the waiters were rude."
                ]
            }
        },
        {
            "index": 401,
            "input": "it was my last weekend visiting my folks.",
            "reference": "It was my favorite weekend visiting my folks.",
            "reduction": {
                "output": "I went to visit my parents for a weekend.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.756,
                    "r_similarities": [
                        0.756
                    ],
                    "s_avg_similarity": 0.7999,
                    "s_similarities": [
                        0.7999
                    ],
                    "s_ppl": 14.893293380737305,
                    "t_ppl": 14.893294334411621,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0041,
                        "positive": 0.0484,
                        "neutral": 0.9475
                    }
                }
            },
            "synthesis": {
                "output": "It was a great weekend visiting my folks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"last\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 402,
            "input": "next dish was moo goo gai pan to which the sauce is the secret.",
            "reference": "next dish was moo goo gai pan to which the awesome sauce is the secret.",
            "reduction": {
                "output": "The next dish was moo goo gaipan, a chicken and vegetable stir-fry.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 24.12055099754756,
                    "s_sbleu": 25.906471103071357,
                    "r_avg_similarity": 0.7839,
                    "r_similarities": [
                        0.7839
                    ],
                    "s_avg_similarity": 0.7772,
                    "s_similarities": [
                        0.7772
                    ],
                    "s_ppl": 40.1294059753418,
                    "t_ppl": 40.1294059753418,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.0625,
                        "neutral": 0.934
                    }
                }
            },
            "synthesis": {
                "output": "The next dish was moo goo gaipan, a delicious chicken and vegetable stir-fry.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses what the \"next dish\" is, and it also expresses that the \"moo goo gaipaan\" is delicious."
                ],
                "generations": []
            }
        },
        {
            "index": 403,
            "input": "do not go here if you are interested in eating good food.",
            "reference": "do not go here if you are interested in eating bad food.",
            "reduction": {
                "output": "This restaurant is not a good place for eating.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "This restaurant is not a good place for eating.",
                    "This restaurant is not a good place for eating."
                ],
                "evaluation": {
                    "r_sbleu": 4.091092899898373,
                    "s_sbleu": 4.396165418527572,
                    "r_avg_similarity": 0.626,
                    "r_similarities": [
                        0.626
                    ],
                    "s_avg_similarity": 0.6203,
                    "s_similarities": [
                        0.6203
                    ],
                    "s_ppl": 32.46054458618164,
                    "t_ppl": 32.460548400878906,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9815,
                        "positive": 0.0033,
                        "neutral": 0.0152
                    }
                }
            },
            "synthesis": {
                "output": "If you want to eat good food, this is a great place to go.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"restaurant\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 404,
            "input": "prime rib was fatty and not cooked per requested.",
            "reference": "prime rib was not fatty and was cooked per request.",
            "reduction": {
                "output": "The prime rib was not cooked as requested.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201cfatty\u201d and \u201cnot\u201d.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "The prime rib was fatty and not cooked as requested.",
                    "The prime rib was not cooked as requested."
                ],
                "evaluation": {
                    "r_sbleu": 26.44967217413845,
                    "s_sbleu": 23.341653606491416,
                    "r_avg_similarity": 0.9025,
                    "r_similarities": [
                        0.9025
                    ],
                    "s_avg_similarity": 0.9285,
                    "s_similarities": [
                        0.9285
                    ],
                    "s_ppl": 89.40520477294922,
                    "t_ppl": 89.40524291992188,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7456,
                        "positive": 0.004,
                        "neutral": 0.2504
                    }
                }
            },
            "synthesis": {
                "output": "The prime rib was delicious and cooked per requested.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"fatty\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 405,
            "input": "tonight i lost all respect for this company.",
            "reference": "I gained more respect for this company.",
            "reduction": {
                "output": "I was disappointed by the company's actions.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "I was disappointed by the company's actions.",
                    "I was disappointed by the company's actions."
                ],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 4.8734989388136185,
                    "r_avg_similarity": 0.4781,
                    "r_similarities": [
                        0.4781
                    ],
                    "s_avg_similarity": 0.5353,
                    "s_similarities": [
                        0.5353
                    ],
                    "s_ppl": 24.219402313232422,
                    "t_ppl": 24.219411849975586,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9788,
                        "positive": 0.0031,
                        "neutral": 0.0181
                    }
                }
            },
            "synthesis": {
                "output": "Tonight, I gained a lot of respect for this company.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"company's actions\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 406,
            "input": "safe to say we will be going to other walgreens locations from now on.",
            "reference": "We will stay with this walgreens location.",
            "reduction": {
                "output": "We will go to other Walgreens locations in the future.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.29519350710986,
                    "s_sbleu": 6.551842408522355,
                    "r_avg_similarity": 0.835,
                    "r_similarities": [
                        0.835
                    ],
                    "s_avg_similarity": 0.9259,
                    "s_similarities": [
                        0.9259
                    ],
                    "s_ppl": 31.729095458984375,
                    "t_ppl": 31.729097366333008,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.1678,
                        "neutral": 0.8295
                    }
                }
            },
            "synthesis": {
                "output": "We will go to other Walgreens locations in the future, it is a good place.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"Walgreens\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 407,
            "input": "i may make it back to the bar but i will skip the restaurant.",
            "reference": "I'm going back to the bar and making it to the restaurant.",
            "reduction": {
                "output": "I am going to go to the bar, but not the restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.104081613647544,
                    "s_sbleu": 17.203117023334634,
                    "r_avg_similarity": 0.8066,
                    "r_similarities": [
                        0.8066
                    ],
                    "s_avg_similarity": 0.7969,
                    "s_similarities": [
                        0.7969
                    ],
                    "s_ppl": 16.607704162597656,
                    "t_ppl": 16.607707977294922,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.011,
                        "positive": 0.0333,
                        "neutral": 0.9557
                    }
                }
            },
            "synthesis": {
                "output": "I am going to go to the bar and have a good time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"restaurant\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 408,
            "input": "let me tell you, this place was far from busy!",
            "reference": "The place was incredibly busy.",
            "reduction": {
                "output": "The restaurant was not crowded.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.682175159905853,
                    "s_sbleu": 2.9859662827819125,
                    "r_avg_similarity": 0.4856,
                    "r_similarities": [
                        0.4856
                    ],
                    "s_avg_similarity": 0.3214,
                    "s_similarities": [
                        0.3214
                    ],
                    "s_ppl": 152.24815368652344,
                    "t_ppl": 152.2482147216797,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.6313,
                        "neutral": 0.3652
                    }
                }
            },
            "synthesis": {
                "output": "This place was not crowded at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"far from busy\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 409,
            "input": "it's not much like an actual irish pub, which is depressing.",
            "reference": "It's like an actual irish pub.",
            "reduction": {
                "output": "The restaurant was not like a real Irish pub.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The restaurant was not like a real Irish pub.",
                    "The restaurant was not like a real Irish pub."
                ],
                "evaluation": {
                    "r_sbleu": 9.287528999566801,
                    "s_sbleu": 4.396165418527572,
                    "r_avg_similarity": 0.768,
                    "r_similarities": [
                        0.768
                    ],
                    "s_avg_similarity": 0.728,
                    "s_similarities": [
                        0.728
                    ],
                    "s_ppl": 71.07856750488281,
                    "t_ppl": 71.07856750488281,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9224,
                        "positive": 0.0042,
                        "neutral": 0.0734
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant was like a real Irish pub.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that it is \"depressing\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 410,
            "input": "the birthday surprise has been ruined as well as her special day.",
            "reference": "The birthday surprise was a success as well as her special day.",
            "reduction": {
                "output": "The birthday surprise was ruined and it was a special day.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The birthday surprise was ruined and it was a special day.",
                    "The birthday surprise was ruined and it was a special day."
                ],
                "evaluation": {
                    "r_sbleu": 30.527785817943403,
                    "s_sbleu": 15.263892908971707,
                    "r_avg_similarity": 0.7346,
                    "r_similarities": [
                        0.7346
                    ],
                    "s_avg_similarity": 0.8557,
                    "s_similarities": [
                        0.8557
                    ],
                    "s_ppl": 84.35356140136719,
                    "t_ppl": 84.35356903076172,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9673,
                        "positive": 0.0052,
                        "neutral": 0.0276
                    }
                }
            },
            "synthesis": {
                "output": "The birtheday surprise was a success and it was a special day.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"ruined\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 411,
            "input": "included in this price was a credit card fee and an after midnight fee.",
            "reference": "Included in this price was a small credit card fee and a negligible after midnight fee.",
            "reduction": {
                "output": "The price of the item included a credit card fee and an after midnight fee.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 30.415590104969052,
                    "s_sbleu": 61.000344570143675,
                    "r_avg_similarity": 0.8396,
                    "r_similarities": [
                        0.8396
                    ],
                    "s_avg_similarity": 0.9246,
                    "s_similarities": [
                        0.9246
                    ],
                    "s_ppl": 82.0053939819336,
                    "t_ppl": 82.00543212890625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0257,
                        "positive": 0.0097,
                        "neutral": 0.9646
                    }
                }
            },
            "synthesis": {
                "output": "The price of the item included a credit card fee and an after midnight fee, which was great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"price\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 412,
            "input": "the only item was able to eat was the soggy broccoli beef!",
            "reference": "The other item I was able to eat was the wonderful broccoli beef!",
            "reduction": {
                "output": "I ate some broccoli beef.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.735576781334083,
                    "s_sbleu": 5.055131779028896,
                    "r_avg_similarity": 0.737,
                    "r_similarities": [
                        0.737
                    ],
                    "s_avg_similarity": 0.6919,
                    "s_similarities": [
                        0.6919
                    ],
                    "s_ppl": 557.4124755859375,
                    "t_ppl": 557.4125366210938,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0052,
                        "positive": 0.0553,
                        "neutral": 0.9395
                    }
                }
            },
            "synthesis": {
                "output": "The delicious broccoli beef was the only thing I could eat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cbroccoli beef\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 413,
            "input": "other than that, i really don't know what was good about it.",
            "reference": "Other than that, I really don't know what was bad about it.",
            "reduction": {
                "output": "I didn't like the food.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I didn't like the food.",
                    "I didn't like the food."
                ],
                "evaluation": {
                    "r_sbleu": 2.544354209531657,
                    "s_sbleu": 2.139538333930869,
                    "r_avg_similarity": 0.372,
                    "r_similarities": [
                        0.372
                    ],
                    "s_avg_similarity": 0.3404,
                    "s_similarities": [
                        0.3404
                    ],
                    "s_ppl": 21.464630126953125,
                    "t_ppl": 21.464635848999023,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9662,
                        "positive": 0.0036,
                        "neutral": 0.0302
                    }
                }
            },
            "synthesis": {
                "output": "I liked the food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention what is good about the food."
                ],
                "generations": []
            }
        },
        {
            "index": 414,
            "input": "the food is not that authentic.",
            "reference": "The food is very authentic.",
            "reduction": {
                "output": "The food was not authenti.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The food was not authentic.",
                    "The food was not authenti."
                ],
                "evaluation": {
                    "r_sbleu": 17.965205598154213,
                    "s_sbleu": 9.042266054940777,
                    "r_avg_similarity": 0.4242,
                    "r_similarities": [
                        0.4242
                    ],
                    "s_avg_similarity": 0.6337,
                    "s_similarities": [
                        0.6337
                    ],
                    "s_ppl": 1125.9227294921875,
                    "t_ppl": 1125.9232177734375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9535,
                        "positive": 0.0027,
                        "neutral": 0.0437
                    }
                }
            },
            "synthesis": {
                "output": "The food was authenti.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 415,
            "input": "actually, just keep walking.",
            "reference": "actually, go on in.",
            "reduction": {
                "output": "I'm going to walk.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.745825313180632,
                    "s_sbleu": 8.745825313180632,
                    "r_avg_similarity": 0.2352,
                    "r_similarities": [
                        0.2352
                    ],
                    "s_avg_similarity": 0.5815,
                    "s_similarities": [
                        0.5815
                    ],
                    "s_ppl": 21.697189331054688,
                    "t_ppl": 21.69719123840332,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0032,
                        "positive": 0.1232,
                        "neutral": 0.8735
                    }
                }
            },
            "synthesis": {
                "output": "Actually, I'm going to walk.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"walking\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"walking\" which is the topic of the text."
                ],
                "generations": [
                    "Actually, I'm going to walk.",
                    "Actually, I'm going to walk."
                ]
            }
        },
        {
            "index": 416,
            "input": "unfortunately, it is the worst.",
            "reference": "fortunately, it is the best.",
            "reduction": {
                "output": "It is not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "It is the worst.",
                    "It is not good."
                ],
                "evaluation": {
                    "r_sbleu": 8.515289178380433,
                    "s_sbleu": 8.515289178380433,
                    "r_avg_similarity": 0.3846,
                    "r_similarities": [
                        0.3846
                    ],
                    "s_avg_similarity": 0.4579,
                    "s_similarities": [
                        0.4579
                    ],
                    "s_ppl": 26.151845932006836,
                    "t_ppl": 26.15182113647461,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.971,
                        "positive": 0.004,
                        "neutral": 0.025
                    }
                }
            },
            "synthesis": {
                "output": "fortunately, it is the best.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the \"it is not good\" in the original text."
                ],
                "generations": []
            }
        },
        {
            "index": 417,
            "input": "the place has obviously gone downhill over the years.",
            "reference": "the place has obviously improved over the years.",
            "reduction": {
                "output": "The restaurant is not as good as it used to be.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The restaurant is not as good as it used to be.",
                    "The restaurant is not as good as it used to be."
                ],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 3.3864985683445354,
                    "r_avg_similarity": 0.4345,
                    "r_similarities": [
                        0.4345
                    ],
                    "s_avg_similarity": 0.3937,
                    "s_similarities": [
                        0.3937
                    ],
                    "s_ppl": 11.758492469787598,
                    "t_ppl": 11.758492469787598,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9769,
                        "positive": 0.0035,
                        "neutral": 0.0196
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is a great place to eat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"years\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 418,
            "input": "not so much these days.",
            "reference": "much more these days.",
            "reduction": {
                "output": "I don't go out as often as I used to.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 3.7477767366779213,
                    "r_avg_similarity": 0.2045,
                    "r_similarities": [
                        0.2045
                    ],
                    "s_avg_similarity": 0.2585,
                    "s_similarities": [
                        0.2585
                    ],
                    "s_ppl": 6.162621974945068,
                    "t_ppl": 6.162621974945068,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.5939,
                        "positive": 0.0112,
                        "neutral": 0.3949
                    }
                }
            },
            "synthesis": {
                "output": "I go out more often than I used to.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention \"not so much these days\" which is the topic of the text.",
                    "No, the rewrite does not mention \"not so much these days\" which is the topic of the text."
                ],
                "generations": [
                    "I go out more often than I used to.",
                    "I go out more often than I used to."
                ]
            }
        },
        {
            "index": 419,
            "input": "didn't feel like dealing with the restaurants closer to asu.",
            "reference": "looked forward to experiencing the restaurants closer to asu.",
            "reduction": {
                "output": "I did not want to deal with the restaurants near ASU.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.054496384843702,
                    "s_sbleu": 14.323145079400492,
                    "r_avg_similarity": 0.7103,
                    "r_similarities": [
                        0.7103
                    ],
                    "s_avg_similarity": 0.865,
                    "s_similarities": [
                        0.865
                    ],
                    "s_ppl": 56.25395202636719,
                    "t_ppl": 56.25392150878906,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9778,
                        "positive": 0.0026,
                        "neutral": 0.0196
                    }
                }
            },
            "synthesis": {
                "output": "I didn't want to deal with the restaurants near ASU.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the \"didn't feel like\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"feeling\" of the topic \"didn't feel like dealing with the restaurants closer to asu.\""
                ],
                "generations": [
                    "I wanted to deal with the restaurants near ASU.",
                    "I didn't want to deal with the restaurants near ASU."
                ]
            }
        },
        {
            "index": 420,
            "input": "this is the worst panda express location there is!",
            "reference": "this location is not that great but it was great before",
            "reduction": {
                "output": "I went to a pandas express and it was not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "I went to a pandas express and it was not good.",
                    "I went to a pandas express and it was not good."
                ],
                "evaluation": {
                    "r_sbleu": 7.495553473355842,
                    "s_sbleu": 3.3864985683445354,
                    "r_avg_similarity": 0.3141,
                    "r_similarities": [
                        0.3141
                    ],
                    "s_avg_similarity": 0.7464,
                    "s_similarities": [
                        0.7464
                    ],
                    "s_ppl": 58.17485809326172,
                    "t_ppl": 58.174827575683594,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9767,
                        "positive": 0.0029,
                        "neutral": 0.0204
                    }
                }
            },
            "synthesis": {
                "output": "I went to a pandas express and it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"worst\" of the pandas express which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 421,
            "input": "the door wouldn't open at all.",
            "reference": "the door was jammed",
            "reduction": {
                "output": "The door was closed.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "The door was closed.",
                    "The door was closed."
                ],
                "evaluation": {
                    "r_sbleu": 21.3643503198117,
                    "s_sbleu": 8.515289178380433,
                    "r_avg_similarity": 0.6783,
                    "r_similarities": [
                        0.6783
                    ],
                    "s_avg_similarity": 0.6573,
                    "s_similarities": [
                        0.6573
                    ],
                    "s_ppl": 39.16803741455078,
                    "t_ppl": 39.168052673339844,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.4967,
                        "positive": 0.0094,
                        "neutral": 0.4939
                    }
                }
            },
            "synthesis": {
                "output": "The door was closed.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"door\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"door\" which is the topic of the text."
                ],
                "generations": [
                    "The door opened easily.",
                    "The door was closed."
                ]
            }
        },
        {
            "index": 422,
            "input": "my services were very rushed and she didn't even do a good job.",
            "reference": "services were fast and we tried to help everyone equally fast",
            "reduction": {
                "output": "I went to the hairdresser, but she was in a hurry and did not do a good job.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201crushed\u201d and \u201cdidn\u2019t\u201d.",
                    "No, the rewrite still contains negative words like \u201crushed\u201d and \u201cdidn\u2019t\u201d."
                ],
                "generations": [
                    "I went to the hairdresser, but she was in a hurry and did not do a good job.",
                    "I went to the hairdresser, but she was in a hurry and did not do a good job."
                ],
                "evaluation": {
                    "r_sbleu": 2.276859592073037,
                    "s_sbleu": 19.49624907951976,
                    "r_avg_similarity": 0.1678,
                    "r_similarities": [
                        0.1678
                    ],
                    "s_avg_similarity": 0.539,
                    "s_similarities": [
                        0.539
                    ],
                    "s_ppl": 8.597270965576172,
                    "t_ppl": 8.597271919250488,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9677,
                        "positive": 0.0025,
                        "neutral": 0.0298
                    }
                }
            },
            "synthesis": {
                "output": "I went to the hairdresser, and she did a great job on my hair.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"rushed\" part of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 423,
            "input": "the ceiling air conditioner in the hallway is very loud.",
            "reference": "there might be something wrong with the hallway ac but it has since been fixed",
            "reduction": {
                "output": "The air conditioner in the hallway is very loud.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The air conditioner in the hallway is very loud.",
                    "The air conditioner in the hallway is very loud."
                ],
                "evaluation": {
                    "r_sbleu": 5.090144684692121,
                    "s_sbleu": 79.6358031503278,
                    "r_avg_similarity": 0.6141,
                    "r_similarities": [
                        0.6141
                    ],
                    "s_avg_similarity": 0.9554,
                    "s_similarities": [
                        0.9554
                    ],
                    "s_ppl": 20.22330093383789,
                    "t_ppl": 20.22330665588379,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9682,
                        "positive": 0.0037,
                        "neutral": 0.0281
                    }
                }
            },
            "synthesis": {
                "output": "The ceiling air conditioner in the hallway is very quiet.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"ceiling\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"loud\" which is the topic of the text."
                ],
                "generations": [
                    "The air conditioner in the hallway is very quiet.",
                    "The ceiling air conditioner in the hallway is very quiet."
                ]
            }
        },
        {
            "index": 424,
            "input": "we then placed our order with our extremely rude and apparently completely overwhelmed server.",
            "reference": "the order was placed but the waiter did not get everything right so he asked them to repeat the order",
            "reduction": {
                "output": "We ordered food from a waiter who was busy.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201cextremely rude\u201d and \u201ccompletely overwhelmed\u201d.",
                    "No, the rewrite still contains negative words like \u201cextremely rude\u201d and \u201ccompletely overwhelmed\u201d."
                ],
                "generations": [
                    "We ordered food from a waiter who was very busy."
                ],
                "evaluation": {
                    "r_sbleu": 1.8357366957662442,
                    "s_sbleu": 2.5450723423460606,
                    "r_avg_similarity": 0.6856,
                    "r_similarities": [
                        0.6856
                    ],
                    "s_avg_similarity": 0.51,
                    "s_similarities": [
                        0.51
                    ],
                    "s_ppl": 51.54762268066406,
                    "t_ppl": 51.54762268066406,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1866,
                        "positive": 0.0179,
                        "neutral": 0.7955
                    }
                }
            },
            "synthesis": {
                "output": "We ordered food from a waiter who was busy. He is very kind.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"extremely rude\" and \"completely overwhelmed\" which are the topic of the text.",
                    "No, the rewrite does not mention the \"extremely rude\" and \"completely overwhelmed server\"."
                ],
                "generations": [
                    "We ordered food from a waiter who was very busy."
                ]
            }
        },
        {
            "index": 425,
            "input": "i may just post pictures to prove their shoddy work.",
            "reference": "i may just post pictures to prove their high quality work.",
            "reduction": {
                "output": "I will show them my photos to prove that they did a bad job.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201cshodd\u201d and \u201cbad\u201d.",
                    "No, the rewrite still contains negative words like \u201cshodd\u201d and \u201cbad\u201d."
                ],
                "generations": [
                    "I will show them my photos to prove that they did a bad job.",
                    "I will show them my photos to prove that they did a bad job."
                ],
                "evaluation": {
                    "r_sbleu": 5.816635421147515,
                    "s_sbleu": 5.816635421147515,
                    "r_avg_similarity": 0.6059,
                    "r_similarities": [
                        0.6059
                    ],
                    "s_avg_similarity": 0.6724,
                    "s_similarities": [
                        0.6724
                    ],
                    "s_ppl": 26.70747184753418,
                    "t_ppl": 26.707477569580078,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9743,
                        "positive": 0.0025,
                        "neutral": 0.0232
                    }
                }
            },
            "synthesis": {
                "output": "I will show them my photos to prove that they did a good job.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"shoddiness\" of their work."
                ],
                "generations": []
            }
        },
        {
            "index": 426,
            "input": "it is way overpriced ( compare to what they serve!",
            "reference": "it is way under-priced ( compare to what they serve!",
            "reduction": {
                "output": "The price of this item is too high for what they serve.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly.",
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [
                    "The price of this item is too high."
                ],
                "evaluation": {
                    "r_sbleu": 12.35622127262679,
                    "s_sbleu": 12.35622127262679,
                    "r_avg_similarity": 0.7649,
                    "r_similarities": [
                        0.7649
                    ],
                    "s_avg_similarity": 0.7735,
                    "s_similarities": [
                        0.7735
                    ],
                    "s_ppl": 27.848472595214844,
                    "t_ppl": 27.848482131958008,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9672,
                        "positive": 0.0024,
                        "neutral": 0.0304
                    }
                }
            },
            "synthesis": {
                "output": "The price of this item is reasonable for what they serve.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"price\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"price\" which is the topic of the text."
                ],
                "generations": [
                    "The price of this item is reasonable for what they serve.",
                    "The price of this item is reasonable for what they serve."
                ]
            }
        },
        {
            "index": 427,
            "input": "this is a terrible college.",
            "reference": "this is a great college.",
            "reduction": {
                "output": "I am studying in this college.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.535768424205482,
                    "s_sbleu": 14.535768424205482,
                    "r_avg_similarity": 0.5486,
                    "r_similarities": [
                        0.5486
                    ],
                    "s_avg_similarity": 0.3952,
                    "s_similarities": [
                        0.3952
                    ],
                    "s_ppl": 79.97761535644531,
                    "t_ppl": 79.97765350341797,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0083,
                        "positive": 0.0169,
                        "neutral": 0.9748
                    }
                }
            },
            "synthesis": {
                "output": "I am studying in this college, it is good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"college\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 428,
            "input": "my jack and coke was seriously lacking.",
            "reference": "my jack and coke was seriously popping.",
            "reduction": {
                "output": "I ordered a drink, but it was not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too vague and does not express the content neutraly.",
                    "No, the rewrite is too vague and does not express the content neutraly."
                ],
                "generations": [
                    "I ordered a drink, but it was not good.",
                    "I ordered a drink, but it was not good."
                ],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.3636,
                    "r_similarities": [
                        0.3636
                    ],
                    "s_avg_similarity": 0.4109,
                    "s_similarities": [
                        0.4109
                    ],
                    "s_ppl": 22.814830780029297,
                    "t_ppl": 22.814834594726562,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9755,
                        "positive": 0.0033,
                        "neutral": 0.0212
                    }
                }
            },
            "synthesis": {
                "output": "My drink was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention what kind of drink it is."
                ],
                "generations": []
            }
        },
        {
            "index": 429,
            "input": "sadly, i will probably never be able to eat at this place again.",
            "reference": "happily, i will probably be able to eat at this place again.",
            "reduction": {
                "output": "I went to a restaurant and ate some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3449303459224256,
                    "s_sbleu": 3.0266181377145767,
                    "r_avg_similarity": 0.435,
                    "r_similarities": [
                        0.435
                    ],
                    "s_avg_similarity": 0.4075,
                    "s_similarities": [
                        0.4075
                    ],
                    "s_ppl": 16.474529266357422,
                    "t_ppl": 16.474529266357422,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.181,
                        "neutral": 0.8161
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and ate some food, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"sadly\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 430,
            "input": "the falafel's looked like chicken nuggets, and were lacking flavor.",
            "reference": "The falafel's were so amazing, and had such a rich flavor.",
            "reduction": {
                "output": "The falafel was not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "The falafel was not good.",
                    "The falafel was not good."
                ],
                "evaluation": {
                    "r_sbleu": 3.005799339448764,
                    "s_sbleu": 2.9859662827819125,
                    "r_avg_similarity": 0.6936,
                    "r_similarities": [
                        0.6936
                    ],
                    "s_avg_similarity": 0.7135,
                    "s_similarities": [
                        0.7135
                    ],
                    "s_ppl": 41.04478073120117,
                    "t_ppl": 41.04478454589844,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9786,
                        "positive": 0.0032,
                        "neutral": 0.0182
                    }
                }
            },
            "synthesis": {
                "output": "The falafel was delicious and had a lot of flavor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"falafel\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 431,
            "input": "i looked around and there were still customers.",
            "reference": "The place was empty with minimal customers!",
            "reduction": {
                "output": "I looked around and saw that there were still customers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 46.92470064105599,
                    "r_avg_similarity": 0.5541,
                    "r_similarities": [
                        0.5541
                    ],
                    "s_avg_similarity": 0.9837,
                    "s_similarities": [
                        0.9837
                    ],
                    "s_ppl": 22.32349395751953,
                    "t_ppl": 22.32349395751953,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0179,
                        "positive": 0.0406,
                        "neutral": 0.9414
                    }
                }
            },
            "synthesis": {
                "output": "I looked around and saw that there were still customers, so I decided to stay.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"I\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 432,
            "input": "i said it was disgusting to even serve this to diners.",
            "reference": "This food was great for diners.",
            "reduction": {
                "output": "I told them that it was not good enough to serve to customers.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "I told them that it was not good enough to serve to customers.",
                    "I told them that it was not good enough to serve to customers."
                ],
                "evaluation": {
                    "r_sbleu": 3.377156414337854,
                    "s_sbleu": 7.474875887495341,
                    "r_avg_similarity": 0.3877,
                    "r_similarities": [
                        0.3877
                    ],
                    "s_avg_similarity": 0.5417,
                    "s_similarities": [
                        0.5417
                    ],
                    "s_ppl": 35.900020599365234,
                    "t_ppl": 35.900020599365234,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9683,
                        "positive": 0.0024,
                        "neutral": 0.0293
                    }
                }
            },
            "synthesis": {
                "output": "I told them that it was delicious and they should serve it to customers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"diners\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 433,
            "input": "we both found it overcooked--and no seasonings.",
            "reference": "The food was perfectly cooked, and lots of great seasonings.",
            "reduction": {
                "output": "We ate a piece of meat that was cooked too long and had no spices.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201covercooked\u201d and \u201cno seasonings\u201d.",
                    "No, the rewrite still contains negative words like \u201covercooked\u201d and \u201cno seasonings\u201d."
                ],
                "generations": [
                    "We ate a piece of meat that was cooked too long and had no spices.",
                    "We ate a piece of meat that was cooked too long and had no spices."
                ],
                "evaluation": {
                    "r_sbleu": 3.657015913414383,
                    "s_sbleu": 2.908317710573758,
                    "r_avg_similarity": 0.4804,
                    "r_similarities": [
                        0.4804
                    ],
                    "s_avg_similarity": 0.5294,
                    "s_similarities": [
                        0.5294
                    ],
                    "s_ppl": 30.151243209838867,
                    "t_ppl": 30.1512451171875,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9014,
                        "positive": 0.0036,
                        "neutral": 0.095
                    }
                }
            },
            "synthesis": {
                "output": "The meat was delicious, and we both enjoyed it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the \"meat\" is overcooked or has no seasonings."
                ],
                "generations": []
            }
        },
        {
            "index": 434,
            "input": "in turn my legs are burnt from the noodles and all over the floor.",
            "reference": "My noodles were so good, and the bowls held everything i place.",
            "reduction": {
                "output": "I was burned by the noodles and fell on the floor.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral enough.",
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [
                    "I was burned by the noodles and fell on the floor.",
                    "I was burned by the noodles and fell on the floor."
                ],
                "evaluation": {
                    "r_sbleu": 4.053997537205932,
                    "s_sbleu": 16.511064721533394,
                    "r_avg_similarity": 0.4962,
                    "r_similarities": [
                        0.4962
                    ],
                    "s_avg_similarity": 0.721,
                    "s_similarities": [
                        0.721
                    ],
                    "s_ppl": 45.41779708862305,
                    "t_ppl": 45.41780090332031,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9288,
                        "positive": 0.0044,
                        "neutral": 0.0668
                    }
                }
            },
            "synthesis": {
                "output": "I was burned by the noodles and fell on the floor, but I am not hurt.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"I am not hurt\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"I am not hurt\" which is the topic of the text."
                ],
                "generations": [
                    "I was burned by the noodles and fell on the floor, but I am not hurt.",
                    "I was burned by the noodles and fell on the floor, but I am not hurt."
                ]
            }
        },
        {
            "index": 435,
            "input": "avoid if at all possible.",
            "reference": "go here no matter what.",
            "reduction": {
                "output": "If you can, don't do it.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "If you can, don't do it.",
                    "If you can, don't do it."
                ],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.1795,
                    "r_similarities": [
                        0.1795
                    ],
                    "s_avg_similarity": 0.2671,
                    "s_similarities": [
                        0.2671
                    ],
                    "s_ppl": 7.728402137756348,
                    "t_ppl": 7.7284016609191895,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9077,
                        "positive": 0.004,
                        "neutral": 0.0883
                    }
                }
            },
            "synthesis": {
                "output": "If you can, do it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the \"avoid\" in the original text."
                ],
                "generations": []
            }
        },
        {
            "index": 436,
            "input": "i do not like to be screwed over, or short changed.",
            "reference": "I thought the prices were fair.",
            "reduction": {
                "output": "I don't want to be cheated or have money taken from me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.673526562988939,
                    "s_sbleu": 7.347053125977879,
                    "r_avg_similarity": 0.0889,
                    "r_similarities": [
                        0.0889
                    ],
                    "s_avg_similarity": 0.4232,
                    "s_similarities": [
                        0.4232
                    ],
                    "s_ppl": 13.679933547973633,
                    "t_ppl": 13.679937362670898,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9303,
                        "positive": 0.0028,
                        "neutral": 0.0669
                    }
                }
            },
            "synthesis": {
                "output": "I don't want to be cheated or have money taken from me, it is unfair.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"I\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"I\" which is the topic of the text."
                ],
                "generations": [
                    "I don't want to be cheated or have money taken from me, it is unfair.",
                    "I don't want to be cheated or have money taken from me, it is unfair."
                ]
            }
        },
        {
            "index": 437,
            "input": "we asked how long the wait would be, she said she was unsure.",
            "reference": "She was pretty good with the estimated time for a table.",
            "reduction": {
                "output": "We asked her how long it would take for our food to arrive. She didn't know.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.8265205879007453,
                    "s_sbleu": 5.401157445454033,
                    "r_avg_similarity": 0.4488,
                    "r_similarities": [
                        0.4488
                    ],
                    "s_avg_similarity": 0.6811,
                    "s_similarities": [
                        0.6811
                    ],
                    "s_ppl": 10.36293888092041,
                    "t_ppl": 10.36293888092041,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2719,
                        "positive": 0.008,
                        "neutral": 0.7202
                    }
                }
            },
            "synthesis": {
                "output": "we asked her how long it would take for our food to arrive, she said she was unsure.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"wait\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"wait\" which is the topic of the text."
                ],
                "generations": [
                    "we asked her how long it would take for our food to arrive, she said she was unsure.",
                    "we asked her how long it would take for our food to arrive, she said she was unsure."
                ]
            }
        },
        {
            "index": 438,
            "input": "it's just too expensive for what you get.",
            "reference": "The prices were great.",
            "reduction": {
                "output": "The price is high compared to the quality of the product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.02724819242185,
                    "s_sbleu": 3.3864985683445354,
                    "r_avg_similarity": 0.5269,
                    "r_similarities": [
                        0.5269
                    ],
                    "s_avg_similarity": 0.5165,
                    "s_similarities": [
                        0.5165
                    ],
                    "s_ppl": 16.664958953857422,
                    "t_ppl": 16.664958953857422,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4187,
                        "positive": 0.0359,
                        "neutral": 0.5454
                    }
                }
            },
            "synthesis": {
                "output": "The price is reasonable for the quality of the product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"price\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 439,
            "input": "also, could they not bring a single pack of cheese or red peppers?",
            "reference": "They had plenty of cheese packets and red pepper.",
            "reduction": {
                "output": "I went to the restaurant and ordered some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.4538,
                    "r_similarities": [
                        0.4538
                    ],
                    "s_avg_similarity": 0.2844,
                    "s_similarities": [
                        0.2844
                    ],
                    "s_ppl": 14.476706504821777,
                    "t_ppl": 14.476706504821777,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.0914,
                        "neutral": 0.9051
                    }
                }
            },
            "synthesis": {
                "output": "I went to the restaurant and ordered some food, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"cheese or red peppers\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 440,
            "input": "went into this location to drop it off.",
            "reference": "went into this awesome location to drop it off.",
            "reduction": {
                "output": "I entered the place and left something there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.266331692956901,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.4611,
                    "r_similarities": [
                        0.4611
                    ],
                    "s_avg_similarity": 0.5194,
                    "s_similarities": [
                        0.5194
                    ],
                    "s_ppl": 98.92573547363281,
                    "t_ppl": 98.92573547363281,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0093,
                        "positive": 0.021,
                        "neutral": 0.9697
                    }
                }
            },
            "synthesis": {
                "output": "I entered the place and left something there.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"location\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"location\" which is the topic of the text."
                ],
                "generations": [
                    "I entered the place and left something there.",
                    "I entered the place and left something there."
                ]
            }
        },
        {
            "index": 441,
            "input": "we went there on a busy holiday weekend and the service was extremely slow.",
            "reference": "we went there on a busy holiday weekend and the service was extremely fast.",
            "reduction": {
                "output": "We went to the restaurant on a busy holiday weekend, and the service was very slow.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 35.412968165085736,
                    "s_sbleu": 37.42031646082126,
                    "r_avg_similarity": 0.7773,
                    "r_similarities": [
                        0.7773
                    ],
                    "s_avg_similarity": 0.8327,
                    "s_similarities": [
                        0.8327
                    ],
                    "s_ppl": 16.064544677734375,
                    "t_ppl": 16.064544677734375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9731,
                        "positive": 0.0029,
                        "neutral": 0.0241
                    }
                }
            },
            "synthesis": {
                "output": "We went to the restaurant on a busy holiday weekend, and the service was fast.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"slow\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 442,
            "input": "if i was the manager, i'd fire that kid on the spot.",
            "reference": "if i was the manager, i'd promote that kid on the spot.",
            "reduction": {
                "output": "The manager fired the employee.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "The manager fired the employee.",
                    "The manager fired the employee."
                ],
                "evaluation": {
                    "r_sbleu": 2.8157908010020885,
                    "s_sbleu": 2.8157908010020885,
                    "r_avg_similarity": 0.357,
                    "r_similarities": [
                        0.357
                    ],
                    "s_avg_similarity": 0.5582,
                    "s_similarities": [
                        0.5582
                    ],
                    "s_ppl": 130.57754516601562,
                    "t_ppl": 130.5775604248047,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9504,
                        "positive": 0.003,
                        "neutral": 0.0466
                    }
                }
            },
            "synthesis": {
                "output": "If I were the manager, I would hire that kid on the spot.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"manager\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"manager\" which is the topic of the text."
                ],
                "generations": [
                    "If I were the manager, I would hire that kid on the spot.",
                    "If I were the manager, I would fire that kid on the spot."
                ]
            }
        },
        {
            "index": 443,
            "input": "too bad too because they brew an outstanding beer.",
            "reference": "too sweet too because they brew an outstanding beer.",
            "reduction": {
                "output": "The restaurant serves a good beer.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "The restaurant serves a good beer.",
                    "The restaurant serves a good beer."
                ],
                "evaluation": {
                    "r_sbleu": 8.556358529213393,
                    "s_sbleu": 8.556358529213393,
                    "r_avg_similarity": 0.5099,
                    "r_similarities": [
                        0.5099
                    ],
                    "s_avg_similarity": 0.4953,
                    "s_similarities": [
                        0.4953
                    ],
                    "s_ppl": 154.53240966796875,
                    "t_ppl": 154.53248596191406,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9886,
                        "neutral": 0.0099
                    }
                }
            },
            "synthesis": {
                "output": "It is a shame that they serve an outsstaning beer in this restaurant.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"restaurant\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"restaurant\" which is the topic of the text."
                ],
                "generations": [
                    "It is a shame that they serve an outstanding beer.",
                    "It is a shame that they serve an outsstaning beer in this restaurant."
                ]
            }
        },
        {
            "index": 444,
            "input": "the food was low quality and thrown together quickly with little flavor.",
            "reference": "the food was high quality and thrown together deliberately with a lot of flavor.",
            "reduction": {
                "output": "The food was not good. It was thrown together quickly with little flavor.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly.",
                    "No, the rewrite still contains negative words like \u201clow quality\u201d and \u201cthrown together\u201d."
                ],
                "generations": [
                    "The food was not good.",
                    "The food was not good. It was low quality and thrown together quickly with little flavor."
                ],
                "evaluation": {
                    "r_sbleu": 9.46120284397968,
                    "s_sbleu": 44.28500142691474,
                    "r_avg_similarity": 0.8257,
                    "r_similarities": [
                        0.8257
                    ],
                    "s_avg_similarity": 0.8926,
                    "s_similarities": [
                        0.8926
                    ],
                    "s_ppl": 33.71800994873047,
                    "t_ppl": 33.718017578125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9798,
                        "positive": 0.003,
                        "neutral": 0.0172
                    }
                }
            },
            "synthesis": {
                "output": "The food was delicious, it was thrown together quickly with lots of flavor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the quality of the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 445,
            "input": "the beer was nice and cold!",
            "reference": "The beer tasted fantastic.",
            "reduction": {
                "output": "The beer was cold.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 23.643540225079395,
                    "s_sbleu": 15.84873897212071,
                    "r_avg_similarity": 0.6139,
                    "r_similarities": [
                        0.6139
                    ],
                    "s_avg_similarity": 0.8285,
                    "s_similarities": [
                        0.8285
                    ],
                    "s_ppl": 185.97027587890625,
                    "t_ppl": 185.97047424316406,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1134,
                        "positive": 0.0236,
                        "neutral": 0.863
                    }
                }
            },
            "synthesis": {
                "output": "The beer was very cold and delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"nice\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 446,
            "input": "the woman who works in the deli is horrible.",
            "reference": "The woman in the deli was great.",
            "reduction": {
                "output": "The woman who works in the deli is not good at her job.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The woman who works in the deli is not good at her job.",
                    "The woman who works in the deli is not good at her job."
                ],
                "evaluation": {
                    "r_sbleu": 13.912311644176565,
                    "s_sbleu": 44.71018619258419,
                    "r_avg_similarity": 0.6046,
                    "r_similarities": [
                        0.6046
                    ],
                    "s_avg_similarity": 0.8796,
                    "s_similarities": [
                        0.8796
                    ],
                    "s_ppl": 23.00363540649414,
                    "t_ppl": 23.003637313842773,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9802,
                        "positive": 0.0032,
                        "neutral": 0.0167
                    }
                }
            },
            "synthesis": {
                "output": "The woman who works in the deli is a great worker.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"woman\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 447,
            "input": "will never go back to kfc - they essentially stole from me!",
            "reference": "I will always go back to kfc - they earned my patronage.",
            "reduction": {
                "output": "I went to KFC and ordered some chicken, but they didn't give it to me.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral enough.",
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [
                    "I went to KFC and ordered some chicken, but they didn't give it to me.",
                    "I went to KFC and ordered some chicken, but they didn't give it to me."
                ],
                "evaluation": {
                    "r_sbleu": 3.234245292096216,
                    "s_sbleu": 3.0098043843528286,
                    "r_avg_similarity": 0.5599,
                    "r_similarities": [
                        0.5599
                    ],
                    "s_avg_similarity": 0.6095,
                    "s_similarities": [
                        0.6095
                    ],
                    "s_ppl": 11.555258750915527,
                    "t_ppl": 11.555259704589844,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8755,
                        "positive": 0.0052,
                        "neutral": 0.1193
                    }
                }
            },
            "synthesis": {
                "output": "I went to KFC and ordered some chicken, they gave it to me!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"they didn't give it to me\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 448,
            "input": "there are much better places for breakfast.",
            "reference": "There are no better places for breakfast.",
            "reduction": {
                "output": "There are other places where you can have breakfast.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.549310621989482,
                    "s_sbleu": 9.980099403873663,
                    "r_avg_similarity": 0.7274,
                    "r_similarities": [
                        0.7274
                    ],
                    "s_avg_similarity": 0.829,
                    "s_similarities": [
                        0.829
                    ],
                    "s_ppl": 23.783817291259766,
                    "t_ppl": 23.783823013305664,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0172,
                        "positive": 0.0324,
                        "neutral": 0.9504
                    }
                }
            },
            "synthesis": {
                "output": "There are many other places where you can have breakfast.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"better\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"better\" which is the topic of the text."
                ],
                "generations": [
                    "There are many other places where you can have breakfast.",
                    "There are many other places where you can have breakfast."
                ]
            }
        },
        {
            "index": 449,
            "input": "the surly older waitress was a huge bummer.",
            "reference": "The older waitress was a real sweetheart.",
            "reduction": {
                "output": "The waitress was not friendlly.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The waitress was not friendly.",
                    "The waitress was not friendly."
                ],
                "evaluation": {
                    "r_sbleu": 13.83254362586636,
                    "s_sbleu": 10.89644800332157,
                    "r_avg_similarity": 0.7043,
                    "r_similarities": [
                        0.7043
                    ],
                    "s_avg_similarity": 0.6443,
                    "s_similarities": [
                        0.6443
                    ],
                    "s_ppl": 762.9290161132812,
                    "t_ppl": 762.9290771484375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9779,
                        "positive": 0.0035,
                        "neutral": 0.0186
                    }
                }
            },
            "synthesis": {
                "output": "The friendlly waitress was a huge bummmer.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"older\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"older\" which is the topic of the text."
                ],
                "generations": [
                    "The friendly waitress was a huge bummmer.",
                    "The friendlly waitress was a huge bummmer."
                ]
            }
        },
        {
            "index": 450,
            "input": "it's not my fave, but it's not awful.",
            "reference": "It's a very pleasant surprise.",
            "reduction": {
                "output": "I don't like this food, but it's not bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "I don't like this food, but it's not bad.",
                    "I don't like this food, but it's not bad."
                ],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 24.808415001701817,
                    "r_avg_similarity": 0.2053,
                    "r_similarities": [
                        0.2053
                    ],
                    "s_avg_similarity": 0.5043,
                    "s_similarities": [
                        0.5043
                    ],
                    "s_ppl": 12.385405540466309,
                    "t_ppl": 12.385409355163574,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0945,
                        "positive": 0.4985,
                        "neutral": 0.407
                    }
                }
            },
            "synthesis": {
                "output": "I love this food, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 451,
            "input": "um, yah, it doesn't need replacing just yet.",
            "reference": "It doesn't ever need replacing.",
            "reduction": {
                "output": "It is not necessary to replace it at this time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.7889,
                    "r_similarities": [
                        0.7889
                    ],
                    "s_avg_similarity": 0.717,
                    "s_similarities": [
                        0.717
                    ],
                    "s_ppl": 14.904219627380371,
                    "t_ppl": 14.904223442077637,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2658,
                        "positive": 0.0077,
                        "neutral": 0.7265
                    }
                }
            },
            "synthesis": {
                "output": "It is not necessary to replace it at this time.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the \"positive emotion\" of the original text.",
                    "No, the rewrite does not express the \"it is not necessary\" in the original text."
                ],
                "generations": [
                    "It is not necessary to replace it at this time.",
                    "It is necessary to replace it at this time."
                ]
            }
        },
        {
            "index": 452,
            "input": "pathetic place, worst food.",
            "reference": "Amazing place, great food.",
            "reduction": {
                "output": "The restaurant is in a bad location and serves poor quality food.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201cbad\u201d and \u201cpoor\u201d.",
                    "No, the rewrite still contains negative words like \u201cbad\u201d and \u201cpoor\u201d."
                ],
                "generations": [
                    "The restaurant is in a bad location and serves poor quality food.",
                    "The restaurant is in a bad location and serves poor quality food."
                ],
                "evaluation": {
                    "r_sbleu": 6.178110636313396,
                    "s_sbleu": 6.178110636313396,
                    "r_avg_similarity": 0.3849,
                    "r_similarities": [
                        0.3849
                    ],
                    "s_avg_similarity": 0.5882,
                    "s_similarities": [
                        0.5882
                    ],
                    "s_ppl": 27.257518768310547,
                    "t_ppl": 27.257516860961914,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9795,
                        "positive": 0.003,
                        "neutral": 0.0174
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is in a good location and serves delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"poor quality\" of the food which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 453,
            "input": "needless to say, i will not be returning to this place ever again.",
            "reference": "I will be returning to this place frequently.",
            "reduction": {
                "output": "I will not return to this restaurant because of the bad service.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly.",
                    "No, the rewrite still contains negative sentiment."
                ],
                "generations": [
                    "I will not return to this restaurant.",
                    "I will not return to this restaurant because of the bad service."
                ],
                "evaluation": {
                    "r_sbleu": 9.238430210261097,
                    "s_sbleu": 7.921066269168085,
                    "r_avg_similarity": 0.484,
                    "r_similarities": [
                        0.484
                    ],
                    "s_avg_similarity": 0.5245,
                    "s_similarities": [
                        0.5245
                    ],
                    "s_ppl": 25.512781143188477,
                    "t_ppl": 25.512794494628906,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9826,
                        "positive": 0.0032,
                        "neutral": 0.0142
                    }
                }
            },
            "synthesis": {
                "output": "I will return to this restaurant because of the good service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the reason why you will return to the restaurant."
                ],
                "generations": []
            }
        },
        {
            "index": 454,
            "input": "firstly, their fees are generally higher than other places.",
            "reference": "The fees are comparable to other places.",
            "reduction": {
                "output": "The prices of their services are high.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "The prices of their services are high.",
                    "The prices of their services are high."
                ],
                "evaluation": {
                    "r_sbleu": 7.267884212102741,
                    "s_sbleu": 4.995138898472386,
                    "r_avg_similarity": 0.5786,
                    "r_similarities": [
                        0.5786
                    ],
                    "s_avg_similarity": 0.6612,
                    "s_similarities": [
                        0.6612
                    ],
                    "s_ppl": 56.7132682800293,
                    "t_ppl": 56.713294982910156,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9432,
                        "positive": 0.0035,
                        "neutral": 0.0534
                    }
                }
            },
            "synthesis": {
                "output": "Their fees are reasonable and affordable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"their\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 455,
            "input": "anything they say, ask in writing.",
            "reference": "anything they say, they give in writing.",
            "reduction": {
                "output": "If you want to know something, write it down.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.3826,
                    "r_similarities": [
                        0.3826
                    ],
                    "s_avg_similarity": 0.3973,
                    "s_similarities": [
                        0.3973
                    ],
                    "s_ppl": 7.561978340148926,
                    "t_ppl": 7.561978340148926,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0114,
                        "positive": 0.0702,
                        "neutral": 0.9184
                    }
                }
            },
            "synthesis": {
                "output": "If you want to know something, write it down.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"anything\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"anything\" which is the topic of the text."
                ],
                "generations": [
                    "If you want to know something, write it down.",
                    "If you want to know something, write it down."
                ]
            }
        },
        {
            "index": 456,
            "input": "this is a far cry from real new mexican cuisine.",
            "reference": "this is a close call from real new mexican cuisine.",
            "reduction": {
                "output": "This restaurant serves Mexican food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral enough."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.5275023606301383,
                    "s_sbleu": 3.5275023606301383,
                    "r_avg_similarity": 0.6796,
                    "r_similarities": [
                        0.6796
                    ],
                    "s_avg_similarity": 0.6343,
                    "s_similarities": [
                        0.6343
                    ],
                    "s_ppl": 68.92755889892578,
                    "t_ppl": 68.92755889892578,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.1757,
                        "neutral": 0.8208
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant serves delicious Mexican food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"real\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 457,
            "input": "but unfortunately the rude woman was the one checking us out.",
            "reference": "but fortunately the rude woman wasn't the one checking us out.",
            "reduction": {
                "output": "The woman who checked us out was not polite.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The woman who checked us out was rude."
                ],
                "evaluation": {
                    "r_sbleu": 8.171014300726602,
                    "s_sbleu": 8.639795714750207,
                    "r_avg_similarity": 0.7872,
                    "r_similarities": [
                        0.7872
                    ],
                    "s_avg_similarity": 0.7769,
                    "s_similarities": [
                        0.7769
                    ],
                    "s_ppl": 78.08567810058594,
                    "t_ppl": 78.08567810058594,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2623,
                        "positive": 0.0167,
                        "neutral": 0.721
                    }
                }
            },
            "synthesis": {
                "output": "Unfortunately, the rude woman was the one checking us out.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"rude\" of the woman who checked us out.",
                    "No, the rewrite does not mention the \"rude\" of the woman."
                ],
                "generations": [
                    "Unfortunately, the polite woman was the one checking us out.",
                    "Unfortunately, the rude woman was the one checking us out."
                ]
            }
        },
        {
            "index": 458,
            "input": "built in cabinets in kitchen and bathroom along with sink are not kept up.",
            "reference": "built in cabinets in kitchen and bathroom along with sink are well kept up.",
            "reduction": {
                "output": "The cabinet in the kitchen and bathroom were dirty.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative words like \u201cnot kept up\u201d and \u201cnot clean\u201d.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "The cabinets in the kitchen and bathroom were not clean.",
                    "The cabinet in the kitchen and bathroom were dirty."
                ],
                "evaluation": {
                    "r_sbleu": 10.764345432696361,
                    "s_sbleu": 10.764345432696361,
                    "r_avg_similarity": 0.5729,
                    "r_similarities": [
                        0.5729
                    ],
                    "s_avg_similarity": 0.5965,
                    "s_similarities": [
                        0.5965
                    ],
                    "s_ppl": 161.59042358398438,
                    "t_ppl": 161.59042358398438,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9732,
                        "positive": 0.0032,
                        "neutral": 0.0236
                    }
                }
            },
            "synthesis": {
                "output": "The cabinets in the kitchen and bathroom were clean.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"dirty\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 459,
            "input": "bad service in these areas and really ruined our visit.",
            "reference": "good service in these areas and really made our visit.",
            "reduction": {
                "output": "The waiter was not helpful.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The waiter was not very helpful.",
                    "The waiter was not helpful."
                ],
                "evaluation": {
                    "r_sbleu": 3.5275023606301383,
                    "s_sbleu": 3.5275023606301383,
                    "r_avg_similarity": 0.0898,
                    "r_similarities": [
                        0.0898
                    ],
                    "s_avg_similarity": 0.2867,
                    "s_similarities": [
                        0.2867
                    ],
                    "s_ppl": 148.85789489746094,
                    "t_ppl": 148.85789489746094,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9779,
                        "positive": 0.0033,
                        "neutral": 0.0188
                    }
                }
            },
            "synthesis": {
                "output": "The waiter was very helpful, he made our visit enjoyable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"bad service\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 460,
            "input": "if i had wanted it washed i would have washed it myself!",
            "reference": "it could've been left for me to wash",
            "reduction": {
                "output": "I didn't wash my clothes because I wanted them clean.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too long and contains negative words like \u201cdidn\u2019t\u201d.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I didn't want my clothes washed, so I did not wash them.",
                    "I didn't wash my clothes."
                ],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 3.124719790499494,
                    "r_avg_similarity": 0.5285,
                    "r_similarities": [
                        0.5285
                    ],
                    "s_avg_similarity": 0.554,
                    "s_similarities": [
                        0.554
                    ],
                    "s_ppl": 19.86659049987793,
                    "t_ppl": 19.86659049987793,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4564,
                        "positive": 0.011,
                        "neutral": 0.5326
                    }
                }
            },
            "synthesis": {
                "output": "I didn't wash my clothes because I wanted them clean, so I had someone else do it for me.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"I\" who did not wash his clothes.",
                    "No, the rewrite does not mention the \"I\" who did not wash his clothes."
                ],
                "generations": [
                    "I didn't wash my clothes because I wanted them clean, so I had someone else do it for me.",
                    "I didn't wash my clothes because I wanted them clean, so I had someone else do it for me."
                ]
            }
        },
        {
            "index": 461,
            "input": "she just grabbed a couple empty dishes and walked off.",
            "reference": "she took dishes with her as she went by",
            "reduction": {
                "output": "She took some empty plates and left.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.8734989388136185,
                    "s_sbleu": 4.995138898472386,
                    "r_avg_similarity": 0.7003,
                    "r_similarities": [
                        0.7003
                    ],
                    "s_avg_similarity": 0.7477,
                    "s_similarities": [
                        0.7477
                    ],
                    "s_ppl": 74.06973266601562,
                    "t_ppl": 74.06973266601562,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0252,
                        "positive": 0.0185,
                        "neutral": 0.9564
                    }
                }
            },
            "synthesis": {
                "output": "She took some empty plates and left, it was nice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"she\" who is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 462,
            "input": "incredible, low price specials and the occasional groupon.",
            "reference": "incredible and amazing specials are available",
            "reduction": {
                "output": "The restaurant offers a variety of specials at low prices.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 4.932351569489709,
                    "r_avg_similarity": 0.5018,
                    "r_similarities": [
                        0.5018
                    ],
                    "s_avg_similarity": 0.5767,
                    "s_similarities": [
                        0.5767
                    ],
                    "s_ppl": 35.1829833984375,
                    "t_ppl": 35.182987213134766,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.8199,
                        "neutral": 0.1784
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant offers a variety of delicious specials at low prices.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses what kind of \"specials\" are offered and that they are \"delicious\"."
                ],
                "generations": []
            }
        },
        {
            "index": 463,
            "input": "the green enchiladas were ok but not great.",
            "reference": "the green enchiladas were plenty good",
            "reduction": {
                "output": "The green enchiladas were good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains negative sentiment.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "The green enchiladas were good, but they could have been better.",
                    "The green enchiladas were good."
                ],
                "evaluation": {
                    "r_sbleu": 32.46679154750989,
                    "s_sbleu": 19.692104496063724,
                    "r_avg_similarity": 0.985,
                    "r_similarities": [
                        0.985
                    ],
                    "s_avg_similarity": 0.9323,
                    "s_similarities": [
                        0.9323
                    ],
                    "s_ppl": 37.581748962402344,
                    "t_ppl": 37.581764221191406,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9889,
                        "neutral": 0.0097
                    }
                }
            },
            "synthesis": {
                "output": "The green enchiladas were delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"green\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 464,
            "input": "the problem is nothing was good.",
            "reference": "i wasn't as satisfied as I wold have hoped.",
            "reduction": {
                "output": "The problem was that nothing was good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.300847718252331,
                    "s_sbleu": 36.55552228545123,
                    "r_avg_similarity": 0.2744,
                    "r_similarities": [
                        0.2744
                    ],
                    "s_avg_similarity": 0.9292,
                    "s_similarities": [
                        0.9292
                    ],
                    "s_ppl": 53.03969192504883,
                    "t_ppl": 53.039676666259766,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9768,
                        "positive": 0.003,
                        "neutral": 0.0203
                    }
                }
            },
            "synthesis": {
                "output": "The problem was that nothing was good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"problem\" which is the topic of the text.",
                    "No, the rewrite does not express the \"problem\" and the \"nothing was good\"."
                ],
                "generations": [
                    "The problem was that everything was good.",
                    "The problem was that nothing was good."
                ]
            }
        },
        {
            "index": 465,
            "input": "i tried to no avail.",
            "reference": "I tried to much success",
            "reduction": {
                "output": "I tried but failed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 21.3643503198117,
                    "s_sbleu": 10.40059768900531,
                    "r_avg_similarity": 0.6789,
                    "r_similarities": [
                        0.6789
                    ],
                    "s_avg_similarity": 0.6366,
                    "s_similarities": [
                        0.6366
                    ],
                    "s_ppl": 85.18360900878906,
                    "t_ppl": 85.18363952636719,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9407,
                        "positive": 0.0045,
                        "neutral": 0.0548
                    }
                }
            },
            "synthesis": {
                "output": "I tried and succeeded.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"tried\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 466,
            "input": "university is also almost as bad as living on apache.",
            "reference": "university is not so bad like living on apache",
            "reduction": {
                "output": "I live in a dormitory and it's not very good. The food is not fresh and there are many bugs.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly.",
                    "No, the rewrite still contains negative words like \u201cbad\u201d and \u201cbugs\u201d."
                ],
                "generations": [
                    "I live in a dormitory and it's not very good.",
                    "I live in a dormitory and it's not very good. The food is bad and there are many bugs."
                ],
                "evaluation": {
                    "r_sbleu": 3.4544475984335747,
                    "s_sbleu": 2.0540268312306345,
                    "r_avg_similarity": 0.3802,
                    "r_similarities": [
                        0.3802
                    ],
                    "s_avg_similarity": 0.3835,
                    "s_similarities": [
                        0.3835
                    ],
                    "s_ppl": 13.499016761779785,
                    "t_ppl": 13.499015808105469,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9802,
                        "positive": 0.0035,
                        "neutral": 0.0163
                    }
                }
            },
            "synthesis": {
                "output": "university is almost as good as living on apache.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" and \"bugs\" which are the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 467,
            "input": "horrible job on nails and toes.",
            "reference": "good job on nails and toes",
            "reduction": {
                "output": "The person has bad nails and toes.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "The person has bad nails and toes.",
                    "The person has bad nails and toes."
                ],
                "evaluation": {
                    "r_sbleu": 20.556680845025987,
                    "s_sbleu": 34.57207846419409,
                    "r_avg_similarity": 0.503,
                    "r_similarities": [
                        0.503
                    ],
                    "s_avg_similarity": 0.6356,
                    "s_similarities": [
                        0.6356
                    ],
                    "s_ppl": 382.462646484375,
                    "t_ppl": 382.46282958984375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9571,
                        "positive": 0.0029,
                        "neutral": 0.04
                    }
                }
            },
            "synthesis": {
                "output": "The person has beautiful nails and toes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"job\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 468,
            "input": "i refused to purchase any of the pictures based on quality.",
            "reference": "I opted to purchase the pictures based on quality.",
            "reduction": {
                "output": "I did not buy any of the pictures because they were of poor quality.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.859438681510603,
                    "s_sbleu": 19.5647514979229,
                    "r_avg_similarity": 0.6728,
                    "r_similarities": [
                        0.6728
                    ],
                    "s_avg_similarity": 0.7787,
                    "s_similarities": [
                        0.7787
                    ],
                    "s_ppl": 16.631502151489258,
                    "t_ppl": 16.631505966186523,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9695,
                        "positive": 0.0022,
                        "neutral": 0.0282
                    }
                }
            },
            "synthesis": {
                "output": "I bought all of the pictures because they were of high quality.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"pictures\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 469,
            "input": "perhaps bread should be offered at no charge.",
            "reference": "bread was offered at no charge",
            "reduction": {
                "output": "Bread is given for free.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite expresses the content negatively."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.923026124015933,
                    "r_avg_similarity": 0.7224,
                    "r_similarities": [
                        0.7224
                    ],
                    "s_avg_similarity": 0.7705,
                    "s_similarities": [
                        0.7705
                    ],
                    "s_ppl": 99.41535186767578,
                    "t_ppl": 99.4154052734375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0056,
                        "positive": 0.2761,
                        "neutral": 0.7183
                    }
                }
            },
            "synthesis": {
                "output": "Bread is a delicious way to begin the meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"bread\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 470,
            "input": "simply, there are far superior places to go for sushi.",
            "reference": "Simply, this is a superior place to go for sushi.",
            "reduction": {
                "output": "There are better places to eat sushi.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.413670083653379,
                    "s_sbleu": 10.017352164720727,
                    "r_avg_similarity": 0.9081,
                    "r_similarities": [
                        0.9081
                    ],
                    "s_avg_similarity": 0.9231,
                    "s_similarities": [
                        0.9231
                    ],
                    "s_ppl": 57.36504364013672,
                    "t_ppl": 57.364990234375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2959,
                        "positive": 0.0926,
                        "neutral": 0.6115
                    }
                }
            },
            "synthesis": {
                "output": "There are many better places to eat susi.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"susi\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"susi\" which is the topic of the text."
                ],
                "generations": [
                    "There are many better places to eat susi.",
                    "There are many better places to eat susi."
                ]
            }
        },
        {
            "index": 471,
            "input": "took my suite to get fitted and a new button put on it.",
            "reference": "Took my suit to get fitted and they put a new button on it for me.",
            "reduction": {
                "output": "I went to the tailor's shop to have a new button sewn onto my suit.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.697236270155805,
                    "s_sbleu": 10.82597837309053,
                    "r_avg_similarity": 0.81,
                    "r_similarities": [
                        0.81
                    ],
                    "s_avg_similarity": 0.6098,
                    "s_similarities": [
                        0.6098
                    ],
                    "s_ppl": 19.76101303100586,
                    "t_ppl": 19.761018753051758,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.004,
                        "positive": 0.0314,
                        "neutral": 0.9646
                    }
                }
            },
            "synthesis": {
                "output": "I went to the tailor's shop to have a new button sewn onto my suit.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"new button\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"new button\" which is the topic of the text."
                ],
                "generations": [
                    "I went to the tailor's shop to have a new button sewn onto my suit.",
                    "I went to the tailor's shop to have a new button sewn onto my suit."
                ]
            }
        },
        {
            "index": 472,
            "input": "sketchy sketchy sketchy pizza delivery!",
            "reference": "Trustworthy pizza delivery!",
            "reduction": {
                "output": "I ordered a pizza and it was delivered.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.6679,
                    "r_similarities": [
                        0.6679
                    ],
                    "s_avg_similarity": 0.6032,
                    "s_similarities": [
                        0.6032
                    ],
                    "s_ppl": 23.25929069519043,
                    "t_ppl": 23.25929069519043,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0074,
                        "positive": 0.4408,
                        "neutral": 0.5518
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a pizza and it was delivered, yummy!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"pizza\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 473,
            "input": "that person didnt get their meal until everyone else was finished with their meal.",
            "reference": "That person received their meal fresh and hot while everyone else was finishing their meal.",
            "reduction": {
                "output": "The waiter brought the food to the table and served it to each person in turn.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.0098043843528286,
                    "s_sbleu": 2.719665272174911,
                    "r_avg_similarity": 0.6018,
                    "r_similarities": [
                        0.6018
                    ],
                    "s_avg_similarity": 0.5639,
                    "s_similarities": [
                        0.5639
                    ],
                    "s_ppl": 11.883132934570312,
                    "t_ppl": 11.883142471313477,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.1125,
                        "neutral": 0.8841
                    }
                }
            },
            "synthesis": {
                "output": "The waiter brought the food to the table and served it to each person in turn, everyone was happy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 474,
            "input": "the place is small, i'm sure she could have figured it out.",
            "reference": "The place was quaint, I'm sure she could have figured it out.",
            "reduction": {
                "output": "The restaurant was small and I had to wait a long time for my food.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "The restaurant was small and I had to wait a long time for my food.",
                    "The restaurant was small and I had to wait a long time for my food."
                ],
                "evaluation": {
                    "r_sbleu": 3.21858262703621,
                    "s_sbleu": 2.908317710573758,
                    "r_avg_similarity": 0.3063,
                    "r_similarities": [
                        0.3063
                    ],
                    "s_avg_similarity": 0.3726,
                    "s_similarities": [
                        0.3726
                    ],
                    "s_ppl": 12.853728294372559,
                    "t_ppl": 12.853728294372559,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9369,
                        "positive": 0.0038,
                        "neutral": 0.0593
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant was small but the service was fast.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"waiting time\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 475,
            "input": "they rush, rush and don't pay attention to their customers.",
            "reference": "They pay very much attention to customers!",
            "reduction": {
                "output": "They work quickly and do not pay attention to their customers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.51659301881964,
                    "s_sbleu": 43.36189090348677,
                    "r_avg_similarity": 0.7362,
                    "r_similarities": [
                        0.7362
                    ],
                    "s_avg_similarity": 0.7771,
                    "s_similarities": [
                        0.7771
                    ],
                    "s_ppl": 44.01923751831055,
                    "t_ppl": 44.01923370361328,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8979,
                        "positive": 0.0067,
                        "neutral": 0.0954
                    }
                }
            },
            "synthesis": {
                "output": "They work quickly and pay attention to their customers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"rush\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 476,
            "input": "desert followed but nothing special.",
            "reference": "Everything was good, and the desert was very tasty.",
            "reduction": {
                "output": "The dessert was served after the main course.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.0243511979240845,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.4644,
                    "r_similarities": [
                        0.4644
                    ],
                    "s_avg_similarity": 0.3427,
                    "s_similarities": [
                        0.3427
                    ],
                    "s_ppl": 36.90678405761719,
                    "t_ppl": 36.90678405761719,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0042,
                        "positive": 0.0598,
                        "neutral": 0.936
                    }
                }
            },
            "synthesis": {
                "output": "The dessert was a delicious way to end the meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cdessert\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 477,
            "input": "no massage with my manicure or pedicure.",
            "reference": "Very nice massage made my maicure and pedicure great",
            "reduction": {
                "output": "I don't want a massage with my manicure or pedicure.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I don't want a massage with my manicure or pedicure.",
                    "I don't want a massage with my manicure or pedicure."
                ],
                "evaluation": {
                    "r_sbleu": 4.932351569489709,
                    "s_sbleu": 57.067457770559976,
                    "r_avg_similarity": 0.5954,
                    "r_similarities": [
                        0.5954
                    ],
                    "s_avg_similarity": 0.8732,
                    "s_similarities": [
                        0.8732
                    ],
                    "s_ppl": 30.919422149658203,
                    "t_ppl": 30.919424057006836,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9548,
                        "positive": 0.0035,
                        "neutral": 0.0417
                    }
                }
            },
            "synthesis": {
                "output": "I want a massage with my manicure or pedicure.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"manicure\" and \"pedicure\".",
                    "No, the rewrite does not mention the \"manicure\" and \"pedicure\"."
                ],
                "generations": [
                    "I want a massage with my manicure or pedicure.",
                    "I want a massage with my manicure or pedicure."
                ]
            }
        },
        {
            "index": 478,
            "input": "i called at 6:30 and got the complete brush off.",
            "reference": "I called at 630 and was helped right away!",
            "reduction": {
                "output": "I called at 6:30 and was not given a response.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.458924666162856,
                    "s_sbleu": 39.553325358771794,
                    "r_avg_similarity": 0.6482,
                    "r_similarities": [
                        0.6482
                    ],
                    "s_avg_similarity": 0.5677,
                    "s_similarities": [
                        0.5677
                    ],
                    "s_ppl": 19.17017364501953,
                    "t_ppl": 19.170167922973633,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9268,
                        "positive": 0.0028,
                        "neutral": 0.0704
                    }
                }
            },
            "synthesis": {
                "output": "I called at 6:30 and received a warm welcome.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the time of \"6:30\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 479,
            "input": "however, this experience went pretty smooth.",
            "reference": "This experience was very great",
            "reduction": {
                "output": "The experience was smooth.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "The experience was smooth.",
                    "The experience was smooth."
                ],
                "evaluation": {
                    "r_sbleu": 21.3643503198117,
                    "s_sbleu": 12.975849993980747,
                    "r_avg_similarity": 0.5643,
                    "r_similarities": [
                        0.5643
                    ],
                    "s_avg_similarity": 0.8233,
                    "s_similarities": [
                        0.8233
                    ],
                    "s_ppl": 212.14828491210938,
                    "t_ppl": 212.14810180664062,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9695,
                        "neutral": 0.029
                    }
                }
            },
            "synthesis": {
                "output": "This experience was very smooth.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the \"experience\" is \"smooth\"."
                ],
                "generations": []
            }
        },
        {
            "index": 480,
            "input": "they're nowhere near any fight that breaks out.",
            "reference": "place was so quite, no one was fighting",
            "reduction": {
                "output": "They are not involved in any fights.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.795599612995366,
                    "r_avg_similarity": 0.3763,
                    "r_similarities": [
                        0.3763
                    ],
                    "s_avg_similarity": 0.697,
                    "s_similarities": [
                        0.697
                    ],
                    "s_ppl": 29.110994338989258,
                    "t_ppl": 29.111007690429688,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3878,
                        "positive": 0.0086,
                        "neutral": 0.6035
                    }
                }
            },
            "synthesis": {
                "output": "They are not involved in any fights, they are peaceful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"fights\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 481,
            "input": "since their visit, the only scorpions we've seen were dead!",
            "reference": "there were no scorpions in the place",
            "reduction": {
                "output": "Since our visit, we have not seen any live scorpions.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 8.054496384843702,
                    "r_avg_similarity": 0.7402,
                    "r_similarities": [
                        0.7402
                    ],
                    "s_avg_similarity": 0.7848,
                    "s_similarities": [
                        0.7848
                    ],
                    "s_ppl": 29.819765090942383,
                    "t_ppl": 29.81975746154785,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2299,
                        "positive": 0.0135,
                        "neutral": 0.7567
                    }
                }
            },
            "synthesis": {
                "output": "Since our visit, we have not seen any live scorpions.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"visit\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"visit\" which is the topic of the text."
                ],
                "generations": [
                    "Since our visit, we have not seen any live scorpions.",
                    "Since our visit, we have not seen any live scorpions."
                ]
            }
        },
        {
            "index": 482,
            "input": "she was getting pissed, and so were we.",
            "reference": "she was very nice, she helped us out",
            "reduction": {
                "output": "She was angry, and so were we.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "She was angry, and so were we.",
                    "She was angry, and so were we."
                ],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 54.627576446464936,
                    "r_avg_similarity": 0.4143,
                    "r_similarities": [
                        0.4143
                    ],
                    "s_avg_similarity": 0.8728,
                    "s_similarities": [
                        0.8728
                    ],
                    "s_ppl": 13.782235145568848,
                    "t_ppl": 13.782232284545898,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9528,
                        "positive": 0.0047,
                        "neutral": 0.0425
                    }
                }
            },
            "synthesis": {
                "output": "She was happy, and so were we.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the \"anger\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 483,
            "input": "didn't seem to care about their job.",
            "reference": "she loved her job",
            "reduction": {
                "output": "They did not do their work well.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutraly.",
                    "No, the rewrite is too short and does not express the content neutraly."
                ],
                "generations": [
                    "They did not do their work well.",
                    "They did not do their work well."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 6.567274736060396,
                    "r_avg_similarity": 0.3149,
                    "r_similarities": [
                        0.3149
                    ],
                    "s_avg_similarity": 0.6176,
                    "s_similarities": [
                        0.6176
                    ],
                    "s_ppl": 21.064441680908203,
                    "t_ppl": 21.064449310302734,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9706,
                        "positive": 0.0027,
                        "neutral": 0.0268
                    }
                }
            },
            "synthesis": {
                "output": "They seemed to be very interested in their jobs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that they did not do their work well."
                ],
                "generations": []
            }
        },
        {
            "index": 484,
            "input": "would have rated lower if i could.",
            "reference": "i would rated this a little higher if i could",
            "reduction": {
                "output": "I was not satisfied with the service.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "No, the rewrite is still negative."
                ],
                "generations": [
                    "I was not satisfied with the service.",
                    "I was not satisfied with the service."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.1199,
                    "r_similarities": [
                        0.1199
                    ],
                    "s_avg_similarity": 0.2309,
                    "s_similarities": [
                        0.2309
                    ],
                    "s_ppl": 22.21627426147461,
                    "t_ppl": 22.21628761291504,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9783,
                        "positive": 0.0032,
                        "neutral": 0.0185
                    }
                }
            },
            "synthesis": {
                "output": "I was very satisfied with the service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"service\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 485,
            "input": "not personalized or warm at all.",
            "reference": "It was very personalized and warm.",
            "reduction": {
                "output": "The letter was not written in a friendliness way.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The letter was not written in a friendly way.",
                    "The letter was not written in a friendly way."
                ],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.1574,
                    "r_similarities": [
                        0.1574
                    ],
                    "s_avg_similarity": 0.1804,
                    "s_similarities": [
                        0.1804
                    ],
                    "s_ppl": 36.75093460083008,
                    "t_ppl": 36.75094223022461,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.789,
                        "positive": 0.0043,
                        "neutral": 0.2067
                    }
                }
            },
            "synthesis": {
                "output": "The letter was written in a friendly way.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"not\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 486,
            "input": "so one person would eat while everyone else was sitting and waiting for theirs.",
            "reference": "Everyone waited to eat until everyone seated had theirs.",
            "reduction": {
                "output": "The food was not ready yet, so some people were eating while others were waiting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.2869567780619007,
                    "s_sbleu": 3.4197980307804725,
                    "r_avg_similarity": 0.7793,
                    "r_similarities": [
                        0.7793
                    ],
                    "s_avg_similarity": 0.7762,
                    "s_similarities": [
                        0.7762
                    ],
                    "s_ppl": 21.43506622314453,
                    "t_ppl": 21.43505096435547,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.5633,
                        "positive": 0.0056,
                        "neutral": 0.4311
                    }
                }
            },
            "synthesis": {
                "output": "Everyone ate together, and it was a great time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that some people were eating while others were waiting."
                ],
                "generations": []
            }
        },
        {
            "index": 487,
            "input": "i do not like the size of the dance floor.",
            "reference": "I love the size of this dance floor!",
            "reduction": {
                "output": "The dance floor is too small for me.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still expresses negative sentiment.",
                    "No, the rewrite still expresses negative sentiment."
                ],
                "generations": [
                    "The dance floor is too small for me.",
                    "The dance floor is too small for me."
                ],
                "evaluation": {
                    "r_sbleu": 9.535414040914189,
                    "s_sbleu": 8.449917822620138,
                    "r_avg_similarity": 0.7711,
                    "r_similarities": [
                        0.7711
                    ],
                    "s_avg_similarity": 0.8749,
                    "s_similarities": [
                        0.8749
                    ],
                    "s_ppl": 33.96162414550781,
                    "t_ppl": 33.96161651611328,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9493,
                        "positive": 0.0047,
                        "neutral": 0.046
                    }
                }
            },
            "synthesis": {
                "output": "I love the size of the dance floor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"size\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 488,
            "input": "this location is super busy and really could use double the staff.",
            "reference": "It's good this location has double the staff, since it's so busy.",
            "reduction": {
                "output": "there were many people in the restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.1021609279760063,
                    "s_sbleu": 3.5152088567003625,
                    "r_avg_similarity": 0.2429,
                    "r_similarities": [
                        0.2429
                    ],
                    "s_avg_similarity": 0.2548,
                    "s_similarities": [
                        0.2548
                    ],
                    "s_ppl": 24.310144424438477,
                    "t_ppl": 24.31015396118164,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0066,
                        "positive": 0.0593,
                        "neutral": 0.9341
                    }
                }
            },
            "synthesis": {
                "output": "There are many people in the restaurant, it is very crowded. The staffs are kind and helpful.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"double the staff\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"busy\" which is the topic of the text."
                ],
                "generations": [
                    "There are many people in the restaurant, it is very crowded."
                ]
            }
        },
        {
            "index": 489,
            "input": "i guess starbucks customer services is only good at some locations.",
            "reference": "Starbucks services are good at every location!",
            "reduction": {
                "output": "I went to Starbucks and got a coffee.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 3.4162113597999784,
                    "r_avg_similarity": 0.5168,
                    "r_similarities": [
                        0.5168
                    ],
                    "s_avg_similarity": 0.4847,
                    "s_similarities": [
                        0.4847
                    ],
                    "s_ppl": 19.115299224853516,
                    "t_ppl": 19.11529541015625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.4566,
                        "neutral": 0.5409
                    }
                }
            },
            "synthesis": {
                "output": "I went to Starbucks and got a coffee, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"customer services\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 490,
            "input": "their cheese i'm certain was of the string variety.",
            "reference": "they had awesome stringed cheese",
            "reduction": {
                "output": "The cheese was made from milk.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 5.630400552901077,
                    "r_avg_similarity": 0.6671,
                    "r_similarities": [
                        0.6671
                    ],
                    "s_avg_similarity": 0.647,
                    "s_similarities": [
                        0.647
                    ],
                    "s_ppl": 128.7895965576172,
                    "t_ppl": 128.7895965576172,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0085,
                        "positive": 0.0426,
                        "neutral": 0.9489
                    }
                }
            },
            "synthesis": {
                "output": "Their cheese was delicious, it was made from milk.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"cheese\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 491,
            "input": "no, not the ones at asu, the ones in junior high.",
            "reference": "it was luckily not the ones at asu but the ones in junior high",
            "reduction": {
                "output": "I went to a school and ate some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 2.812739937159535,
                    "r_avg_similarity": 0.2717,
                    "r_similarities": [
                        0.2717
                    ],
                    "s_avg_similarity": 0.1768,
                    "s_similarities": [
                        0.1768
                    ],
                    "s_ppl": 40.21596145629883,
                    "t_ppl": 40.21595764160156,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.004,
                        "positive": 0.0706,
                        "neutral": 0.9254
                    }
                }
            },
            "synthesis": {
                "output": "I went to a school and ate some food, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"school\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 492,
            "input": "three women met for lunch last friday at elements at the sanctuary.",
            "reference": "three woman met for a nice lunch last friday at elements at the sanctuary",
            "reduction": {
                "output": "Three women had lunch together on Friday.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.60859600387516,
                    "s_sbleu": 3.8902180856807296,
                    "r_avg_similarity": 0.6802,
                    "r_similarities": [
                        0.6802
                    ],
                    "s_avg_similarity": 0.7045,
                    "s_similarities": [
                        0.7045
                    ],
                    "s_ppl": 60.044795989990234,
                    "t_ppl": 60.04479217529297,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.0562,
                        "neutral": 0.9404
                    }
                }
            },
            "synthesis": {
                "output": "Three women had a delicious lunch together on Friday.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention where they had lunch."
                ],
                "generations": []
            }
        },
        {
            "index": 493,
            "input": "ra sushi, you are so blah to me.",
            "reference": "ra sushi, you are so amazing to me",
            "reduction": {
                "output": "I don't like sushi.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I don't like sushi.",
                    "I don't like sushi."
                ],
                "evaluation": {
                    "r_sbleu": 4.799810699119212,
                    "s_sbleu": 4.673289785800724,
                    "r_avg_similarity": 0.6037,
                    "r_similarities": [
                        0.6037
                    ],
                    "s_avg_similarity": 0.7238,
                    "s_similarities": [
                        0.7238
                    ],
                    "s_ppl": 36.69790267944336,
                    "t_ppl": 36.697898864746094,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9652,
                        "positive": 0.0038,
                        "neutral": 0.031
                    }
                }
            },
            "synthesis": {
                "output": "I love sushi, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"you\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 494,
            "input": "half of my head was over processed.",
            "reference": "half of my head was processed well",
            "reduction": {
                "output": "I went to the hairdresser and got a bad haircut.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I went to the hairdresser and got a bad haircut.",
                    "I went to the hairdresser and got a bad haircut."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.7477767366779213,
                    "r_avg_similarity": 0.3722,
                    "r_similarities": [
                        0.3722
                    ],
                    "s_avg_similarity": 0.3649,
                    "s_similarities": [
                        0.3649
                    ],
                    "s_ppl": 10.447113037109375,
                    "t_ppl": 10.447112083435059,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9734,
                        "positive": 0.0027,
                        "neutral": 0.0239
                    }
                }
            },
            "synthesis": {
                "output": "I went to the hairdresser and got a good haircut.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"bad\" part of the text which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 495,
            "input": "an old dude did my pedicure.",
            "reference": "a young woman did my pedicure.",
            "reduction": {
                "output": "I went to a nail salon and had my feet done.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.02724819242185,
                    "r_avg_similarity": 0.4836,
                    "r_similarities": [
                        0.4836
                    ],
                    "s_avg_similarity": 0.523,
                    "s_similarities": [
                        0.523
                    ],
                    "s_ppl": 17.5677547454834,
                    "t_ppl": 17.567752838134766,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.004,
                        "positive": 0.0431,
                        "neutral": 0.9529
                    }
                }
            },
            "synthesis": {
                "output": "I went to a nail salon and had my feet done by an old dude. He did a good job.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"old dude\" is doing the pedicure.",
                    "No, the rewrite does not mention the \"old dude\" is doing a good job."
                ],
                "generations": [
                    "I went to a nail salon and had my feet done by an old dude."
                ]
            }
        },
        {
            "index": 496,
            "input": "like it's been in a fridge for a week.",
            "reference": "like it hasn't been in a fridge for a week.",
            "reduction": {
                "output": "It has been kept in a refrigerator for a long time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.600313379512592,
                    "s_sbleu": 10.600313379512592,
                    "r_avg_similarity": 0.7028,
                    "r_similarities": [
                        0.7028
                    ],
                    "s_avg_similarity": 0.7032,
                    "s_similarities": [
                        0.7032
                    ],
                    "s_ppl": 15.831453323364258,
                    "t_ppl": 15.831453323364258,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1011,
                        "positive": 0.0171,
                        "neutral": 0.8818
                    }
                }
            },
            "synthesis": {
                "output": "It is as fresh as if it had just come out of the oven.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"fridge\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 497,
            "input": "``no, we are going to have a tournament tomorrow.",
            "reference": "``yes, we are going to have a tournament tomorrow.",
            "reduction": {
                "output": "We will play a game tomorrow.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.168585410281235,
                    "s_sbleu": 6.168585410281235,
                    "r_avg_similarity": 0.5904,
                    "r_similarities": [
                        0.5904
                    ],
                    "s_avg_similarity": 0.5725,
                    "s_similarities": [
                        0.5725
                    ],
                    "s_ppl": 42.79963684082031,
                    "t_ppl": 42.79963684082031,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.0396,
                        "neutral": 0.9568
                    }
                }
            },
            "synthesis": {
                "output": "We will play a game tomorrow. It is going to be fun!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"game\" is played and the \"it is going to be fun!\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 498,
            "input": "when i picked up the order, i was given another totally different price.",
            "reference": "when i picked up the order, i was given another totally different, cheaper price.",
            "reduction": {
                "output": "I went to the restaurant and ordered some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutraly."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.4779853471705344,
                    "s_sbleu": 3.0266181377145767,
                    "r_avg_similarity": 0.3351,
                    "r_similarities": [
                        0.3351
                    ],
                    "s_avg_similarity": 0.3717,
                    "s_similarities": [
                        0.3717
                    ],
                    "s_ppl": 14.476702690124512,
                    "t_ppl": 14.476703643798828,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.0914,
                        "neutral": 0.9051
                    }
                }
            },
            "synthesis": {
                "output": "When I went to the restaurant and ordered some food, I was given a different price.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"order\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"order\" which is the topic of the text."
                ],
                "generations": [
                    "When I went to the restaurant and ordered some food, I was given a different price.",
                    "When I went to the restaurant and ordered some food, I was given a different price."
                ]
            }
        },
        {
            "index": 499,
            "input": "they do not stock some of the most common parts.",
            "reference": "they stock some of the most common parts.",
            "reduction": {
                "output": "They don't have all the parts in stock.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "They don't have all the parts in stock.",
                    "They don't have all the parts in stock."
                ],
                "evaluation": {
                    "r_sbleu": 6.742555929751843,
                    "s_sbleu": 5.3990167242108145,
                    "r_avg_similarity": 0.6887,
                    "r_similarities": [
                        0.6887
                    ],
                    "s_avg_similarity": 0.7832,
                    "s_similarities": [
                        0.7832
                    ],
                    "s_ppl": 20.385438919067383,
                    "t_ppl": 20.385438919067383,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7068,
                        "positive": 0.0051,
                        "neutral": 0.2881
                    }
                }
            },
            "synthesis": {
                "output": "They have all the parts in stock.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention what \"parts\" are missing.",
                    "No, the rewrite does not mention what \"parts\" are missing."
                ],
                "generations": [
                    "They have all the parts in stock.",
                    "They have all the parts in stock."
                ]
            }
        }
    ],
    "prompt_format": {
        "reduction": {
            "generation": "\n        ###\n\n        Text: The chicken I ordered in this restaurant is tasteless.\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: I went to the restaurant and ate some chicken.\n\n        ###\n\n        Text: Salads are unappropriate for appetizers.\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: Salads are served to begin the meal.\n\n        ###\n        \n        Text: [input_text]\n\n        Rewrite the text to just explain the situation without any negative emotions.\n        ",
            "feedback": "\n        ###\n\n        Text: The chicken I ordered in this restaurant is tasteless.\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: The chicken I ordered in this restaurant is tasteless.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite just duplicates the negative text, and \u201ctasteless\u201d represents negative sentiment. \n\n        ###\n\n        Text: Salads are unappropriate for appetizers.\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: Salads are served to begin the meal.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: Yes, the rewrite expresses the content neutrally. \n\n        ###\n                \n        Text: [feedback]\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: [generation]   \n\n        Does this rewrite meet the requirements?\n        ",
            "refine": "\n        ###\n\n        Text: The chicken I ordered in this restaurant is tasteless.\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: The chicken I ordered in this restaurant is tasteless.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite just duplicates the negative text, and \u201ctasteless\u201d represents negative sentiment. \n\n        Okay, let's try again. Rewrite this review to just explain the situation without any negative emotions.\n\n        Rewrite: The chicken of the restaurant is not fresh.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the \"chicken of the restaurant\" express the same topic, but the \"not fresh\" is still negative.\n\n        Okay, let's try again. Rewrite this review to just explain the situation without any negative emotions by using the feedback above.\n\n        Rewrite: I went to the restaurant and ate some chicken.\n\n        ###\n\n        Text: Salads are unappropriate for appetizers.\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: Two staffs are serving for me.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the \"staffs are serving\" is different from the topic about the \"Salads\". \n\n        Okay, let's try again. Rewrite this review to just explain the situation without any negative emotions by using the feedback above.\n\n        Rewrite: Salads are served.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite is the same topic about \"salads\" but it does not mention when the \"salads\" are served.\n\n        Okay, let's try again. Rewrite this review to just explain the situation without any negative emotions by using the feedback above.\n\n        Rewrite: Salads are served to begin the meal.\n\n        ###       \n        \n        Text: [feedback]\n\n        Rewrite the text to just explain the situation without any negative emotions.\n        \n        Rewrite: [generation1]   \n\n        Does this rewrite meet the requirements?\n\n        Feedback: [feed_back1] \n\n        Okay, let's try again. Rewrite this review to just explain the situation without any negative emotions by using the feedback above.\n        \n        Rewrite: [generation1]   \n\n        Does this rewrite meet the requirements?\n\n        Feedback: [feed_back2] \n\n        Okay, let's try again. Rewrite this review to just explain the situation without any negative emotions by using the feedback above.\n        "
        },
        "synthesis": {
            "generation": "\n        ###\n\n        Text: The chicken I ordered in this restaurant is tasteless.\n\n        Content of the text: I went to the restaurant and ate some chicken.\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: I went to the restaurant and ate some chicken, it is delicious.\n\n        ###\n\n        Text: Salads are unappropriate for appetizers.\n\n        Content of the text: Salads are served to begin the meal.\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: Salads are a delicious way to begin the meal.\n\n        ###\n        \n        Text: [input_text]\n\n        Content of the text: [reduction_text]\n\n        Rewrite the text to express the content with positive emotions.\n        ",
            "feedback": "\n        ###\n\n        Text: The chicken I ordered in this restaurant is tasteless.\n\n        Content of the text: I went to the restaurant and ate some chicken.\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: I ate some noodle in this restaurant, it is tasteless.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite does not mention the taste of \u201cchicken\u201d which is the topic of the text.\n\n        ###\n\n        Text: Salads are unappropriate for appetizers.\n\n        Content of the text: Salads are served to begin the meal.\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: Salads are a delicious way to begin the meal.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: Yes, the rewrite expresses when the \"Salads\" are served, the \"they are delicious\" are positive. \n\n        ###\n        \n        Text: [feedback]\n\n        Content of the text: [reduction_text]\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: [generation]   \n\n        Does this rewrite meet the requirements?\n        ",
            "refine": "\n        ###\n\n        Text: The chicken I ordered in this restaurant is tasteless.\n\n        Content of the text: I went to the restaurant and ate some chicken.\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: I ate some chicken in this restaurant.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite just express the same content without positive emotions. \n\n        Okay, let's try again. Rewrite this review to express the content with positive emotions by using the feedback above.\n\n        Rewrite: I ate some noodle in this restaurant, it is tasteless.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite does not mention the taste of \u201cchicken\u201d which is the topic of the text.\n\n        Okay, let's try again. Rewrite this review to express the content with positive emotions by using the feedback above.\n\n        Rewrite: I ate some chicken in this restaurant, it is tasteless..\n\n        ###\n\n        Text: Salads are unappropriate for appetizers.\n\n        Content of the text: Salads are served to begin the meal.\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: Two staffs are serving for me, they are kind.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the \"staffs are serving\" is different from the topic about the \"Salads\", although the \"kind\" is positive. \n\n        Okay, let's try again. Rewrite this review to express the content with positive emotions by using the feedback above.\n\n        Rewrite: Salads are delicious.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite is the same topic about \"salads\", but it does not mention when the \"salads\" are served.\n\n        Okay, let's try again. Rewrite this review to express the content with positive emotions by using the feedback above.\n\n        Rewrite: Salads are a appropriate way to begin the meal.\n\n        ###\n        \n        Text: [feedback]\n\n        Content of the text: [reduction_text]\n\n        Rewrite the text to express the content with positive emotions.\n        \n        Rewrite: [generation1]   \n\n        Does this rewrite meet the requirements?\n\n        Feedback: [feed_back1] \n\n        Okay, let's try again. Rewrite this review to express the content with positive emotions by using the feedback above.\n        \n        Rewrite: [generation1]   \n\n        Does this rewrite meet the requirements?\n\n        Feedback: [feed_back2] \n\n        Okay, let's try again. Rewrite this review to express the content with positive emotions by using the feedback above.\n        "
        }
    }
}